From 98b678838b7f19ca8195df5191037fb12b0c9736 Mon Sep 17 00:00:00 2001 From: Marat Shakirov Date: Mon, 8 Jul 2024 16:50:11 +0000 Subject: [PATCH] feat: update client all --- .nx/workspace-data/file-map.json | 9509 +++++ .nx/workspace-data/lockfile.hash | 1 + .nx/workspace-data/parsed-lock-file.json | 31740 +++++++++++++++ .nx/workspace-data/project-graph.json | 32360 ++++++++++++++++ .../.openapi-generator/FILES | 6 + .../dart/credential_issuance_client/README.md | 2 + .../doc/CreateCredentialInput.md | 6 +- ...tfParamsOauthGrantTypePreAuthorizedCode.md | 6 +- .../doc/CredentialResponse.md | 12 +- .../doc/CredentialResponseImmediate.md | 10 +- ...dentialResponseImmediateCNonceExpiresIn.md | 14 + .../CredentialResponseImmediateCredential.md | 14 + .../credential_issuance_client/lib/api.dart | 2 + .../lib/api_client.dart | 4 + .../lib/model/create_credential_input.dart | 19 +- .../model/create_issuance_config_input.dart | 3 + ..._oauth_grant_type_pre_authorized_code.dart | 19 +- .../lib/model/credential_response.dart | 9 +- .../model/credential_response_immediate.dart | 14 +- ...response_immediate_c_nonce_expires_in.dart | 101 + ...dential_response_immediate_credential.dart | 101 + .../lib/model/issuance_config_dto.dart | 3 + .../lib/model/issuance_config_mini_dto.dart | 3 + .../model/update_issuance_config_input.dart | 3 + ...nse_immediate_c_nonce_expires_in_test.dart | 22 + ...al_response_immediate_credential_test.dart | 22 + .../dart/iam_client/doc/CreateTokenInput.md | 5 +- clients/dart/iam_client/doc/PolicyDto.md | 2 + .../lib/model/create_token_input.dart | 23 +- .../dart/iam_client/lib/model/policy_dto.dart | 36 +- .../dart/iota_client/.openapi-generator/FILES | 2 - clients/dart/iota_client/README.md | 1 - .../doc/UpdateConfigurationByIdInput.md | 1 + clients/dart/iota_client/lib/api.dart | 1 - clients/dart/iota_client/lib/api_client.dart | 2 - .../update_configuration_by_id_input.dart | 20 +- .../doc/AddUserToGroupInput.md | 8 +- .../doc/BlockedUsersInput.md | 8 +- .../doc/CreateGroupInput.md | 8 +- .../doc/CreateLoginConfigurationInput.md | 1 + .../lib/model/add_user_to_group_input.dart | 36 +- .../lib/model/blocked_users_input.dart | 36 +- .../lib/model/create_group_input.dart | 40 +- .../create_login_configuration_input.dart | 19 +- .../wallets_client/.openapi-generator/FILES | 3 + clients/dart/wallets_client/README.md | 1 + .../doc/SignCredentialInputDto.md | 1 + .../doc/SignCredentialResultDto.md | 6 +- ...SignCredentialResultDtoSignedCredential.md | 14 + clients/dart/wallets_client/lib/api.dart | 1 + .../dart/wallets_client/lib/api_client.dart | 2 + .../model/invalid_did_parameter_error.dart | 6 +- .../lib/model/sign_credential_input_dto.dart | 87 +- .../lib/model/sign_credential_result_dto.dart | 4 +- ...edential_result_dto_signed_credential.dart | 101 + ...ial_result_dto_signed_credential_test.dart | 22 + .../.openapi-generator/FILES | 6 + .../credential_issuance_client/README.md | 2 + .../__init__.py | 2 + .../models/__init__.py | 2 + .../models/create_credential_input.py | 16 +- .../models/create_issuance_config_input.py | 4 +- ...ms_oauth_grant_type_pre_authorized_code.py | 4 +- .../models/credential_response_immediate.py | 20 +- ...l_response_immediate_c_nonce_expires_in.py | 148 + ...redential_response_immediate_credential.py | 148 + .../models/issuance_config_dto.py | 4 +- .../models/issuance_config_mini_dto.py | 4 +- .../models/update_issuance_config_input.py | 4 +- .../docs/CreateCredentialInput.md | 6 +- ...tfParamsOauthGrantTypePreAuthorizedCode.md | 6 +- .../docs/CredentialResponse.md | 12 +- .../docs/CredentialResponseImmediate.md | 10 +- ...dentialResponseImmediateCNonceExpiresIn.md | 26 + .../CredentialResponseImmediateCredential.md | 26 + ...l_response_immediate_c_nonce_expires_in.py | 52 + ...redential_response_immediate_credential.py | 52 + .../models/create_token_input.py | 10 +- .../models/policy_dto.py | 6 +- .../iam_client/docs/CreateTokenInput.md | 5 +- clients/python/iam_client/docs/PolicyDto.md | 2 + .../iota_client/.openapi-generator/FILES | 2 - clients/python/iota_client/README.md | 1 - .../affinidi_tdk_iota_client/__init__.py | 1 - .../models/__init__.py | 1 - .../update_configuration_by_id_input.py | 4 +- .../docs/UpdateConfigurationByIdInput.md | 1 + .../models/add_user_to_group_input.py | 8 +- .../models/blocked_users_input.py | 8 +- .../models/create_group_input.py | 12 +- .../create_login_configuration_input.py | 4 +- .../docs/AddUserToGroupInput.md | 8 +- .../docs/BlockedUsersInput.md | 8 +- .../docs/CreateGroupInput.md | 8 +- .../docs/CreateLoginConfigurationInput.md | 1 + .../wallets_client/.openapi-generator/FILES | 3 + clients/python/wallets_client/README.md | 1 + .../affinidi_tdk_wallets_client/__init__.py | 1 + .../models/__init__.py | 1 + .../models/invalid_did_parameter_error.py | 4 +- .../models/sign_credential_input_dto.py | 16 +- .../models/sign_credential_result_dto.py | 10 +- ...credential_result_dto_signed_credential.py | 148 + .../docs/SignCredentialInputDto.md | 1 + .../docs/SignCredentialResultDto.md | 6 +- ...SignCredentialResultDtoSignedCredential.md | 26 + ...credential_result_dto_signed_credential.py | 52 + .../credential-issuance-client/README.md | 1 - .../credential-issuance-client/api.ts | 36 +- .../docs/.openapi-generator/FILES | 2 + .../docs/Models/CreateCredentialInput.md | 8 +- ...ms_oauth_grant_type_pre_authorized_code.md | 8 +- .../docs/Models/CredentialResponse.md | 12 +- .../Models/CredentialResponseImmediate.md | 10 +- ...ialResponseImmediate_c_nonce_expires_in.md | 8 + .../CredentialResponseImmediate_credential.md | 8 + .../credential-issuance-client/docs/README.md | 2 + .../credential-issuance-client/package.json | 2 +- .../credential-verification-client/README.md | 1 - .../package.json | 2 +- clients/typescript/iam-client/README.md | 1 - clients/typescript/iam-client/api.ts | 18 + .../docs/Models/CreateTokenInput.md | 9 +- .../iam-client/docs/Models/PolicyDto.md | 2 + clients/typescript/iam-client/package.json | 2 +- clients/typescript/iota-client/README.md | 1 - clients/typescript/iota-client/api.ts | 25 +- .../iota-client/docs/.openapi-generator/FILES | 1 - .../Models/UpdateConfigurationByIdInput.md | 1 + clients/typescript/iota-client/docs/README.md | 1 - clients/typescript/iota-client/package.json | 2 +- .../login-configuration-client/README.md | 1 - .../login-configuration-client/api.ts | 42 + .../docs/Models/AddUserToGroupInput.md | 8 +- .../docs/Models/BlockedUsersInput.md | 8 +- .../docs/Models/CreateGroupInput.md | 8 +- .../Models/CreateLoginConfigurationInput.md | 1 + .../login-configuration-client/package.json | 2 +- clients/typescript/wallets-client/README.md | 1 - clients/typescript/wallets-client/api.ts | 27 +- .../docs/.openapi-generator/FILES | 1 + .../docs/Models/SignCredentialInputDto.md | 1 + .../docs/Models/SignCredentialResultDto.md | 6 +- ...ignCredentialResultDto_signedCredential.md | 8 + .../typescript/wallets-client/docs/README.md | 1 + .../typescript/wallets-client/package.json | 2 +- package-lock.json | 31 +- 147 files changed, 75484 insertions(+), 242 deletions(-) create mode 100644 .nx/workspace-data/file-map.json create mode 100644 .nx/workspace-data/lockfile.hash create mode 100644 .nx/workspace-data/parsed-lock-file.json create mode 100644 .nx/workspace-data/project-graph.json create mode 100644 clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCNonceExpiresIn.md create mode 100644 clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCredential.md create mode 100644 clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart create mode 100644 clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart create mode 100644 clients/dart/credential_issuance_client/test/credential_response_immediate_c_nonce_expires_in_test.dart create mode 100644 clients/dart/credential_issuance_client/test/credential_response_immediate_credential_test.dart create mode 100644 clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md create mode 100644 clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart create mode 100644 clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py create mode 100644 clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py create mode 100644 clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md create mode 100644 clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md create mode 100644 clients/python/credential_issuance_client/test/test_credential_response_immediate_c_nonce_expires_in.py create mode 100644 clients/python/credential_issuance_client/test/test_credential_response_immediate_credential.py create mode 100644 clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py create mode 100644 clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md create mode 100644 clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py create mode 100644 clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md create mode 100644 clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md create mode 100644 clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md diff --git a/.nx/workspace-data/file-map.json b/.nx/workspace-data/file-map.json new file mode 100644 index 00000000..dd48ff21 --- /dev/null +++ b/.nx/workspace-data/file-map.json @@ -0,0 +1,9509 @@ +{ + "version": "6.0", + "nxVersion": "19.3.0", + "deps": { + "tslib": "^2.6.2", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-conventional": "^19.2.2", + "@nx/eslint": "^19.0.0", + "@nx/eslint-plugin": "^19.0.0", + "@nx/jest": "^19.0.0", + "@nx/js": "^19.0.0", + "@swc-node/register": "~1.9.0", + "@swc/core": "~1.4.17", + "@swc/helpers": "~0.5.11", + "@theunderscorer/nx-semantic-release": "^2.11.0", + "@types/jest": "^29.5.12", + "@types/node": "20.12.7", + "@typescript-eslint/eslint-plugin": "^6.13.2", + "@typescript-eslint/parser": "^6.13.2", + "husky": "^9.0.11", + "jest": "^29.7.0", + "jest-environment-node": "^29.7.0", + "nx": "^19.0.0", + "prettier": "^3.2.5", + "ts-jest": "^29.1.2", + "ts-node": "10.9.2", + "typescript": "~5.4.5" + }, + "pathMappings": {}, + "nxJsonPlugins": [], + "pluginsConfig": { + "@nx/js": { + "analyzeSourceFiles": true + } + }, + "fileMap": { + "projectFileMap": { + "@affinidi-tdk/credential-issuance-client": [ + { + "file": "clients/typescript/credential-issuance-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/credential-issuance-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/credential-issuance-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/credential-issuance-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/credential-issuance-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/credential-issuance-client/CHANGELOG.md", + "hash": "3349847274010049619" + }, + { + "file": "clients/typescript/credential-issuance-client/README.md", + "hash": "11361252138584318715" + }, + { + "file": "clients/typescript/credential-issuance-client/api.ts", + "hash": "2067927185422104064", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/credential-issuance-client/base.ts", + "hash": "15995471266493953236", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/credential-issuance-client/common.ts", + "hash": "9048455069558559597", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/credential-issuance-client/configuration.ts", + "hash": "5824441927449105890" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES", + "hash": "181137854454085589" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Apis/ConfigurationApi.md", + "hash": "586622252207685577" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Apis/CredentialsApi.md", + "hash": "9948082165238710244" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Apis/IssuanceApi.md", + "hash": "12723337465907067668" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Apis/OfferApi.md", + "hash": "5339502741537572135" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Apis/WellKnownApi.md", + "hash": "10680078214570402612" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError.md", + "hash": "3417965952706054372" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/ActionForbiddenError_details_inner.md", + "hash": "4989710874020037738" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGenerateCredentialsOK.md", + "hash": "12312606823515636678" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetCredentialOfferOK.md", + "hash": "16394561654416814314" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CorsGetWellKnownOpenIdCredentialIssuerOK.md", + "hash": "7712731945743530574" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md", + "hash": "15542838750607211209" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput.md", + "hash": "11803524025556392104" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CreateIssuanceConfigInput_credentialSupported_inner.md", + "hash": "4925490216852832408" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialIssuanceIdExistError.md", + "hash": "4638517111052943396" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferExpiredError.md", + "hash": "937608574670043413" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse.md", + "hash": "5150965673490368637" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants.md", + "hash": "7833341705449481042" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md", + "hash": "6588156635268796827" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.md", + "hash": "10987862498997550585" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialProof.md", + "hash": "15474652345073175900" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md", + "hash": "13639489985270972025" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseDeferred.md", + "hash": "15252229005457613114" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md", + "hash": "11079982507355133626" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md", + "hash": "6406560420275345014" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md", + "hash": "17510387289372567360" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/CredentialSubjectNotValidError.md", + "hash": "9105334559139468521" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/DeferredCredentialInput.md", + "hash": "10081983816651387059" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialRequestError.md", + "hash": "17564940257018403410" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidCredentialTypeError.md", + "hash": "11675632441234748381" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidIssuerWalletError.md", + "hash": "11452289139613853243" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidJwtTokenError.md", + "hash": "17879153843199212303" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidParameterError.md", + "hash": "2050840754595108315" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/InvalidProofError.md", + "hash": "4539289264096231936" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto.md", + "hash": "12754276771237375400" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigDto_credentialSupported_inner.md", + "hash": "1116720055150595550" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigListResponse.md", + "hash": "1924661391176501322" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceConfigMiniDto.md", + "hash": "15806235769064208377" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/IssuanceStateResponse.md", + "hash": "12117215729859602229" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/ListIssuanceResponse.md", + "hash": "8925861995474124841" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/NotFoundError.md", + "hash": "10459422053344246060" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigExistError.md", + "hash": "271387093372129388" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/ProjectCredentialConfigNotExistError.md", + "hash": "14145426060873867406" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput.md", + "hash": "10965344678378350260" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner.md", + "hash": "1860156611693457807" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceInput_data_inner_metaData.md", + "hash": "9182913044592817846" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/StartIssuanceResponse.md", + "hash": "17396861815357039945" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/UpdateIssuanceConfigInput.md", + "hash": "3457458940988351058" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/VcClaimedError.md", + "hash": "5176260030491541489" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/WellKnownOpenIdCredentialIssuerResponse.md", + "hash": "10915132548294328357" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/createIssuanceConfig_400_response.md", + "hash": "1401819099015692727" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/generateCredentials_400_response.md", + "hash": "5471538394433161795" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/getCredentialOffer_400_response.md", + "hash": "15096082744620703227" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/Models/startIssuance_400_response.md", + "hash": "5050074996406606513" + }, + { + "file": "clients/typescript/credential-issuance-client/docs/README.md", + "hash": "13235511262825373221" + }, + { + "file": "clients/typescript/credential-issuance-client/index.ts", + "hash": "9420574639687458874" + }, + { + "file": "clients/typescript/credential-issuance-client/package.json", + "hash": "1136908846956791526", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/credential-issuance-client/project.json", + "hash": "10135124330372524243" + }, + { + "file": "clients/typescript/credential-issuance-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/credential-issuance-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/iota-core": [ + { + "file": "libs/iota-core/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "libs/iota-core/.gitignore", + "hash": "1654343886240425559" + }, + { + "file": "libs/iota-core/.npmignore", + "hash": "12822870603302115381" + }, + { + "file": "libs/iota-core/CHANGELOG.md", + "hash": "16870484938378674764" + }, + { + "file": "libs/iota-core/README.md", + "hash": "1946979936227603771" + }, + { + "file": "libs/iota-core/helpers/index.ts", + "hash": "13085024054351336276" + }, + { + "file": "libs/iota-core/helpers/iota-auth-provider.ts", + "hash": "6671631258407181963", + "deps": ["npm:@aws-sdk/client-cognito-identity"] + }, + { + "file": "libs/iota-core/index.ts", + "hash": "9030039928657923145" + }, + { + "file": "libs/iota-core/iota.ts", + "hash": "5497491287560431761" + }, + { + "file": "libs/iota-core/package-lock.json", + "hash": "9894897686119214121" + }, + { + "file": "libs/iota-core/package.json", + "hash": "6016522191947339905", + "deps": [ + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:typescript", + "@affinidi-tdk/common", + "@affinidi-tdk/iota-client", + "npm:@aws-sdk/client-cognito-identity" + ] + }, + { + "file": "libs/iota-core/project.json", + "hash": "3817763126917309670" + } + ], + "@affinidi-tdk/wallets-client": [ + { + "file": "clients/typescript/wallets-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/wallets-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/wallets-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/wallets-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/wallets-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/wallets-client/CHANGELOG.md", + "hash": "16578924920283802518" + }, + { + "file": "clients/typescript/wallets-client/README.md", + "hash": "16596071748196359103" + }, + { + "file": "clients/typescript/wallets-client/api.ts", + "hash": "5754618723900662411", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/wallets-client/base.ts", + "hash": "16780058893764590018", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/wallets-client/common.ts", + "hash": "15900594498005875370", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/wallets-client/configuration.ts", + "hash": "15313778429912282501" + }, + { + "file": "clients/typescript/wallets-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/wallets-client/docs/.openapi-generator/FILES", + "hash": "10423347869626819873" + }, + { + "file": "clients/typescript/wallets-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/wallets-client/docs/Apis/DefaultApi.md", + "hash": "6405817831559156536" + }, + { + "file": "clients/typescript/wallets-client/docs/Apis/RevocationApi.md", + "hash": "13341996820022723561" + }, + { + "file": "clients/typescript/wallets-client/docs/Apis/WalletApi.md", + "hash": "1176691572936647396" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/CreateWalletInput.md", + "hash": "11221192023126911053" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/CreateWalletResponse.md", + "hash": "10248417582608205481" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/DidKeyInputParams.md", + "hash": "288217726585120740" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/DidWebInputParams.md", + "hash": "17074276860102129481" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/EntityNotFoundError.md", + "hash": "17318636471326406097" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/GetRevocationCredentialStatusOK.md", + "hash": "6694591988781616728" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/GetRevocationListCredentialResultDto.md", + "hash": "986065773918127838" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/InvalidDidParameterError.md", + "hash": "1622640426033636084" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/InvalidParameterError.md", + "hash": "14562729002876630390" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/KeyNotFoundError.md", + "hash": "15639012012785651737" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/NotFoundError.md", + "hash": "15920852436701020447" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/OperationForbiddenError.md", + "hash": "2914538603598184368" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/RevokeCredentialInput.md", + "hash": "16855176865445778669" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse.md", + "hash": "12654100678554197327" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "1516530252246877190" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md", + "hash": "449074001468460377" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialInputDto_unsignedCredentialParams.md", + "hash": "10346092251564433464" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md", + "hash": "2590780018082102696" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md", + "hash": "9110788175948797007" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignJwtToken.md", + "hash": "3502821734505133824" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SignJwtTokenOK.md", + "hash": "3988117821986267275" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/SigningFailedError.md", + "hash": "9253508471700514269" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/UpdateWalletInput.md", + "hash": "3298720620970288677" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/WalletDto.md", + "hash": "11096196368807354235" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/WalletDto_keys_inner.md", + "hash": "12889750360559953749" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/WalletsListDto.md", + "hash": "8713242098473665721" + }, + { + "file": "clients/typescript/wallets-client/docs/Models/signCredential_400_response.md", + "hash": "10669845807794383792" + }, + { + "file": "clients/typescript/wallets-client/docs/README.md", + "hash": "16538676559672061182" + }, + { + "file": "clients/typescript/wallets-client/index.ts", + "hash": "13920605589490083836" + }, + { + "file": "clients/typescript/wallets-client/package.json", + "hash": "17514709532648327142", + "deps": [ + "npm:@types/node@18.19.33", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/wallets-client/project.json", + "hash": "8985801581962090148" + }, + { + "file": "clients/typescript/wallets-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/wallets-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/iam-client": [ + { + "file": "clients/typescript/iam-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/iam-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/iam-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/iam-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/iam-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/iam-client/CHANGELOG.md", + "hash": "18299692853281528447" + }, + { + "file": "clients/typescript/iam-client/README.md", + "hash": "12699949143447782408" + }, + { + "file": "clients/typescript/iam-client/api.ts", + "hash": "8242458139565200192", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/iam-client/base.ts", + "hash": "16176249176867763958", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/iam-client/common.ts", + "hash": "9218818050140345945", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/iam-client/configuration.ts", + "hash": "14898474330627821754" + }, + { + "file": "clients/typescript/iam-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/iam-client/docs/.openapi-generator/FILES", + "hash": "17887570298762221381" + }, + { + "file": "clients/typescript/iam-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/ConsumerAuthApi.md", + "hash": "15142547601362732925" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/DefaultApi.md", + "hash": "15453690463423686356" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/PoliciesApi.md", + "hash": "3323869997433113342" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/ProjectsApi.md", + "hash": "8608008023295564680" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/StsApi.md", + "hash": "3871410128260238070" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/TokensApi.md", + "hash": "17002485204841661751" + }, + { + "file": "clients/typescript/iam-client/docs/Apis/WellKnownApi.md", + "hash": "6272635339422276140" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ActionForbiddenError.md", + "hash": "18007362040578073585" + }, + { + "file": "clients/typescript/iam-client/docs/Models/AddUserToProjectInput.md", + "hash": "10395463020419085379" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointInput.md", + "hash": "7434740617746731700" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ConsumerAuthTokenEndpointOutput.md", + "hash": "16390030873666631183" + }, + { + "file": "clients/typescript/iam-client/docs/Models/CorsConsumerAuthTokenEndpointOK.md", + "hash": "11403998462298080312" + }, + { + "file": "clients/typescript/iam-client/docs/Models/CreateProjectInput.md", + "hash": "8478138782864096" + }, + { + "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenInput.md", + "hash": "4936078722530724399" + }, + { + "file": "clients/typescript/iam-client/docs/Models/CreateProjectScopedTokenOutput.md", + "hash": "5434058689537105500" + }, + { + "file": "clients/typescript/iam-client/docs/Models/CreateTokenInput.md", + "hash": "3701860621719046580" + }, + { + "file": "clients/typescript/iam-client/docs/Models/InvalidJwtTokenError.md", + "hash": "7141939819443647198" + }, + { + "file": "clients/typescript/iam-client/docs/Models/InvalidParameterError.md", + "hash": "14562729002876630390" + }, + { + "file": "clients/typescript/iam-client/docs/Models/JsonWebKeyDto.md", + "hash": "559070550473187127" + }, + { + "file": "clients/typescript/iam-client/docs/Models/JsonWebKeySetDto.md", + "hash": "11943241829305547903" + }, + { + "file": "clients/typescript/iam-client/docs/Models/NotFoundError.md", + "hash": "15920852436701020447" + }, + { + "file": "clients/typescript/iam-client/docs/Models/PolicyDto.md", + "hash": "9489459275773737014" + }, + { + "file": "clients/typescript/iam-client/docs/Models/PolicyStatementDto.md", + "hash": "3983927640894525599" + }, + { + "file": "clients/typescript/iam-client/docs/Models/PrincipalCannotBeDeletedError.md", + "hash": "2136979989371310049" + }, + { + "file": "clients/typescript/iam-client/docs/Models/PrincipalDoesNotBelongToProjectError.md", + "hash": "17751127252176199596" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ProjectDto.md", + "hash": "17057980930395593954" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ProjectList.md", + "hash": "10720001158562701191" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse.md", + "hash": "12654100678554197327" + }, + { + "file": "clients/typescript/iam-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "1516530252246877190" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenAuthenticationMethodDto.md", + "hash": "3787710443469504370" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenDto.md", + "hash": "15841670781399145303" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenList.md", + "hash": "13834390305784058367" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto.md", + "hash": "14465105311217204612" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo.md", + "hash": "5075308148664477607" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf.md", + "hash": "8440119530435896932" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TokenPrivateKeyAuthenticationMethodDto_publicKeyInfo_oneOf_1.md", + "hash": "13267217028667685305" + }, + { + "file": "clients/typescript/iam-client/docs/Models/TypedPricipalId.md", + "hash": "10470985910498918780" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UnauthorizedError.md", + "hash": "7230130057439415406" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UnexpectedError.md", + "hash": "10166084195587897115" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UpdateProjectInput.md", + "hash": "16988955669950572522" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UpdateTokenInput.md", + "hash": "16792210607057227689" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UpdateTokenPrivateKeyAuthenticationMethodDto.md", + "hash": "17086435968657792647" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UserDto.md", + "hash": "2865684923936987772" + }, + { + "file": "clients/typescript/iam-client/docs/Models/UserList.md", + "hash": "5218815472435486555" + }, + { + "file": "clients/typescript/iam-client/docs/Models/WhoamiDto.md", + "hash": "8394771788726974534" + }, + { + "file": "clients/typescript/iam-client/docs/README.md", + "hash": "695824441572995833" + }, + { + "file": "clients/typescript/iam-client/index.ts", + "hash": "17752703718533832387" + }, + { + "file": "clients/typescript/iam-client/package.json", + "hash": "770818769711808242", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/iam-client/project.json", + "hash": "9886125385433995733" + }, + { + "file": "clients/typescript/iam-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/iam-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/iota-client": [ + { + "file": "clients/typescript/iota-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/iota-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/iota-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/iota-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/iota-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/iota-client/CHANGELOG.md", + "hash": "1070157929916350371" + }, + { + "file": "clients/typescript/iota-client/README.md", + "hash": "364842604572357838" + }, + { + "file": "clients/typescript/iota-client/api.ts", + "hash": "15772112079766646878", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/iota-client/base.ts", + "hash": "10806505417522268117", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/iota-client/common.ts", + "hash": "13422980307678446638", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/iota-client/configuration.ts", + "hash": "7786645004484812870" + }, + { + "file": "clients/typescript/iota-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/iota-client/docs/.openapi-generator/FILES", + "hash": "9316288181443270673" + }, + { + "file": "clients/typescript/iota-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/iota-client/docs/Apis/CallbackApi.md", + "hash": "10179637563003640290" + }, + { + "file": "clients/typescript/iota-client/docs/Apis/ConfigurationsApi.md", + "hash": "11975016746958418839" + }, + { + "file": "clients/typescript/iota-client/docs/Apis/DefaultApi.md", + "hash": "2910408234551462943" + }, + { + "file": "clients/typescript/iota-client/docs/Apis/IotaApi.md", + "hash": "17729438643975339767" + }, + { + "file": "clients/typescript/iota-client/docs/Apis/PexQueryApi.md", + "hash": "13111374314106920510" + }, + { + "file": "clients/typescript/iota-client/docs/Models/AlreadyExistsError.md", + "hash": "8167307877633540380" + }, + { + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentials.md", + "hash": "13534815773726873120" + }, + { + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK.md", + "hash": "9309684510199461991" + }, + { + "file": "clients/typescript/iota-client/docs/Models/AwsExchangeCredentialsOK_credentials.md", + "hash": "11508575050831055245" + }, + { + "file": "clients/typescript/iota-client/docs/Models/CallbackInput.md", + "hash": "3504125999840941595" + }, + { + "file": "clients/typescript/iota-client/docs/Models/ConsentDto.md", + "hash": "14393404434768321086" + }, + { + "file": "clients/typescript/iota-client/docs/Models/CorsAwsExchangeCredentialsOK.md", + "hash": "10326045654078605519" + }, + { + "file": "clients/typescript/iota-client/docs/Models/CorsIotOidc4vpcallbackOK.md", + "hash": "12275491875802613663" + }, + { + "file": "clients/typescript/iota-client/docs/Models/CreateIotaConfigurationInput.md", + "hash": "13238663401702041445" + }, + { + "file": "clients/typescript/iota-client/docs/Models/CreatePexQueryInput.md", + "hash": "3379652219236993861" + }, + { + "file": "clients/typescript/iota-client/docs/Models/DemoWbx.md", + "hash": "3410072254142146326" + }, + { + "file": "clients/typescript/iota-client/docs/Models/GetIotaConfigurationMetaDataOK.md", + "hash": "10882539487039750917" + }, + { + "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" + }, + { + "file": "clients/typescript/iota-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" + }, + { + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto.md", + "hash": "11817316623538096940" + }, + { + "file": "clients/typescript/iota-client/docs/Models/IotaConfigurationDto_clientMetadata.md", + "hash": "18045918701962935634" + }, + { + "file": "clients/typescript/iota-client/docs/Models/ListConfigurationOK.md", + "hash": "7446786853302365491" + }, + { + "file": "clients/typescript/iota-client/docs/Models/ListLoggedConsentsOK.md", + "hash": "2562690024456557891" + }, + { + "file": "clients/typescript/iota-client/docs/Models/ListPexQueriesOK.md", + "hash": "14062441587568045906" + }, + { + "file": "clients/typescript/iota-client/docs/Models/MessagePublishingError.md", + "hash": "16926188554916345172" + }, + { + "file": "clients/typescript/iota-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" + }, + { + "file": "clients/typescript/iota-client/docs/Models/OperationForbiddenError.md", + "hash": "7042244132448091951" + }, + { + "file": "clients/typescript/iota-client/docs/Models/PexQueryDto.md", + "hash": "4325958840526176557" + }, + { + "file": "clients/typescript/iota-client/docs/Models/PrepareRequest.md", + "hash": "7293771631148833790" + }, + { + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated.md", + "hash": "4904339816751847143" + }, + { + "file": "clients/typescript/iota-client/docs/Models/PrepareRequestCreated_data.md", + "hash": "3702813586844439531" + }, + { + "file": "clients/typescript/iota-client/docs/Models/ResourceLimitExceededError.md", + "hash": "4092030910125715975" + }, + { + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md", + "hash": "7736664384809489792" + }, + { + "file": "clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdOK.md", + "hash": "13126433387532303927" + }, + { + "file": "clients/typescript/iota-client/docs/Models/UpdatePexQueryInput.md", + "hash": "2249997056363339104" + }, + { + "file": "clients/typescript/iota-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" + }, + { + "file": "clients/typescript/iota-client/docs/README.md", + "hash": "5426124659574571122" + }, + { + "file": "clients/typescript/iota-client/index.ts", + "hash": "819579751579780417" + }, + { + "file": "clients/typescript/iota-client/package.json", + "hash": "4241381840610511109", + "deps": [ + "npm:@types/node@18.19.33", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/iota-client/project.json", + "hash": "12679259401059881125" + }, + { + "file": "clients/typescript/iota-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/iota-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/iota-browser": [ + { + "file": "libs/iota-browser/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "libs/iota-browser/.gitignore", + "hash": "6505681825785332825" + }, + { + "file": "libs/iota-browser/.npmignore", + "hash": "13416941849267755969" + }, + { + "file": "libs/iota-browser/CHANGELOG.md", + "hash": "1020826300392555203" + }, + { + "file": "libs/iota-browser/README.md", + "hash": "11346109974438623450" + }, + { + "file": "libs/iota-browser/package-lock.json", + "hash": "6686562311803803373" + }, + { + "file": "libs/iota-browser/package.json", + "hash": "4699167291083169312", + "deps": [ + "npm:@types/uuid", + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:esbuild", + "npm:esbuild-plugin-copy", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:fs-extra", + "npm:typescript", + "@affinidi-tdk/common", + "npm:@smithy/types", + "npm:aws-iot-device-sdk-v2", + "npm:jose", + "npm:uuid", + "npm:zod" + ] + }, + { + "file": "libs/iota-browser/project.json", + "hash": "9973445680169374108" + }, + { + "file": "libs/iota-browser/src/helpers/channel-provider.ts", + "hash": "11861765831415996166", + "deps": [ + "npm:@aws-sdk/util-utf8-browser", + "npm:@smithy/types", + "npm:aws-iot-device-sdk-v2", + "npm:jose", + "npm:uuid" + ] + }, + { + "file": "libs/iota-browser/src/helpers/index.ts", + "hash": "13174031432915128204" + }, + { + "file": "libs/iota-browser/src/helpers/response-handler.ts", + "hash": "13100438198321119577", + "deps": [ + "npm:@aws-sdk/util-utf8-browser", + "npm:aws-iot-device-sdk-v2" + ] + }, + { + "file": "libs/iota-browser/src/helpers/vault-handler.ts", + "hash": "15117836591067749504" + }, + { + "file": "libs/iota-browser/src/index.ts", + "hash": "6236635722468519955" + }, + { + "file": "libs/iota-browser/src/request.ts", + "hash": "7958481597133890867" + }, + { + "file": "libs/iota-browser/src/session.ts", + "hash": "15918759819051628865" + }, + { + "file": "libs/iota-browser/src/validators/error.ts", + "hash": "2899289294130799459" + }, + { + "file": "libs/iota-browser/src/validators/events.ts", + "hash": "6572431675770561537", + "deps": ["npm:zod"] + }, + { + "file": "libs/iota-browser/tsconfig.json", + "hash": "18134444585188285237" + } + ], + "@affinidi-tdk/credential-verification-client": [ + { + "file": "clients/typescript/credential-verification-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/credential-verification-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/credential-verification-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/credential-verification-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/credential-verification-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/credential-verification-client/CHANGELOG.md", + "hash": "15391498962890562343" + }, + { + "file": "clients/typescript/credential-verification-client/README.md", + "hash": "16270718440166771579" + }, + { + "file": "clients/typescript/credential-verification-client/api.ts", + "hash": "13092177238765188373", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/credential-verification-client/base.ts", + "hash": "4664134441643790375", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/credential-verification-client/common.ts", + "hash": "14532153793119355119", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/credential-verification-client/configuration.ts", + "hash": "15219341787828890273" + }, + { + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/FILES", + "hash": "17728437533343232126" + }, + { + "file": "clients/typescript/credential-verification-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Apis/DefaultApi.md", + "hash": "16271472219152260234" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Apis/VerifierApi.md", + "hash": "5613581142932322635" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Constraints.md", + "hash": "8224422380174649373" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Constraints_statuses.md", + "hash": "11754991742460978478" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements.md", + "hash": "14330880183898288431" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/CredentialRequirements_constraints.md", + "hash": "8897853414596004774" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Descriptor.md", + "hash": "17822764417879118028" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Error.md", + "hash": "11696982563022663662" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/ErrorDetail.md", + "hash": "7669479793983699610" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/EvaluateVpOutput.md", + "hash": "12475659337961752501" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Field.md", + "hash": "16344232550088731177" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Filter.md", + "hash": "11167115346625919395" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Filter__const.md", + "hash": "5465549425201085648" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Filter_items.md", + "hash": "18223580326040500803" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/Format.md", + "hash": "11947223783130053517" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/HolderSubject.md", + "hash": "6400036786891960487" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/InputDescriptor.md", + "hash": "1521852140025933668" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/InvalidParameterError.md", + "hash": "18109804642551374587" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/JwtObject.md", + "hash": "9242833626317168008" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/LdpObject.md", + "hash": "18051787134290449466" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/NestedDescriptor.md", + "hash": "5095821010106267341" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError.md", + "hash": "14826341536175237046" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/NotFoundError_details_inner.md", + "hash": "11188843582803631812" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/PdStatus.md", + "hash": "14234197120251605767" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/PresentationDefinition.md", + "hash": "6682461980782141936" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/PresentationSubmission.md", + "hash": "7918858808457628641" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/SubmissionRequirement.md", + "hash": "16814609779003909852" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtInput.md", + "hash": "5012746736675119806" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/ValidateJwtOutput.md", + "hash": "4649432631695926336" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialInput.md", + "hash": "4852323625344989290" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyCredentialOutput.md", + "hash": "18445926908838640276" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationInput.md", + "hash": "15525507599283799450" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput.md", + "hash": "16412914757573683500" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/VerifyPresentationOutput_errors.md", + "hash": "790734790880850487" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential.md", + "hash": "1255942477727011146" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredentialStatus.md", + "hash": "326333964494403746" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSchema.md", + "hash": "4026463945030341819" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_credentialSubject.md", + "hash": "6263626771967494536" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cCredential_holder.md", + "hash": "5940680681404620354" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation.md", + "hash": "1382632681900291992" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context.md", + "hash": "9526759451030296791" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cPresentation__context_oneOf_inner.md", + "hash": "8414847368173539854" + }, + { + "file": "clients/typescript/credential-verification-client/docs/Models/W3cProof.md", + "hash": "9553238231345071549" + }, + { + "file": "clients/typescript/credential-verification-client/docs/README.md", + "hash": "9736888282698778045" + }, + { + "file": "clients/typescript/credential-verification-client/index.ts", + "hash": "11338016225391964899" + }, + { + "file": "clients/typescript/credential-verification-client/package.json", + "hash": "43555723217872571", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/credential-verification-client/project.json", + "hash": "292531990563144806" + }, + { + "file": "clients/typescript/credential-verification-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/credential-verification-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/common": [ + { + "file": "packages/common/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "packages/common/.gitignore", + "hash": "1654343886240425559" + }, + { + "file": "packages/common/.npmignore", + "hash": "12822870603302115381" + }, + { + "file": "packages/common/CHANGELOG.md", + "hash": "15571384238521755484" + }, + { + "file": "packages/common/README.md", + "hash": "13736686297854932605" + }, + { + "file": "packages/common/helpers/environment.ts", + "hash": "12807175711941537118" + }, + { + "file": "packages/common/helpers/index.ts", + "hash": "3331714586627763516" + }, + { + "file": "packages/common/helpers/logger.ts", + "hash": "17616776113026191349" + }, + { + "file": "packages/common/helpers/vault.ts", + "hash": "2687200996638439273" + }, + { + "file": "packages/common/index.ts", + "hash": "16365846209251303121" + }, + { + "file": "packages/common/package-lock.json", + "hash": "4491739938388568222" + }, + { + "file": "packages/common/package.json", + "hash": "11235908631835379292", + "deps": [ + "npm:@typescript-eslint/eslint-plugin@7.14.1", + "npm:@typescript-eslint/parser@7.14.1", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:jsii-release", + "npm:typescript" + ] + }, + { + "file": "packages/common/project.json", + "hash": "18338055837761480757" + } + ], + "@affinidi-tdk/login-configuration-client": [ + { + "file": "clients/typescript/login-configuration-client/.gitignore", + "hash": "14183275266285273190" + }, + { + "file": "clients/typescript/login-configuration-client/.npmignore", + "hash": "12459326339142627036" + }, + { + "file": "clients/typescript/login-configuration-client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/typescript/login-configuration-client/.openapi-generator/FILES", + "hash": "10359846699431722078" + }, + { + "file": "clients/typescript/login-configuration-client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/login-configuration-client/CHANGELOG.md", + "hash": "4519790572132554332" + }, + { + "file": "clients/typescript/login-configuration-client/README.md", + "hash": "1883100314997818640" + }, + { + "file": "clients/typescript/login-configuration-client/api.ts", + "hash": "11225894088610849763", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/login-configuration-client/base.ts", + "hash": "16747926869090281031", + "deps": ["npm:axios", "npm:axios-retry"] + }, + { + "file": "clients/typescript/login-configuration-client/common.ts", + "hash": "18202857980768004223", + "deps": ["npm:axios"] + }, + { + "file": "clients/typescript/login-configuration-client/configuration.ts", + "hash": "17640768364001282978" + }, + { + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator-ignore", + "hash": "5921108589004068994" + }, + { + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/FILES", + "hash": "4512150892306820327" + }, + { + "file": "clients/typescript/login-configuration-client/docs/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Apis/AllowListApi.md", + "hash": "211826417999458165" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Apis/ConfigurationApi.md", + "hash": "6308120419168047526" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Apis/DenyListApi.md", + "hash": "7726796964845646802" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Apis/GroupApi.md", + "hash": "15673226820463409487" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Apis/IdpApi.md", + "hash": "1998998596304502853" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/ActionForbiddenError.md", + "hash": "14968167471874634050" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md", + "hash": "12028981472381019965" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsers.md", + "hash": "13849823414408199571" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md", + "hash": "1414244720524683365" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionAcceptResponseOK.md", + "hash": "15669763115432386462" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionForIdpOK.md", + "hash": "18379217938836845823" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CorsLoginSessionRejectResponseOK.md", + "hash": "13015445726325978709" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md", + "hash": "1368760751440017943" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CreateHydraNetworkError.md", + "hash": "6257623641657711369" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md", + "hash": "4512187795552444984" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput.md", + "hash": "4347603429047299689" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationOutput_auth.md", + "hash": "10451887242916935250" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/CreateProjectNetworkError.md", + "hash": "14891486953107045514" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/ErrorOAuth2.md", + "hash": "11116444372217418526" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GetUserInfo.md", + "hash": "4945100139571376599" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupDto.md", + "hash": "7457067275584979839" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNames.md", + "hash": "2001434629279341104" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupNamesInput.md", + "hash": "6459039357265454501" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingDto.md", + "hash": "3707941998491139578" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupUserMappingsList.md", + "hash": "11390371057615918323" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsList.md", + "hash": "9827062062106347096" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/GroupsPerUserLimitExceededError.md", + "hash": "17409854853291538664" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/IdTokenMapping_inner.md", + "hash": "15532762300707176997" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidClaimContextError.md", + "hash": "5080857325547014340" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidGroupsError.md", + "hash": "4686520207753966803" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError.md", + "hash": "12586844208213212965" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/InvalidParameterError_details_inner.md", + "hash": "1817687726993770181" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey.md", + "hash": "16498421307409006817" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/JsonWebKey_keys_inner.md", + "hash": "13871275167623793304" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/ListLoginConfigurationOutput.md", + "hash": "7606039821269543586" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataInput.md", + "hash": "13828842892164563217" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationClientMetadataOutput.md", + "hash": "10503535986774061315" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationObject.md", + "hash": "15321466031796432333" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginConfigurationReadInvalidClientIdError.md", + "hash": "15475776983402324909" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto.md", + "hash": "22747864508565680" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionDto_authorizationRequest.md", + "hash": "13619981892024046465" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionForIDPInput.md", + "hash": "6709006501811674695" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/LoginSessionRejectResponseInput.md", + "hash": "11537462109431281637" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/NotFoundError.md", + "hash": "1096161092545869598" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/OAuth2Token.md", + "hash": "4930959784088992952" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig.md", + "hash": "2179555926060989602" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/OIDCConfig_credentials_supported_draft_00_inner.md", + "hash": "2108824152749288018" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/RedirectResponse.md", + "hash": "4785358361067685710" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/RemoveUserFromGroupInput.md", + "hash": "3904605322360145707" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/ResourceCreationError.md", + "hash": "8643644109183080467" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse.md", + "hash": "12876953554036964226" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/ServiceErrorResponse_details_inner.md", + "hash": "14238076193013934014" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/TokenEndpointAuthMethod.md", + "hash": "12927288365239818419" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/UnauthorizedError.md", + "hash": "2660119686726151063" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/UpdateLoginConfigurationInput.md", + "hash": "3670336846105320965" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/VPTokenValidationError.md", + "hash": "12227056606097382675" + }, + { + "file": "clients/typescript/login-configuration-client/docs/Models/createLoginConfigurations_400_response.md", + "hash": "10113364033065977966" + }, + { + "file": "clients/typescript/login-configuration-client/docs/README.md", + "hash": "18428175335345609865" + }, + { + "file": "clients/typescript/login-configuration-client/index.ts", + "hash": "17604494128934036763" + }, + { + "file": "clients/typescript/login-configuration-client/package.json", + "hash": "3386776067037058349", + "deps": [ + "npm:@types/node@18.19.31", + "npm:typescript@4.9.5", + "npm:axios", + "npm:axios-retry", + "npm:url" + ] + }, + { + "file": "clients/typescript/login-configuration-client/project.json", + "hash": "13049922653240685091" + }, + { + "file": "clients/typescript/login-configuration-client/tsconfig.esm.json", + "hash": "7022370158318588762" + }, + { + "file": "clients/typescript/login-configuration-client/tsconfig.json", + "hash": "13354068531430747784" + } + ], + "@affinidi-tdk/auth-provider": [ + { + "file": "packages/auth-provider/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "packages/auth-provider/.gitignore", + "hash": "1654343886240425559" + }, + { + "file": "packages/auth-provider/.npmignore", + "hash": "12822870603302115381" + }, + { + "file": "packages/auth-provider/CHANGELOG.md", + "hash": "4612525814967357665" + }, + { + "file": "packages/auth-provider/README.md", + "hash": "11480977488421270372" + }, + { + "file": "packages/auth-provider/auth-provider.ts", + "hash": "7447789430998177755", + "deps": ["npm:uuid"] + }, + { + "file": "packages/auth-provider/helpers/fetch-project-scoped-token.ts", + "hash": "9987750599662173674", + "deps": ["npm:axios", "npm:jsonwebtoken", "npm:qs"] + }, + { + "file": "packages/auth-provider/helpers/get-bff-headers.ts", + "hash": "13776581903181663912" + }, + { + "file": "packages/auth-provider/helpers/index.ts", + "hash": "691866190261439977" + }, + { + "file": "packages/auth-provider/helpers/iota.ts", + "hash": "6130007883727441081", + "deps": ["npm:uuid", "npm:jsonwebtoken"] + }, + { + "file": "packages/auth-provider/helpers/jwt.ts", + "hash": "3171662567641299666", + "deps": ["npm:axios", "npm:jsonwebtoken", "npm:jose"] + }, + { + "file": "packages/auth-provider/index.ts", + "hash": "3560753177100856969" + }, + { + "file": "packages/auth-provider/package-lock.json", + "hash": "13214305376042621095" + }, + { + "file": "packages/auth-provider/package.json", + "hash": "17196782726550312388", + "deps": [ + "npm:@typescript-eslint/eslint-plugin@7.4.0", + "npm:@typescript-eslint/parser@7.4.0", + "npm:eslint", + "npm:eslint-config-prettier", + "npm:eslint-plugin-prettier", + "npm:jsii", + "npm:jsii-pacmak", + "npm:jsii-release", + "npm:typescript", + "@affinidi-tdk/common", + "npm:@types/jsonwebtoken", + "npm:@types/qs", + "npm:@types/uuid", + "npm:axios", + "npm:jose", + "npm:jsonwebtoken", + "npm:qs", + "npm:uuid" + ] + }, + { + "file": "packages/auth-provider/project.json", + "hash": "7766335473734343420" + } + ] + }, + "nonProjectFiles": [ + { + "file": ".all-contributorsrc", + "hash": "16908671485017507830" + }, + { + "file": ".commitlintrc.json", + "hash": "3030084634256606746" + }, + { + "file": ".eslintignore", + "hash": "7663861978715868291" + }, + { + "file": ".eslintrc.json", + "hash": "18315524891129148814" + }, + { + "file": ".github/dependabot.yaml", + "hash": "15211673453489358706" + }, + { + "file": ".github/workflows/nx-branch.yaml", + "hash": "4482218849127374187" + }, + { + "file": ".github/workflows/nx-release.yaml", + "hash": "18446337149462420802" + }, + { + "file": ".gitignore", + "hash": "12428832513235139008" + }, + { + "file": ".husky/commit-msg", + "hash": "11118044558852958656" + }, + { + "file": ".npmignore", + "hash": "14155419432231226525" + }, + { + "file": ".nxreleaserc.json", + "hash": "3666868242772564375" + }, + { + "file": ".prettierignore", + "hash": "16448050467312557263" + }, + { + "file": ".prettierrc", + "hash": "16168323439053702593" + }, + { + "file": "CHANGELOG.md", + "hash": "7542255475720002970" + }, + { + "file": "CODEOWNERS", + "hash": "6484308906457802038" + }, + { + "file": "CONTRIBUTING.md", + "hash": "14781887254968558542" + }, + { + "file": "LICENSE", + "hash": "1742713622754055560" + }, + { + "file": "NOTICE.txt", + "hash": "15743011504459491285" + }, + { + "file": "README.md", + "hash": "2638922464047553730" + }, + { + "file": "SECURITY.md", + "hash": "6937008794804362361" + }, + { + "file": "clients/dart/credential_issuance_client/.gitignore", + "hash": "13713586342197018532" + }, + { + "file": "clients/dart/credential_issuance_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/dart/credential_issuance_client/.openapi-generator/FILES", + "hash": "14299102716325016522" + }, + { + "file": "clients/dart/credential_issuance_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/dart/credential_issuance_client/.travis.yml", + "hash": "2324187359664921348" + }, + { + "file": "clients/dart/credential_issuance_client/README.md", + "hash": "16658837014754575280" + }, + { + "file": "clients/dart/credential_issuance_client/analysis_options.yaml", + "hash": "3244421341483603138" + }, + { + "file": "clients/dart/credential_issuance_client/doc/ActionForbiddenError.md", + "hash": "6636881352207467003" + }, + { + "file": "clients/dart/credential_issuance_client/doc/ActionForbiddenErrorDetailsInner.md", + "hash": "2163055060004008418" + }, + { + "file": "clients/dart/credential_issuance_client/doc/ConfigurationApi.md", + "hash": "17386457619554200473" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CorsGenerateCredentialsOK.md", + "hash": "17810223022290616289" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CorsGetCredentialOfferOK.md", + "hash": "15289099770419682235" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CorsGetWellKnownOpenIdCredentialIssuerOK.md", + "hash": "6578167522715478118" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CreateCredentialInput.md", + "hash": "17801179146261433175" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CreateIssuanceConfig400Response.md", + "hash": "17141182626836899738" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CreateIssuanceConfigInput.md", + "hash": "4172712902074626537" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CreateIssuanceConfigInputCredentialSupportedInner.md", + "hash": "14562527022488781165" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialIssuanceIdExistError.md", + "hash": "10795120126323838104" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialOfferExpiredError.md", + "hash": "6796767590609817569" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialOfferResponse.md", + "hash": "17028006464509251048" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrants.md", + "hash": "3481896446854921841" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md", + "hash": "16097183768146113950" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md", + "hash": "11540844349553674248" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialProof.md", + "hash": "6586789236411574075" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialResponse.md", + "hash": "4737660452638334332" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialResponseDeferred.md", + "hash": "3301732427835382586" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialResponseImmediate.md", + "hash": "13884998479022400380" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCNonceExpiresIn.md", + "hash": "4763821571406493163" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCredential.md", + "hash": "15100242792049233062" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialSubjectNotValidError.md", + "hash": "898206386115974062" + }, + { + "file": "clients/dart/credential_issuance_client/doc/CredentialsApi.md", + "hash": "15877430277684563213" + }, + { + "file": "clients/dart/credential_issuance_client/doc/DeferredCredentialInput.md", + "hash": "3644164391433858774" + }, + { + "file": "clients/dart/credential_issuance_client/doc/GenerateCredentials400Response.md", + "hash": "10615077308689864628" + }, + { + "file": "clients/dart/credential_issuance_client/doc/GetCredentialOffer400Response.md", + "hash": "6367404253905315837" + }, + { + "file": "clients/dart/credential_issuance_client/doc/InvalidCredentialRequestError.md", + "hash": "10050685326487396020" + }, + { + "file": "clients/dart/credential_issuance_client/doc/InvalidCredentialTypeError.md", + "hash": "9913781130680910508" + }, + { + "file": "clients/dart/credential_issuance_client/doc/InvalidIssuerWalletError.md", + "hash": "13123547011109079455" + }, + { + "file": "clients/dart/credential_issuance_client/doc/InvalidJwtTokenError.md", + "hash": "9627690793206808074" + }, + { + "file": "clients/dart/credential_issuance_client/doc/InvalidParameterError.md", + "hash": "5050698344978483359" + }, + { + "file": "clients/dart/credential_issuance_client/doc/InvalidProofError.md", + "hash": "14928662196928161166" + }, + { + "file": "clients/dart/credential_issuance_client/doc/IssuanceApi.md", + "hash": "6940319231122459997" + }, + { + "file": "clients/dart/credential_issuance_client/doc/IssuanceConfigDto.md", + "hash": "14240639764665215572" + }, + { + "file": "clients/dart/credential_issuance_client/doc/IssuanceConfigDtoCredentialSupportedInner.md", + "hash": "10486586185090867593" + }, + { + "file": "clients/dart/credential_issuance_client/doc/IssuanceConfigListResponse.md", + "hash": "4413650110929962282" + }, + { + "file": "clients/dart/credential_issuance_client/doc/IssuanceConfigMiniDto.md", + "hash": "16719404693125790908" + }, + { + "file": "clients/dart/credential_issuance_client/doc/IssuanceStateResponse.md", + "hash": "8980311573602941153" + }, + { + "file": "clients/dart/credential_issuance_client/doc/ListIssuanceResponse.md", + "hash": "16221916196970411197" + }, + { + "file": "clients/dart/credential_issuance_client/doc/NotFoundError.md", + "hash": "9309328257649035193" + }, + { + "file": "clients/dart/credential_issuance_client/doc/OfferApi.md", + "hash": "2426917935517276344" + }, + { + "file": "clients/dart/credential_issuance_client/doc/ProjectCredentialConfigExistError.md", + "hash": "12785072686877559785" + }, + { + "file": "clients/dart/credential_issuance_client/doc/ProjectCredentialConfigNotExistError.md", + "hash": "14942038856214255507" + }, + { + "file": "clients/dart/credential_issuance_client/doc/StartIssuance400Response.md", + "hash": "15072693817196527112" + }, + { + "file": "clients/dart/credential_issuance_client/doc/StartIssuanceInput.md", + "hash": "17191990031503423033" + }, + { + "file": "clients/dart/credential_issuance_client/doc/StartIssuanceInputDataInner.md", + "hash": "9901426209934119667" + }, + { + "file": "clients/dart/credential_issuance_client/doc/StartIssuanceInputDataInnerMetaData.md", + "hash": "17424235382672831722" + }, + { + "file": "clients/dart/credential_issuance_client/doc/StartIssuanceResponse.md", + "hash": "1341210698956653972" + }, + { + "file": "clients/dart/credential_issuance_client/doc/UpdateIssuanceConfigInput.md", + "hash": "14561490832276544562" + }, + { + "file": "clients/dart/credential_issuance_client/doc/VcClaimedError.md", + "hash": "7816853029463589776" + }, + { + "file": "clients/dart/credential_issuance_client/doc/WellKnownApi.md", + "hash": "12483696632178972898" + }, + { + "file": "clients/dart/credential_issuance_client/doc/WellKnownOpenIdCredentialIssuerResponse.md", + "hash": "4745472239973280548" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api.dart", + "hash": "7445288895372226570" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api/configuration_api.dart", + "hash": "1972193618674178087" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api/credentials_api.dart", + "hash": "4428134395981534619" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api/issuance_api.dart", + "hash": "15082744619528214095" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api/offer_api.dart", + "hash": "7301493500326516682" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api/well_known_api.dart", + "hash": "11395559855279025739" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api_client.dart", + "hash": "17555873028295660606" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api_exception.dart", + "hash": "9515213698233055918" + }, + { + "file": "clients/dart/credential_issuance_client/lib/api_helper.dart", + "hash": "1878099692232355677" + }, + { + "file": "clients/dart/credential_issuance_client/lib/auth/api_key_auth.dart", + "hash": "2873654274659349923" + }, + { + "file": "clients/dart/credential_issuance_client/lib/auth/authentication.dart", + "hash": "14405846623159842532" + }, + { + "file": "clients/dart/credential_issuance_client/lib/auth/http_basic_auth.dart", + "hash": "576293845634388563" + }, + { + "file": "clients/dart/credential_issuance_client/lib/auth/http_bearer_auth.dart", + "hash": "1812562134431094656" + }, + { + "file": "clients/dart/credential_issuance_client/lib/auth/oauth.dart", + "hash": "6047764012777982994" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/action_forbidden_error.dart", + "hash": "309142359607139268" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/action_forbidden_error_details_inner.dart", + "hash": "10601464948064243718" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/cors_generate_credentials_ok.dart", + "hash": "18266436762647509775" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/cors_get_credential_offer_ok.dart", + "hash": "3850350290580874631" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/cors_get_well_known_open_id_credential_issuer_ok.dart", + "hash": "9019997169510984410" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/create_credential_input.dart", + "hash": "13378565778565709556" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/create_issuance_config400_response.dart", + "hash": "17170642626880607107" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart", + "hash": "14592602609527624026" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/create_issuance_config_input_credential_supported_inner.dart", + "hash": "12433632224690523931" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_issuance_id_exist_error.dart", + "hash": "7140171502134055343" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_offer_expired_error.dart", + "hash": "3950915922551101451" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_offer_response.dart", + "hash": "1354472434141235928" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants.dart", + "hash": "15130724110790421754" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart", + "hash": "13231803043602387429" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.dart", + "hash": "12553799258044316131" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_proof.dart", + "hash": "8189017448583847815" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_response.dart", + "hash": "4548355945941219864" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_response_deferred.dart", + "hash": "2565602952305618746" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart", + "hash": "12479358854219795189" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart", + "hash": "6185070069566103384" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart", + "hash": "505235040506155643" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/credential_subject_not_valid_error.dart", + "hash": "7629611357301148403" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/deferred_credential_input.dart", + "hash": "1896426637503239394" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/generate_credentials400_response.dart", + "hash": "10169297046972964543" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/get_credential_offer400_response.dart", + "hash": "4926425533514001551" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/invalid_credential_request_error.dart", + "hash": "7585877735146826195" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/invalid_credential_type_error.dart", + "hash": "3833418120804664751" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/invalid_issuer_wallet_error.dart", + "hash": "7194980525707476415" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/invalid_jwt_token_error.dart", + "hash": "8438395035698476469" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/invalid_parameter_error.dart", + "hash": "3911893095040339507" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/invalid_proof_error.dart", + "hash": "11155266611807964651" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart", + "hash": "1094076969481197198" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/issuance_config_dto_credential_supported_inner.dart", + "hash": "9995052201167156974" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/issuance_config_list_response.dart", + "hash": "6961603538478834617" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart", + "hash": "8465623313840262580" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/issuance_state_response.dart", + "hash": "10759320241592039749" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/list_issuance_response.dart", + "hash": "4161235971709316128" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/not_found_error.dart", + "hash": "7389305839016514662" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/project_credential_config_exist_error.dart", + "hash": "17393329193964570607" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/project_credential_config_not_exist_error.dart", + "hash": "6510719824219789223" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/start_issuance400_response.dart", + "hash": "17048547990798680768" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/start_issuance_input.dart", + "hash": "12076984433125191117" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner.dart", + "hash": "17633294651586848684" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/start_issuance_input_data_inner_meta_data.dart", + "hash": "7828391878412701128" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/start_issuance_response.dart", + "hash": "10186711480473696585" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart", + "hash": "11843250445396889646" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/vc_claimed_error.dart", + "hash": "10902569772807025811" + }, + { + "file": "clients/dart/credential_issuance_client/lib/model/well_known_open_id_credential_issuer_response.dart", + "hash": "13190548195357430391" + }, + { + "file": "clients/dart/credential_issuance_client/pubspec.yaml", + "hash": "8184404171588781967" + }, + { + "file": "clients/dart/credential_issuance_client/test/action_forbidden_error_details_inner_test.dart", + "hash": "18048477847058310613" + }, + { + "file": "clients/dart/credential_issuance_client/test/action_forbidden_error_test.dart", + "hash": "6335884251443830941" + }, + { + "file": "clients/dart/credential_issuance_client/test/configuration_api_test.dart", + "hash": "2056132068622782314" + }, + { + "file": "clients/dart/credential_issuance_client/test/cors_generate_credentials_ok_test.dart", + "hash": "11899268768287815119" + }, + { + "file": "clients/dart/credential_issuance_client/test/cors_get_credential_offer_ok_test.dart", + "hash": "6261469518173910760" + }, + { + "file": "clients/dart/credential_issuance_client/test/cors_get_well_known_open_id_credential_issuer_ok_test.dart", + "hash": "5588039772396916908" + }, + { + "file": "clients/dart/credential_issuance_client/test/create_credential_input_test.dart", + "hash": "502722624496832532" + }, + { + "file": "clients/dart/credential_issuance_client/test/create_issuance_config400_response_test.dart", + "hash": "8542880636914640099" + }, + { + "file": "clients/dart/credential_issuance_client/test/create_issuance_config_input_credential_supported_inner_test.dart", + "hash": "5162825649826790380" + }, + { + "file": "clients/dart/credential_issuance_client/test/create_issuance_config_input_test.dart", + "hash": "8581635716283153049" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_issuance_id_exist_error_test.dart", + "hash": "2573067753784634171" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_offer_expired_error_test.dart", + "hash": "13214913993061317199" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_offer_response_grants_test.dart", + "hash": "17842193949619443096" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_test.dart", + "hash": "905805100019887633" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code_test.dart", + "hash": "525214754927328964" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_offer_response_test.dart", + "hash": "15210009723208768878" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_proof_test.dart", + "hash": "2717519325890554902" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_response_deferred_test.dart", + "hash": "12571854257617021201" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_response_immediate_c_nonce_expires_in_test.dart", + "hash": "16168634501799345160" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_response_immediate_credential_test.dart", + "hash": "6416323443340808047" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_response_immediate_test.dart", + "hash": "6478903670173585637" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_response_test.dart", + "hash": "2718938131779798963" + }, + { + "file": "clients/dart/credential_issuance_client/test/credential_subject_not_valid_error_test.dart", + "hash": "12126577040667893094" + }, + { + "file": "clients/dart/credential_issuance_client/test/credentials_api_test.dart", + "hash": "4071808037077639161" + }, + { + "file": "clients/dart/credential_issuance_client/test/deferred_credential_input_test.dart", + "hash": "8689909923516645119" + }, + { + "file": "clients/dart/credential_issuance_client/test/generate_credentials400_response_test.dart", + "hash": "8543641235089903068" + }, + { + "file": "clients/dart/credential_issuance_client/test/get_credential_offer400_response_test.dart", + "hash": "10653533170467853670" + }, + { + "file": "clients/dart/credential_issuance_client/test/invalid_credential_request_error_test.dart", + "hash": "5887569542851345150" + }, + { + "file": "clients/dart/credential_issuance_client/test/invalid_credential_type_error_test.dart", + "hash": "13635615457891475559" + }, + { + "file": "clients/dart/credential_issuance_client/test/invalid_issuer_wallet_error_test.dart", + "hash": "10061148473084318492" + }, + { + "file": "clients/dart/credential_issuance_client/test/invalid_jwt_token_error_test.dart", + "hash": "2589555669562674685" + }, + { + "file": "clients/dart/credential_issuance_client/test/invalid_parameter_error_test.dart", + "hash": "4402854943371972941" + }, + { + "file": "clients/dart/credential_issuance_client/test/invalid_proof_error_test.dart", + "hash": "18375278366106026210" + }, + { + "file": "clients/dart/credential_issuance_client/test/issuance_api_test.dart", + "hash": "258097346461772860" + }, + { + "file": "clients/dart/credential_issuance_client/test/issuance_config_dto_credential_supported_inner_test.dart", + "hash": "15006581080407320975" + }, + { + "file": "clients/dart/credential_issuance_client/test/issuance_config_dto_test.dart", + "hash": "7435621381669662492" + }, + { + "file": "clients/dart/credential_issuance_client/test/issuance_config_list_response_test.dart", + "hash": "11324329664593508514" + }, + { + "file": "clients/dart/credential_issuance_client/test/issuance_config_mini_dto_test.dart", + "hash": "11068704399660167956" + }, + { + "file": "clients/dart/credential_issuance_client/test/issuance_state_response_test.dart", + "hash": "12853260513855223230" + }, + { + "file": "clients/dart/credential_issuance_client/test/list_issuance_response_test.dart", + "hash": "17959091300548133654" + }, + { + "file": "clients/dart/credential_issuance_client/test/not_found_error_test.dart", + "hash": "11883853613850987555" + }, + { + "file": "clients/dart/credential_issuance_client/test/offer_api_test.dart", + "hash": "8300743813837019192" + }, + { + "file": "clients/dart/credential_issuance_client/test/project_credential_config_exist_error_test.dart", + "hash": "3398172957459859932" + }, + { + "file": "clients/dart/credential_issuance_client/test/project_credential_config_not_exist_error_test.dart", + "hash": "15764419802424365740" + }, + { + "file": "clients/dart/credential_issuance_client/test/start_issuance400_response_test.dart", + "hash": "14768720819574234505" + }, + { + "file": "clients/dart/credential_issuance_client/test/start_issuance_input_data_inner_meta_data_test.dart", + "hash": "11755064086695592164" + }, + { + "file": "clients/dart/credential_issuance_client/test/start_issuance_input_data_inner_test.dart", + "hash": "14395007501999540048" + }, + { + "file": "clients/dart/credential_issuance_client/test/start_issuance_input_test.dart", + "hash": "6383559346501243027" + }, + { + "file": "clients/dart/credential_issuance_client/test/start_issuance_response_test.dart", + "hash": "13434099514420733822" + }, + { + "file": "clients/dart/credential_issuance_client/test/update_issuance_config_input_test.dart", + "hash": "14344074072752411265" + }, + { + "file": "clients/dart/credential_issuance_client/test/vc_claimed_error_test.dart", + "hash": "7683171363110122198" + }, + { + "file": "clients/dart/credential_issuance_client/test/well_known_api_test.dart", + "hash": "16535127553490109852" + }, + { + "file": "clients/dart/credential_issuance_client/test/well_known_open_id_credential_issuer_response_test.dart", + "hash": "5864523716454751996" + }, + { + "file": "clients/dart/credential_verification_client/.gitignore", + "hash": "13713586342197018532" + }, + { + "file": "clients/dart/credential_verification_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/dart/credential_verification_client/.openapi-generator/FILES", + "hash": "7760235053800711493" + }, + { + "file": "clients/dart/credential_verification_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/dart/credential_verification_client/.travis.yml", + "hash": "2324187359664921348" + }, + { + "file": "clients/dart/credential_verification_client/README.md", + "hash": "10683587417485710117" + }, + { + "file": "clients/dart/credential_verification_client/analysis_options.yaml", + "hash": "3244421341483603138" + }, + { + "file": "clients/dart/credential_verification_client/doc/Constraints.md", + "hash": "4766213304683887144" + }, + { + "file": "clients/dart/credential_verification_client/doc/ConstraintsStatuses.md", + "hash": "10715039288475923231" + }, + { + "file": "clients/dart/credential_verification_client/doc/CredentialRequirements.md", + "hash": "18131079445669944575" + }, + { + "file": "clients/dart/credential_verification_client/doc/CredentialRequirementsConstraints.md", + "hash": "13590028041092591232" + }, + { + "file": "clients/dart/credential_verification_client/doc/DefaultApi.md", + "hash": "14914486171807490482" + }, + { + "file": "clients/dart/credential_verification_client/doc/Descriptor.md", + "hash": "13650306405357992578" + }, + { + "file": "clients/dart/credential_verification_client/doc/Error.md", + "hash": "12251636223693070129" + }, + { + "file": "clients/dart/credential_verification_client/doc/ErrorDetail.md", + "hash": "16903623808696739696" + }, + { + "file": "clients/dart/credential_verification_client/doc/EvaluateVpOutput.md", + "hash": "409125698222744370" + }, + { + "file": "clients/dart/credential_verification_client/doc/Field.md", + "hash": "17427300909891541739" + }, + { + "file": "clients/dart/credential_verification_client/doc/Filter.md", + "hash": "12043567341207944388" + }, + { + "file": "clients/dart/credential_verification_client/doc/FilterConst.md", + "hash": "4342763130009027754" + }, + { + "file": "clients/dart/credential_verification_client/doc/FilterItems.md", + "hash": "17489438084830692538" + }, + { + "file": "clients/dart/credential_verification_client/doc/Format.md", + "hash": "4755502120347259119" + }, + { + "file": "clients/dart/credential_verification_client/doc/FreeFormObject.md", + "hash": "12022344864707789592" + }, + { + "file": "clients/dart/credential_verification_client/doc/HolderSubject.md", + "hash": "507147326778480538" + }, + { + "file": "clients/dart/credential_verification_client/doc/InputDescriptor.md", + "hash": "17918860495854435625" + }, + { + "file": "clients/dart/credential_verification_client/doc/InvalidParameterError.md", + "hash": "11539576930075406848" + }, + { + "file": "clients/dart/credential_verification_client/doc/JwtObject.md", + "hash": "11077975091961694173" + }, + { + "file": "clients/dart/credential_verification_client/doc/LdpObject.md", + "hash": "14481382141017753291" + }, + { + "file": "clients/dart/credential_verification_client/doc/NestedDescriptor.md", + "hash": "17672639959956468361" + }, + { + "file": "clients/dart/credential_verification_client/doc/NotFoundError.md", + "hash": "8669936499675450108" + }, + { + "file": "clients/dart/credential_verification_client/doc/NotFoundErrorDetailsInner.md", + "hash": "7255951611635309592" + }, + { + "file": "clients/dart/credential_verification_client/doc/PdStatus.md", + "hash": "12017321571017770189" + }, + { + "file": "clients/dart/credential_verification_client/doc/PresentationDefinition.md", + "hash": "11148522851260534415" + }, + { + "file": "clients/dart/credential_verification_client/doc/PresentationSubmission.md", + "hash": "13974121273829425747" + }, + { + "file": "clients/dart/credential_verification_client/doc/SubmissionRequirement.md", + "hash": "12837143152940777292" + }, + { + "file": "clients/dart/credential_verification_client/doc/ValidateJwtInput.md", + "hash": "333563458081245319" + }, + { + "file": "clients/dart/credential_verification_client/doc/ValidateJwtOutput.md", + "hash": "8371986555090487171" + }, + { + "file": "clients/dart/credential_verification_client/doc/VerifierApi.md", + "hash": "6304364028529445985" + }, + { + "file": "clients/dart/credential_verification_client/doc/VerifyCredentialInput.md", + "hash": "14055829030837933406" + }, + { + "file": "clients/dart/credential_verification_client/doc/VerifyCredentialOutput.md", + "hash": "13389813571017508051" + }, + { + "file": "clients/dart/credential_verification_client/doc/VerifyPresentationInput.md", + "hash": "15177432234373017132" + }, + { + "file": "clients/dart/credential_verification_client/doc/VerifyPresentationOutput.md", + "hash": "15926045237049697575" + }, + { + "file": "clients/dart/credential_verification_client/doc/VerifyPresentationOutputErrors.md", + "hash": "3539047163521980317" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cCredential.md", + "hash": "9871637054929164491" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cCredentialCredentialSchema.md", + "hash": "12787385937577747865" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cCredentialCredentialSubject.md", + "hash": "12403952818577334303" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cCredentialHolder.md", + "hash": "15623020269854258495" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cCredentialStatus.md", + "hash": "5471324604947508170" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cPresentation.md", + "hash": "3082111159262133852" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cPresentationContext.md", + "hash": "16051038513573862318" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cPresentationContextOneOfInner.md", + "hash": "6768014493055775734" + }, + { + "file": "clients/dart/credential_verification_client/doc/W3cProof.md", + "hash": "7469322891724237846" + }, + { + "file": "clients/dart/credential_verification_client/lib/api.dart", + "hash": "903109005607318980" + }, + { + "file": "clients/dart/credential_verification_client/lib/api/default_api.dart", + "hash": "3716143369731019309" + }, + { + "file": "clients/dart/credential_verification_client/lib/api/verifier_api.dart", + "hash": "9380772890191471025" + }, + { + "file": "clients/dart/credential_verification_client/lib/api_client.dart", + "hash": "12681727631146750493" + }, + { + "file": "clients/dart/credential_verification_client/lib/api_exception.dart", + "hash": "9515213698233055918" + }, + { + "file": "clients/dart/credential_verification_client/lib/api_helper.dart", + "hash": "1878099692232355677" + }, + { + "file": "clients/dart/credential_verification_client/lib/auth/api_key_auth.dart", + "hash": "2873654274659349923" + }, + { + "file": "clients/dart/credential_verification_client/lib/auth/authentication.dart", + "hash": "14405846623159842532" + }, + { + "file": "clients/dart/credential_verification_client/lib/auth/http_basic_auth.dart", + "hash": "576293845634388563" + }, + { + "file": "clients/dart/credential_verification_client/lib/auth/http_bearer_auth.dart", + "hash": "1812562134431094656" + }, + { + "file": "clients/dart/credential_verification_client/lib/auth/oauth.dart", + "hash": "6047764012777982994" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/constraints.dart", + "hash": "13459932489517528230" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/constraints_statuses.dart", + "hash": "9232414339264845900" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/credential_requirements.dart", + "hash": "5202081097991553654" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/credential_requirements_constraints.dart", + "hash": "15456122796999046243" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/descriptor.dart", + "hash": "10463083012302777208" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/error.dart", + "hash": "6267375565864183865" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/error_detail.dart", + "hash": "13433722619232701893" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/evaluate_vp_output.dart", + "hash": "8174835696964308371" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/field.dart", + "hash": "13029212037820339777" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/filter.dart", + "hash": "5013839158560480988" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/filter_const.dart", + "hash": "17843973516113780157" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/filter_items.dart", + "hash": "16680979062899056351" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/format.dart", + "hash": "6694697746379240393" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/free_form_object.dart", + "hash": "8146989466458432183" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/holder_subject.dart", + "hash": "8033627275902650422" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/input_descriptor.dart", + "hash": "14534755363087835736" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/invalid_parameter_error.dart", + "hash": "2195093628383297742" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/jwt_object.dart", + "hash": "12084607464751354803" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/ldp_object.dart", + "hash": "1296194685450905107" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/nested_descriptor.dart", + "hash": "421223318574078414" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/not_found_error.dart", + "hash": "4520018395669825230" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/not_found_error_details_inner.dart", + "hash": "171973362625551876" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/pd_status.dart", + "hash": "14673874974764428534" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/presentation_definition.dart", + "hash": "7574913849555142505" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/presentation_submission.dart", + "hash": "10787958415245266849" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/submission_requirement.dart", + "hash": "11449774901544849998" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/validate_jwt_input.dart", + "hash": "14382185576220472986" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/validate_jwt_output.dart", + "hash": "2071549192171150456" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/verify_credential_input.dart", + "hash": "12015654275861940692" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/verify_credential_output.dart", + "hash": "18398466057828554835" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/verify_presentation_input.dart", + "hash": "16139674383844880722" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/verify_presentation_output.dart", + "hash": "17800215896219015095" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/verify_presentation_output_errors.dart", + "hash": "663987025527422191" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_credential.dart", + "hash": "10274443166230971218" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_credential_credential_schema.dart", + "hash": "9704914268776384367" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_credential_credential_subject.dart", + "hash": "7655568507456791026" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_credential_holder.dart", + "hash": "17838289949507061173" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_credential_status.dart", + "hash": "15236753827601711141" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_presentation.dart", + "hash": "18178883257442814574" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_presentation_context.dart", + "hash": "9230967462536206827" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_presentation_context_one_of_inner.dart", + "hash": "15392966884330564655" + }, + { + "file": "clients/dart/credential_verification_client/lib/model/w3c_proof.dart", + "hash": "2958136035063401200" + }, + { + "file": "clients/dart/credential_verification_client/pubspec.yaml", + "hash": "1705057776562800637" + }, + { + "file": "clients/dart/credential_verification_client/test/constraints_statuses_test.dart", + "hash": "11127833223712454921" + }, + { + "file": "clients/dart/credential_verification_client/test/constraints_test.dart", + "hash": "12316592541530002580" + }, + { + "file": "clients/dart/credential_verification_client/test/credential_requirements_constraints_test.dart", + "hash": "2411605910332103343" + }, + { + "file": "clients/dart/credential_verification_client/test/credential_requirements_test.dart", + "hash": "9892648235462090774" + }, + { + "file": "clients/dart/credential_verification_client/test/default_api_test.dart", + "hash": "8865682786328645534" + }, + { + "file": "clients/dart/credential_verification_client/test/descriptor_test.dart", + "hash": "4287086507227843295" + }, + { + "file": "clients/dart/credential_verification_client/test/error_detail_test.dart", + "hash": "7993813438959495177" + }, + { + "file": "clients/dart/credential_verification_client/test/error_test.dart", + "hash": "9290185136603660081" + }, + { + "file": "clients/dart/credential_verification_client/test/evaluate_vp_output_test.dart", + "hash": "3310843371298661100" + }, + { + "file": "clients/dart/credential_verification_client/test/field_test.dart", + "hash": "5076372845481792451" + }, + { + "file": "clients/dart/credential_verification_client/test/filter_const_test.dart", + "hash": "18095627001346655203" + }, + { + "file": "clients/dart/credential_verification_client/test/filter_items_test.dart", + "hash": "16136017310640517010" + }, + { + "file": "clients/dart/credential_verification_client/test/filter_test.dart", + "hash": "651099909242005891" + }, + { + "file": "clients/dart/credential_verification_client/test/format_test.dart", + "hash": "16665596251992655215" + }, + { + "file": "clients/dart/credential_verification_client/test/free_form_object_test.dart", + "hash": "4647205135266496585" + }, + { + "file": "clients/dart/credential_verification_client/test/holder_subject_test.dart", + "hash": "14781027489312878093" + }, + { + "file": "clients/dart/credential_verification_client/test/input_descriptor_test.dart", + "hash": "11530347615752478239" + }, + { + "file": "clients/dart/credential_verification_client/test/invalid_parameter_error_test.dart", + "hash": "3948662098542232405" + }, + { + "file": "clients/dart/credential_verification_client/test/jwt_object_test.dart", + "hash": "6296395251437535787" + }, + { + "file": "clients/dart/credential_verification_client/test/ldp_object_test.dart", + "hash": "14634295873193860757" + }, + { + "file": "clients/dart/credential_verification_client/test/nested_descriptor_test.dart", + "hash": "15480884778632184176" + }, + { + "file": "clients/dart/credential_verification_client/test/not_found_error_details_inner_test.dart", + "hash": "9843941680514811850" + }, + { + "file": "clients/dart/credential_verification_client/test/not_found_error_test.dart", + "hash": "8447021141519565490" + }, + { + "file": "clients/dart/credential_verification_client/test/pd_status_test.dart", + "hash": "12974306952169854223" + }, + { + "file": "clients/dart/credential_verification_client/test/presentation_definition_test.dart", + "hash": "16408227459518486128" + }, + { + "file": "clients/dart/credential_verification_client/test/presentation_submission_test.dart", + "hash": "8015231306862346199" + }, + { + "file": "clients/dart/credential_verification_client/test/submission_requirement_test.dart", + "hash": "2166782678068255132" + }, + { + "file": "clients/dart/credential_verification_client/test/validate_jwt_input_test.dart", + "hash": "8041211016600927353" + }, + { + "file": "clients/dart/credential_verification_client/test/validate_jwt_output_test.dart", + "hash": "15208470897909256426" + }, + { + "file": "clients/dart/credential_verification_client/test/verifier_api_test.dart", + "hash": "3517929705292507687" + }, + { + "file": "clients/dart/credential_verification_client/test/verify_credential_input_test.dart", + "hash": "11210966963818772007" + }, + { + "file": "clients/dart/credential_verification_client/test/verify_credential_output_test.dart", + "hash": "138827428700913577" + }, + { + "file": "clients/dart/credential_verification_client/test/verify_presentation_input_test.dart", + "hash": "3012448092643496415" + }, + { + "file": "clients/dart/credential_verification_client/test/verify_presentation_output_errors_test.dart", + "hash": "5581256603207112143" + }, + { + "file": "clients/dart/credential_verification_client/test/verify_presentation_output_test.dart", + "hash": "12940564361963262643" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_credential_credential_schema_test.dart", + "hash": "5569514404242209344" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_credential_credential_subject_test.dart", + "hash": "10209564198412743574" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_credential_holder_test.dart", + "hash": "1479770648803575831" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_credential_status_test.dart", + "hash": "366849546902993997" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_credential_test.dart", + "hash": "11110570907444729460" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_presentation_context_one_of_inner_test.dart", + "hash": "14533494513411270356" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_presentation_context_test.dart", + "hash": "3257460106846125900" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_presentation_test.dart", + "hash": "14702968982619516028" + }, + { + "file": "clients/dart/credential_verification_client/test/w3c_proof_test.dart", + "hash": "11397374031046267490" + }, + { + "file": "clients/dart/iam_client/.gitignore", + "hash": "13713586342197018532" + }, + { + "file": "clients/dart/iam_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/dart/iam_client/.openapi-generator/FILES", + "hash": "15805733346460183347" + }, + { + "file": "clients/dart/iam_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/dart/iam_client/.travis.yml", + "hash": "2324187359664921348" + }, + { + "file": "clients/dart/iam_client/README.md", + "hash": "5067867496777737314" + }, + { + "file": "clients/dart/iam_client/analysis_options.yaml", + "hash": "3244421341483603138" + }, + { + "file": "clients/dart/iam_client/doc/ActionForbiddenError.md", + "hash": "13783497433524938518" + }, + { + "file": "clients/dart/iam_client/doc/AddUserToProjectInput.md", + "hash": "4194875810710814332" + }, + { + "file": "clients/dart/iam_client/doc/ConsumerAuthApi.md", + "hash": "9336368303008661609" + }, + { + "file": "clients/dart/iam_client/doc/ConsumerAuthTokenEndpointInput.md", + "hash": "3341195215121072205" + }, + { + "file": "clients/dart/iam_client/doc/ConsumerAuthTokenEndpointOutput.md", + "hash": "14059383583840235866" + }, + { + "file": "clients/dart/iam_client/doc/CorsConsumerAuthTokenEndpointOK.md", + "hash": "14835617142044917907" + }, + { + "file": "clients/dart/iam_client/doc/CreateProjectInput.md", + "hash": "14640092657087192779" + }, + { + "file": "clients/dart/iam_client/doc/CreateProjectScopedTokenInput.md", + "hash": "17812542956981458348" + }, + { + "file": "clients/dart/iam_client/doc/CreateProjectScopedTokenOutput.md", + "hash": "2287831029235069521" + }, + { + "file": "clients/dart/iam_client/doc/CreateTokenInput.md", + "hash": "4654578404233339868" + }, + { + "file": "clients/dart/iam_client/doc/DefaultApi.md", + "hash": "16808672220163303237" + }, + { + "file": "clients/dart/iam_client/doc/GetWellKnownDidOK.md", + "hash": "992795790034929851" + }, + { + "file": "clients/dart/iam_client/doc/InvalidJwtTokenError.md", + "hash": "18248678301795777976" + }, + { + "file": "clients/dart/iam_client/doc/InvalidParameterError.md", + "hash": "1411805920322224294" + }, + { + "file": "clients/dart/iam_client/doc/JsonWebKeyDto.md", + "hash": "3726525668146139267" + }, + { + "file": "clients/dart/iam_client/doc/JsonWebKeySetDto.md", + "hash": "9901395309660858525" + }, + { + "file": "clients/dart/iam_client/doc/NotFoundError.md", + "hash": "8814110998960330225" + }, + { + "file": "clients/dart/iam_client/doc/PoliciesApi.md", + "hash": "14700122566610749663" + }, + { + "file": "clients/dart/iam_client/doc/PolicyDto.md", + "hash": "17824302812428100366" + }, + { + "file": "clients/dart/iam_client/doc/PolicyStatementDto.md", + "hash": "15337493331621703192" + }, + { + "file": "clients/dart/iam_client/doc/PrincipalCannotBeDeletedError.md", + "hash": "14522451957752913663" + }, + { + "file": "clients/dart/iam_client/doc/PrincipalDoesNotBelongToProjectError.md", + "hash": "5393130224827386269" + }, + { + "file": "clients/dart/iam_client/doc/ProjectDto.md", + "hash": "14917730547876204006" + }, + { + "file": "clients/dart/iam_client/doc/ProjectList.md", + "hash": "4495016431268025102" + }, + { + "file": "clients/dart/iam_client/doc/ProjectsApi.md", + "hash": "3959437789308130153" + }, + { + "file": "clients/dart/iam_client/doc/ServiceErrorResponse.md", + "hash": "15907878097791471162" + }, + { + "file": "clients/dart/iam_client/doc/ServiceErrorResponseDetailsInner.md", + "hash": "17224873024459343305" + }, + { + "file": "clients/dart/iam_client/doc/StsApi.md", + "hash": "13344553869801201882" + }, + { + "file": "clients/dart/iam_client/doc/TokenAuthenticationMethodDto.md", + "hash": "10671461731360694013" + }, + { + "file": "clients/dart/iam_client/doc/TokenDto.md", + "hash": "3603450331497414900" + }, + { + "file": "clients/dart/iam_client/doc/TokenList.md", + "hash": "1126595779260041341" + }, + { + "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDto.md", + "hash": "3364270206092558385" + }, + { + "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md", + "hash": "7170025787862272699" + }, + { + "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md", + "hash": "12986941255894980691" + }, + { + "file": "clients/dart/iam_client/doc/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md", + "hash": "12248248268232583773" + }, + { + "file": "clients/dart/iam_client/doc/TokensApi.md", + "hash": "13100893793190879280" + }, + { + "file": "clients/dart/iam_client/doc/TypedPricipalId.md", + "hash": "7720099504127521805" + }, + { + "file": "clients/dart/iam_client/doc/UnauthorizedError.md", + "hash": "5463745074718374566" + }, + { + "file": "clients/dart/iam_client/doc/UnexpectedError.md", + "hash": "6533809163784554281" + }, + { + "file": "clients/dart/iam_client/doc/UpdateProjectInput.md", + "hash": "6234416410441795046" + }, + { + "file": "clients/dart/iam_client/doc/UpdateTokenInput.md", + "hash": "14184772623094123836" + }, + { + "file": "clients/dart/iam_client/doc/UpdateTokenPrivateKeyAuthenticationMethodDto.md", + "hash": "14156236092269537664" + }, + { + "file": "clients/dart/iam_client/doc/UserDto.md", + "hash": "12268972113810609917" + }, + { + "file": "clients/dart/iam_client/doc/UserList.md", + "hash": "14904274817234656187" + }, + { + "file": "clients/dart/iam_client/doc/WellKnownApi.md", + "hash": "12913964077833401249" + }, + { + "file": "clients/dart/iam_client/doc/WhoamiDto.md", + "hash": "5909455772272706564" + }, + { + "file": "clients/dart/iam_client/lib/api.dart", + "hash": "6948716932166480083" + }, + { + "file": "clients/dart/iam_client/lib/api/consumer_auth_api.dart", + "hash": "12385042182553219703" + }, + { + "file": "clients/dart/iam_client/lib/api/default_api.dart", + "hash": "10658210799946801289" + }, + { + "file": "clients/dart/iam_client/lib/api/policies_api.dart", + "hash": "17408778128111876198" + }, + { + "file": "clients/dart/iam_client/lib/api/projects_api.dart", + "hash": "5671442445233068564" + }, + { + "file": "clients/dart/iam_client/lib/api/sts_api.dart", + "hash": "10748085735026146431" + }, + { + "file": "clients/dart/iam_client/lib/api/tokens_api.dart", + "hash": "15599955104983645971" + }, + { + "file": "clients/dart/iam_client/lib/api/well_known_api.dart", + "hash": "8329402931690074223" + }, + { + "file": "clients/dart/iam_client/lib/api_client.dart", + "hash": "11239219237544181967" + }, + { + "file": "clients/dart/iam_client/lib/api_exception.dart", + "hash": "9515213698233055918" + }, + { + "file": "clients/dart/iam_client/lib/api_helper.dart", + "hash": "1878099692232355677" + }, + { + "file": "clients/dart/iam_client/lib/auth/api_key_auth.dart", + "hash": "2873654274659349923" + }, + { + "file": "clients/dart/iam_client/lib/auth/authentication.dart", + "hash": "14405846623159842532" + }, + { + "file": "clients/dart/iam_client/lib/auth/http_basic_auth.dart", + "hash": "576293845634388563" + }, + { + "file": "clients/dart/iam_client/lib/auth/http_bearer_auth.dart", + "hash": "1812562134431094656" + }, + { + "file": "clients/dart/iam_client/lib/auth/oauth.dart", + "hash": "6047764012777982994" + }, + { + "file": "clients/dart/iam_client/lib/model/action_forbidden_error.dart", + "hash": "7079112710395584108" + }, + { + "file": "clients/dart/iam_client/lib/model/add_user_to_project_input.dart", + "hash": "5229394683759007146" + }, + { + "file": "clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_input.dart", + "hash": "12478161296145726088" + }, + { + "file": "clients/dart/iam_client/lib/model/consumer_auth_token_endpoint_output.dart", + "hash": "2725775342533756283" + }, + { + "file": "clients/dart/iam_client/lib/model/cors_consumer_auth_token_endpoint_ok.dart", + "hash": "17203221287678835845" + }, + { + "file": "clients/dart/iam_client/lib/model/create_project_input.dart", + "hash": "2267997557544740589" + }, + { + "file": "clients/dart/iam_client/lib/model/create_project_scoped_token_input.dart", + "hash": "4173137343999538268" + }, + { + "file": "clients/dart/iam_client/lib/model/create_project_scoped_token_output.dart", + "hash": "311631318660145931" + }, + { + "file": "clients/dart/iam_client/lib/model/create_token_input.dart", + "hash": "3735525826223746896" + }, + { + "file": "clients/dart/iam_client/lib/model/get_well_known_did_ok.dart", + "hash": "11832325808879111836" + }, + { + "file": "clients/dart/iam_client/lib/model/invalid_jwt_token_error.dart", + "hash": "1372722187124121382" + }, + { + "file": "clients/dart/iam_client/lib/model/invalid_parameter_error.dart", + "hash": "8999642196739197013" + }, + { + "file": "clients/dart/iam_client/lib/model/json_web_key_dto.dart", + "hash": "8557345256877129658" + }, + { + "file": "clients/dart/iam_client/lib/model/json_web_key_set_dto.dart", + "hash": "9509501559481259422" + }, + { + "file": "clients/dart/iam_client/lib/model/not_found_error.dart", + "hash": "6980120574076406060" + }, + { + "file": "clients/dart/iam_client/lib/model/policy_dto.dart", + "hash": "10478309422614256250" + }, + { + "file": "clients/dart/iam_client/lib/model/policy_statement_dto.dart", + "hash": "9129493158986934617" + }, + { + "file": "clients/dart/iam_client/lib/model/principal_cannot_be_deleted_error.dart", + "hash": "13937656740843492462" + }, + { + "file": "clients/dart/iam_client/lib/model/principal_does_not_belong_to_project_error.dart", + "hash": "6488156731560101874" + }, + { + "file": "clients/dart/iam_client/lib/model/project_dto.dart", + "hash": "18402089428702529701" + }, + { + "file": "clients/dart/iam_client/lib/model/project_list.dart", + "hash": "16214928100102778672" + }, + { + "file": "clients/dart/iam_client/lib/model/service_error_response.dart", + "hash": "8632155812969645083" + }, + { + "file": "clients/dart/iam_client/lib/model/service_error_response_details_inner.dart", + "hash": "14280120404427341360" + }, + { + "file": "clients/dart/iam_client/lib/model/token_authentication_method_dto.dart", + "hash": "20165705618998682" + }, + { + "file": "clients/dart/iam_client/lib/model/token_dto.dart", + "hash": "8848692803100161667" + }, + { + "file": "clients/dart/iam_client/lib/model/token_list.dart", + "hash": "12610862923683296160" + }, + { + "file": "clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto.dart", + "hash": "8965137470622820130" + }, + { + "file": "clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info.dart", + "hash": "7762401366049673357" + }, + { + "file": "clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of.dart", + "hash": "1095581585542200160" + }, + { + "file": "clients/dart/iam_client/lib/model/token_private_key_authentication_method_dto_public_key_info_one_of1.dart", + "hash": "347650182816237589" + }, + { + "file": "clients/dart/iam_client/lib/model/typed_pricipal_id.dart", + "hash": "13593530894887435022" + }, + { + "file": "clients/dart/iam_client/lib/model/unauthorized_error.dart", + "hash": "12824470677549215148" + }, + { + "file": "clients/dart/iam_client/lib/model/unexpected_error.dart", + "hash": "15768464823028392052" + }, + { + "file": "clients/dart/iam_client/lib/model/update_project_input.dart", + "hash": "17996507202791833812" + }, + { + "file": "clients/dart/iam_client/lib/model/update_token_input.dart", + "hash": "9983917996198709328" + }, + { + "file": "clients/dart/iam_client/lib/model/update_token_private_key_authentication_method_dto.dart", + "hash": "7696903903449358933" + }, + { + "file": "clients/dart/iam_client/lib/model/user_dto.dart", + "hash": "3155664192804836368" + }, + { + "file": "clients/dart/iam_client/lib/model/user_list.dart", + "hash": "16619400531580233707" + }, + { + "file": "clients/dart/iam_client/lib/model/whoami_dto.dart", + "hash": "5194895269298419302" + }, + { + "file": "clients/dart/iam_client/pubspec.yaml", + "hash": "6420258141944799606" + }, + { + "file": "clients/dart/iam_client/test/action_forbidden_error_test.dart", + "hash": "16200718462740472519" + }, + { + "file": "clients/dart/iam_client/test/add_user_to_project_input_test.dart", + "hash": "2888286810782399482" + }, + { + "file": "clients/dart/iam_client/test/consumer_auth_api_test.dart", + "hash": "9490150902278944127" + }, + { + "file": "clients/dart/iam_client/test/consumer_auth_token_endpoint_input_test.dart", + "hash": "14743498995466911575" + }, + { + "file": "clients/dart/iam_client/test/consumer_auth_token_endpoint_output_test.dart", + "hash": "1248381417979887997" + }, + { + "file": "clients/dart/iam_client/test/cors_consumer_auth_token_endpoint_ok_test.dart", + "hash": "12150381922781189832" + }, + { + "file": "clients/dart/iam_client/test/create_project_input_test.dart", + "hash": "9331152677427326901" + }, + { + "file": "clients/dart/iam_client/test/create_project_scoped_token_input_test.dart", + "hash": "1072008932453216880" + }, + { + "file": "clients/dart/iam_client/test/create_project_scoped_token_output_test.dart", + "hash": "15365095041882253287" + }, + { + "file": "clients/dart/iam_client/test/create_token_input_test.dart", + "hash": "9414321698873934451" + }, + { + "file": "clients/dart/iam_client/test/default_api_test.dart", + "hash": "8803654721063981760" + }, + { + "file": "clients/dart/iam_client/test/get_well_known_did_ok_test.dart", + "hash": "4555141143276855897" + }, + { + "file": "clients/dart/iam_client/test/invalid_jwt_token_error_test.dart", + "hash": "4107462703131649049" + }, + { + "file": "clients/dart/iam_client/test/invalid_parameter_error_test.dart", + "hash": "14041968194513993675" + }, + { + "file": "clients/dart/iam_client/test/json_web_key_dto_test.dart", + "hash": "11823132146191911606" + }, + { + "file": "clients/dart/iam_client/test/json_web_key_set_dto_test.dart", + "hash": "10014581665588526709" + }, + { + "file": "clients/dart/iam_client/test/not_found_error_test.dart", + "hash": "2329192609779646960" + }, + { + "file": "clients/dart/iam_client/test/policies_api_test.dart", + "hash": "17078770470882554509" + }, + { + "file": "clients/dart/iam_client/test/policy_dto_test.dart", + "hash": "13366342227598421970" + }, + { + "file": "clients/dart/iam_client/test/policy_statement_dto_test.dart", + "hash": "11944787874740619032" + }, + { + "file": "clients/dart/iam_client/test/principal_cannot_be_deleted_error_test.dart", + "hash": "5387903997276049070" + }, + { + "file": "clients/dart/iam_client/test/principal_does_not_belong_to_project_error_test.dart", + "hash": "5031604815538423020" + }, + { + "file": "clients/dart/iam_client/test/project_dto_test.dart", + "hash": "4619065105407496743" + }, + { + "file": "clients/dart/iam_client/test/project_list_test.dart", + "hash": "15285016280467850337" + }, + { + "file": "clients/dart/iam_client/test/projects_api_test.dart", + "hash": "7552375144070312761" + }, + { + "file": "clients/dart/iam_client/test/service_error_response_details_inner_test.dart", + "hash": "8871283126500109670" + }, + { + "file": "clients/dart/iam_client/test/service_error_response_test.dart", + "hash": "498261835923091695" + }, + { + "file": "clients/dart/iam_client/test/sts_api_test.dart", + "hash": "4418080945943480388" + }, + { + "file": "clients/dart/iam_client/test/token_authentication_method_dto_test.dart", + "hash": "14225107626990140014" + }, + { + "file": "clients/dart/iam_client/test/token_dto_test.dart", + "hash": "6647942544136362910" + }, + { + "file": "clients/dart/iam_client/test/token_list_test.dart", + "hash": "17780369505461425363" + }, + { + "file": "clients/dart/iam_client/test/token_private_key_authentication_method_dto_public_key_info_one_of1_test.dart", + "hash": "14682874332773014705" + }, + { + "file": "clients/dart/iam_client/test/token_private_key_authentication_method_dto_public_key_info_one_of_test.dart", + "hash": "17948908853571697251" + }, + { + "file": "clients/dart/iam_client/test/token_private_key_authentication_method_dto_public_key_info_test.dart", + "hash": "12287912740051608262" + }, + { + "file": "clients/dart/iam_client/test/token_private_key_authentication_method_dto_test.dart", + "hash": "12668950261738725226" + }, + { + "file": "clients/dart/iam_client/test/tokens_api_test.dart", + "hash": "18261124530858485369" + }, + { + "file": "clients/dart/iam_client/test/typed_pricipal_id_test.dart", + "hash": "17195101188342176351" + }, + { + "file": "clients/dart/iam_client/test/unauthorized_error_test.dart", + "hash": "5079894262042180378" + }, + { + "file": "clients/dart/iam_client/test/unexpected_error_test.dart", + "hash": "5054529517952651283" + }, + { + "file": "clients/dart/iam_client/test/update_project_input_test.dart", + "hash": "13367894902722754304" + }, + { + "file": "clients/dart/iam_client/test/update_token_input_test.dart", + "hash": "1734272586826698633" + }, + { + "file": "clients/dart/iam_client/test/update_token_private_key_authentication_method_dto_test.dart", + "hash": "11383921007354163431" + }, + { + "file": "clients/dart/iam_client/test/user_dto_test.dart", + "hash": "3324171046604357241" + }, + { + "file": "clients/dart/iam_client/test/user_list_test.dart", + "hash": "3140015487439427437" + }, + { + "file": "clients/dart/iam_client/test/well_known_api_test.dart", + "hash": "12708030418457722262" + }, + { + "file": "clients/dart/iam_client/test/whoami_dto_test.dart", + "hash": "16901446002462227158" + }, + { + "file": "clients/dart/iota_client/.gitignore", + "hash": "13713586342197018532" + }, + { + "file": "clients/dart/iota_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/dart/iota_client/.openapi-generator/FILES", + "hash": "3305936606446310418" + }, + { + "file": "clients/dart/iota_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/dart/iota_client/.travis.yml", + "hash": "2324187359664921348" + }, + { + "file": "clients/dart/iota_client/README.md", + "hash": "14560101112383863528" + }, + { + "file": "clients/dart/iota_client/analysis_options.yaml", + "hash": "3244421341483603138" + }, + { + "file": "clients/dart/iota_client/doc/AlreadyExistsError.md", + "hash": "14528179201010366335" + }, + { + "file": "clients/dart/iota_client/doc/AwsExchangeCredentials.md", + "hash": "6093976690569145799" + }, + { + "file": "clients/dart/iota_client/doc/AwsExchangeCredentialsOK.md", + "hash": "6823539026261843906" + }, + { + "file": "clients/dart/iota_client/doc/AwsExchangeCredentialsOKCredentials.md", + "hash": "17352200994982248682" + }, + { + "file": "clients/dart/iota_client/doc/CallbackApi.md", + "hash": "6369874391644771566" + }, + { + "file": "clients/dart/iota_client/doc/CallbackInput.md", + "hash": "4484036204454017193" + }, + { + "file": "clients/dart/iota_client/doc/ConfigurationsApi.md", + "hash": "108646687634230789" + }, + { + "file": "clients/dart/iota_client/doc/ConsentDto.md", + "hash": "16044234612034427856" + }, + { + "file": "clients/dart/iota_client/doc/CorsAwsExchangeCredentialsOK.md", + "hash": "15474755452054296196" + }, + { + "file": "clients/dart/iota_client/doc/CorsIotOidc4vpcallbackOK.md", + "hash": "5737206571994110817" + }, + { + "file": "clients/dart/iota_client/doc/CreateIotaConfigurationInput.md", + "hash": "7416573915298311772" + }, + { + "file": "clients/dart/iota_client/doc/CreatePexQueryInput.md", + "hash": "3924283534511168641" + }, + { + "file": "clients/dart/iota_client/doc/DefaultApi.md", + "hash": "18405349685428401625" + }, + { + "file": "clients/dart/iota_client/doc/DemoWbx.md", + "hash": "17116594381405511307" + }, + { + "file": "clients/dart/iota_client/doc/GetIotaConfigurationMetaDataOK.md", + "hash": "2128204440456427574" + }, + { + "file": "clients/dart/iota_client/doc/InvalidParameterError.md", + "hash": "2149400894505932924" + }, + { + "file": "clients/dart/iota_client/doc/InvalidParameterErrorDetailsInner.md", + "hash": "13292504683435594646" + }, + { + "file": "clients/dart/iota_client/doc/IotaApi.md", + "hash": "3342742809384005320" + }, + { + "file": "clients/dart/iota_client/doc/IotaConfigurationDto.md", + "hash": "15944015897187614073" + }, + { + "file": "clients/dart/iota_client/doc/IotaConfigurationDtoClientMetadata.md", + "hash": "15569075077617595907" + }, + { + "file": "clients/dart/iota_client/doc/ListConfigurationOK.md", + "hash": "13887947025630139920" + }, + { + "file": "clients/dart/iota_client/doc/ListLoggedConsentsOK.md", + "hash": "14079222391795801673" + }, + { + "file": "clients/dart/iota_client/doc/ListPexQueriesOK.md", + "hash": "10876837906823363511" + }, + { + "file": "clients/dart/iota_client/doc/MessagePublishingError.md", + "hash": "559777137314150667" + }, + { + "file": "clients/dart/iota_client/doc/NotFoundError.md", + "hash": "894782775530513831" + }, + { + "file": "clients/dart/iota_client/doc/OperationForbiddenError.md", + "hash": "11430142932078997815" + }, + { + "file": "clients/dart/iota_client/doc/PexQueryApi.md", + "hash": "13016085408795242348" + }, + { + "file": "clients/dart/iota_client/doc/PexQueryDto.md", + "hash": "17331712200990676426" + }, + { + "file": "clients/dart/iota_client/doc/PrepareRequest.md", + "hash": "12825909639966395552" + }, + { + "file": "clients/dart/iota_client/doc/PrepareRequestCreated.md", + "hash": "5718143906953963375" + }, + { + "file": "clients/dart/iota_client/doc/PrepareRequestCreatedData.md", + "hash": "4290392948957355937" + }, + { + "file": "clients/dart/iota_client/doc/ResourceLimitExceededError.md", + "hash": "7494620340420237730" + }, + { + "file": "clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md", + "hash": "3556888733993324296" + }, + { + "file": "clients/dart/iota_client/doc/UpdateConfigurationByIdOK.md", + "hash": "8823980836226833650" + }, + { + "file": "clients/dart/iota_client/doc/UpdatePexQueryInput.md", + "hash": "8161677299288120029" + }, + { + "file": "clients/dart/iota_client/doc/VPTokenValidationError.md", + "hash": "16786087754377975493" + }, + { + "file": "clients/dart/iota_client/lib/api.dart", + "hash": "16224036846628181343" + }, + { + "file": "clients/dart/iota_client/lib/api/callback_api.dart", + "hash": "8299637275897187037" + }, + { + "file": "clients/dart/iota_client/lib/api/configurations_api.dart", + "hash": "14323846262082737348" + }, + { + "file": "clients/dart/iota_client/lib/api/default_api.dart", + "hash": "15759469366039703060" + }, + { + "file": "clients/dart/iota_client/lib/api/iota_api.dart", + "hash": "13127051590422408553" + }, + { + "file": "clients/dart/iota_client/lib/api/pex_query_api.dart", + "hash": "3193982595732111798" + }, + { + "file": "clients/dart/iota_client/lib/api_client.dart", + "hash": "519998125631073049" + }, + { + "file": "clients/dart/iota_client/lib/api_exception.dart", + "hash": "9515213698233055918" + }, + { + "file": "clients/dart/iota_client/lib/api_helper.dart", + "hash": "1878099692232355677" + }, + { + "file": "clients/dart/iota_client/lib/auth/api_key_auth.dart", + "hash": "2873654274659349923" + }, + { + "file": "clients/dart/iota_client/lib/auth/authentication.dart", + "hash": "14405846623159842532" + }, + { + "file": "clients/dart/iota_client/lib/auth/http_basic_auth.dart", + "hash": "576293845634388563" + }, + { + "file": "clients/dart/iota_client/lib/auth/http_bearer_auth.dart", + "hash": "1812562134431094656" + }, + { + "file": "clients/dart/iota_client/lib/auth/oauth.dart", + "hash": "6047764012777982994" + }, + { + "file": "clients/dart/iota_client/lib/model/already_exists_error.dart", + "hash": "4617898429055203182" + }, + { + "file": "clients/dart/iota_client/lib/model/aws_exchange_credentials.dart", + "hash": "15166491308420853533" + }, + { + "file": "clients/dart/iota_client/lib/model/aws_exchange_credentials_ok.dart", + "hash": "2749232821873782251" + }, + { + "file": "clients/dart/iota_client/lib/model/aws_exchange_credentials_ok_credentials.dart", + "hash": "1829151848190110236" + }, + { + "file": "clients/dart/iota_client/lib/model/callback_input.dart", + "hash": "4604039894119212067" + }, + { + "file": "clients/dart/iota_client/lib/model/consent_dto.dart", + "hash": "11245634856040787228" + }, + { + "file": "clients/dart/iota_client/lib/model/cors_aws_exchange_credentials_ok.dart", + "hash": "939629184192048688" + }, + { + "file": "clients/dart/iota_client/lib/model/cors_iot_oidc4vpcallback_ok.dart", + "hash": "6635776826189248325" + }, + { + "file": "clients/dart/iota_client/lib/model/create_iota_configuration_input.dart", + "hash": "12981269244590854325" + }, + { + "file": "clients/dart/iota_client/lib/model/create_pex_query_input.dart", + "hash": "16026196634806034959" + }, + { + "file": "clients/dart/iota_client/lib/model/demo_wbx.dart", + "hash": "13230822235944896354" + }, + { + "file": "clients/dart/iota_client/lib/model/get_iota_configuration_meta_data_ok.dart", + "hash": "13739538082741253536" + }, + { + "file": "clients/dart/iota_client/lib/model/invalid_parameter_error.dart", + "hash": "14734755109028138153" + }, + { + "file": "clients/dart/iota_client/lib/model/invalid_parameter_error_details_inner.dart", + "hash": "4146389732483541921" + }, + { + "file": "clients/dart/iota_client/lib/model/iota_configuration_dto.dart", + "hash": "12075020979953341103" + }, + { + "file": "clients/dart/iota_client/lib/model/iota_configuration_dto_client_metadata.dart", + "hash": "4140105344923927900" + }, + { + "file": "clients/dart/iota_client/lib/model/list_configuration_ok.dart", + "hash": "7794540314921540081" + }, + { + "file": "clients/dart/iota_client/lib/model/list_logged_consents_ok.dart", + "hash": "5348613364191478640" + }, + { + "file": "clients/dart/iota_client/lib/model/list_pex_queries_ok.dart", + "hash": "4805278515026082339" + }, + { + "file": "clients/dart/iota_client/lib/model/message_publishing_error.dart", + "hash": "6581891780671850257" + }, + { + "file": "clients/dart/iota_client/lib/model/not_found_error.dart", + "hash": "2877041514649883751" + }, + { + "file": "clients/dart/iota_client/lib/model/operation_forbidden_error.dart", + "hash": "495272549170690100" + }, + { + "file": "clients/dart/iota_client/lib/model/pex_query_dto.dart", + "hash": "13426581894885159711" + }, + { + "file": "clients/dart/iota_client/lib/model/prepare_request.dart", + "hash": "17770747205323144473" + }, + { + "file": "clients/dart/iota_client/lib/model/prepare_request_created.dart", + "hash": "15823596911976732183" + }, + { + "file": "clients/dart/iota_client/lib/model/prepare_request_created_data.dart", + "hash": "15856301536526833171" + }, + { + "file": "clients/dart/iota_client/lib/model/resource_limit_exceeded_error.dart", + "hash": "3339618545417137287" + }, + { + "file": "clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart", + "hash": "9579903455387257909" + }, + { + "file": "clients/dart/iota_client/lib/model/update_configuration_by_id_ok.dart", + "hash": "5126064500882190826" + }, + { + "file": "clients/dart/iota_client/lib/model/update_pex_query_input.dart", + "hash": "4354465382496465778" + }, + { + "file": "clients/dart/iota_client/lib/model/vp_token_validation_error.dart", + "hash": "11283945489540316347" + }, + { + "file": "clients/dart/iota_client/pubspec.yaml", + "hash": "8983892809126174474" + }, + { + "file": "clients/dart/iota_client/test/already_exists_error_test.dart", + "hash": "15791355740409821111" + }, + { + "file": "clients/dart/iota_client/test/aws_exchange_credentials_ok_credentials_test.dart", + "hash": "5399241567056797214" + }, + { + "file": "clients/dart/iota_client/test/aws_exchange_credentials_ok_test.dart", + "hash": "4695057884437181734" + }, + { + "file": "clients/dart/iota_client/test/aws_exchange_credentials_test.dart", + "hash": "15085660286243490629" + }, + { + "file": "clients/dart/iota_client/test/callback_api_test.dart", + "hash": "5709053582714262065" + }, + { + "file": "clients/dart/iota_client/test/callback_input_test.dart", + "hash": "17467124518947110083" + }, + { + "file": "clients/dart/iota_client/test/configurations_api_test.dart", + "hash": "6928353911241991755" + }, + { + "file": "clients/dart/iota_client/test/consent_dto_test.dart", + "hash": "11236049450373998758" + }, + { + "file": "clients/dart/iota_client/test/cors_aws_exchange_credentials_ok_test.dart", + "hash": "10900171088052302504" + }, + { + "file": "clients/dart/iota_client/test/cors_iot_oidc4vpcallback_ok_test.dart", + "hash": "2108560612569190877" + }, + { + "file": "clients/dart/iota_client/test/create_iota_configuration_input_test.dart", + "hash": "11362650670552386832" + }, + { + "file": "clients/dart/iota_client/test/create_pex_query_input_test.dart", + "hash": "8121086194696366928" + }, + { + "file": "clients/dart/iota_client/test/default_api_test.dart", + "hash": "15702307146380943965" + }, + { + "file": "clients/dart/iota_client/test/demo_wbx_test.dart", + "hash": "5874946562574285455" + }, + { + "file": "clients/dart/iota_client/test/get_iota_configuration_meta_data_ok_test.dart", + "hash": "9791632633382577900" + }, + { + "file": "clients/dart/iota_client/test/invalid_parameter_error_details_inner_test.dart", + "hash": "6201402291905664419" + }, + { + "file": "clients/dart/iota_client/test/invalid_parameter_error_test.dart", + "hash": "5442572374248936280" + }, + { + "file": "clients/dart/iota_client/test/iota_api_test.dart", + "hash": "5762795818776285487" + }, + { + "file": "clients/dart/iota_client/test/iota_configuration_dto_client_metadata_test.dart", + "hash": "10215291463344272094" + }, + { + "file": "clients/dart/iota_client/test/iota_configuration_dto_test.dart", + "hash": "6081825841649207728" + }, + { + "file": "clients/dart/iota_client/test/list_configuration_ok_test.dart", + "hash": "16164768392247131578" + }, + { + "file": "clients/dart/iota_client/test/list_logged_consents_ok_test.dart", + "hash": "2949142902083233841" + }, + { + "file": "clients/dart/iota_client/test/list_pex_queries_ok_test.dart", + "hash": "9851916594951194302" + }, + { + "file": "clients/dart/iota_client/test/message_publishing_error_test.dart", + "hash": "1211663575995583888" + }, + { + "file": "clients/dart/iota_client/test/not_found_error_test.dart", + "hash": "16725259088472903979" + }, + { + "file": "clients/dart/iota_client/test/operation_forbidden_error_test.dart", + "hash": "10783133888357893378" + }, + { + "file": "clients/dart/iota_client/test/pex_query_api_test.dart", + "hash": "11055198477085314174" + }, + { + "file": "clients/dart/iota_client/test/pex_query_dto_test.dart", + "hash": "3374569924293594987" + }, + { + "file": "clients/dart/iota_client/test/prepare_request_created_data_test.dart", + "hash": "345081942125236058" + }, + { + "file": "clients/dart/iota_client/test/prepare_request_created_test.dart", + "hash": "11792137365414790830" + }, + { + "file": "clients/dart/iota_client/test/prepare_request_test.dart", + "hash": "296448895224945807" + }, + { + "file": "clients/dart/iota_client/test/resource_limit_exceeded_error_test.dart", + "hash": "13715075774692671336" + }, + { + "file": "clients/dart/iota_client/test/update_configuration_by_id_input_test.dart", + "hash": "17106919585431060841" + }, + { + "file": "clients/dart/iota_client/test/update_configuration_by_id_ok_test.dart", + "hash": "10320342103633620032" + }, + { + "file": "clients/dart/iota_client/test/update_pex_query_input_test.dart", + "hash": "7515747840255507519" + }, + { + "file": "clients/dart/iota_client/test/vp_token_validation_error_test.dart", + "hash": "17185083667849518402" + }, + { + "file": "clients/dart/login_configuration_client/.gitignore", + "hash": "13713586342197018532" + }, + { + "file": "clients/dart/login_configuration_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/dart/login_configuration_client/.openapi-generator/FILES", + "hash": "10009014264200757199" + }, + { + "file": "clients/dart/login_configuration_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/dart/login_configuration_client/.travis.yml", + "hash": "2324187359664921348" + }, + { + "file": "clients/dart/login_configuration_client/README.md", + "hash": "15679345775119964794" + }, + { + "file": "clients/dart/login_configuration_client/analysis_options.yaml", + "hash": "3244421341483603138" + }, + { + "file": "clients/dart/login_configuration_client/doc/ActionForbiddenError.md", + "hash": "13601172592544473370" + }, + { + "file": "clients/dart/login_configuration_client/doc/AddUserToGroupInput.md", + "hash": "10736765099304314337" + }, + { + "file": "clients/dart/login_configuration_client/doc/AllowListApi.md", + "hash": "7355881291181346883" + }, + { + "file": "clients/dart/login_configuration_client/doc/BlockedUsers.md", + "hash": "17744110055326441512" + }, + { + "file": "clients/dart/login_configuration_client/doc/BlockedUsersInput.md", + "hash": "5337901096115546821" + }, + { + "file": "clients/dart/login_configuration_client/doc/ConfigurationApi.md", + "hash": "10368422290890043189" + }, + { + "file": "clients/dart/login_configuration_client/doc/CorsLoginSessionAcceptResponseOK.md", + "hash": "3601095489415422911" + }, + { + "file": "clients/dart/login_configuration_client/doc/CorsLoginSessionForIdpOK.md", + "hash": "12025354300198335372" + }, + { + "file": "clients/dart/login_configuration_client/doc/CorsLoginSessionRejectResponseOK.md", + "hash": "12872244184075622975" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateGroupInput.md", + "hash": "4637471545656065796" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateHydraNetworkError.md", + "hash": "17786086543430788390" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md", + "hash": "5276861343415554851" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurationOutput.md", + "hash": "4974405662442082181" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurationOutputAuth.md", + "hash": "2816309355438497125" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateLoginConfigurations400Response.md", + "hash": "3581453279533306027" + }, + { + "file": "clients/dart/login_configuration_client/doc/CreateProjectNetworkError.md", + "hash": "12507282346741522816" + }, + { + "file": "clients/dart/login_configuration_client/doc/DenyListApi.md", + "hash": "7491143285573174260" + }, + { + "file": "clients/dart/login_configuration_client/doc/ErrorOAuth2.md", + "hash": "900276391025180793" + }, + { + "file": "clients/dart/login_configuration_client/doc/GetUserInfo.md", + "hash": "821311352639050696" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupApi.md", + "hash": "13373472626042581027" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupDto.md", + "hash": "17434004270421918633" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupNames.md", + "hash": "5143852671773003883" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupNamesInput.md", + "hash": "15884828998918692295" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupUserMappingDto.md", + "hash": "5197054079339715766" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupUserMappingsList.md", + "hash": "8895218490865790173" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupsList.md", + "hash": "15499426973652365161" + }, + { + "file": "clients/dart/login_configuration_client/doc/GroupsPerUserLimitExceededError.md", + "hash": "17684364097668017002" + }, + { + "file": "clients/dart/login_configuration_client/doc/IdpApi.md", + "hash": "2218887308681398628" + }, + { + "file": "clients/dart/login_configuration_client/doc/InvalidClaimContextError.md", + "hash": "11003247506763687572" + }, + { + "file": "clients/dart/login_configuration_client/doc/InvalidGroupsError.md", + "hash": "7772692508062935430" + }, + { + "file": "clients/dart/login_configuration_client/doc/InvalidParameterError.md", + "hash": "1734734136166575297" + }, + { + "file": "clients/dart/login_configuration_client/doc/InvalidParameterErrorDetailsInner.md", + "hash": "11269664638005359387" + }, + { + "file": "clients/dart/login_configuration_client/doc/JsonWebKey.md", + "hash": "7951081183717742699" + }, + { + "file": "clients/dart/login_configuration_client/doc/JsonWebKeyKeysInner.md", + "hash": "13253188685956856787" + }, + { + "file": "clients/dart/login_configuration_client/doc/ListLoginConfigurationOutput.md", + "hash": "13015091608009899701" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginConfigurationClientMetadataInput.md", + "hash": "16956218750605382351" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginConfigurationClientMetadataOutput.md", + "hash": "7119061487641503048" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginConfigurationObject.md", + "hash": "15089243440505802985" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginConfigurationReadInvalidClientIdError.md", + "hash": "77694465770398754" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginSessionDto.md", + "hash": "1281501883192909948" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginSessionDtoAuthorizationRequest.md", + "hash": "14575397341540094410" + }, + { + "file": "clients/dart/login_configuration_client/doc/LoginSessionForIDPInput.md", + "hash": "14475105836487928554" + }, + { + "file": "clients/dart/login_configuration_client/doc/NotFoundError.md", + "hash": "5084424461497109104" + }, + { + "file": "clients/dart/login_configuration_client/doc/OAuth2Token.md", + "hash": "13256339893336726134" + }, + { + "file": "clients/dart/login_configuration_client/doc/OIDCConfig.md", + "hash": "5231536521226034175" + }, + { + "file": "clients/dart/login_configuration_client/doc/OIDCConfigCredentialsSupportedDraft00Inner.md", + "hash": "6085287563971517543" + }, + { + "file": "clients/dart/login_configuration_client/doc/RedirectResponse.md", + "hash": "13907376172232164587" + }, + { + "file": "clients/dart/login_configuration_client/doc/RemoveUserFromGroupInput.md", + "hash": "3418977718039461269" + }, + { + "file": "clients/dart/login_configuration_client/doc/ResourceCreationError.md", + "hash": "15122442334498784394" + }, + { + "file": "clients/dart/login_configuration_client/doc/ServiceErrorResponse.md", + "hash": "1961641319087113386" + }, + { + "file": "clients/dart/login_configuration_client/doc/ServiceErrorResponseDetailsInner.md", + "hash": "4951917593798753938" + }, + { + "file": "clients/dart/login_configuration_client/doc/TokenEndpointAuthMethod.md", + "hash": "549859981153563411" + }, + { + "file": "clients/dart/login_configuration_client/doc/UnauthorizedError.md", + "hash": "15531638069220167729" + }, + { + "file": "clients/dart/login_configuration_client/doc/UpdateLoginConfigurationInput.md", + "hash": "3024209713104925683" + }, + { + "file": "clients/dart/login_configuration_client/doc/VPTokenValidationError.md", + "hash": "8731514457387324111" + }, + { + "file": "clients/dart/login_configuration_client/lib/api.dart", + "hash": "9699939282949605864" + }, + { + "file": "clients/dart/login_configuration_client/lib/api/allow_list_api.dart", + "hash": "12712756212959992221" + }, + { + "file": "clients/dart/login_configuration_client/lib/api/configuration_api.dart", + "hash": "82618423665680969" + }, + { + "file": "clients/dart/login_configuration_client/lib/api/deny_list_api.dart", + "hash": "11011988365554754286" + }, + { + "file": "clients/dart/login_configuration_client/lib/api/group_api.dart", + "hash": "10949159994619033201" + }, + { + "file": "clients/dart/login_configuration_client/lib/api/idp_api.dart", + "hash": "13240203681306363586" + }, + { + "file": "clients/dart/login_configuration_client/lib/api_client.dart", + "hash": "12331747353895025032" + }, + { + "file": "clients/dart/login_configuration_client/lib/api_exception.dart", + "hash": "9515213698233055918" + }, + { + "file": "clients/dart/login_configuration_client/lib/api_helper.dart", + "hash": "7680303073567799167" + }, + { + "file": "clients/dart/login_configuration_client/lib/auth/api_key_auth.dart", + "hash": "2873654274659349923" + }, + { + "file": "clients/dart/login_configuration_client/lib/auth/authentication.dart", + "hash": "14405846623159842532" + }, + { + "file": "clients/dart/login_configuration_client/lib/auth/http_basic_auth.dart", + "hash": "576293845634388563" + }, + { + "file": "clients/dart/login_configuration_client/lib/auth/http_bearer_auth.dart", + "hash": "1812562134431094656" + }, + { + "file": "clients/dart/login_configuration_client/lib/auth/oauth.dart", + "hash": "6047764012777982994" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/action_forbidden_error.dart", + "hash": "18384441203862357567" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart", + "hash": "4486430923956624965" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/blocked_users.dart", + "hash": "3544491876362311006" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/blocked_users_input.dart", + "hash": "9061552756368335309" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/cors_login_session_accept_response_ok.dart", + "hash": "310536978365508910" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/cors_login_session_for_idp_ok.dart", + "hash": "12090633694317906370" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/cors_login_session_reject_response_ok.dart", + "hash": "4068155898406361390" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_group_input.dart", + "hash": "119746763897831860" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_hydra_network_error.dart", + "hash": "16380850533212223814" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart", + "hash": "13252241251775109087" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_login_configuration_output.dart", + "hash": "16104370659806871601" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_login_configuration_output_auth.dart", + "hash": "1169828296826123194" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_login_configurations400_response.dart", + "hash": "12967075969642745137" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/create_project_network_error.dart", + "hash": "15458900456719814361" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/error_o_auth2.dart", + "hash": "15278773624034435672" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/get_user_info.dart", + "hash": "11305093951827430146" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/group_dto.dart", + "hash": "528012836474173317" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/group_names.dart", + "hash": "15165435856092583233" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/group_names_input.dart", + "hash": "16535266855521750225" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/group_user_mapping_dto.dart", + "hash": "5563776992124244263" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/group_user_mappings_list.dart", + "hash": "16338814550566339681" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/groups_list.dart", + "hash": "17079924385851025576" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/groups_per_user_limit_exceeded_error.dart", + "hash": "13612450023052381432" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/invalid_claim_context_error.dart", + "hash": "9437020875151385161" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/invalid_groups_error.dart", + "hash": "11171975721989860965" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/invalid_parameter_error.dart", + "hash": "14734755109028138153" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/invalid_parameter_error_details_inner.dart", + "hash": "4146389732483541921" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/json_web_key.dart", + "hash": "13259684982919517161" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/json_web_key_keys_inner.dart", + "hash": "13682526604668851511" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/list_login_configuration_output.dart", + "hash": "1851932837573732082" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_input.dart", + "hash": "16885939506446395683" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_configuration_client_metadata_output.dart", + "hash": "9072379007148318949" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_configuration_object.dart", + "hash": "5243048709949799715" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_configuration_read_invalid_client_id_error.dart", + "hash": "12291744212044716497" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_session_dto.dart", + "hash": "9187060479644131269" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_session_dto_authorization_request.dart", + "hash": "1734730652923159140" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/login_session_for_idp_input.dart", + "hash": "11173710384533861018" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/not_found_error.dart", + "hash": "2877041514649883751" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/o_auth2_token.dart", + "hash": "18241522344004416705" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/oidc_config.dart", + "hash": "1240391070351365642" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/oidc_config_credentials_supported_draft00_inner.dart", + "hash": "16262878135146022016" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/redirect_response.dart", + "hash": "10460034437332312465" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/remove_user_from_group_input.dart", + "hash": "1646723746637294342" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/resource_creation_error.dart", + "hash": "2241307400142898791" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/service_error_response.dart", + "hash": "5695410366142104039" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/service_error_response_details_inner.dart", + "hash": "15998395250501389663" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/token_endpoint_auth_method.dart", + "hash": "14864257720683646823" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/unauthorized_error.dart", + "hash": "10050575156903690173" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/update_login_configuration_input.dart", + "hash": "14269734748187630248" + }, + { + "file": "clients/dart/login_configuration_client/lib/model/vp_token_validation_error.dart", + "hash": "11283945489540316347" + }, + { + "file": "clients/dart/login_configuration_client/pubspec.yaml", + "hash": "16183761898111021884" + }, + { + "file": "clients/dart/login_configuration_client/test/action_forbidden_error_test.dart", + "hash": "11300538735656029967" + }, + { + "file": "clients/dart/login_configuration_client/test/add_user_to_group_input_test.dart", + "hash": "7104135315889882405" + }, + { + "file": "clients/dart/login_configuration_client/test/allow_list_api_test.dart", + "hash": "11063038080815455776" + }, + { + "file": "clients/dart/login_configuration_client/test/blocked_users_input_test.dart", + "hash": "11034454610329534662" + }, + { + "file": "clients/dart/login_configuration_client/test/blocked_users_test.dart", + "hash": "7809579503212001625" + }, + { + "file": "clients/dart/login_configuration_client/test/configuration_api_test.dart", + "hash": "17494016657031389759" + }, + { + "file": "clients/dart/login_configuration_client/test/cors_login_session_accept_response_ok_test.dart", + "hash": "15112061155822542896" + }, + { + "file": "clients/dart/login_configuration_client/test/cors_login_session_for_idp_ok_test.dart", + "hash": "8802831866391042754" + }, + { + "file": "clients/dart/login_configuration_client/test/cors_login_session_reject_response_ok_test.dart", + "hash": "16038364900880625234" + }, + { + "file": "clients/dart/login_configuration_client/test/create_group_input_test.dart", + "hash": "2066031683743890545" + }, + { + "file": "clients/dart/login_configuration_client/test/create_hydra_network_error_test.dart", + "hash": "5723528117619787505" + }, + { + "file": "clients/dart/login_configuration_client/test/create_login_configuration_input_test.dart", + "hash": "11832920163567801007" + }, + { + "file": "clients/dart/login_configuration_client/test/create_login_configuration_output_auth_test.dart", + "hash": "6627968140306462089" + }, + { + "file": "clients/dart/login_configuration_client/test/create_login_configuration_output_test.dart", + "hash": "4071510171386151002" + }, + { + "file": "clients/dart/login_configuration_client/test/create_login_configurations400_response_test.dart", + "hash": "16543809140651513455" + }, + { + "file": "clients/dart/login_configuration_client/test/create_project_network_error_test.dart", + "hash": "11031414797825666308" + }, + { + "file": "clients/dart/login_configuration_client/test/deny_list_api_test.dart", + "hash": "3079686222879094314" + }, + { + "file": "clients/dart/login_configuration_client/test/error_o_auth2_test.dart", + "hash": "15814140635910300080" + }, + { + "file": "clients/dart/login_configuration_client/test/get_user_info_test.dart", + "hash": "15238983533794816642" + }, + { + "file": "clients/dart/login_configuration_client/test/group_api_test.dart", + "hash": "1981446557098267027" + }, + { + "file": "clients/dart/login_configuration_client/test/group_dto_test.dart", + "hash": "8319892958216432811" + }, + { + "file": "clients/dart/login_configuration_client/test/group_names_input_test.dart", + "hash": "7755131100777971643" + }, + { + "file": "clients/dart/login_configuration_client/test/group_names_test.dart", + "hash": "5726612882797771589" + }, + { + "file": "clients/dart/login_configuration_client/test/group_user_mapping_dto_test.dart", + "hash": "9127438456428582160" + }, + { + "file": "clients/dart/login_configuration_client/test/group_user_mappings_list_test.dart", + "hash": "3210512357210760692" + }, + { + "file": "clients/dart/login_configuration_client/test/groups_list_test.dart", + "hash": "16180953794332894765" + }, + { + "file": "clients/dart/login_configuration_client/test/groups_per_user_limit_exceeded_error_test.dart", + "hash": "9917011025476296255" + }, + { + "file": "clients/dart/login_configuration_client/test/idp_api_test.dart", + "hash": "10137580662763631910" + }, + { + "file": "clients/dart/login_configuration_client/test/invalid_claim_context_error_test.dart", + "hash": "6786711173589134960" + }, + { + "file": "clients/dart/login_configuration_client/test/invalid_groups_error_test.dart", + "hash": "17161150932160475267" + }, + { + "file": "clients/dart/login_configuration_client/test/invalid_parameter_error_details_inner_test.dart", + "hash": "5423230301569129768" + }, + { + "file": "clients/dart/login_configuration_client/test/invalid_parameter_error_test.dart", + "hash": "11892214444064725511" + }, + { + "file": "clients/dart/login_configuration_client/test/json_web_key_keys_inner_test.dart", + "hash": "5934822445291046780" + }, + { + "file": "clients/dart/login_configuration_client/test/json_web_key_test.dart", + "hash": "8696433257300255611" + }, + { + "file": "clients/dart/login_configuration_client/test/list_login_configuration_output_test.dart", + "hash": "757446620800423848" + }, + { + "file": "clients/dart/login_configuration_client/test/login_configuration_client_metadata_input_test.dart", + "hash": "123357270416109512" + }, + { + "file": "clients/dart/login_configuration_client/test/login_configuration_client_metadata_output_test.dart", + "hash": "9797911967284654275" + }, + { + "file": "clients/dart/login_configuration_client/test/login_configuration_object_test.dart", + "hash": "11522609276072557797" + }, + { + "file": "clients/dart/login_configuration_client/test/login_configuration_read_invalid_client_id_error_test.dart", + "hash": "10573408174922973194" + }, + { + "file": "clients/dart/login_configuration_client/test/login_session_dto_authorization_request_test.dart", + "hash": "8936348230026993667" + }, + { + "file": "clients/dart/login_configuration_client/test/login_session_dto_test.dart", + "hash": "9290416299256403948" + }, + { + "file": "clients/dart/login_configuration_client/test/login_session_for_idp_input_test.dart", + "hash": "39834751450640434" + }, + { + "file": "clients/dart/login_configuration_client/test/not_found_error_test.dart", + "hash": "1224154935696387507" + }, + { + "file": "clients/dart/login_configuration_client/test/o_auth2_token_test.dart", + "hash": "11421546341369749408" + }, + { + "file": "clients/dart/login_configuration_client/test/oidc_config_credentials_supported_draft00_inner_test.dart", + "hash": "7741636464331973435" + }, + { + "file": "clients/dart/login_configuration_client/test/oidc_config_test.dart", + "hash": "17972344180214212597" + }, + { + "file": "clients/dart/login_configuration_client/test/redirect_response_test.dart", + "hash": "11758128708590384496" + }, + { + "file": "clients/dart/login_configuration_client/test/remove_user_from_group_input_test.dart", + "hash": "16876961311202126293" + }, + { + "file": "clients/dart/login_configuration_client/test/resource_creation_error_test.dart", + "hash": "15990207893177451934" + }, + { + "file": "clients/dart/login_configuration_client/test/service_error_response_details_inner_test.dart", + "hash": "10801736175025140770" + }, + { + "file": "clients/dart/login_configuration_client/test/service_error_response_test.dart", + "hash": "16879464676045090760" + }, + { + "file": "clients/dart/login_configuration_client/test/token_endpoint_auth_method_test.dart", + "hash": "543556524022369802" + }, + { + "file": "clients/dart/login_configuration_client/test/unauthorized_error_test.dart", + "hash": "3711436087598241641" + }, + { + "file": "clients/dart/login_configuration_client/test/update_login_configuration_input_test.dart", + "hash": "15306822696666001873" + }, + { + "file": "clients/dart/login_configuration_client/test/vp_token_validation_error_test.dart", + "hash": "17427183818243277997" + }, + { + "file": "clients/dart/wallets_client/.gitignore", + "hash": "13713586342197018532" + }, + { + "file": "clients/dart/wallets_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/dart/wallets_client/.openapi-generator/FILES", + "hash": "16606704467098865934" + }, + { + "file": "clients/dart/wallets_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/dart/wallets_client/.travis.yml", + "hash": "2324187359664921348" + }, + { + "file": "clients/dart/wallets_client/README.md", + "hash": "1825948274378307119" + }, + { + "file": "clients/dart/wallets_client/analysis_options.yaml", + "hash": "3244421341483603138" + }, + { + "file": "clients/dart/wallets_client/doc/CreateWalletInput.md", + "hash": "10866957949735533221" + }, + { + "file": "clients/dart/wallets_client/doc/CreateWalletResponse.md", + "hash": "17710425422894691350" + }, + { + "file": "clients/dart/wallets_client/doc/DefaultApi.md", + "hash": "300889691080015251" + }, + { + "file": "clients/dart/wallets_client/doc/DidKeyInputParams.md", + "hash": "9098100665389063565" + }, + { + "file": "clients/dart/wallets_client/doc/DidWebInputParams.md", + "hash": "14543168086399612973" + }, + { + "file": "clients/dart/wallets_client/doc/EntityNotFoundError.md", + "hash": "6773794096382114097" + }, + { + "file": "clients/dart/wallets_client/doc/GetRevocationCredentialStatusOK.md", + "hash": "7274018431145343095" + }, + { + "file": "clients/dart/wallets_client/doc/GetRevocationListCredentialResultDto.md", + "hash": "6541964906000854917" + }, + { + "file": "clients/dart/wallets_client/doc/InvalidDidParameterError.md", + "hash": "15454018447127300290" + }, + { + "file": "clients/dart/wallets_client/doc/InvalidParameterError.md", + "hash": "9101361606524825476" + }, + { + "file": "clients/dart/wallets_client/doc/KeyNotFoundError.md", + "hash": "12237086062168579150" + }, + { + "file": "clients/dart/wallets_client/doc/NotFoundError.md", + "hash": "16417113321289005828" + }, + { + "file": "clients/dart/wallets_client/doc/OperationForbiddenError.md", + "hash": "15842387107855452922" + }, + { + "file": "clients/dart/wallets_client/doc/RevocationApi.md", + "hash": "10729657638756722477" + }, + { + "file": "clients/dart/wallets_client/doc/RevokeCredentialInput.md", + "hash": "9105669592847855793" + }, + { + "file": "clients/dart/wallets_client/doc/ServiceErrorResponse.md", + "hash": "3603968717127483608" + }, + { + "file": "clients/dart/wallets_client/doc/ServiceErrorResponseDetailsInner.md", + "hash": "12098683636371360826" + }, + { + "file": "clients/dart/wallets_client/doc/SignCredential400Response.md", + "hash": "8212421380273405046" + }, + { + "file": "clients/dart/wallets_client/doc/SignCredentialInputDto.md", + "hash": "5531799113104128865" + }, + { + "file": "clients/dart/wallets_client/doc/SignCredentialInputDtoUnsignedCredentialParams.md", + "hash": "16365567375485208318" + }, + { + "file": "clients/dart/wallets_client/doc/SignCredentialResultDto.md", + "hash": "15304373048435204929" + }, + { + "file": "clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md", + "hash": "7494869273965175471" + }, + { + "file": "clients/dart/wallets_client/doc/SignJwtToken.md", + "hash": "12665109127096222922" + }, + { + "file": "clients/dart/wallets_client/doc/SignJwtTokenOK.md", + "hash": "18033987529692028523" + }, + { + "file": "clients/dart/wallets_client/doc/SigningFailedError.md", + "hash": "5686799234971284070" + }, + { + "file": "clients/dart/wallets_client/doc/UpdateWalletInput.md", + "hash": "17633622914933958896" + }, + { + "file": "clients/dart/wallets_client/doc/WalletApi.md", + "hash": "6666939474898497182" + }, + { + "file": "clients/dart/wallets_client/doc/WalletDto.md", + "hash": "18316694089038896562" + }, + { + "file": "clients/dart/wallets_client/doc/WalletDtoKeysInner.md", + "hash": "18333302260047721010" + }, + { + "file": "clients/dart/wallets_client/doc/WalletsListDto.md", + "hash": "3294447398623006353" + }, + { + "file": "clients/dart/wallets_client/lib/api.dart", + "hash": "6874035317522278600" + }, + { + "file": "clients/dart/wallets_client/lib/api/default_api.dart", + "hash": "6727992429540923023" + }, + { + "file": "clients/dart/wallets_client/lib/api/revocation_api.dart", + "hash": "14589529129347580201" + }, + { + "file": "clients/dart/wallets_client/lib/api/wallet_api.dart", + "hash": "4876878868844006875" + }, + { + "file": "clients/dart/wallets_client/lib/api_client.dart", + "hash": "7022997371203570801" + }, + { + "file": "clients/dart/wallets_client/lib/api_exception.dart", + "hash": "9515213698233055918" + }, + { + "file": "clients/dart/wallets_client/lib/api_helper.dart", + "hash": "1878099692232355677" + }, + { + "file": "clients/dart/wallets_client/lib/auth/api_key_auth.dart", + "hash": "2873654274659349923" + }, + { + "file": "clients/dart/wallets_client/lib/auth/authentication.dart", + "hash": "14405846623159842532" + }, + { + "file": "clients/dart/wallets_client/lib/auth/http_basic_auth.dart", + "hash": "576293845634388563" + }, + { + "file": "clients/dart/wallets_client/lib/auth/http_bearer_auth.dart", + "hash": "1812562134431094656" + }, + { + "file": "clients/dart/wallets_client/lib/auth/oauth.dart", + "hash": "6047764012777982994" + }, + { + "file": "clients/dart/wallets_client/lib/model/create_wallet_input.dart", + "hash": "12592088002183832360" + }, + { + "file": "clients/dart/wallets_client/lib/model/create_wallet_response.dart", + "hash": "12096280323418837959" + }, + { + "file": "clients/dart/wallets_client/lib/model/did_key_input_params.dart", + "hash": "8199944164165504300" + }, + { + "file": "clients/dart/wallets_client/lib/model/did_web_input_params.dart", + "hash": "3464001973069039519" + }, + { + "file": "clients/dart/wallets_client/lib/model/entity_not_found_error.dart", + "hash": "14734262197841850994" + }, + { + "file": "clients/dart/wallets_client/lib/model/get_revocation_credential_status_ok.dart", + "hash": "10438137654523623814" + }, + { + "file": "clients/dart/wallets_client/lib/model/get_revocation_list_credential_result_dto.dart", + "hash": "14597607933843303195" + }, + { + "file": "clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart", + "hash": "51448475477027764" + }, + { + "file": "clients/dart/wallets_client/lib/model/invalid_parameter_error.dart", + "hash": "8999642196739197013" + }, + { + "file": "clients/dart/wallets_client/lib/model/key_not_found_error.dart", + "hash": "14832141845334089930" + }, + { + "file": "clients/dart/wallets_client/lib/model/not_found_error.dart", + "hash": "6980120574076406060" + }, + { + "file": "clients/dart/wallets_client/lib/model/operation_forbidden_error.dart", + "hash": "17124567502135760966" + }, + { + "file": "clients/dart/wallets_client/lib/model/revoke_credential_input.dart", + "hash": "228373038770129071" + }, + { + "file": "clients/dart/wallets_client/lib/model/service_error_response.dart", + "hash": "8632155812969645083" + }, + { + "file": "clients/dart/wallets_client/lib/model/service_error_response_details_inner.dart", + "hash": "14280120404427341360" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_credential400_response.dart", + "hash": "6686854852772104883" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart", + "hash": "18400621354978983692" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_credential_input_dto_unsigned_credential_params.dart", + "hash": "4472324660127488490" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart", + "hash": "5387642472545553537" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart", + "hash": "12782421642748605017" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_jwt_token.dart", + "hash": "17938308366263016140" + }, + { + "file": "clients/dart/wallets_client/lib/model/sign_jwt_token_ok.dart", + "hash": "3086902869055609378" + }, + { + "file": "clients/dart/wallets_client/lib/model/signing_failed_error.dart", + "hash": "12262841064523747551" + }, + { + "file": "clients/dart/wallets_client/lib/model/update_wallet_input.dart", + "hash": "4737391527804851667" + }, + { + "file": "clients/dart/wallets_client/lib/model/wallet_dto.dart", + "hash": "6918316290176989825" + }, + { + "file": "clients/dart/wallets_client/lib/model/wallet_dto_keys_inner.dart", + "hash": "15989199826724438161" + }, + { + "file": "clients/dart/wallets_client/lib/model/wallets_list_dto.dart", + "hash": "6419146394937221126" + }, + { + "file": "clients/dart/wallets_client/pubspec.yaml", + "hash": "7039203866663848338" + }, + { + "file": "clients/dart/wallets_client/test/create_wallet_input_test.dart", + "hash": "6650527569142166385" + }, + { + "file": "clients/dart/wallets_client/test/create_wallet_response_test.dart", + "hash": "16513306815028294221" + }, + { + "file": "clients/dart/wallets_client/test/default_api_test.dart", + "hash": "14627561233348156052" + }, + { + "file": "clients/dart/wallets_client/test/did_key_input_params_test.dart", + "hash": "12352366231693707769" + }, + { + "file": "clients/dart/wallets_client/test/did_web_input_params_test.dart", + "hash": "8330935841257442256" + }, + { + "file": "clients/dart/wallets_client/test/entity_not_found_error_test.dart", + "hash": "2179902086974897882" + }, + { + "file": "clients/dart/wallets_client/test/get_revocation_credential_status_ok_test.dart", + "hash": "15152085513695463699" + }, + { + "file": "clients/dart/wallets_client/test/get_revocation_list_credential_result_dto_test.dart", + "hash": "7025713071766339909" + }, + { + "file": "clients/dart/wallets_client/test/invalid_did_parameter_error_test.dart", + "hash": "4527878816023693229" + }, + { + "file": "clients/dart/wallets_client/test/invalid_parameter_error_test.dart", + "hash": "4152587399485091823" + }, + { + "file": "clients/dart/wallets_client/test/key_not_found_error_test.dart", + "hash": "13053305238640369902" + }, + { + "file": "clients/dart/wallets_client/test/not_found_error_test.dart", + "hash": "17432244044398648987" + }, + { + "file": "clients/dart/wallets_client/test/operation_forbidden_error_test.dart", + "hash": "17210896059063537316" + }, + { + "file": "clients/dart/wallets_client/test/revocation_api_test.dart", + "hash": "5173324369819101897" + }, + { + "file": "clients/dart/wallets_client/test/revoke_credential_input_test.dart", + "hash": "17077802896238162628" + }, + { + "file": "clients/dart/wallets_client/test/service_error_response_details_inner_test.dart", + "hash": "6112463768599314570" + }, + { + "file": "clients/dart/wallets_client/test/service_error_response_test.dart", + "hash": "11229966761920276009" + }, + { + "file": "clients/dart/wallets_client/test/sign_credential400_response_test.dart", + "hash": "16007165597459393609" + }, + { + "file": "clients/dart/wallets_client/test/sign_credential_input_dto_test.dart", + "hash": "7980550608742749160" + }, + { + "file": "clients/dart/wallets_client/test/sign_credential_input_dto_unsigned_credential_params_test.dart", + "hash": "5251743695559698503" + }, + { + "file": "clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart", + "hash": "5951535149747614884" + }, + { + "file": "clients/dart/wallets_client/test/sign_credential_result_dto_test.dart", + "hash": "7865897994346612534" + }, + { + "file": "clients/dart/wallets_client/test/sign_jwt_token_ok_test.dart", + "hash": "1478412181268860834" + }, + { + "file": "clients/dart/wallets_client/test/sign_jwt_token_test.dart", + "hash": "15525406991824991844" + }, + { + "file": "clients/dart/wallets_client/test/signing_failed_error_test.dart", + "hash": "3399571047642025006" + }, + { + "file": "clients/dart/wallets_client/test/update_wallet_input_test.dart", + "hash": "2503616746409825513" + }, + { + "file": "clients/dart/wallets_client/test/wallet_api_test.dart", + "hash": "8519880048118765516" + }, + { + "file": "clients/dart/wallets_client/test/wallet_dto_keys_inner_test.dart", + "hash": "371370470702146879" + }, + { + "file": "clients/dart/wallets_client/test/wallet_dto_test.dart", + "hash": "1049181693093866229" + }, + { + "file": "clients/dart/wallets_client/test/wallets_list_dto_test.dart", + "hash": "14108900676902648190" + }, + { + "file": "clients/python/credential_issuance_client/.github/workflows/python.yml", + "hash": "14705637485733496245" + }, + { + "file": "clients/python/credential_issuance_client/.gitignore", + "hash": "7265754200592359024" + }, + { + "file": "clients/python/credential_issuance_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/python/credential_issuance_client/.openapi-generator/FILES", + "hash": "5060177178886116974" + }, + { + "file": "clients/python/credential_issuance_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/python/credential_issuance_client/.travis.yml", + "hash": "14140709735181938594" + }, + { + "file": "clients/python/credential_issuance_client/README.md", + "hash": "2892512234302142996" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py", + "hash": "108182596876003050" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/__init__.py", + "hash": "8489588427333005746" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/configuration_api.py", + "hash": "2463385257153416221" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/credentials_api.py", + "hash": "7381782607530817165" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/issuance_api.py", + "hash": "12052143222664571639" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/offer_api.py", + "hash": "16016393531419946813" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api/well_known_api.py", + "hash": "12558515722617736185" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api_client.py", + "hash": "12608575442206645884" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/api_response.py", + "hash": "813410054436685164" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/configuration.py", + "hash": "10914281944533340671" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/exceptions.py", + "hash": "3384075057021019533" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py", + "hash": "6822603310454074438" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error.py", + "hash": "5005783116879619456" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/action_forbidden_error_details_inner.py", + "hash": "8723605792721546708" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_generate_credentials_ok.py", + "hash": "10944713400286078421" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_credential_offer_ok.py", + "hash": "15033990784074380925" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/cors_get_well_known_open_id_credential_issuer_ok.py", + "hash": "6019879807458621220" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py", + "hash": "6400018296998133350" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config400_response.py", + "hash": "17580277516410397849" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py", + "hash": "3710440287969282743" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input_credential_supported_inner.py", + "hash": "12440271200909795568" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_issuance_id_exist_error.py", + "hash": "536986323175987687" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_expired_error.py", + "hash": "10520276065879987952" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response.py", + "hash": "3967525546704270978" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants.py", + "hash": "16791034671881746271" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py", + "hash": "6755125286158842516" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.py", + "hash": "5457439516049031242" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_proof.py", + "hash": "3122877874186899642" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response.py", + "hash": "8809860953414163549" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_deferred.py", + "hash": "524178482289204196" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py", + "hash": "13526545920309464324" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py", + "hash": "6277230630484358223" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py", + "hash": "9139692387683253707" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py", + "hash": "17257335659683533153" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py", + "hash": "13420960674492374761" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py", + "hash": "7219120108790683622" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/get_credential_offer400_response.py", + "hash": "834772886002992409" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_request_error.py", + "hash": "9560480311737922753" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_credential_type_error.py", + "hash": "12836865980425164377" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_issuer_wallet_error.py", + "hash": "2321582880637914201" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_jwt_token_error.py", + "hash": "10346320649431443099" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_parameter_error.py", + "hash": "17085404434061481921" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/invalid_proof_error.py", + "hash": "16401918021159875722" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py", + "hash": "8208236134180730522" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto_credential_supported_inner.py", + "hash": "14031873376640913661" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_list_response.py", + "hash": "10902770463594270984" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py", + "hash": "12527756254507705404" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_state_response.py", + "hash": "17949820128654443779" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/list_issuance_response.py", + "hash": "15979365189801869936" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/not_found_error.py", + "hash": "1126172018193313559" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_exist_error.py", + "hash": "5204177108359469006" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/project_credential_config_not_exist_error.py", + "hash": "8292399502020602487" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance400_response.py", + "hash": "7464951418908779564" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input.py", + "hash": "7361857061861341667" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner.py", + "hash": "13831274807119941468" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_input_data_inner_meta_data.py", + "hash": "2147547924922054155" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/start_issuance_response.py", + "hash": "15876844310528859416" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py", + "hash": "9146578842665655195" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/vc_claimed_error.py", + "hash": "1740123854251696563" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/well_known_open_id_credential_issuer_response.py", + "hash": "16258541743414483264" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/py.typed", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/rest.py", + "hash": "8774207687488248987" + }, + { + "file": "clients/python/credential_issuance_client/docs/ActionForbiddenError.md", + "hash": "2633705527340497572" + }, + { + "file": "clients/python/credential_issuance_client/docs/ActionForbiddenErrorDetailsInner.md", + "hash": "8497073561359002459" + }, + { + "file": "clients/python/credential_issuance_client/docs/ConfigurationApi.md", + "hash": "8595013326497809910" + }, + { + "file": "clients/python/credential_issuance_client/docs/CorsGenerateCredentialsOK.md", + "hash": "5834909515734913196" + }, + { + "file": "clients/python/credential_issuance_client/docs/CorsGetCredentialOfferOK.md", + "hash": "11345378813968546622" + }, + { + "file": "clients/python/credential_issuance_client/docs/CorsGetWellKnownOpenIdCredentialIssuerOK.md", + "hash": "14481670331229593065" + }, + { + "file": "clients/python/credential_issuance_client/docs/CreateCredentialInput.md", + "hash": "13711922873608092130" + }, + { + "file": "clients/python/credential_issuance_client/docs/CreateIssuanceConfig400Response.md", + "hash": "110056464429824122" + }, + { + "file": "clients/python/credential_issuance_client/docs/CreateIssuanceConfigInput.md", + "hash": "16815430654468280599" + }, + { + "file": "clients/python/credential_issuance_client/docs/CreateIssuanceConfigInputCredentialSupportedInner.md", + "hash": "8813539040701537466" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialIssuanceIdExistError.md", + "hash": "15874140469872857836" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialOfferExpiredError.md", + "hash": "15156915667259742263" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialOfferResponse.md", + "hash": "6889125546462998220" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialOfferResponseGrants.md", + "hash": "9324480646025983556" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md", + "hash": "18444067838304538547" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md", + "hash": "521272100231777393" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialProof.md", + "hash": "8866285978718428861" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialResponse.md", + "hash": "5350858144977606407" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialResponseDeferred.md", + "hash": "13657737846728047349" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md", + "hash": "6168544152240877072" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md", + "hash": "2299690648563628248" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md", + "hash": "12064016101561191478" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialSubjectNotValidError.md", + "hash": "3638308116236718235" + }, + { + "file": "clients/python/credential_issuance_client/docs/CredentialsApi.md", + "hash": "14831895796950458970" + }, + { + "file": "clients/python/credential_issuance_client/docs/DeferredCredentialInput.md", + "hash": "11126521737261997813" + }, + { + "file": "clients/python/credential_issuance_client/docs/GenerateCredentials400Response.md", + "hash": "11886860691960658267" + }, + { + "file": "clients/python/credential_issuance_client/docs/GetCredentialOffer400Response.md", + "hash": "5957077301333830595" + }, + { + "file": "clients/python/credential_issuance_client/docs/InvalidCredentialRequestError.md", + "hash": "2698947647951388539" + }, + { + "file": "clients/python/credential_issuance_client/docs/InvalidCredentialTypeError.md", + "hash": "13208127235338559191" + }, + { + "file": "clients/python/credential_issuance_client/docs/InvalidIssuerWalletError.md", + "hash": "11383024981547510572" + }, + { + "file": "clients/python/credential_issuance_client/docs/InvalidJwtTokenError.md", + "hash": "13097735907606918672" + }, + { + "file": "clients/python/credential_issuance_client/docs/InvalidParameterError.md", + "hash": "824724061051209508" + }, + { + "file": "clients/python/credential_issuance_client/docs/InvalidProofError.md", + "hash": "1311160889699827724" + }, + { + "file": "clients/python/credential_issuance_client/docs/IssuanceApi.md", + "hash": "16769246602052869588" + }, + { + "file": "clients/python/credential_issuance_client/docs/IssuanceConfigDto.md", + "hash": "5782480840659446181" + }, + { + "file": "clients/python/credential_issuance_client/docs/IssuanceConfigDtoCredentialSupportedInner.md", + "hash": "12746556727120659530" + }, + { + "file": "clients/python/credential_issuance_client/docs/IssuanceConfigListResponse.md", + "hash": "8997553420599055700" + }, + { + "file": "clients/python/credential_issuance_client/docs/IssuanceConfigMiniDto.md", + "hash": "1835610781441252534" + }, + { + "file": "clients/python/credential_issuance_client/docs/IssuanceStateResponse.md", + "hash": "6936518630705644110" + }, + { + "file": "clients/python/credential_issuance_client/docs/ListIssuanceResponse.md", + "hash": "12373892031800422437" + }, + { + "file": "clients/python/credential_issuance_client/docs/NotFoundError.md", + "hash": "10937597277310534313" + }, + { + "file": "clients/python/credential_issuance_client/docs/OfferApi.md", + "hash": "5586290618181114682" + }, + { + "file": "clients/python/credential_issuance_client/docs/ProjectCredentialConfigExistError.md", + "hash": "15633670127042718015" + }, + { + "file": "clients/python/credential_issuance_client/docs/ProjectCredentialConfigNotExistError.md", + "hash": "16161179007912651473" + }, + { + "file": "clients/python/credential_issuance_client/docs/StartIssuance400Response.md", + "hash": "7130776394229575627" + }, + { + "file": "clients/python/credential_issuance_client/docs/StartIssuanceInput.md", + "hash": "9990403508849862882" + }, + { + "file": "clients/python/credential_issuance_client/docs/StartIssuanceInputDataInner.md", + "hash": "3014502485815042615" + }, + { + "file": "clients/python/credential_issuance_client/docs/StartIssuanceInputDataInnerMetaData.md", + "hash": "3029202650263839509" + }, + { + "file": "clients/python/credential_issuance_client/docs/StartIssuanceResponse.md", + "hash": "16013180982720488702" + }, + { + "file": "clients/python/credential_issuance_client/docs/UpdateIssuanceConfigInput.md", + "hash": "7457571802650086628" + }, + { + "file": "clients/python/credential_issuance_client/docs/VcClaimedError.md", + "hash": "16135513995024493018" + }, + { + "file": "clients/python/credential_issuance_client/docs/WellKnownApi.md", + "hash": "1179406861506855336" + }, + { + "file": "clients/python/credential_issuance_client/docs/WellKnownOpenIdCredentialIssuerResponse.md", + "hash": "15355408040138112406" + }, + { + "file": "clients/python/credential_issuance_client/pyproject.toml", + "hash": "11203309879899005337" + }, + { + "file": "clients/python/credential_issuance_client/requirements.txt", + "hash": "17886100663410425060" + }, + { + "file": "clients/python/credential_issuance_client/setup.cfg", + "hash": "70886916987729886" + }, + { + "file": "clients/python/credential_issuance_client/setup.py", + "hash": "13386731718310100010" + }, + { + "file": "clients/python/credential_issuance_client/test-requirements.txt", + "hash": "5672324514996677123" + }, + { + "file": "clients/python/credential_issuance_client/test/__init__.py", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/credential_issuance_client/test/test_action_forbidden_error.py", + "hash": "3160452657285886775" + }, + { + "file": "clients/python/credential_issuance_client/test/test_action_forbidden_error_details_inner.py", + "hash": "9170646514208572089" + }, + { + "file": "clients/python/credential_issuance_client/test/test_configuration_api.py", + "hash": "8650252774538413218" + }, + { + "file": "clients/python/credential_issuance_client/test/test_cors_generate_credentials_ok.py", + "hash": "4542440769792327423" + }, + { + "file": "clients/python/credential_issuance_client/test/test_cors_get_credential_offer_ok.py", + "hash": "5204606135044966825" + }, + { + "file": "clients/python/credential_issuance_client/test/test_cors_get_well_known_open_id_credential_issuer_ok.py", + "hash": "4893328666116602340" + }, + { + "file": "clients/python/credential_issuance_client/test/test_create_credential_input.py", + "hash": "3477655708091158607" + }, + { + "file": "clients/python/credential_issuance_client/test/test_create_issuance_config400_response.py", + "hash": "17620650776032724788" + }, + { + "file": "clients/python/credential_issuance_client/test/test_create_issuance_config_input.py", + "hash": "17012216732964929984" + }, + { + "file": "clients/python/credential_issuance_client/test/test_create_issuance_config_input_credential_supported_inner.py", + "hash": "2022600680794417741" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_issuance_id_exist_error.py", + "hash": "14108041636802406528" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_offer_expired_error.py", + "hash": "7002976661881713655" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_offer_response.py", + "hash": "6267630580986790671" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_offer_response_grants.py", + "hash": "8596283784800134933" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py", + "hash": "17172597655801383056" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.py", + "hash": "1575997405648613360" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_proof.py", + "hash": "7812537432782678664" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_response.py", + "hash": "2566735999086481457" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_response_deferred.py", + "hash": "16834533519165455447" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_response_immediate.py", + "hash": "789052991522933154" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_response_immediate_c_nonce_expires_in.py", + "hash": "8838490248061799443" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_response_immediate_credential.py", + "hash": "9992788744679931623" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credential_subject_not_valid_error.py", + "hash": "18002283288143744111" + }, + { + "file": "clients/python/credential_issuance_client/test/test_credentials_api.py", + "hash": "9542492352005215895" + }, + { + "file": "clients/python/credential_issuance_client/test/test_deferred_credential_input.py", + "hash": "3127396150000119113" + }, + { + "file": "clients/python/credential_issuance_client/test/test_generate_credentials400_response.py", + "hash": "15507485450990276115" + }, + { + "file": "clients/python/credential_issuance_client/test/test_get_credential_offer400_response.py", + "hash": "2588295751829390899" + }, + { + "file": "clients/python/credential_issuance_client/test/test_invalid_credential_request_error.py", + "hash": "9313777823782219065" + }, + { + "file": "clients/python/credential_issuance_client/test/test_invalid_credential_type_error.py", + "hash": "17975801385958774719" + }, + { + "file": "clients/python/credential_issuance_client/test/test_invalid_issuer_wallet_error.py", + "hash": "5767269784578178429" + }, + { + "file": "clients/python/credential_issuance_client/test/test_invalid_jwt_token_error.py", + "hash": "10278625205847130398" + }, + { + "file": "clients/python/credential_issuance_client/test/test_invalid_parameter_error.py", + "hash": "1003959748471595328" + }, + { + "file": "clients/python/credential_issuance_client/test/test_invalid_proof_error.py", + "hash": "13557239291444148940" + }, + { + "file": "clients/python/credential_issuance_client/test/test_issuance_api.py", + "hash": "8094323294621146810" + }, + { + "file": "clients/python/credential_issuance_client/test/test_issuance_config_dto.py", + "hash": "181214974146647184" + }, + { + "file": "clients/python/credential_issuance_client/test/test_issuance_config_dto_credential_supported_inner.py", + "hash": "9824142380616879247" + }, + { + "file": "clients/python/credential_issuance_client/test/test_issuance_config_list_response.py", + "hash": "1956332478428742215" + }, + { + "file": "clients/python/credential_issuance_client/test/test_issuance_config_mini_dto.py", + "hash": "5799531602261982748" + }, + { + "file": "clients/python/credential_issuance_client/test/test_issuance_state_response.py", + "hash": "4316357384409205542" + }, + { + "file": "clients/python/credential_issuance_client/test/test_list_issuance_response.py", + "hash": "4272086044904857272" + }, + { + "file": "clients/python/credential_issuance_client/test/test_not_found_error.py", + "hash": "2275768720757173495" + }, + { + "file": "clients/python/credential_issuance_client/test/test_offer_api.py", + "hash": "6380638656276318056" + }, + { + "file": "clients/python/credential_issuance_client/test/test_project_credential_config_exist_error.py", + "hash": "16189484192630212054" + }, + { + "file": "clients/python/credential_issuance_client/test/test_project_credential_config_not_exist_error.py", + "hash": "8566206351418456337" + }, + { + "file": "clients/python/credential_issuance_client/test/test_start_issuance400_response.py", + "hash": "10746902928969169445" + }, + { + "file": "clients/python/credential_issuance_client/test/test_start_issuance_input.py", + "hash": "15924413712657692376" + }, + { + "file": "clients/python/credential_issuance_client/test/test_start_issuance_input_data_inner.py", + "hash": "2572997109938941488" + }, + { + "file": "clients/python/credential_issuance_client/test/test_start_issuance_input_data_inner_meta_data.py", + "hash": "105520018916722758" + }, + { + "file": "clients/python/credential_issuance_client/test/test_start_issuance_response.py", + "hash": "4477691134130401768" + }, + { + "file": "clients/python/credential_issuance_client/test/test_update_issuance_config_input.py", + "hash": "10417503667140037591" + }, + { + "file": "clients/python/credential_issuance_client/test/test_vc_claimed_error.py", + "hash": "10052365056040916393" + }, + { + "file": "clients/python/credential_issuance_client/test/test_well_known_api.py", + "hash": "7938472201169061967" + }, + { + "file": "clients/python/credential_issuance_client/test/test_well_known_open_id_credential_issuer_response.py", + "hash": "3366302749182485409" + }, + { + "file": "clients/python/credential_issuance_client/tox.ini", + "hash": "8972463856162541843" + }, + { + "file": "clients/python/credential_verification_client/.github/workflows/python.yml", + "hash": "14430391397850115735" + }, + { + "file": "clients/python/credential_verification_client/.gitignore", + "hash": "7265754200592359024" + }, + { + "file": "clients/python/credential_verification_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/python/credential_verification_client/.openapi-generator/FILES", + "hash": "2763943061733396894" + }, + { + "file": "clients/python/credential_verification_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/python/credential_verification_client/.travis.yml", + "hash": "2376514911205202828" + }, + { + "file": "clients/python/credential_verification_client/README.md", + "hash": "6028930651450105660" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/__init__.py", + "hash": "13711115669437033508" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/__init__.py", + "hash": "1251792582976859745" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/default_api.py", + "hash": "10664328395693991865" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api/verifier_api.py", + "hash": "4059507081233300967" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api_client.py", + "hash": "13614962739824661823" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/api_response.py", + "hash": "813410054436685164" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/configuration.py", + "hash": "16273540693545009620" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/exceptions.py", + "hash": "5779475558277109714" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/__init__.py", + "hash": "12114586263949005078" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints.py", + "hash": "6010776205462039128" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/constraints_statuses.py", + "hash": "9730208667147506247" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements.py", + "hash": "2901588223504595466" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/credential_requirements_constraints.py", + "hash": "6227935646951282776" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/descriptor.py", + "hash": "1648749871679411567" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error.py", + "hash": "9246632647243770517" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/error_detail.py", + "hash": "4194362857765691040" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/evaluate_vp_output.py", + "hash": "4816340045274652762" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/field.py", + "hash": "11012826510747830059" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter.py", + "hash": "95685702736843733" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_const.py", + "hash": "12974269065120500617" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/filter_items.py", + "hash": "16039365604290559065" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/format.py", + "hash": "9952546625499105230" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/free_form_object.py", + "hash": "13120189242621032300" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/holder_subject.py", + "hash": "16143197065028461309" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/input_descriptor.py", + "hash": "7719939719497689123" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/invalid_parameter_error.py", + "hash": "15010769510991076474" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/jwt_object.py", + "hash": "731857174383705438" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/ldp_object.py", + "hash": "12951945936096434818" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/nested_descriptor.py", + "hash": "17218971015297179126" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error.py", + "hash": "6559431853462415984" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/not_found_error_details_inner.py", + "hash": "11012596966951831518" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/pd_status.py", + "hash": "15415849954074459353" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_definition.py", + "hash": "5921667761769029474" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/presentation_submission.py", + "hash": "17656264415259925226" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/submission_requirement.py", + "hash": "3511424109924258119" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_input.py", + "hash": "17878313915413278493" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/validate_jwt_output.py", + "hash": "6734689463298744341" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_input.py", + "hash": "4649551456210630727" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_credential_output.py", + "hash": "9893941238691067343" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_input.py", + "hash": "16452663285213604440" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output.py", + "hash": "12127485071168217514" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/verify_presentation_output_errors.py", + "hash": "3584063036191983005" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential.py", + "hash": "18050029670635055190" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_schema.py", + "hash": "17121467145545705947" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_credential_subject.py", + "hash": "9368890027718957679" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_holder.py", + "hash": "16497993094427372204" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_credential_status.py", + "hash": "5683693677763925880" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation.py", + "hash": "3964036171069289809" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context.py", + "hash": "12977028162590090651" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_presentation_context_one_of_inner.py", + "hash": "17877275460277382604" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/models/w3c_proof.py", + "hash": "13608253748346563229" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/py.typed", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/credential_verification_client/affinidi_tdk_credential_verification_client/rest.py", + "hash": "6695667389180638707" + }, + { + "file": "clients/python/credential_verification_client/docs/Constraints.md", + "hash": "3460675231590461040" + }, + { + "file": "clients/python/credential_verification_client/docs/ConstraintsStatuses.md", + "hash": "13891482278283188010" + }, + { + "file": "clients/python/credential_verification_client/docs/CredentialRequirements.md", + "hash": "16290456260191819609" + }, + { + "file": "clients/python/credential_verification_client/docs/CredentialRequirementsConstraints.md", + "hash": "17899374190143351418" + }, + { + "file": "clients/python/credential_verification_client/docs/DefaultApi.md", + "hash": "11978177859650786497" + }, + { + "file": "clients/python/credential_verification_client/docs/Descriptor.md", + "hash": "972638833786439923" + }, + { + "file": "clients/python/credential_verification_client/docs/Error.md", + "hash": "18316706733952733604" + }, + { + "file": "clients/python/credential_verification_client/docs/ErrorDetail.md", + "hash": "10336222822175740819" + }, + { + "file": "clients/python/credential_verification_client/docs/EvaluateVpOutput.md", + "hash": "820813628260328210" + }, + { + "file": "clients/python/credential_verification_client/docs/Field.md", + "hash": "5962943419177643268" + }, + { + "file": "clients/python/credential_verification_client/docs/Filter.md", + "hash": "16553498412444563328" + }, + { + "file": "clients/python/credential_verification_client/docs/FilterConst.md", + "hash": "16789051562770868687" + }, + { + "file": "clients/python/credential_verification_client/docs/FilterItems.md", + "hash": "15475130344171024181" + }, + { + "file": "clients/python/credential_verification_client/docs/Format.md", + "hash": "6920536618166301729" + }, + { + "file": "clients/python/credential_verification_client/docs/FreeFormObject.md", + "hash": "11222384107115816316" + }, + { + "file": "clients/python/credential_verification_client/docs/HolderSubject.md", + "hash": "7748952736264538277" + }, + { + "file": "clients/python/credential_verification_client/docs/InputDescriptor.md", + "hash": "5781249776900809407" + }, + { + "file": "clients/python/credential_verification_client/docs/InvalidParameterError.md", + "hash": "6863091410834224352" + }, + { + "file": "clients/python/credential_verification_client/docs/JwtObject.md", + "hash": "11828459701368393704" + }, + { + "file": "clients/python/credential_verification_client/docs/LdpObject.md", + "hash": "4756205924179748277" + }, + { + "file": "clients/python/credential_verification_client/docs/NestedDescriptor.md", + "hash": "3302032705182305184" + }, + { + "file": "clients/python/credential_verification_client/docs/NotFoundError.md", + "hash": "9423787363876472012" + }, + { + "file": "clients/python/credential_verification_client/docs/NotFoundErrorDetailsInner.md", + "hash": "6112011103592759279" + }, + { + "file": "clients/python/credential_verification_client/docs/PdStatus.md", + "hash": "13212143153623981841" + }, + { + "file": "clients/python/credential_verification_client/docs/PresentationDefinition.md", + "hash": "14855756031272849189" + }, + { + "file": "clients/python/credential_verification_client/docs/PresentationSubmission.md", + "hash": "17556064182485165937" + }, + { + "file": "clients/python/credential_verification_client/docs/SubmissionRequirement.md", + "hash": "9285570296015155183" + }, + { + "file": "clients/python/credential_verification_client/docs/ValidateJwtInput.md", + "hash": "10173738822796543727" + }, + { + "file": "clients/python/credential_verification_client/docs/ValidateJwtOutput.md", + "hash": "14635432725703372196" + }, + { + "file": "clients/python/credential_verification_client/docs/VerifierApi.md", + "hash": "3884089227940881137" + }, + { + "file": "clients/python/credential_verification_client/docs/VerifyCredentialInput.md", + "hash": "13139454541216301592" + }, + { + "file": "clients/python/credential_verification_client/docs/VerifyCredentialOutput.md", + "hash": "6875807571465873597" + }, + { + "file": "clients/python/credential_verification_client/docs/VerifyPresentationInput.md", + "hash": "8415083923945851865" + }, + { + "file": "clients/python/credential_verification_client/docs/VerifyPresentationOutput.md", + "hash": "14573109983898853407" + }, + { + "file": "clients/python/credential_verification_client/docs/VerifyPresentationOutputErrors.md", + "hash": "10027308115833718606" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cCredential.md", + "hash": "203026389462916192" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cCredentialCredentialSchema.md", + "hash": "14361598319913826977" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cCredentialCredentialSubject.md", + "hash": "2748495084726320489" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cCredentialHolder.md", + "hash": "17655305615591363010" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cCredentialStatus.md", + "hash": "9208731052736209729" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cPresentation.md", + "hash": "17684957894328863841" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cPresentationContext.md", + "hash": "7977286498913117223" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cPresentationContextOneOfInner.md", + "hash": "1836360683524568460" + }, + { + "file": "clients/python/credential_verification_client/docs/W3cProof.md", + "hash": "17000097144967962029" + }, + { + "file": "clients/python/credential_verification_client/pyproject.toml", + "hash": "17436656104902349170" + }, + { + "file": "clients/python/credential_verification_client/requirements.txt", + "hash": "17886100663410425060" + }, + { + "file": "clients/python/credential_verification_client/setup.cfg", + "hash": "70886916987729886" + }, + { + "file": "clients/python/credential_verification_client/setup.py", + "hash": "15586892763484032419" + }, + { + "file": "clients/python/credential_verification_client/test-requirements.txt", + "hash": "5672324514996677123" + }, + { + "file": "clients/python/credential_verification_client/test/__init__.py", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/credential_verification_client/test/test_constraints.py", + "hash": "12047281158518968253" + }, + { + "file": "clients/python/credential_verification_client/test/test_constraints_statuses.py", + "hash": "16069947029614305776" + }, + { + "file": "clients/python/credential_verification_client/test/test_credential_requirements.py", + "hash": "12483871610856107105" + }, + { + "file": "clients/python/credential_verification_client/test/test_credential_requirements_constraints.py", + "hash": "112442196919108534" + }, + { + "file": "clients/python/credential_verification_client/test/test_default_api.py", + "hash": "2962545571813206828" + }, + { + "file": "clients/python/credential_verification_client/test/test_descriptor.py", + "hash": "15235124729137669173" + }, + { + "file": "clients/python/credential_verification_client/test/test_error.py", + "hash": "10615633644227545039" + }, + { + "file": "clients/python/credential_verification_client/test/test_error_detail.py", + "hash": "6720102062520491289" + }, + { + "file": "clients/python/credential_verification_client/test/test_evaluate_vp_output.py", + "hash": "17590162712350866659" + }, + { + "file": "clients/python/credential_verification_client/test/test_field.py", + "hash": "13826767967567530841" + }, + { + "file": "clients/python/credential_verification_client/test/test_filter.py", + "hash": "12935580509526224751" + }, + { + "file": "clients/python/credential_verification_client/test/test_filter_const.py", + "hash": "7683070711205686266" + }, + { + "file": "clients/python/credential_verification_client/test/test_filter_items.py", + "hash": "16562535639304813928" + }, + { + "file": "clients/python/credential_verification_client/test/test_format.py", + "hash": "7054826928724093062" + }, + { + "file": "clients/python/credential_verification_client/test/test_free_form_object.py", + "hash": "14485048858563236022" + }, + { + "file": "clients/python/credential_verification_client/test/test_holder_subject.py", + "hash": "7838786699638029241" + }, + { + "file": "clients/python/credential_verification_client/test/test_input_descriptor.py", + "hash": "15599782306955164693" + }, + { + "file": "clients/python/credential_verification_client/test/test_invalid_parameter_error.py", + "hash": "3894303167065974979" + }, + { + "file": "clients/python/credential_verification_client/test/test_jwt_object.py", + "hash": "9658814148465088055" + }, + { + "file": "clients/python/credential_verification_client/test/test_ldp_object.py", + "hash": "2671552011638896617" + }, + { + "file": "clients/python/credential_verification_client/test/test_nested_descriptor.py", + "hash": "13634189058754442762" + }, + { + "file": "clients/python/credential_verification_client/test/test_not_found_error.py", + "hash": "15161010115774930939" + }, + { + "file": "clients/python/credential_verification_client/test/test_not_found_error_details_inner.py", + "hash": "6406055766363138670" + }, + { + "file": "clients/python/credential_verification_client/test/test_pd_status.py", + "hash": "16831480317508628154" + }, + { + "file": "clients/python/credential_verification_client/test/test_presentation_definition.py", + "hash": "246932790380193359" + }, + { + "file": "clients/python/credential_verification_client/test/test_presentation_submission.py", + "hash": "17059520779409748676" + }, + { + "file": "clients/python/credential_verification_client/test/test_submission_requirement.py", + "hash": "1951050735297302525" + }, + { + "file": "clients/python/credential_verification_client/test/test_validate_jwt_input.py", + "hash": "8976099116782220368" + }, + { + "file": "clients/python/credential_verification_client/test/test_validate_jwt_output.py", + "hash": "18344712943982174091" + }, + { + "file": "clients/python/credential_verification_client/test/test_verifier_api.py", + "hash": "12600843524903948054" + }, + { + "file": "clients/python/credential_verification_client/test/test_verify_credential_input.py", + "hash": "13320955767026691890" + }, + { + "file": "clients/python/credential_verification_client/test/test_verify_credential_output.py", + "hash": "18387032331591921972" + }, + { + "file": "clients/python/credential_verification_client/test/test_verify_presentation_input.py", + "hash": "18391585539856528555" + }, + { + "file": "clients/python/credential_verification_client/test/test_verify_presentation_output.py", + "hash": "12809082469721427341" + }, + { + "file": "clients/python/credential_verification_client/test/test_verify_presentation_output_errors.py", + "hash": "16634437582616499242" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_credential.py", + "hash": "9297022542964784304" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_credential_credential_schema.py", + "hash": "9052917569606072405" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_credential_credential_subject.py", + "hash": "11888741667943082688" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_credential_holder.py", + "hash": "1287763168790057909" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_credential_status.py", + "hash": "2866579008979198553" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_presentation.py", + "hash": "9891297914548903440" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_presentation_context.py", + "hash": "229079666258306722" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_presentation_context_one_of_inner.py", + "hash": "13100826701160978682" + }, + { + "file": "clients/python/credential_verification_client/test/test_w3c_proof.py", + "hash": "7982458335953695735" + }, + { + "file": "clients/python/credential_verification_client/tox.ini", + "hash": "4199417064360318300" + }, + { + "file": "clients/python/iam_client/.github/workflows/python.yml", + "hash": "14407466808176770825" + }, + { + "file": "clients/python/iam_client/.gitignore", + "hash": "7265754200592359024" + }, + { + "file": "clients/python/iam_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/python/iam_client/.openapi-generator/FILES", + "hash": "6013725758665599792" + }, + { + "file": "clients/python/iam_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/python/iam_client/.travis.yml", + "hash": "6525759630148986024" + }, + { + "file": "clients/python/iam_client/README.md", + "hash": "13345835301974099206" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/__init__.py", + "hash": "11739572140283975997" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/__init__.py", + "hash": "1600347385309407695" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/consumer_auth_api.py", + "hash": "11132614685375581091" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/default_api.py", + "hash": "2127477020901752921" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/policies_api.py", + "hash": "9729467883023301047" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/projects_api.py", + "hash": "5527509013810031415" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/sts_api.py", + "hash": "9086879974582030782" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/tokens_api.py", + "hash": "15616539940012098156" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api/well_known_api.py", + "hash": "4779363723436309541" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api_client.py", + "hash": "6940775626895949917" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/api_response.py", + "hash": "813410054436685164" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/configuration.py", + "hash": "8750400975879558355" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/exceptions.py", + "hash": "8948272674755574416" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/__init__.py", + "hash": "11206140355866467980" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/action_forbidden_error.py", + "hash": "4325660857506615882" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/add_user_to_project_input.py", + "hash": "6668434625116901233" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_input.py", + "hash": "9830694995137323652" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/consumer_auth_token_endpoint_output.py", + "hash": "3319575935240167977" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/cors_consumer_auth_token_endpoint_ok.py", + "hash": "17267339662091377231" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_input.py", + "hash": "6832062049931919308" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_input.py", + "hash": "2739026811560479207" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/create_project_scoped_token_output.py", + "hash": "17614355401279675790" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py", + "hash": "4465404771073172524" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/get_well_known_did_ok.py", + "hash": "18245032665108334459" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_jwt_token_error.py", + "hash": "17543826903045158627" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/invalid_parameter_error.py", + "hash": "304362546247990265" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_dto.py", + "hash": "3278436666527202987" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/json_web_key_set_dto.py", + "hash": "2394315894268621578" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/not_found_error.py", + "hash": "13672365325690857253" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py", + "hash": "15268216611481815704" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/policy_statement_dto.py", + "hash": "16285020933923401412" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/principal_cannot_be_deleted_error.py", + "hash": "43076781338444681" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/principal_does_not_belong_to_project_error.py", + "hash": "11815362014064132560" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/project_dto.py", + "hash": "13809703758339672387" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/project_list.py", + "hash": "16918529693605401919" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response.py", + "hash": "10712591964812679443" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/service_error_response_details_inner.py", + "hash": "8502859414639094806" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_authentication_method_dto.py", + "hash": "4932904817099288928" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_dto.py", + "hash": "15452008680396115874" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_list.py", + "hash": "18104371745155899532" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto.py", + "hash": "2377119175553788540" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info.py", + "hash": "13077505733146913157" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of.py", + "hash": "3544014903002418967" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/token_private_key_authentication_method_dto_public_key_info_one_of1.py", + "hash": "611612042602411287" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/typed_pricipal_id.py", + "hash": "11437165820456838038" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/unauthorized_error.py", + "hash": "17550683114203935331" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/unexpected_error.py", + "hash": "17500937368776579542" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/update_project_input.py", + "hash": "16780954288083926660" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_input.py", + "hash": "14572449820652400194" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/update_token_private_key_authentication_method_dto.py", + "hash": "10423600479567976321" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/user_dto.py", + "hash": "3133583781623585364" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/user_list.py", + "hash": "10445495199409947039" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/models/whoami_dto.py", + "hash": "13981307589207966916" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/py.typed", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/iam_client/affinidi_tdk_iam_client/rest.py", + "hash": "6533551053671434675" + }, + { + "file": "clients/python/iam_client/docs/ActionForbiddenError.md", + "hash": "10661587894187100383" + }, + { + "file": "clients/python/iam_client/docs/AddUserToProjectInput.md", + "hash": "13689350173175079513" + }, + { + "file": "clients/python/iam_client/docs/ConsumerAuthApi.md", + "hash": "4396960392953093890" + }, + { + "file": "clients/python/iam_client/docs/ConsumerAuthTokenEndpointInput.md", + "hash": "16223795127346774366" + }, + { + "file": "clients/python/iam_client/docs/ConsumerAuthTokenEndpointOutput.md", + "hash": "4979881779118352219" + }, + { + "file": "clients/python/iam_client/docs/CorsConsumerAuthTokenEndpointOK.md", + "hash": "1851864858607424402" + }, + { + "file": "clients/python/iam_client/docs/CreateProjectInput.md", + "hash": "15798960041019707460" + }, + { + "file": "clients/python/iam_client/docs/CreateProjectScopedTokenInput.md", + "hash": "8732609377155516956" + }, + { + "file": "clients/python/iam_client/docs/CreateProjectScopedTokenOutput.md", + "hash": "5087207001902038378" + }, + { + "file": "clients/python/iam_client/docs/CreateTokenInput.md", + "hash": "14564835530756781845" + }, + { + "file": "clients/python/iam_client/docs/DefaultApi.md", + "hash": "1604108868272229429" + }, + { + "file": "clients/python/iam_client/docs/GetWellKnownDidOK.md", + "hash": "17350885942151893906" + }, + { + "file": "clients/python/iam_client/docs/InvalidJwtTokenError.md", + "hash": "5811248384247911877" + }, + { + "file": "clients/python/iam_client/docs/InvalidParameterError.md", + "hash": "3017978594024691317" + }, + { + "file": "clients/python/iam_client/docs/JsonWebKeyDto.md", + "hash": "12912450186110081174" + }, + { + "file": "clients/python/iam_client/docs/JsonWebKeySetDto.md", + "hash": "4376682385783460537" + }, + { + "file": "clients/python/iam_client/docs/NotFoundError.md", + "hash": "13251758929947262515" + }, + { + "file": "clients/python/iam_client/docs/PoliciesApi.md", + "hash": "9748547699599262800" + }, + { + "file": "clients/python/iam_client/docs/PolicyDto.md", + "hash": "13548175564852436966" + }, + { + "file": "clients/python/iam_client/docs/PolicyStatementDto.md", + "hash": "15657449521619399761" + }, + { + "file": "clients/python/iam_client/docs/PrincipalCannotBeDeletedError.md", + "hash": "4556951284977155721" + }, + { + "file": "clients/python/iam_client/docs/PrincipalDoesNotBelongToProjectError.md", + "hash": "8432150529128481563" + }, + { + "file": "clients/python/iam_client/docs/ProjectDto.md", + "hash": "12745629015001364819" + }, + { + "file": "clients/python/iam_client/docs/ProjectList.md", + "hash": "6592613094290801976" + }, + { + "file": "clients/python/iam_client/docs/ProjectsApi.md", + "hash": "2243479306154524403" + }, + { + "file": "clients/python/iam_client/docs/ServiceErrorResponse.md", + "hash": "7862646960140829220" + }, + { + "file": "clients/python/iam_client/docs/ServiceErrorResponseDetailsInner.md", + "hash": "9958635313222169943" + }, + { + "file": "clients/python/iam_client/docs/StsApi.md", + "hash": "12093189943311094421" + }, + { + "file": "clients/python/iam_client/docs/TokenAuthenticationMethodDto.md", + "hash": "3301672414674716878" + }, + { + "file": "clients/python/iam_client/docs/TokenDto.md", + "hash": "2164826508924152257" + }, + { + "file": "clients/python/iam_client/docs/TokenList.md", + "hash": "7655288020899391154" + }, + { + "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDto.md", + "hash": "16701026567753108986" + }, + { + "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfo.md", + "hash": "11258734504864936477" + }, + { + "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf.md", + "hash": "16469628965947429948" + }, + { + "file": "clients/python/iam_client/docs/TokenPrivateKeyAuthenticationMethodDtoPublicKeyInfoOneOf1.md", + "hash": "3663233477786255266" + }, + { + "file": "clients/python/iam_client/docs/TokensApi.md", + "hash": "8130285051242792916" + }, + { + "file": "clients/python/iam_client/docs/TypedPricipalId.md", + "hash": "2266121832919997308" + }, + { + "file": "clients/python/iam_client/docs/UnauthorizedError.md", + "hash": "17309869533188573013" + }, + { + "file": "clients/python/iam_client/docs/UnexpectedError.md", + "hash": "17646752515890375139" + }, + { + "file": "clients/python/iam_client/docs/UpdateProjectInput.md", + "hash": "3463548139953702277" + }, + { + "file": "clients/python/iam_client/docs/UpdateTokenInput.md", + "hash": "10068593403433315619" + }, + { + "file": "clients/python/iam_client/docs/UpdateTokenPrivateKeyAuthenticationMethodDto.md", + "hash": "15127245026631801468" + }, + { + "file": "clients/python/iam_client/docs/UserDto.md", + "hash": "17437057559791911566" + }, + { + "file": "clients/python/iam_client/docs/UserList.md", + "hash": "15147753439231127509" + }, + { + "file": "clients/python/iam_client/docs/WellKnownApi.md", + "hash": "10286786693758816506" + }, + { + "file": "clients/python/iam_client/docs/WhoamiDto.md", + "hash": "16024680071015352473" + }, + { + "file": "clients/python/iam_client/pyproject.toml", + "hash": "76592964120100777" + }, + { + "file": "clients/python/iam_client/requirements.txt", + "hash": "17886100663410425060" + }, + { + "file": "clients/python/iam_client/setup.cfg", + "hash": "70886916987729886" + }, + { + "file": "clients/python/iam_client/setup.py", + "hash": "12470244144628084349" + }, + { + "file": "clients/python/iam_client/test-requirements.txt", + "hash": "5672324514996677123" + }, + { + "file": "clients/python/iam_client/test/__init__.py", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/iam_client/test/test_action_forbidden_error.py", + "hash": "11948932009670767463" + }, + { + "file": "clients/python/iam_client/test/test_add_user_to_project_input.py", + "hash": "1946341504005826387" + }, + { + "file": "clients/python/iam_client/test/test_consumer_auth_api.py", + "hash": "1480022423501370890" + }, + { + "file": "clients/python/iam_client/test/test_consumer_auth_token_endpoint_input.py", + "hash": "14527298215568370934" + }, + { + "file": "clients/python/iam_client/test/test_consumer_auth_token_endpoint_output.py", + "hash": "3688713768343557339" + }, + { + "file": "clients/python/iam_client/test/test_cors_consumer_auth_token_endpoint_ok.py", + "hash": "16458486091475314886" + }, + { + "file": "clients/python/iam_client/test/test_create_project_input.py", + "hash": "6675649299405171570" + }, + { + "file": "clients/python/iam_client/test/test_create_project_scoped_token_input.py", + "hash": "17112057632774888044" + }, + { + "file": "clients/python/iam_client/test/test_create_project_scoped_token_output.py", + "hash": "5989621793769338810" + }, + { + "file": "clients/python/iam_client/test/test_create_token_input.py", + "hash": "11447174146022816780" + }, + { + "file": "clients/python/iam_client/test/test_default_api.py", + "hash": "15395119333620138130" + }, + { + "file": "clients/python/iam_client/test/test_get_well_known_did_ok.py", + "hash": "16759410479854663438" + }, + { + "file": "clients/python/iam_client/test/test_invalid_jwt_token_error.py", + "hash": "13203089496060281025" + }, + { + "file": "clients/python/iam_client/test/test_invalid_parameter_error.py", + "hash": "8386430107647329822" + }, + { + "file": "clients/python/iam_client/test/test_json_web_key_dto.py", + "hash": "4408900570681232212" + }, + { + "file": "clients/python/iam_client/test/test_json_web_key_set_dto.py", + "hash": "4872654094704708165" + }, + { + "file": "clients/python/iam_client/test/test_not_found_error.py", + "hash": "17420747466195076610" + }, + { + "file": "clients/python/iam_client/test/test_policies_api.py", + "hash": "8208022990655540790" + }, + { + "file": "clients/python/iam_client/test/test_policy_dto.py", + "hash": "7627597106484179926" + }, + { + "file": "clients/python/iam_client/test/test_policy_statement_dto.py", + "hash": "1823458055305580435" + }, + { + "file": "clients/python/iam_client/test/test_principal_cannot_be_deleted_error.py", + "hash": "2575231543013676788" + }, + { + "file": "clients/python/iam_client/test/test_principal_does_not_belong_to_project_error.py", + "hash": "1204474419013236117" + }, + { + "file": "clients/python/iam_client/test/test_project_dto.py", + "hash": "3761852303590947240" + }, + { + "file": "clients/python/iam_client/test/test_project_list.py", + "hash": "9899653404441795497" + }, + { + "file": "clients/python/iam_client/test/test_projects_api.py", + "hash": "4128134989684038628" + }, + { + "file": "clients/python/iam_client/test/test_service_error_response.py", + "hash": "3444791801096694288" + }, + { + "file": "clients/python/iam_client/test/test_service_error_response_details_inner.py", + "hash": "6209441501953197406" + }, + { + "file": "clients/python/iam_client/test/test_sts_api.py", + "hash": "12478613833826487252" + }, + { + "file": "clients/python/iam_client/test/test_token_authentication_method_dto.py", + "hash": "12126029940518994993" + }, + { + "file": "clients/python/iam_client/test/test_token_dto.py", + "hash": "12580479015118773673" + }, + { + "file": "clients/python/iam_client/test/test_token_list.py", + "hash": "13858166829661803196" + }, + { + "file": "clients/python/iam_client/test/test_token_private_key_authentication_method_dto.py", + "hash": "5187398763047217983" + }, + { + "file": "clients/python/iam_client/test/test_token_private_key_authentication_method_dto_public_key_info.py", + "hash": "11383273504399530298" + }, + { + "file": "clients/python/iam_client/test/test_token_private_key_authentication_method_dto_public_key_info_one_of.py", + "hash": "2100602434498275280" + }, + { + "file": "clients/python/iam_client/test/test_token_private_key_authentication_method_dto_public_key_info_one_of1.py", + "hash": "4613673699284493381" + }, + { + "file": "clients/python/iam_client/test/test_tokens_api.py", + "hash": "11905733366087658092" + }, + { + "file": "clients/python/iam_client/test/test_typed_pricipal_id.py", + "hash": "10705967285212299625" + }, + { + "file": "clients/python/iam_client/test/test_unauthorized_error.py", + "hash": "12194368704818690526" + }, + { + "file": "clients/python/iam_client/test/test_unexpected_error.py", + "hash": "15779383264083912711" + }, + { + "file": "clients/python/iam_client/test/test_update_project_input.py", + "hash": "1716183878453762733" + }, + { + "file": "clients/python/iam_client/test/test_update_token_input.py", + "hash": "13353182807726829022" + }, + { + "file": "clients/python/iam_client/test/test_update_token_private_key_authentication_method_dto.py", + "hash": "15221711423328446133" + }, + { + "file": "clients/python/iam_client/test/test_user_dto.py", + "hash": "12011974358589508504" + }, + { + "file": "clients/python/iam_client/test/test_user_list.py", + "hash": "7345344854579080490" + }, + { + "file": "clients/python/iam_client/test/test_well_known_api.py", + "hash": "13946842608019555516" + }, + { + "file": "clients/python/iam_client/test/test_whoami_dto.py", + "hash": "7171040180628921048" + }, + { + "file": "clients/python/iam_client/tox.ini", + "hash": "3833583216511688539" + }, + { + "file": "clients/python/iota_client/.github/workflows/python.yml", + "hash": "5342560840497942780" + }, + { + "file": "clients/python/iota_client/.gitignore", + "hash": "7265754200592359024" + }, + { + "file": "clients/python/iota_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/python/iota_client/.openapi-generator/FILES", + "hash": "7627758491760120461" + }, + { + "file": "clients/python/iota_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/python/iota_client/.travis.yml", + "hash": "2398701635432744604" + }, + { + "file": "clients/python/iota_client/README.md", + "hash": "17936752738130670806" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/__init__.py", + "hash": "16355991742991990277" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/__init__.py", + "hash": "14356648716363026392" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/callback_api.py", + "hash": "1768545575433665086" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/configurations_api.py", + "hash": "2341152285424896238" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/default_api.py", + "hash": "1756403861796890533" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/iota_api.py", + "hash": "659330713850710595" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api/pex_query_api.py", + "hash": "8343206936224271621" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api_client.py", + "hash": "13729971501886207905" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/api_response.py", + "hash": "813410054436685164" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/configuration.py", + "hash": "5400450502080898713" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/exceptions.py", + "hash": "7814967454766708090" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py", + "hash": "8070576256509676825" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/already_exists_error.py", + "hash": "16970597633269724454" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials.py", + "hash": "8168869295881249251" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok.py", + "hash": "4284156620996372444" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/aws_exchange_credentials_ok_credentials.py", + "hash": "5024622195270303953" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/callback_input.py", + "hash": "18393416166259391354" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/consent_dto.py", + "hash": "603991054138959445" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py", + "hash": "1340405740555345332" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py", + "hash": "16066023232833958781" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/create_iota_configuration_input.py", + "hash": "14673254287279217306" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/create_pex_query_input.py", + "hash": "4483949880381453877" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/demo_wbx.py", + "hash": "5390811159229579635" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py", + "hash": "8021217187992020862" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error.py", + "hash": "4264725037182129865" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py", + "hash": "13779357118288637345" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto.py", + "hash": "15264372489759633041" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/iota_configuration_dto_client_metadata.py", + "hash": "1982539326003656450" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/list_configuration_ok.py", + "hash": "973769957220469576" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/list_logged_consents_ok.py", + "hash": "11258182655848289485" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/list_pex_queries_ok.py", + "hash": "5021789584230439476" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/message_publishing_error.py", + "hash": "12927154945968781245" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/not_found_error.py", + "hash": "7452884720909483902" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/operation_forbidden_error.py", + "hash": "3919117047382904560" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/pex_query_dto.py", + "hash": "8661565302003853025" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request.py", + "hash": "11245306405761776442" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created.py", + "hash": "9935527026613490526" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/prepare_request_created_data.py", + "hash": "16757072303474131519" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/resource_limit_exceeded_error.py", + "hash": "6693366758754921062" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py", + "hash": "9969204711191639279" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_ok.py", + "hash": "18209565482625465051" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/update_pex_query_input.py", + "hash": "17219009366366742408" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/models/vp_token_validation_error.py", + "hash": "18187108144383957442" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/py.typed", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/iota_client/affinidi_tdk_iota_client/rest.py", + "hash": "7809427751372070745" + }, + { + "file": "clients/python/iota_client/docs/AlreadyExistsError.md", + "hash": "6898264440226346257" + }, + { + "file": "clients/python/iota_client/docs/AwsExchangeCredentials.md", + "hash": "9756357896155060234" + }, + { + "file": "clients/python/iota_client/docs/AwsExchangeCredentialsOK.md", + "hash": "10009498961502996641" + }, + { + "file": "clients/python/iota_client/docs/AwsExchangeCredentialsOKCredentials.md", + "hash": "1547474609947008050" + }, + { + "file": "clients/python/iota_client/docs/CallbackApi.md", + "hash": "4835712573031803657" + }, + { + "file": "clients/python/iota_client/docs/CallbackInput.md", + "hash": "8491052083746104738" + }, + { + "file": "clients/python/iota_client/docs/ConfigurationsApi.md", + "hash": "3098272033218413375" + }, + { + "file": "clients/python/iota_client/docs/ConsentDto.md", + "hash": "7916517763673095211" + }, + { + "file": "clients/python/iota_client/docs/CorsAwsExchangeCredentialsOK.md", + "hash": "5899551376112353099" + }, + { + "file": "clients/python/iota_client/docs/CorsIotOidc4vpcallbackOK.md", + "hash": "17441055655444077777" + }, + { + "file": "clients/python/iota_client/docs/CreateIotaConfigurationInput.md", + "hash": "15434039307006578937" + }, + { + "file": "clients/python/iota_client/docs/CreatePexQueryInput.md", + "hash": "1027246731112442267" + }, + { + "file": "clients/python/iota_client/docs/DefaultApi.md", + "hash": "4146995382963937040" + }, + { + "file": "clients/python/iota_client/docs/DemoWbx.md", + "hash": "18398392598127303572" + }, + { + "file": "clients/python/iota_client/docs/GetIotaConfigurationMetaDataOK.md", + "hash": "3376459118842167709" + }, + { + "file": "clients/python/iota_client/docs/InvalidParameterError.md", + "hash": "3263958877739697284" + }, + { + "file": "clients/python/iota_client/docs/InvalidParameterErrorDetailsInner.md", + "hash": "2264554977109424856" + }, + { + "file": "clients/python/iota_client/docs/IotaApi.md", + "hash": "8393368214443724705" + }, + { + "file": "clients/python/iota_client/docs/IotaConfigurationDto.md", + "hash": "13704008279272812126" + }, + { + "file": "clients/python/iota_client/docs/IotaConfigurationDtoClientMetadata.md", + "hash": "16640622859816121392" + }, + { + "file": "clients/python/iota_client/docs/ListConfigurationOK.md", + "hash": "513257750740865342" + }, + { + "file": "clients/python/iota_client/docs/ListLoggedConsentsOK.md", + "hash": "4719120463606508994" + }, + { + "file": "clients/python/iota_client/docs/ListPexQueriesOK.md", + "hash": "10216662413343268293" + }, + { + "file": "clients/python/iota_client/docs/MessagePublishingError.md", + "hash": "13114069998461977348" + }, + { + "file": "clients/python/iota_client/docs/NotFoundError.md", + "hash": "13668772766025069458" + }, + { + "file": "clients/python/iota_client/docs/OperationForbiddenError.md", + "hash": "1722992618037253893" + }, + { + "file": "clients/python/iota_client/docs/PexQueryApi.md", + "hash": "5726064926864574899" + }, + { + "file": "clients/python/iota_client/docs/PexQueryDto.md", + "hash": "2783566494288875252" + }, + { + "file": "clients/python/iota_client/docs/PrepareRequest.md", + "hash": "1720725386162425095" + }, + { + "file": "clients/python/iota_client/docs/PrepareRequestCreated.md", + "hash": "8658750455568735128" + }, + { + "file": "clients/python/iota_client/docs/PrepareRequestCreatedData.md", + "hash": "2290674402629658230" + }, + { + "file": "clients/python/iota_client/docs/ResourceLimitExceededError.md", + "hash": "17139247106453403043" + }, + { + "file": "clients/python/iota_client/docs/UpdateConfigurationByIdInput.md", + "hash": "9486630363708263339" + }, + { + "file": "clients/python/iota_client/docs/UpdateConfigurationByIdOK.md", + "hash": "310497045956383137" + }, + { + "file": "clients/python/iota_client/docs/UpdatePexQueryInput.md", + "hash": "4176151950432610890" + }, + { + "file": "clients/python/iota_client/docs/VPTokenValidationError.md", + "hash": "10735163891751318742" + }, + { + "file": "clients/python/iota_client/pyproject.toml", + "hash": "8437470709514607017" + }, + { + "file": "clients/python/iota_client/requirements.txt", + "hash": "17886100663410425060" + }, + { + "file": "clients/python/iota_client/setup.cfg", + "hash": "70886916987729886" + }, + { + "file": "clients/python/iota_client/setup.py", + "hash": "16185148064879982325" + }, + { + "file": "clients/python/iota_client/test-requirements.txt", + "hash": "5672324514996677123" + }, + { + "file": "clients/python/iota_client/test/__init__.py", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/iota_client/test/test_already_exists_error.py", + "hash": "16211951383399205128" + }, + { + "file": "clients/python/iota_client/test/test_aws_exchange_credentials.py", + "hash": "7386894706267411880" + }, + { + "file": "clients/python/iota_client/test/test_aws_exchange_credentials_ok.py", + "hash": "986288833257393170" + }, + { + "file": "clients/python/iota_client/test/test_aws_exchange_credentials_ok_credentials.py", + "hash": "7037006284770898060" + }, + { + "file": "clients/python/iota_client/test/test_callback_api.py", + "hash": "16128126053158333004" + }, + { + "file": "clients/python/iota_client/test/test_callback_input.py", + "hash": "14613597887679791597" + }, + { + "file": "clients/python/iota_client/test/test_configurations_api.py", + "hash": "6958616440139384918" + }, + { + "file": "clients/python/iota_client/test/test_consent_dto.py", + "hash": "1267785858086611466" + }, + { + "file": "clients/python/iota_client/test/test_cors_aws_exchange_credentials_ok.py", + "hash": "8693264022002868678" + }, + { + "file": "clients/python/iota_client/test/test_cors_iot_oidc4vpcallback_ok.py", + "hash": "9925170248308523361" + }, + { + "file": "clients/python/iota_client/test/test_create_iota_configuration_input.py", + "hash": "16440221047584429105" + }, + { + "file": "clients/python/iota_client/test/test_create_pex_query_input.py", + "hash": "15898872405422423713" + }, + { + "file": "clients/python/iota_client/test/test_default_api.py", + "hash": "11858839378620299168" + }, + { + "file": "clients/python/iota_client/test/test_demo_wbx.py", + "hash": "1528663070310347649" + }, + { + "file": "clients/python/iota_client/test/test_get_iota_configuration_meta_data_ok.py", + "hash": "12388836856015132945" + }, + { + "file": "clients/python/iota_client/test/test_invalid_parameter_error.py", + "hash": "3606457834900124315" + }, + { + "file": "clients/python/iota_client/test/test_invalid_parameter_error_details_inner.py", + "hash": "9169156357536523877" + }, + { + "file": "clients/python/iota_client/test/test_iota_api.py", + "hash": "14467559229522060333" + }, + { + "file": "clients/python/iota_client/test/test_iota_configuration_dto.py", + "hash": "9268113896839918407" + }, + { + "file": "clients/python/iota_client/test/test_iota_configuration_dto_client_metadata.py", + "hash": "4631748261437560884" + }, + { + "file": "clients/python/iota_client/test/test_list_configuration_ok.py", + "hash": "642155475642506030" + }, + { + "file": "clients/python/iota_client/test/test_list_logged_consents_ok.py", + "hash": "13625962626114413072" + }, + { + "file": "clients/python/iota_client/test/test_list_pex_queries_ok.py", + "hash": "17761281306013782215" + }, + { + "file": "clients/python/iota_client/test/test_message_publishing_error.py", + "hash": "365423824574207141" + }, + { + "file": "clients/python/iota_client/test/test_not_found_error.py", + "hash": "17480662655087045115" + }, + { + "file": "clients/python/iota_client/test/test_operation_forbidden_error.py", + "hash": "8885438301311212954" + }, + { + "file": "clients/python/iota_client/test/test_pex_query_api.py", + "hash": "12696235667789539211" + }, + { + "file": "clients/python/iota_client/test/test_pex_query_dto.py", + "hash": "2860946721681367560" + }, + { + "file": "clients/python/iota_client/test/test_prepare_request.py", + "hash": "11886724177845519402" + }, + { + "file": "clients/python/iota_client/test/test_prepare_request_created.py", + "hash": "6499001911854183677" + }, + { + "file": "clients/python/iota_client/test/test_prepare_request_created_data.py", + "hash": "16423605915934396384" + }, + { + "file": "clients/python/iota_client/test/test_resource_limit_exceeded_error.py", + "hash": "8394908198406635710" + }, + { + "file": "clients/python/iota_client/test/test_update_configuration_by_id_input.py", + "hash": "4317507421376897825" + }, + { + "file": "clients/python/iota_client/test/test_update_configuration_by_id_ok.py", + "hash": "15862257362526636180" + }, + { + "file": "clients/python/iota_client/test/test_update_pex_query_input.py", + "hash": "4802394735746230672" + }, + { + "file": "clients/python/iota_client/test/test_vp_token_validation_error.py", + "hash": "7982517634623791086" + }, + { + "file": "clients/python/iota_client/tox.ini", + "hash": "9571405025957038150" + }, + { + "file": "clients/python/login_configuration_client/.github/workflows/python.yml", + "hash": "8233252740142487035" + }, + { + "file": "clients/python/login_configuration_client/.gitignore", + "hash": "7265754200592359024" + }, + { + "file": "clients/python/login_configuration_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/python/login_configuration_client/.openapi-generator/FILES", + "hash": "1251900060338168381" + }, + { + "file": "clients/python/login_configuration_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/python/login_configuration_client/.travis.yml", + "hash": "9887681263757820147" + }, + { + "file": "clients/python/login_configuration_client/README.md", + "hash": "16392776604611551722" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/__init__.py", + "hash": "14409235172770081756" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/__init__.py", + "hash": "9289556640610387053" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/allow_list_api.py", + "hash": "11707376612317052480" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/configuration_api.py", + "hash": "2540153798093313909" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/deny_list_api.py", + "hash": "15763745288014444509" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/group_api.py", + "hash": "12087508937712405030" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api/idp_api.py", + "hash": "6452446009946462790" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api_client.py", + "hash": "1251061229925643804" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/api_response.py", + "hash": "813410054436685164" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/configuration.py", + "hash": "9121234075936858818" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/exceptions.py", + "hash": "2366803454285738136" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/__init__.py", + "hash": "2802662808063777792" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/action_forbidden_error.py", + "hash": "8266063817844241740" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py", + "hash": "17296081182949298279" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users.py", + "hash": "7327005756841060353" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py", + "hash": "16967342373103193768" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_accept_response_ok.py", + "hash": "11823177812931640062" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_for_idp_ok.py", + "hash": "11666317946271697608" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/cors_login_session_reject_response_ok.py", + "hash": "13011470575472105366" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py", + "hash": "16956470935292703047" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_hydra_network_error.py", + "hash": "2718644224355764690" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py", + "hash": "11547034081623676390" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output.py", + "hash": "3486313104984887130" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_output_auth.py", + "hash": "8570631649098531136" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configurations400_response.py", + "hash": "13260244465868187398" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_project_network_error.py", + "hash": "17933111338310954917" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/error_o_auth2.py", + "hash": "18178457564618100395" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/get_user_info.py", + "hash": "16541888940545407177" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_dto.py", + "hash": "9616989848598390657" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names.py", + "hash": "1615278404155575284" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_names_input.py", + "hash": "9339496113246018257" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mapping_dto.py", + "hash": "1075668691109714262" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/group_user_mappings_list.py", + "hash": "858554533407967123" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_list.py", + "hash": "8537143195014392832" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/groups_per_user_limit_exceeded_error.py", + "hash": "16366944681449222200" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping.py", + "hash": "17338866923228184617" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/id_token_mapping_inner.py", + "hash": "7503270427477078561" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_claim_context_error.py", + "hash": "12088123461254839711" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_groups_error.py", + "hash": "14162568573015527274" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error.py", + "hash": "14753442140368337188" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/invalid_parameter_error_details_inner.py", + "hash": "8532023614891363787" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key.py", + "hash": "6020578327623150813" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/json_web_key_keys_inner.py", + "hash": "8467688096095450482" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/list_login_configuration_output.py", + "hash": "16118621923366542725" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_input.py", + "hash": "14713794765277242716" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_client_metadata_output.py", + "hash": "12503567524654194525" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_object.py", + "hash": "14892553154457702436" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_configuration_read_invalid_client_id_error.py", + "hash": "6540621417882073171" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_input.py", + "hash": "3447032624196394925" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_accept_response_output.py", + "hash": "1261802684576151720" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto.py", + "hash": "7223023449314365998" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_dto_authorization_request.py", + "hash": "2189227628350523922" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_for_idp_input.py", + "hash": "4897906134419394922" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_input.py", + "hash": "4764265167144182786" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/login_session_reject_response_output.py", + "hash": "12153395694508625084" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/not_found_error.py", + "hash": "16777815381069967528" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/o_auth2_token.py", + "hash": "11155382571366848811" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config.py", + "hash": "13106039634362074632" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/oidc_config_credentials_supported_draft00_inner.py", + "hash": "1982729075118189458" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/redirect_response.py", + "hash": "11074071474700985593" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/remove_user_from_group_input.py", + "hash": "12849198936428210589" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/resource_creation_error.py", + "hash": "17876572083942526300" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response.py", + "hash": "15988453171595619626" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/service_error_response_details_inner.py", + "hash": "3642500897139532989" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/token_endpoint_auth_method.py", + "hash": "6613667460206837710" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/unauthorized_error.py", + "hash": "1481830128810830366" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/update_login_configuration_input.py", + "hash": "15023233439139722865" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/vp_token_validation_error.py", + "hash": "8704489784709725012" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/py.typed", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/rest.py", + "hash": "3105987466250130434" + }, + { + "file": "clients/python/login_configuration_client/docs/ActionForbiddenError.md", + "hash": "2937070130950046112" + }, + { + "file": "clients/python/login_configuration_client/docs/AddUserToGroupInput.md", + "hash": "1734732774732619466" + }, + { + "file": "clients/python/login_configuration_client/docs/AllowListApi.md", + "hash": "15043392304223062458" + }, + { + "file": "clients/python/login_configuration_client/docs/BlockedUsers.md", + "hash": "775099864605334681" + }, + { + "file": "clients/python/login_configuration_client/docs/BlockedUsersInput.md", + "hash": "9958835674155535198" + }, + { + "file": "clients/python/login_configuration_client/docs/ConfigurationApi.md", + "hash": "12774721589580862924" + }, + { + "file": "clients/python/login_configuration_client/docs/CorsLoginSessionAcceptResponseOK.md", + "hash": "4573734481334847236" + }, + { + "file": "clients/python/login_configuration_client/docs/CorsLoginSessionForIdpOK.md", + "hash": "10829063178404470972" + }, + { + "file": "clients/python/login_configuration_client/docs/CorsLoginSessionRejectResponseOK.md", + "hash": "15776033703758906569" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateGroupInput.md", + "hash": "11740465688146224620" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateHydraNetworkError.md", + "hash": "653570433931430788" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md", + "hash": "13057628808272257483" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurationOutput.md", + "hash": "17428173833654167547" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurationOutputAuth.md", + "hash": "3468300351522460644" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateLoginConfigurations400Response.md", + "hash": "2191523407480617473" + }, + { + "file": "clients/python/login_configuration_client/docs/CreateProjectNetworkError.md", + "hash": "8731339146020068370" + }, + { + "file": "clients/python/login_configuration_client/docs/DenyListApi.md", + "hash": "8727115486795653590" + }, + { + "file": "clients/python/login_configuration_client/docs/ErrorOAuth2.md", + "hash": "11609187293813518290" + }, + { + "file": "clients/python/login_configuration_client/docs/GetUserInfo.md", + "hash": "2705977573728770172" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupApi.md", + "hash": "950296868179413157" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupDto.md", + "hash": "1627687967266317317" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupNames.md", + "hash": "13870791719750103694" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupNamesInput.md", + "hash": "5947052536429608305" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupUserMappingDto.md", + "hash": "6209876646918655992" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupUserMappingsList.md", + "hash": "444022233177830738" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupsList.md", + "hash": "18113853610336342302" + }, + { + "file": "clients/python/login_configuration_client/docs/GroupsPerUserLimitExceededError.md", + "hash": "9093525437872431140" + }, + { + "file": "clients/python/login_configuration_client/docs/IdTokenMapping.md", + "hash": "1560490706280034605" + }, + { + "file": "clients/python/login_configuration_client/docs/IdTokenMappingInner.md", + "hash": "3461613936422420205" + }, + { + "file": "clients/python/login_configuration_client/docs/IdpApi.md", + "hash": "4707381158738501310" + }, + { + "file": "clients/python/login_configuration_client/docs/InvalidClaimContextError.md", + "hash": "17933213842369056662" + }, + { + "file": "clients/python/login_configuration_client/docs/InvalidGroupsError.md", + "hash": "10203602009177356117" + }, + { + "file": "clients/python/login_configuration_client/docs/InvalidParameterError.md", + "hash": "14470496491087864360" + }, + { + "file": "clients/python/login_configuration_client/docs/InvalidParameterErrorDetailsInner.md", + "hash": "14088156279895321655" + }, + { + "file": "clients/python/login_configuration_client/docs/JsonWebKey.md", + "hash": "14483755368923267467" + }, + { + "file": "clients/python/login_configuration_client/docs/JsonWebKeyKeysInner.md", + "hash": "16504479521163428539" + }, + { + "file": "clients/python/login_configuration_client/docs/ListLoginConfigurationOutput.md", + "hash": "140457976995537859" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataInput.md", + "hash": "8747479798253706419" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginConfigurationClientMetadataOutput.md", + "hash": "9994520511517027125" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginConfigurationObject.md", + "hash": "108482880986233782" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginConfigurationReadInvalidClientIdError.md", + "hash": "6089406452143220676" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionAcceptResponseInput.md", + "hash": "8347781190954210392" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionAcceptResponseOutput.md", + "hash": "15601626779534737116" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionDto.md", + "hash": "5595267783962333227" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionDtoAuthorizationRequest.md", + "hash": "8162850791828948031" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionForIDPInput.md", + "hash": "18144146180946700899" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionRejectResponseInput.md", + "hash": "4384746503684508381" + }, + { + "file": "clients/python/login_configuration_client/docs/LoginSessionRejectResponseOutput.md", + "hash": "2302183469089036787" + }, + { + "file": "clients/python/login_configuration_client/docs/NotFoundError.md", + "hash": "11328145934616306660" + }, + { + "file": "clients/python/login_configuration_client/docs/OAuth2Token.md", + "hash": "11650129057027285587" + }, + { + "file": "clients/python/login_configuration_client/docs/OIDCConfig.md", + "hash": "5868916902688547940" + }, + { + "file": "clients/python/login_configuration_client/docs/OIDCConfigCredentialsSupportedDraft00Inner.md", + "hash": "14262287387812779929" + }, + { + "file": "clients/python/login_configuration_client/docs/RedirectResponse.md", + "hash": "14071223373526866428" + }, + { + "file": "clients/python/login_configuration_client/docs/RemoveUserFromGroupInput.md", + "hash": "16686806424632366641" + }, + { + "file": "clients/python/login_configuration_client/docs/ResourceCreationError.md", + "hash": "5313139003938660259" + }, + { + "file": "clients/python/login_configuration_client/docs/ServiceErrorResponse.md", + "hash": "2906419057160509282" + }, + { + "file": "clients/python/login_configuration_client/docs/ServiceErrorResponseDetailsInner.md", + "hash": "12663545644430155663" + }, + { + "file": "clients/python/login_configuration_client/docs/TokenEndpointAuthMethod.md", + "hash": "6921489027591757444" + }, + { + "file": "clients/python/login_configuration_client/docs/UnauthorizedError.md", + "hash": "15175793638922201307" + }, + { + "file": "clients/python/login_configuration_client/docs/UpdateLoginConfigurationInput.md", + "hash": "7125315942026640813" + }, + { + "file": "clients/python/login_configuration_client/docs/VPTokenValidationError.md", + "hash": "5593715056725652180" + }, + { + "file": "clients/python/login_configuration_client/pyproject.toml", + "hash": "10825349317409060851" + }, + { + "file": "clients/python/login_configuration_client/requirements.txt", + "hash": "17886100663410425060" + }, + { + "file": "clients/python/login_configuration_client/setup.cfg", + "hash": "70886916987729886" + }, + { + "file": "clients/python/login_configuration_client/setup.py", + "hash": "16860090932826811544" + }, + { + "file": "clients/python/login_configuration_client/test-requirements.txt", + "hash": "5672324514996677123" + }, + { + "file": "clients/python/login_configuration_client/test/__init__.py", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/login_configuration_client/test/test_action_forbidden_error.py", + "hash": "5393508121363127388" + }, + { + "file": "clients/python/login_configuration_client/test/test_add_user_to_group_input.py", + "hash": "633332630989978804" + }, + { + "file": "clients/python/login_configuration_client/test/test_allow_list_api.py", + "hash": "16044898039762108334" + }, + { + "file": "clients/python/login_configuration_client/test/test_blocked_users.py", + "hash": "9625471369273498212" + }, + { + "file": "clients/python/login_configuration_client/test/test_blocked_users_input.py", + "hash": "9697535657452377946" + }, + { + "file": "clients/python/login_configuration_client/test/test_configuration_api.py", + "hash": "17763542860325455935" + }, + { + "file": "clients/python/login_configuration_client/test/test_cors_login_session_accept_response_ok.py", + "hash": "1548227502612332373" + }, + { + "file": "clients/python/login_configuration_client/test/test_cors_login_session_for_idp_ok.py", + "hash": "8844465626021037929" + }, + { + "file": "clients/python/login_configuration_client/test/test_cors_login_session_reject_response_ok.py", + "hash": "8224153904204482138" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_group_input.py", + "hash": "7537217710048876665" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_hydra_network_error.py", + "hash": "10949173380747406344" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_login_configuration_input.py", + "hash": "11477897845313536793" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_login_configuration_output.py", + "hash": "6053949215691136636" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_login_configuration_output_auth.py", + "hash": "7861774093440493730" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_login_configurations400_response.py", + "hash": "10729882841381184075" + }, + { + "file": "clients/python/login_configuration_client/test/test_create_project_network_error.py", + "hash": "7182725871279186826" + }, + { + "file": "clients/python/login_configuration_client/test/test_deny_list_api.py", + "hash": "1000323483864652710" + }, + { + "file": "clients/python/login_configuration_client/test/test_error_o_auth2.py", + "hash": "10711384576139994395" + }, + { + "file": "clients/python/login_configuration_client/test/test_get_user_info.py", + "hash": "1604141103828837111" + }, + { + "file": "clients/python/login_configuration_client/test/test_group_api.py", + "hash": "4512438792490414877" + }, + { + "file": "clients/python/login_configuration_client/test/test_group_dto.py", + "hash": "770735331071517857" + }, + { + "file": "clients/python/login_configuration_client/test/test_group_names.py", + "hash": "17508674935138310213" + }, + { + "file": "clients/python/login_configuration_client/test/test_group_names_input.py", + "hash": "7091893159928390731" + }, + { + "file": "clients/python/login_configuration_client/test/test_group_user_mapping_dto.py", + "hash": "83619904013683748" + }, + { + "file": "clients/python/login_configuration_client/test/test_group_user_mappings_list.py", + "hash": "1101826680133243193" + }, + { + "file": "clients/python/login_configuration_client/test/test_groups_list.py", + "hash": "12179440686047705503" + }, + { + "file": "clients/python/login_configuration_client/test/test_groups_per_user_limit_exceeded_error.py", + "hash": "4723058574248810984" + }, + { + "file": "clients/python/login_configuration_client/test/test_id_token_mapping.py", + "hash": "8253601972546353536" + }, + { + "file": "clients/python/login_configuration_client/test/test_id_token_mapping_inner.py", + "hash": "7357404877083482349" + }, + { + "file": "clients/python/login_configuration_client/test/test_idp_api.py", + "hash": "2461188632375875993" + }, + { + "file": "clients/python/login_configuration_client/test/test_invalid_claim_context_error.py", + "hash": "17158025820716923183" + }, + { + "file": "clients/python/login_configuration_client/test/test_invalid_groups_error.py", + "hash": "14048620010714009625" + }, + { + "file": "clients/python/login_configuration_client/test/test_invalid_parameter_error.py", + "hash": "12719166272343603104" + }, + { + "file": "clients/python/login_configuration_client/test/test_invalid_parameter_error_details_inner.py", + "hash": "18278626223965997215" + }, + { + "file": "clients/python/login_configuration_client/test/test_json_web_key.py", + "hash": "11581136430835848574" + }, + { + "file": "clients/python/login_configuration_client/test/test_json_web_key_keys_inner.py", + "hash": "1674696681347467477" + }, + { + "file": "clients/python/login_configuration_client/test/test_list_login_configuration_output.py", + "hash": "16805151604741124484" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_configuration_client_metadata_input.py", + "hash": "7833894330160067142" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_configuration_client_metadata_output.py", + "hash": "12175539459109413000" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_configuration_object.py", + "hash": "11133036823256574988" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_configuration_read_invalid_client_id_error.py", + "hash": "10434776308430469802" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_accept_response_input.py", + "hash": "1926640953360166686" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_accept_response_output.py", + "hash": "12020907882041738855" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_dto.py", + "hash": "13702279628322539166" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_dto_authorization_request.py", + "hash": "15186645233592339455" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_for_idp_input.py", + "hash": "4783191597312921412" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_reject_response_input.py", + "hash": "4185446607409405780" + }, + { + "file": "clients/python/login_configuration_client/test/test_login_session_reject_response_output.py", + "hash": "8155263835218167866" + }, + { + "file": "clients/python/login_configuration_client/test/test_not_found_error.py", + "hash": "1230498034326743376" + }, + { + "file": "clients/python/login_configuration_client/test/test_o_auth2_token.py", + "hash": "6481965767172925154" + }, + { + "file": "clients/python/login_configuration_client/test/test_oidc_config.py", + "hash": "9132874025000272992" + }, + { + "file": "clients/python/login_configuration_client/test/test_oidc_config_credentials_supported_draft00_inner.py", + "hash": "8911987411834430345" + }, + { + "file": "clients/python/login_configuration_client/test/test_redirect_response.py", + "hash": "13696869679930241609" + }, + { + "file": "clients/python/login_configuration_client/test/test_remove_user_from_group_input.py", + "hash": "5994695863245323027" + }, + { + "file": "clients/python/login_configuration_client/test/test_resource_creation_error.py", + "hash": "17293809773293431099" + }, + { + "file": "clients/python/login_configuration_client/test/test_service_error_response.py", + "hash": "13009101658625530749" + }, + { + "file": "clients/python/login_configuration_client/test/test_service_error_response_details_inner.py", + "hash": "13501139914975398595" + }, + { + "file": "clients/python/login_configuration_client/test/test_token_endpoint_auth_method.py", + "hash": "3135720229913389833" + }, + { + "file": "clients/python/login_configuration_client/test/test_unauthorized_error.py", + "hash": "9934807885547224746" + }, + { + "file": "clients/python/login_configuration_client/test/test_update_login_configuration_input.py", + "hash": "14789847756776490235" + }, + { + "file": "clients/python/login_configuration_client/test/test_vp_token_validation_error.py", + "hash": "1070145183009412367" + }, + { + "file": "clients/python/login_configuration_client/tox.ini", + "hash": "7363503830115694359" + }, + { + "file": "clients/python/wallets_client/.github/workflows/python.yml", + "hash": "9335180153511217710" + }, + { + "file": "clients/python/wallets_client/.gitignore", + "hash": "7265754200592359024" + }, + { + "file": "clients/python/wallets_client/.openapi-generator-ignore", + "hash": "3577137087323931601" + }, + { + "file": "clients/python/wallets_client/.openapi-generator/FILES", + "hash": "3512883569123536842" + }, + { + "file": "clients/python/wallets_client/.openapi-generator/VERSION", + "hash": "16136251632416930662" + }, + { + "file": "clients/python/wallets_client/.travis.yml", + "hash": "736743004049336141" + }, + { + "file": "clients/python/wallets_client/README.md", + "hash": "2918065498468813308" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py", + "hash": "14578505613980806520" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api/__init__.py", + "hash": "16259418700117478077" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api/default_api.py", + "hash": "10899118262439201725" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api/revocation_api.py", + "hash": "13477721841118017432" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api/wallet_api.py", + "hash": "4103335099483253810" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api_client.py", + "hash": "10371901972941667714" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/api_response.py", + "hash": "813410054436685164" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/configuration.py", + "hash": "11611554655447330035" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/exceptions.py", + "hash": "12957409982408327256" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py", + "hash": "3487118278419835424" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_input.py", + "hash": "8695776912055816451" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/create_wallet_response.py", + "hash": "1791465153353310146" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_key_input_params.py", + "hash": "8981569917842281322" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/did_web_input_params.py", + "hash": "2158265048742666849" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/entity_not_found_error.py", + "hash": "3073763979246297867" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_credential_status_ok.py", + "hash": "6838113966869830567" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/get_revocation_list_credential_result_dto.py", + "hash": "9887555540229225068" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py", + "hash": "15428425271588824308" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_parameter_error.py", + "hash": "1985940040711205533" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/key_not_found_error.py", + "hash": "11853526570300943371" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/not_found_error.py", + "hash": "15960137809886011449" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/operation_forbidden_error.py", + "hash": "17998930982891546502" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/revoke_credential_input.py", + "hash": "3538422868863459600" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response.py", + "hash": "11435771543622620429" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/service_error_response_details_inner.py", + "hash": "18106247793518029381" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential400_response.py", + "hash": "9040055605766869741" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py", + "hash": "16465398223087028962" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py", + "hash": "12752790910466629180" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py", + "hash": "10513643208697472318" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py", + "hash": "18161378009127509095" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token.py", + "hash": "3512479558911879069" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py", + "hash": "709962374147621038" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/signing_failed_error.py", + "hash": "18315283889692299295" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/update_wallet_input.py", + "hash": "13914155547214294368" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto.py", + "hash": "8271295507191330690" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallet_dto_keys_inner.py", + "hash": "5479631258094454030" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/models/wallets_list_dto.py", + "hash": "4214538661834299582" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/py.typed", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/wallets_client/affinidi_tdk_wallets_client/rest.py", + "hash": "9420253633141827986" + }, + { + "file": "clients/python/wallets_client/docs/CreateWalletInput.md", + "hash": "1486711090928637169" + }, + { + "file": "clients/python/wallets_client/docs/CreateWalletResponse.md", + "hash": "15649297168091148886" + }, + { + "file": "clients/python/wallets_client/docs/DefaultApi.md", + "hash": "17939249811326634651" + }, + { + "file": "clients/python/wallets_client/docs/DidKeyInputParams.md", + "hash": "531474115364983192" + }, + { + "file": "clients/python/wallets_client/docs/DidWebInputParams.md", + "hash": "13241381494147844231" + }, + { + "file": "clients/python/wallets_client/docs/EntityNotFoundError.md", + "hash": "16509015792486159544" + }, + { + "file": "clients/python/wallets_client/docs/GetRevocationCredentialStatusOK.md", + "hash": "14990484108522314590" + }, + { + "file": "clients/python/wallets_client/docs/GetRevocationListCredentialResultDto.md", + "hash": "9366043041970118634" + }, + { + "file": "clients/python/wallets_client/docs/InvalidDidParameterError.md", + "hash": "9973191639668358208" + }, + { + "file": "clients/python/wallets_client/docs/InvalidParameterError.md", + "hash": "3972689309500681380" + }, + { + "file": "clients/python/wallets_client/docs/KeyNotFoundError.md", + "hash": "6663725511524568434" + }, + { + "file": "clients/python/wallets_client/docs/NotFoundError.md", + "hash": "5605275047815725788" + }, + { + "file": "clients/python/wallets_client/docs/OperationForbiddenError.md", + "hash": "16760554810209430410" + }, + { + "file": "clients/python/wallets_client/docs/RevocationApi.md", + "hash": "13111884672054740753" + }, + { + "file": "clients/python/wallets_client/docs/RevokeCredentialInput.md", + "hash": "11391410927379469185" + }, + { + "file": "clients/python/wallets_client/docs/ServiceErrorResponse.md", + "hash": "3470068455593866765" + }, + { + "file": "clients/python/wallets_client/docs/ServiceErrorResponseDetailsInner.md", + "hash": "12310141325503164711" + }, + { + "file": "clients/python/wallets_client/docs/SignCredential400Response.md", + "hash": "15194262765689242283" + }, + { + "file": "clients/python/wallets_client/docs/SignCredentialInputDto.md", + "hash": "17131613471405337875" + }, + { + "file": "clients/python/wallets_client/docs/SignCredentialInputDtoUnsignedCredentialParams.md", + "hash": "10997019410691172350" + }, + { + "file": "clients/python/wallets_client/docs/SignCredentialResultDto.md", + "hash": "2776211747857884578" + }, + { + "file": "clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md", + "hash": "4857913417328621588" + }, + { + "file": "clients/python/wallets_client/docs/SignJwtToken.md", + "hash": "1131487512199844997" + }, + { + "file": "clients/python/wallets_client/docs/SignJwtTokenOK.md", + "hash": "1474801721223026698" + }, + { + "file": "clients/python/wallets_client/docs/SigningFailedError.md", + "hash": "12458584544124583775" + }, + { + "file": "clients/python/wallets_client/docs/UpdateWalletInput.md", + "hash": "15583106022725692017" + }, + { + "file": "clients/python/wallets_client/docs/WalletApi.md", + "hash": "7506142988870135431" + }, + { + "file": "clients/python/wallets_client/docs/WalletDto.md", + "hash": "14591513902404158570" + }, + { + "file": "clients/python/wallets_client/docs/WalletDtoKeysInner.md", + "hash": "6787295544819582784" + }, + { + "file": "clients/python/wallets_client/docs/WalletsListDto.md", + "hash": "13571992482981084337" + }, + { + "file": "clients/python/wallets_client/pyproject.toml", + "hash": "3720074945420555790" + }, + { + "file": "clients/python/wallets_client/requirements.txt", + "hash": "17886100663410425060" + }, + { + "file": "clients/python/wallets_client/setup.cfg", + "hash": "70886916987729886" + }, + { + "file": "clients/python/wallets_client/setup.py", + "hash": "5968418849999186651" + }, + { + "file": "clients/python/wallets_client/test-requirements.txt", + "hash": "5672324514996677123" + }, + { + "file": "clients/python/wallets_client/test/__init__.py", + "hash": "3244421341483603138" + }, + { + "file": "clients/python/wallets_client/test/test_create_wallet_input.py", + "hash": "9350027462205415826" + }, + { + "file": "clients/python/wallets_client/test/test_create_wallet_response.py", + "hash": "18053321814801343924" + }, + { + "file": "clients/python/wallets_client/test/test_default_api.py", + "hash": "6759680459593773257" + }, + { + "file": "clients/python/wallets_client/test/test_did_key_input_params.py", + "hash": "546039072207006910" + }, + { + "file": "clients/python/wallets_client/test/test_did_web_input_params.py", + "hash": "15099145156025484152" + }, + { + "file": "clients/python/wallets_client/test/test_entity_not_found_error.py", + "hash": "15754017163976646426" + }, + { + "file": "clients/python/wallets_client/test/test_get_revocation_credential_status_ok.py", + "hash": "14729027872960372937" + }, + { + "file": "clients/python/wallets_client/test/test_get_revocation_list_credential_result_dto.py", + "hash": "13451848793054377115" + }, + { + "file": "clients/python/wallets_client/test/test_invalid_did_parameter_error.py", + "hash": "1262346826699198125" + }, + { + "file": "clients/python/wallets_client/test/test_invalid_parameter_error.py", + "hash": "11824273281842667772" + }, + { + "file": "clients/python/wallets_client/test/test_key_not_found_error.py", + "hash": "1013336719133951789" + }, + { + "file": "clients/python/wallets_client/test/test_not_found_error.py", + "hash": "6038524050238246422" + }, + { + "file": "clients/python/wallets_client/test/test_operation_forbidden_error.py", + "hash": "4423394424870330009" + }, + { + "file": "clients/python/wallets_client/test/test_revocation_api.py", + "hash": "161650963400455188" + }, + { + "file": "clients/python/wallets_client/test/test_revoke_credential_input.py", + "hash": "4650034092840665041" + }, + { + "file": "clients/python/wallets_client/test/test_service_error_response.py", + "hash": "14353109892375462272" + }, + { + "file": "clients/python/wallets_client/test/test_service_error_response_details_inner.py", + "hash": "15248891614584653206" + }, + { + "file": "clients/python/wallets_client/test/test_sign_credential400_response.py", + "hash": "15462922174944769657" + }, + { + "file": "clients/python/wallets_client/test/test_sign_credential_input_dto.py", + "hash": "9578691480889483700" + }, + { + "file": "clients/python/wallets_client/test/test_sign_credential_input_dto_unsigned_credential_params.py", + "hash": "10917792799605341185" + }, + { + "file": "clients/python/wallets_client/test/test_sign_credential_result_dto.py", + "hash": "5572403529805450216" + }, + { + "file": "clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py", + "hash": "7790649046761671707" + }, + { + "file": "clients/python/wallets_client/test/test_sign_jwt_token.py", + "hash": "2020880252515048618" + }, + { + "file": "clients/python/wallets_client/test/test_sign_jwt_token_ok.py", + "hash": "5118580619780406857" + }, + { + "file": "clients/python/wallets_client/test/test_signing_failed_error.py", + "hash": "2925541854094086847" + }, + { + "file": "clients/python/wallets_client/test/test_update_wallet_input.py", + "hash": "2833293739728522062" + }, + { + "file": "clients/python/wallets_client/test/test_wallet_api.py", + "hash": "486450277163106043" + }, + { + "file": "clients/python/wallets_client/test/test_wallet_dto.py", + "hash": "3769314845404541168" + }, + { + "file": "clients/python/wallets_client/test/test_wallet_dto_keys_inner.py", + "hash": "11825941580404755701" + }, + { + "file": "clients/python/wallets_client/test/test_wallets_list_dto.py", + "hash": "5506819808180197526" + }, + { + "file": "clients/python/wallets_client/tox.ini", + "hash": "15048712538269830892" + }, + { + "file": "docs/examples/python/auth_provider.py", + "hash": "7122036036327369404" + }, + { + "file": "docs/examples/python/client_cwe.py", + "hash": "4763807929957409550" + }, + { + "file": "docs/examples/typescript/auth-provider.ts", + "hash": "17386239604463436740" + }, + { + "file": "docs/examples/typescript/client-organizational-wallet.ts", + "hash": "7690849516629413883" + }, + { + "file": "docs/examples/typescript/iam.ts", + "hash": "4456108979605958955" + }, + { + "file": "docs/examples/typescript/login-configuration.ts", + "hash": "1048846046353319699" + }, + { + "file": "jest.config.ts", + "hash": "12333515226966617182" + }, + { + "file": "jest.preset.js", + "hash": "9430166341120122740" + }, + { + "file": "nx.json", + "hash": "4027596740753841484" + }, + { + "file": "package-lock.json", + "hash": "13158509385534862961" + }, + { + "file": "package.json", + "hash": "8317464313308210768" + }, + { + "file": "sample/.eslintrc.json", + "hash": "1750809890614186748" + }, + { + "file": "sample/.gitignore", + "hash": "1654343886240425559" + }, + { + "file": "sample/.npmignore", + "hash": "12822870603302115381" + }, + { + "file": "sample/README.md", + "hash": "8859152439288395990" + }, + { + "file": "sample/hello-world.ts", + "hash": "10783246819186011874" + }, + { + "file": "sample/helpers/index.ts", + "hash": "15572121002865516329" + }, + { + "file": "sample/helpers/message.ts", + "hash": "13104169856845878879" + }, + { + "file": "sample/index.ts", + "hash": "9596019094834558176" + }, + { + "file": "sample/package-lock.json", + "hash": "958085508546657026" + }, + { + "file": "sample/package.json", + "hash": "12809312525609006089" + }, + { + "file": "scripts/create-sample.sh", + "hash": "3270814019473662143" + }, + { + "file": "tsconfig.base.json", + "hash": "14518493200127778559" + } + ] + } +} diff --git a/.nx/workspace-data/lockfile.hash b/.nx/workspace-data/lockfile.hash new file mode 100644 index 00000000..3744eebf --- /dev/null +++ b/.nx/workspace-data/lockfile.hash @@ -0,0 +1 @@ +7449473719996367595 \ No newline at end of file diff --git a/.nx/workspace-data/parsed-lock-file.json b/.nx/workspace-data/parsed-lock-file.json new file mode 100644 index 00000000..4bb64491 --- /dev/null +++ b/.nx/workspace-data/parsed-lock-file.json @@ -0,0 +1,31740 @@ +{ + "externalNodes": { + "npm:@types/node@18.19.31": { + "type": "npm", + "name": "npm:@types/node@18.19.31", + "data": { + "version": "18.19.31", + "packageName": "@types/node", + "hash": "17441959195739668347" + } + }, + "npm:@types/node@18.19.33": { + "type": "npm", + "name": "npm:@types/node@18.19.33", + "data": { + "version": "18.19.33", + "packageName": "@types/node", + "hash": "14527303307738292875" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "20.12.7", + "packageName": "@types/node", + "hash": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==" + } + }, + "npm:typescript@4.9.5": { + "type": "npm", + "name": "npm:typescript@4.9.5", + "data": { + "version": "4.9.5", + "packageName": "typescript", + "hash": "14380533884681690063" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.4.5", + "packageName": "typescript", + "hash": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" + } + }, + "npm:@typescript-eslint/eslint-plugin@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==" + } + }, + "npm:@typescript-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==" + } + }, + "npm:@typescript-eslint/eslint-plugin@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "15123756932735763589" + } + }, + "npm:@typescript-eslint/parser@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/parser@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==" + } + }, + "npm:@typescript-eslint/parser": { + "type": "npm", + "name": "npm:@typescript-eslint/parser", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" + } + }, + "npm:@typescript-eslint/parser@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/parser@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/parser", + "hash": "75305853737469135" + } + }, + "npm:@typescript-eslint/scope-manager@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==" + } + }, + "npm:@typescript-eslint/scope-manager": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" + } + }, + "npm:@typescript-eslint/scope-manager@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "16111635200560405981" + } + }, + "npm:@typescript-eslint/types@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/types@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/types", + "hash": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==" + } + }, + "npm:@typescript-eslint/types": { + "type": "npm", + "name": "npm:@typescript-eslint/types", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/types", + "hash": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" + } + }, + "npm:@typescript-eslint/types@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/types@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/types", + "hash": "8917038889523275538" + } + }, + "npm:@typescript-eslint/typescript-estree@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==" + } + }, + "npm:@typescript-eslint/typescript-estree": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" + } + }, + "npm:@typescript-eslint/typescript-estree@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "5924250820262150075" + } + }, + "npm:@typescript-eslint/visitor-keys@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==" + } + }, + "npm:@typescript-eslint/visitor-keys": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" + } + }, + "npm:@typescript-eslint/visitor-keys@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "7483776415647597992" + } + }, + "npm:minimatch@9.0.5": { + "type": "npm", + "name": "npm:minimatch@9.0.5", + "data": { + "version": "9.0.5", + "packageName": "minimatch", + "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimatch@5.1.0": { + "type": "npm", + "name": "npm:minimatch@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "minimatch", + "hash": "18395649546124891387" + } + }, + "npm:@affinidi-tdk/iota-client@1.8.0": { + "type": "npm", + "name": "npm:@affinidi-tdk/iota-client@1.8.0", + "data": { + "version": "1.8.0", + "packageName": "@affinidi-tdk/iota-client", + "hash": "sha512-v9LN4eqrOGPrF0Zz9t6aCtGCPlN5WoMliCQuADiJyozJfMrwyW4OG4a7tfrIM0xA69Mx4C4yOHA4bKfLJ+wo9Q==" + } + }, + "npm:@ampproject/remapping": { + "type": "npm", + "name": "npm:@ampproject/remapping", + "data": { + "version": "2.3.0", + "packageName": "@ampproject/remapping", + "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" + } + }, + "npm:@aws-crypto/ie11-detection": { + "type": "npm", + "name": "npm:@aws-crypto/ie11-detection", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/ie11-detection", + "hash": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==" + } + }, + "npm:tslib@1.14.1": { + "type": "npm", + "name": "npm:tslib@1.14.1", + "data": { + "version": "1.14.1", + "packageName": "tslib", + "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.6.3", + "packageName": "tslib", + "hash": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + } + }, + "npm:@aws-crypto/sha256-browser": { + "type": "npm", + "name": "npm:@aws-crypto/sha256-browser", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/sha256-browser", + "hash": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==" + } + }, + "npm:@aws-crypto/sha256-js": { + "type": "npm", + "name": "npm:@aws-crypto/sha256-js", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/sha256-js", + "hash": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==" + } + }, + "npm:@aws-crypto/supports-web-crypto": { + "type": "npm", + "name": "npm:@aws-crypto/supports-web-crypto", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/supports-web-crypto", + "hash": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==" + } + }, + "npm:@aws-crypto/util": { + "type": "npm", + "name": "npm:@aws-crypto/util", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/util", + "hash": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==" + } + }, + "npm:@aws-sdk/client-codeartifact": { + "type": "npm", + "name": "npm:@aws-sdk/client-codeartifact", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-codeartifact", + "hash": "sha512-sOH0eWCSoUnydZlQyASiNqdgpQByspEA1MRIJxgntaLbnFpHRzF+rt8/UfL13u4FqRcwcc6Lo+CVj9ZWpVftpw==" + } + }, + "npm:@aws-sdk/client-cognito-identity": { + "type": "npm", + "name": "npm:@aws-sdk/client-cognito-identity", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-cognito-identity", + "hash": "sha512-EnMebSL120H1V3CvxlSDu7xVg/c/U19J2pw5t3TbgWdP0bWR4gmaf2m7wczyi5XtPel0NIklnpPhlDJqr6T4Eg==" + } + }, + "npm:@aws-sdk/client-sso": { + "type": "npm", + "name": "npm:@aws-sdk/client-sso", + "data": { + "version": "3.592.0", + "packageName": "@aws-sdk/client-sso", + "hash": "sha512-w+SuW47jQqvOC7fonyjFjsOh3yjqJ+VpWdVrmrl0E/KryBE7ho/Wn991Buf/EiHHeJikoWgHsAIPkBH29+ntdA==" + } + }, + "npm:@aws-sdk/client-sso-oidc": { + "type": "npm", + "name": "npm:@aws-sdk/client-sso-oidc", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-sso-oidc", + "hash": "sha512-KnTWtKzO0N+rMdIrVwbewFp4FAvVWBV/ekCAh5w7EN+uAvBHxMoFElE2RwlcRF/gH1/F715OspPMvOxPom6bMA==" + } + }, + "npm:@aws-sdk/client-sts": { + "type": "npm", + "name": "npm:@aws-sdk/client-sts", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-sts", + "hash": "sha512-37+WQDjgmqS/YXj3vPzIVIrbXaFcZ1WXk715AMGIPBZn9Y2/wr2bmSTpX7bsMyn0G8+LxmoIxFcG7n1Gu0nvLg==" + } + }, + "npm:@aws-sdk/core": { + "type": "npm", + "name": "npm:@aws-sdk/core", + "data": { + "version": "3.592.0", + "packageName": "@aws-sdk/core", + "hash": "sha512-gLPMXR/HXDP+9gXAt58t7gaMTvRts9i6Q7NMISpkGF54wehskl5WGrbdtHJFylrlJ5BQo3XVY6i661o+EuR1wg==" + } + }, + "npm:@aws-sdk/credential-provider-cognito-identity": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-cognito-identity", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-cognito-identity", + "hash": "sha512-ps/1P+wwEbzOryIdnPGkfo83AH5+kFPe0UKTc6Lhsc4l4zhfvyU3WV/JzrCINEKqo3bEZdUt6tl/IpsyC+nggQ==" + } + }, + "npm:@aws-sdk/credential-provider-env": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-env", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/credential-provider-env", + "hash": "sha512-Hyg/5KFECIk2k5o8wnVEiniV86yVkhn5kzITUydmNGCkXdBFHMHRx6hleQ1bqwJHbBskyu8nbYamzcwymmGwmw==" + } + }, + "npm:@aws-sdk/credential-provider-http": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-http", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-http", + "hash": "sha512-nnmvEsz1KJgRmfSZJPWuzbxPRXu8Y+/78Ifa1jY3fQKSKdEJfXMDsjPljJvMDBl4dZ8pf5Hwx+S/ONnMEDwYEA==" + } + }, + "npm:@aws-sdk/credential-provider-ini": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-ini", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-ini", + "hash": "sha512-c7PLtd7GbnOVAc5sk3sVlHxLvEsM8RF96rsBGlRo4AVpil/lXLKyNv9VarS4w/ZZZoRbJRyZ+m92PjNcLvpTDQ==" + } + }, + "npm:@aws-sdk/credential-provider-node": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-node", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-node", + "hash": "sha512-F4MLyXpQyie1AnJS9n7TIRL0aF7YH8tKMIJXDsM5OXpSZi2en+yR6SzsxvHf5dwS2Ga8LUdEJyiyS2NoebaJGA==" + } + }, + "npm:@aws-sdk/credential-provider-process": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-process", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/credential-provider-process", + "hash": "sha512-V4xT3iCqkF8uL6QC4gqBJg/2asd/damswP1h9HCfqTllmPWzImS+8WD3VjgTLw5b0KbTy+ZdUhKc0wDnyzkzxg==" + } + }, + "npm:@aws-sdk/credential-provider-sso": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-sso", + "data": { + "version": "3.592.0", + "packageName": "@aws-sdk/credential-provider-sso", + "hash": "sha512-fYFzAdDHKHvhtufPPtrLdSv8lO6GuW3em6n3erM5uFdpGytNpjXvr3XGokIsuXcNkETAY/Xihg+G9ksNE8WJxQ==" + } + }, + "npm:@aws-sdk/credential-provider-web-identity": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-web-identity", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/credential-provider-web-identity", + "hash": "sha512-XqIx/I2PG7kyuw3WjAP9wKlxy8IvFJwB8asOFT1xPFoVfZYKIogjG9oLP5YiRtfvDkWIztHmg5MlVv3HdJDGRw==" + } + }, + "npm:@aws-sdk/credential-providers": { + "type": "npm", + "name": "npm:@aws-sdk/credential-providers", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-providers", + "hash": "sha512-EsbkylyO08P3alxXTpanKT1rPTh5/vXu7r/GoKbPl+7Laqheme41CYg0jtwAou/w7/6RFxqMn5ey5vg/qopNVA==" + } + }, + "npm:@aws-sdk/middleware-host-header": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-host-header", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/middleware-host-header", + "hash": "sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==" + } + }, + "npm:@aws-sdk/middleware-logger": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-logger", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/middleware-logger", + "hash": "sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==" + } + }, + "npm:@aws-sdk/middleware-recursion-detection": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-recursion-detection", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/middleware-recursion-detection", + "hash": "sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==" + } + }, + "npm:@aws-sdk/middleware-user-agent": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-user-agent", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/middleware-user-agent", + "hash": "sha512-SyDomN+IOrygLucziG7/nOHkjUXES5oH5T7p8AboO8oakMQJdnudNXiYWTicQWO52R51U6CR27rcMPTGeMedYA==" + } + }, + "npm:@aws-sdk/region-config-resolver": { + "type": "npm", + "name": "npm:@aws-sdk/region-config-resolver", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/region-config-resolver", + "hash": "sha512-93I7IPZtulZQoRK+O20IJ4a1syWwYPzoO2gc3v+/GNZflZPV3QJXuVbIm0pxBsu0n/mzKGUKqSOLPIaN098HcQ==" + } + }, + "npm:@aws-sdk/token-providers": { + "type": "npm", + "name": "npm:@aws-sdk/token-providers", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/token-providers", + "hash": "sha512-ULqhbnLy1hmJNRcukANBWJmum3BbjXnurLPSFXoGdV0llXYlG55SzIla2VYqdveQEEjmsBuTZdFvXAtNpmS5Zg==" + } + }, + "npm:@aws-sdk/types": { + "type": "npm", + "name": "npm:@aws-sdk/types", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/types", + "hash": "sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==" + } + }, + "npm:@aws-sdk/util-endpoints": { + "type": "npm", + "name": "npm:@aws-sdk/util-endpoints", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/util-endpoints", + "hash": "sha512-8I1HG6Em8wQWqKcRW6m358mqebRVNpL8XrrEoT4In7xqkKkmYtHRNVYP6lcmiQh5pZ/c/FXu8dSchuFIWyEtqQ==" + } + }, + "npm:@aws-sdk/util-locate-window": { + "type": "npm", + "name": "npm:@aws-sdk/util-locate-window", + "data": { + "version": "3.568.0", + "packageName": "@aws-sdk/util-locate-window", + "hash": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==" + } + }, + "npm:@aws-sdk/util-user-agent-browser": { + "type": "npm", + "name": "npm:@aws-sdk/util-user-agent-browser", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/util-user-agent-browser", + "hash": "sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==" + } + }, + "npm:@aws-sdk/util-user-agent-node": { + "type": "npm", + "name": "npm:@aws-sdk/util-user-agent-node", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/util-user-agent-node", + "hash": "sha512-Pnl+DUe/bvnbEEDHP3iVJrOtE3HbFJBPgsD6vJ+ml/+IYk1Eq49jEG+EHZdNTPz3SDG0kbp2+7u41MKYJHR/iQ==" + } + }, + "npm:@aws-sdk/util-utf8-browser": { + "type": "npm", + "name": "npm:@aws-sdk/util-utf8-browser", + "data": { + "version": "3.259.0", + "packageName": "@aws-sdk/util-utf8-browser", + "hash": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==" + } + }, + "npm:@babel/code-frame": { + "type": "npm", + "name": "npm:@babel/code-frame", + "data": { + "version": "7.24.7", + "packageName": "@babel/code-frame", + "hash": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==" + } + }, + "npm:@babel/compat-data": { + "type": "npm", + "name": "npm:@babel/compat-data", + "data": { + "version": "7.24.7", + "packageName": "@babel/compat-data", + "hash": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==" + } + }, + "npm:@babel/core": { + "type": "npm", + "name": "npm:@babel/core", + "data": { + "version": "7.24.7", + "packageName": "@babel/core", + "hash": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==" + } + }, + "npm:semver@6.3.1": { + "type": "npm", + "name": "npm:semver@6.3.1", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.5.3": { + "type": "npm", + "name": "npm:semver@7.5.3", + "data": { + "version": "7.5.3", + "packageName": "semver", + "hash": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==" + } + }, + "npm:semver": { + "type": "npm", + "name": "npm:semver", + "data": { + "version": "7.6.2", + "packageName": "semver", + "hash": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" + } + }, + "npm:semver@5.7.2": { + "type": "npm", + "name": "npm:semver@5.7.2", + "data": { + "version": "5.7.2", + "packageName": "semver", + "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + } + }, + "npm:semver@7.3.7": { + "type": "npm", + "name": "npm:semver@7.3.7", + "data": { + "version": "7.3.7", + "packageName": "semver", + "hash": "9950852555921068855" + } + }, + "npm:@babel/generator": { + "type": "npm", + "name": "npm:@babel/generator", + "data": { + "version": "7.24.7", + "packageName": "@babel/generator", + "hash": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==" + } + }, + "npm:@babel/helper-annotate-as-pure": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-annotate-as-pure", + "hash": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==" + } + }, + "npm:@babel/helper-builder-binary-assignment-operator-visitor": { + "type": "npm", + "name": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-builder-binary-assignment-operator-visitor", + "hash": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==" + } + }, + "npm:@babel/helper-compilation-targets": { + "type": "npm", + "name": "npm:@babel/helper-compilation-targets", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-compilation-targets", + "hash": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==" + } + }, + "npm:@babel/helper-create-class-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-class-features-plugin", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-create-class-features-plugin", + "hash": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==" + } + }, + "npm:@babel/helper-create-regexp-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-regexp-features-plugin", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-create-regexp-features-plugin", + "hash": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==" + } + }, + "npm:@babel/helper-define-polyfill-provider": { + "type": "npm", + "name": "npm:@babel/helper-define-polyfill-provider", + "data": { + "version": "0.6.2", + "packageName": "@babel/helper-define-polyfill-provider", + "hash": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==" + } + }, + "npm:@babel/helper-environment-visitor": { + "type": "npm", + "name": "npm:@babel/helper-environment-visitor", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-environment-visitor", + "hash": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==" + } + }, + "npm:@babel/helper-function-name": { + "type": "npm", + "name": "npm:@babel/helper-function-name", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-function-name", + "hash": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==" + } + }, + "npm:@babel/helper-hoist-variables": { + "type": "npm", + "name": "npm:@babel/helper-hoist-variables", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-hoist-variables", + "hash": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==" + } + }, + "npm:@babel/helper-member-expression-to-functions": { + "type": "npm", + "name": "npm:@babel/helper-member-expression-to-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-member-expression-to-functions", + "hash": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==" + } + }, + "npm:@babel/helper-module-imports": { + "type": "npm", + "name": "npm:@babel/helper-module-imports", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-module-imports", + "hash": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==" + } + }, + "npm:@babel/helper-module-transforms": { + "type": "npm", + "name": "npm:@babel/helper-module-transforms", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-module-transforms", + "hash": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==" + } + }, + "npm:@babel/helper-optimise-call-expression": { + "type": "npm", + "name": "npm:@babel/helper-optimise-call-expression", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-optimise-call-expression", + "hash": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==" + } + }, + "npm:@babel/helper-plugin-utils": { + "type": "npm", + "name": "npm:@babel/helper-plugin-utils", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-plugin-utils", + "hash": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==" + } + }, + "npm:@babel/helper-remap-async-to-generator": { + "type": "npm", + "name": "npm:@babel/helper-remap-async-to-generator", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-remap-async-to-generator", + "hash": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==" + } + }, + "npm:@babel/helper-replace-supers": { + "type": "npm", + "name": "npm:@babel/helper-replace-supers", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-replace-supers", + "hash": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==" + } + }, + "npm:@babel/helper-simple-access": { + "type": "npm", + "name": "npm:@babel/helper-simple-access", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-simple-access", + "hash": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==" + } + }, + "npm:@babel/helper-skip-transparent-expression-wrappers": { + "type": "npm", + "name": "npm:@babel/helper-skip-transparent-expression-wrappers", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-skip-transparent-expression-wrappers", + "hash": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==" + } + }, + "npm:@babel/helper-split-export-declaration": { + "type": "npm", + "name": "npm:@babel/helper-split-export-declaration", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-split-export-declaration", + "hash": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" + } + }, + "npm:@babel/helper-string-parser": { + "type": "npm", + "name": "npm:@babel/helper-string-parser", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-string-parser", + "hash": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==" + } + }, + "npm:@babel/helper-validator-identifier": { + "type": "npm", + "name": "npm:@babel/helper-validator-identifier", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-validator-identifier", + "hash": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" + } + }, + "npm:@babel/helper-validator-option": { + "type": "npm", + "name": "npm:@babel/helper-validator-option", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-validator-option", + "hash": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==" + } + }, + "npm:@babel/helper-wrap-function": { + "type": "npm", + "name": "npm:@babel/helper-wrap-function", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-wrap-function", + "hash": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==" + } + }, + "npm:@babel/helpers": { + "type": "npm", + "name": "npm:@babel/helpers", + "data": { + "version": "7.24.7", + "packageName": "@babel/helpers", + "hash": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==" + } + }, + "npm:@babel/highlight": { + "type": "npm", + "name": "npm:@babel/highlight", + "data": { + "version": "7.24.7", + "packageName": "@babel/highlight", + "hash": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==" + } + }, + "npm:ansi-styles@3.2.1": { + "type": "npm", + "name": "npm:ansi-styles@3.2.1", + "data": { + "version": "3.2.1", + "packageName": "ansi-styles", + "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + } + }, + "npm:ansi-styles@4.3.0": { + "type": "npm", + "name": "npm:ansi-styles@4.3.0", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "npm:ansi-styles": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + }, + "npm:chalk@2.4.2": { + "type": "npm", + "name": "npm:chalk@2.4.2", + "data": { + "version": "2.4.2", + "packageName": "chalk", + "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + } + }, + "npm:chalk@4.1.2": { + "type": "npm", + "name": "npm:chalk@4.1.2", + "data": { + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + } + }, + "npm:chalk": { + "type": "npm", + "name": "npm:chalk", + "data": { + "version": "5.3.0", + "packageName": "chalk", + "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + } + }, + "npm:escape-string-regexp@1.0.5": { + "type": "npm", + "name": "npm:escape-string-regexp@1.0.5", + "data": { + "version": "1.0.5", + "packageName": "escape-string-regexp", + "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + } + }, + "npm:escape-string-regexp": { + "type": "npm", + "name": "npm:escape-string-regexp", + "data": { + "version": "4.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } + }, + "npm:escape-string-regexp@5.0.0": { + "type": "npm", + "name": "npm:escape-string-regexp@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" + } + }, + "npm:escape-string-regexp@2.0.0": { + "type": "npm", + "name": "npm:escape-string-regexp@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + } + }, + "npm:has-flag@3.0.0": { + "type": "npm", + "name": "npm:has-flag@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "has-flag", + "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + } + }, + "npm:has-flag": { + "type": "npm", + "name": "npm:has-flag", + "data": { + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + }, + "npm:supports-color@5.5.0": { + "type": "npm", + "name": "npm:supports-color@5.5.0", + "data": { + "version": "5.5.0", + "packageName": "supports-color", + "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + } + }, + "npm:supports-color@8.1.1": { + "type": "npm", + "name": "npm:supports-color@8.1.1", + "data": { + "version": "8.1.1", + "packageName": "supports-color", + "hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" + } + }, + "npm:supports-color": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "7244338704145431971" + } + }, + "npm:@babel/parser": { + "type": "npm", + "name": "npm:@babel/parser", + "data": { + "version": "7.24.7", + "packageName": "@babel/parser", + "hash": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==" + } + }, + "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "hash": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==" + } + }, + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "hash": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==" + } + }, + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "hash": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==" + } + }, + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "hash": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==" + } + }, + "npm:@babel/plugin-proposal-decorators": { + "type": "npm", + "name": "npm:@babel/plugin-proposal-decorators", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-proposal-decorators", + "hash": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==" + } + }, + "npm:@babel/plugin-proposal-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-proposal-private-property-in-object", + "data": { + "version": "7.21.0-placeholder-for-preset-env.2", + "packageName": "@babel/plugin-proposal-private-property-in-object", + "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" + } + }, + "npm:@babel/plugin-syntax-async-generators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-async-generators", + "data": { + "version": "7.8.4", + "packageName": "@babel/plugin-syntax-async-generators", + "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" + } + }, + "npm:@babel/plugin-syntax-bigint": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-bigint", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-bigint", + "hash": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" + } + }, + "npm:@babel/plugin-syntax-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-properties", + "data": { + "version": "7.12.13", + "packageName": "@babel/plugin-syntax-class-properties", + "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" + } + }, + "npm:@babel/plugin-syntax-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-static-block", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-class-static-block", + "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" + } + }, + "npm:@babel/plugin-syntax-decorators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-decorators", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-decorators", + "hash": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==" + } + }, + "npm:@babel/plugin-syntax-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-dynamic-import", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-dynamic-import", + "hash": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" + } + }, + "npm:@babel/plugin-syntax-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-export-namespace-from", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-export-namespace-from", + "hash": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" + } + }, + "npm:@babel/plugin-syntax-import-assertions": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-assertions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-import-assertions", + "hash": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==" + } + }, + "npm:@babel/plugin-syntax-import-attributes": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-attributes", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-import-attributes", + "hash": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==" + } + }, + "npm:@babel/plugin-syntax-import-meta": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-meta", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-import-meta", + "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" + } + }, + "npm:@babel/plugin-syntax-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-json-strings", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-json-strings", + "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" + } + }, + "npm:@babel/plugin-syntax-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-jsx", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-jsx", + "hash": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==" + } + }, + "npm:@babel/plugin-syntax-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-logical-assignment-operators", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-logical-assignment-operators", + "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" + } + }, + "npm:@babel/plugin-syntax-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", + "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" + } + }, + "npm:@babel/plugin-syntax-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-numeric-separator", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-numeric-separator", + "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" + } + }, + "npm:@babel/plugin-syntax-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-object-rest-spread", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-object-rest-spread", + "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" + } + }, + "npm:@babel/plugin-syntax-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-catch-binding", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-catch-binding", + "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" + } + }, + "npm:@babel/plugin-syntax-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-chaining", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-chaining", + "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" + } + }, + "npm:@babel/plugin-syntax-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-private-property-in-object", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-private-property-in-object", + "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" + } + }, + "npm:@babel/plugin-syntax-top-level-await": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-top-level-await", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-top-level-await", + "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" + } + }, + "npm:@babel/plugin-syntax-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-typescript", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-typescript", + "hash": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==" + } + }, + "npm:@babel/plugin-syntax-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-unicode-sets-regex", + "data": { + "version": "7.18.6", + "packageName": "@babel/plugin-syntax-unicode-sets-regex", + "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" + } + }, + "npm:@babel/plugin-transform-arrow-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-arrow-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-arrow-functions", + "hash": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==" + } + }, + "npm:@babel/plugin-transform-async-generator-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-generator-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==" + } + }, + "npm:@babel/plugin-transform-async-to-generator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==" + } + }, + "npm:@babel/plugin-transform-block-scoped-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoped-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-block-scoped-functions", + "hash": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==" + } + }, + "npm:@babel/plugin-transform-block-scoping": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoping", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-block-scoping", + "hash": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==" + } + }, + "npm:@babel/plugin-transform-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-properties", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-class-properties", + "hash": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==" + } + }, + "npm:@babel/plugin-transform-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-static-block", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-class-static-block", + "hash": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==" + } + }, + "npm:@babel/plugin-transform-classes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-classes", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-classes", + "hash": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==" + } + }, + "npm:@babel/plugin-transform-computed-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-computed-properties", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-computed-properties", + "hash": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==" + } + }, + "npm:@babel/plugin-transform-destructuring": { + "type": "npm", + "name": "npm:@babel/plugin-transform-destructuring", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-destructuring", + "hash": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==" + } + }, + "npm:@babel/plugin-transform-dotall-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dotall-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-dotall-regex", + "hash": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==" + } + }, + "npm:@babel/plugin-transform-duplicate-keys": { + "type": "npm", + "name": "npm:@babel/plugin-transform-duplicate-keys", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-duplicate-keys", + "hash": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==" + } + }, + "npm:@babel/plugin-transform-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dynamic-import", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-dynamic-import", + "hash": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==" + } + }, + "npm:@babel/plugin-transform-exponentiation-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-exponentiation-operator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-exponentiation-operator", + "hash": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==" + } + }, + "npm:@babel/plugin-transform-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-transform-export-namespace-from", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-export-namespace-from", + "hash": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==" + } + }, + "npm:@babel/plugin-transform-for-of": { + "type": "npm", + "name": "npm:@babel/plugin-transform-for-of", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-for-of", + "hash": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==" + } + }, + "npm:@babel/plugin-transform-function-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-function-name", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-function-name", + "hash": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==" + } + }, + "npm:@babel/plugin-transform-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-transform-json-strings", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-json-strings", + "hash": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==" + } + }, + "npm:@babel/plugin-transform-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-literals", + "hash": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==" + } + }, + "npm:@babel/plugin-transform-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-transform-logical-assignment-operators", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-logical-assignment-operators", + "hash": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==" + } + }, + "npm:@babel/plugin-transform-member-expression-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-member-expression-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-member-expression-literals", + "hash": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==" + } + }, + "npm:@babel/plugin-transform-modules-amd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-amd", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-amd", + "hash": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==" + } + }, + "npm:@babel/plugin-transform-modules-commonjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-commonjs", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-commonjs", + "hash": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==" + } + }, + "npm:@babel/plugin-transform-modules-systemjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-systemjs", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-systemjs", + "hash": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==" + } + }, + "npm:@babel/plugin-transform-modules-umd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-umd", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-umd", + "hash": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==" + } + }, + "npm:@babel/plugin-transform-named-capturing-groups-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-named-capturing-groups-regex", + "hash": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==" + } + }, + "npm:@babel/plugin-transform-new-target": { + "type": "npm", + "name": "npm:@babel/plugin-transform-new-target", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-new-target", + "hash": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==" + } + }, + "npm:@babel/plugin-transform-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-nullish-coalescing-operator", + "hash": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==" + } + }, + "npm:@babel/plugin-transform-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-numeric-separator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-numeric-separator", + "hash": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==" + } + }, + "npm:@babel/plugin-transform-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-rest-spread", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-object-rest-spread", + "hash": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==" + } + }, + "npm:@babel/plugin-transform-object-super": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-super", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-object-super", + "hash": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==" + } + }, + "npm:@babel/plugin-transform-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-catch-binding", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-optional-catch-binding", + "hash": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==" + } + }, + "npm:@babel/plugin-transform-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-chaining", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-optional-chaining", + "hash": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==" + } + }, + "npm:@babel/plugin-transform-parameters": { + "type": "npm", + "name": "npm:@babel/plugin-transform-parameters", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-parameters", + "hash": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==" + } + }, + "npm:@babel/plugin-transform-private-methods": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-methods", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-private-methods", + "hash": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==" + } + }, + "npm:@babel/plugin-transform-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-property-in-object", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-private-property-in-object", + "hash": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==" + } + }, + "npm:@babel/plugin-transform-property-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-property-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-property-literals", + "hash": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==" + } + }, + "npm:@babel/plugin-transform-regenerator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regenerator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-regenerator", + "hash": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==" + } + }, + "npm:@babel/plugin-transform-reserved-words": { + "type": "npm", + "name": "npm:@babel/plugin-transform-reserved-words", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-reserved-words", + "hash": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==" + } + }, + "npm:@babel/plugin-transform-runtime": { + "type": "npm", + "name": "npm:@babel/plugin-transform-runtime", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-runtime", + "hash": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==" + } + }, + "npm:@babel/plugin-transform-shorthand-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-shorthand-properties", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-shorthand-properties", + "hash": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==" + } + }, + "npm:@babel/plugin-transform-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-spread", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-spread", + "hash": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==" + } + }, + "npm:@babel/plugin-transform-sticky-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-sticky-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-sticky-regex", + "hash": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==" + } + }, + "npm:@babel/plugin-transform-template-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-template-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-template-literals", + "hash": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==" + } + }, + "npm:@babel/plugin-transform-typeof-symbol": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typeof-symbol", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-typeof-symbol", + "hash": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==" + } + }, + "npm:@babel/plugin-transform-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typescript", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-typescript", + "hash": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==" + } + }, + "npm:@babel/plugin-transform-unicode-escapes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-escapes", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-escapes", + "hash": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==" + } + }, + "npm:@babel/plugin-transform-unicode-property-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-property-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-property-regex", + "hash": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==" + } + }, + "npm:@babel/plugin-transform-unicode-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-regex", + "hash": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==" + } + }, + "npm:@babel/plugin-transform-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-sets-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-sets-regex", + "hash": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==" + } + }, + "npm:@babel/preset-env": { + "type": "npm", + "name": "npm:@babel/preset-env", + "data": { + "version": "7.24.7", + "packageName": "@babel/preset-env", + "hash": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==" + } + }, + "npm:@babel/preset-modules": { + "type": "npm", + "name": "npm:@babel/preset-modules", + "data": { + "version": "0.1.6-no-external-plugins", + "packageName": "@babel/preset-modules", + "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" + } + }, + "npm:@babel/preset-typescript": { + "type": "npm", + "name": "npm:@babel/preset-typescript", + "data": { + "version": "7.24.7", + "packageName": "@babel/preset-typescript", + "hash": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==" + } + }, + "npm:@babel/regjsgen": { + "type": "npm", + "name": "npm:@babel/regjsgen", + "data": { + "version": "0.8.0", + "packageName": "@babel/regjsgen", + "hash": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + } + }, + "npm:@babel/runtime": { + "type": "npm", + "name": "npm:@babel/runtime", + "data": { + "version": "7.24.7", + "packageName": "@babel/runtime", + "hash": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==" + } + }, + "npm:@babel/template": { + "type": "npm", + "name": "npm:@babel/template", + "data": { + "version": "7.24.7", + "packageName": "@babel/template", + "hash": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==" + } + }, + "npm:@babel/traverse": { + "type": "npm", + "name": "npm:@babel/traverse", + "data": { + "version": "7.24.7", + "packageName": "@babel/traverse", + "hash": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==" + } + }, + "npm:@babel/types": { + "type": "npm", + "name": "npm:@babel/types", + "data": { + "version": "7.24.7", + "packageName": "@babel/types", + "hash": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==" + } + }, + "npm:@bcoe/v8-coverage": { + "type": "npm", + "name": "npm:@bcoe/v8-coverage", + "data": { + "version": "0.2.3", + "packageName": "@bcoe/v8-coverage", + "hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + } + }, + "npm:@colors/colors": { + "type": "npm", + "name": "npm:@colors/colors", + "data": { + "version": "1.5.0", + "packageName": "@colors/colors", + "hash": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" + } + }, + "npm:@commitlint/cli": { + "type": "npm", + "name": "npm:@commitlint/cli", + "data": { + "version": "19.3.0", + "packageName": "@commitlint/cli", + "hash": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==" + } + }, + "npm:@commitlint/config-conventional": { + "type": "npm", + "name": "npm:@commitlint/config-conventional", + "data": { + "version": "19.2.2", + "packageName": "@commitlint/config-conventional", + "hash": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==" + } + }, + "npm:@commitlint/config-validator": { + "type": "npm", + "name": "npm:@commitlint/config-validator", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/config-validator", + "hash": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==" + } + }, + "npm:@commitlint/ensure": { + "type": "npm", + "name": "npm:@commitlint/ensure", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/ensure", + "hash": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==" + } + }, + "npm:@commitlint/execute-rule": { + "type": "npm", + "name": "npm:@commitlint/execute-rule", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/execute-rule", + "hash": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==" + } + }, + "npm:@commitlint/format": { + "type": "npm", + "name": "npm:@commitlint/format", + "data": { + "version": "19.3.0", + "packageName": "@commitlint/format", + "hash": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==" + } + }, + "npm:@commitlint/is-ignored": { + "type": "npm", + "name": "npm:@commitlint/is-ignored", + "data": { + "version": "19.2.2", + "packageName": "@commitlint/is-ignored", + "hash": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==" + } + }, + "npm:@commitlint/lint": { + "type": "npm", + "name": "npm:@commitlint/lint", + "data": { + "version": "19.2.2", + "packageName": "@commitlint/lint", + "hash": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==" + } + }, + "npm:@commitlint/load": { + "type": "npm", + "name": "npm:@commitlint/load", + "data": { + "version": "19.2.0", + "packageName": "@commitlint/load", + "hash": "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==" + } + }, + "npm:@commitlint/message": { + "type": "npm", + "name": "npm:@commitlint/message", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/message", + "hash": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==" + } + }, + "npm:@commitlint/parse": { + "type": "npm", + "name": "npm:@commitlint/parse", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/parse", + "hash": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==" + } + }, + "npm:@commitlint/read": { + "type": "npm", + "name": "npm:@commitlint/read", + "data": { + "version": "19.2.1", + "packageName": "@commitlint/read", + "hash": "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==" + } + }, + "npm:@commitlint/resolve-extends": { + "type": "npm", + "name": "npm:@commitlint/resolve-extends", + "data": { + "version": "19.1.0", + "packageName": "@commitlint/resolve-extends", + "hash": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==" + } + }, + "npm:@commitlint/rules": { + "type": "npm", + "name": "npm:@commitlint/rules", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/rules", + "hash": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==" + } + }, + "npm:@commitlint/to-lines": { + "type": "npm", + "name": "npm:@commitlint/to-lines", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/to-lines", + "hash": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==" + } + }, + "npm:@commitlint/top-level": { + "type": "npm", + "name": "npm:@commitlint/top-level", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/top-level", + "hash": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==" + } + }, + "npm:@commitlint/types": { + "type": "npm", + "name": "npm:@commitlint/types", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/types", + "hash": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==" + } + }, + "npm:@cspotcode/source-map-support": { + "type": "npm", + "name": "npm:@cspotcode/source-map-support", + "data": { + "version": "0.8.1", + "packageName": "@cspotcode/source-map-support", + "hash": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" + } + }, + "npm:@jridgewell/trace-mapping@0.3.9": { + "type": "npm", + "name": "npm:@jridgewell/trace-mapping@0.3.9", + "data": { + "version": "0.3.9", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" + } + }, + "npm:@jridgewell/trace-mapping": { + "type": "npm", + "name": "npm:@jridgewell/trace-mapping", + "data": { + "version": "0.3.25", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" + } + }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm", + "hash": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-x64", + "hash": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" + } + }, + "npm:@eslint-community/eslint-utils": { + "type": "npm", + "name": "npm:@eslint-community/eslint-utils", + "data": { + "version": "4.4.0", + "packageName": "@eslint-community/eslint-utils", + "hash": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" + } + }, + "npm:@eslint-community/regexpp": { + "type": "npm", + "name": "npm:@eslint-community/regexpp", + "data": { + "version": "4.10.1", + "packageName": "@eslint-community/regexpp", + "hash": "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==" + } + }, + "npm:@eslint/eslintrc": { + "type": "npm", + "name": "npm:@eslint/eslintrc", + "data": { + "version": "2.1.4", + "packageName": "@eslint/eslintrc", + "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" + } + }, + "npm:ajv@6.12.6": { + "type": "npm", + "name": "npm:ajv@6.12.6", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "8.16.0", + "packageName": "ajv", + "hash": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==" + } + }, + "npm:argparse@2.0.1": { + "type": "npm", + "name": "npm:argparse@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + } + }, + "npm:argparse": { + "type": "npm", + "name": "npm:argparse", + "data": { + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + } + }, + "npm:brace-expansion@1.1.11": { + "type": "npm", + "name": "npm:brace-expansion@1.1.11", + "data": { + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + } + }, + "npm:globals@13.24.0": { + "type": "npm", + "name": "npm:globals@13.24.0", + "data": { + "version": "13.24.0", + "packageName": "globals", + "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" + } + }, + "npm:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + } + }, + "npm:js-yaml@4.1.0": { + "type": "npm", + "name": "npm:js-yaml@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "npm:json-schema-traverse@0.4.1": { + "type": "npm", + "name": "npm:json-schema-traverse@0.4.1", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "1.0.0", + "packageName": "json-schema-traverse", + "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + } + }, + "npm:type-fest@0.20.2": { + "type": "npm", + "name": "npm:type-fest@0.20.2", + "data": { + "version": "0.20.2", + "packageName": "type-fest", + "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + } + }, + "npm:type-fest@0.8.1": { + "type": "npm", + "name": "npm:type-fest@0.8.1", + "data": { + "version": "0.8.1", + "packageName": "type-fest", + "hash": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } + }, + "npm:type-fest@0.18.1": { + "type": "npm", + "name": "npm:type-fest@0.18.1", + "data": { + "version": "0.18.1", + "packageName": "type-fest", + "hash": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==" + } + }, + "npm:type-fest@2.19.0": { + "type": "npm", + "name": "npm:type-fest@2.19.0", + "data": { + "version": "2.19.0", + "packageName": "type-fest", + "hash": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==" + } + }, + "npm:type-fest@0.6.0": { + "type": "npm", + "name": "npm:type-fest@0.6.0", + "data": { + "version": "0.6.0", + "packageName": "type-fest", + "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + }, + "npm:type-fest@0.16.0": { + "type": "npm", + "name": "npm:type-fest@0.16.0", + "data": { + "version": "0.16.0", + "packageName": "type-fest", + "hash": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.21.3", + "packageName": "type-fest", + "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" + } + }, + "npm:@eslint/js": { + "type": "npm", + "name": "npm:@eslint/js", + "data": { + "version": "8.57.0", + "packageName": "@eslint/js", + "hash": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" + } + }, + "npm:@httptoolkit/websocket-stream": { + "type": "npm", + "name": "npm:@httptoolkit/websocket-stream", + "data": { + "version": "6.0.1", + "packageName": "@httptoolkit/websocket-stream", + "hash": "sha512-A0NOZI+Glp3Xgcz6Na7i7o09+/+xm2m0UCU8gdtM2nIv6/cjLmhMZMqehSpTlgbx9omtLmV8LVqOskPEyWnmZQ==" + } + }, + "npm:isarray@1.0.0": { + "type": "npm", + "name": "npm:isarray@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "isarray", + "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + } + }, + "npm:isarray": { + "type": "npm", + "name": "npm:isarray", + "data": { + "version": "2.0.5", + "packageName": "isarray", + "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + } + }, + "npm:readable-stream@2.3.8": { + "type": "npm", + "name": "npm:readable-stream@2.3.8", + "data": { + "version": "2.3.8", + "packageName": "readable-stream", + "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + } + }, + "npm:readable-stream@3.6.0": { + "type": "npm", + "name": "npm:readable-stream@3.6.0", + "data": { + "version": "3.6.0", + "packageName": "readable-stream", + "hash": "18202448528930718893" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "12153499668482607410" + } + }, + "npm:string_decoder@1.1.1": { + "type": "npm", + "name": "npm:string_decoder@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "string_decoder", + "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + } + }, + "npm:string_decoder": { + "type": "npm", + "name": "npm:string_decoder", + "data": { + "version": "1.3.0", + "packageName": "string_decoder", + "hash": "7047277384104003716" + } + }, + "npm:@humanwhocodes/config-array": { + "type": "npm", + "name": "npm:@humanwhocodes/config-array", + "data": { + "version": "0.11.14", + "packageName": "@humanwhocodes/config-array", + "hash": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" + } + }, + "npm:@humanwhocodes/module-importer": { + "type": "npm", + "name": "npm:@humanwhocodes/module-importer", + "data": { + "version": "1.0.1", + "packageName": "@humanwhocodes/module-importer", + "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + } + }, + "npm:@humanwhocodes/object-schema": { + "type": "npm", + "name": "npm:@humanwhocodes/object-schema", + "data": { + "version": "2.0.3", + "packageName": "@humanwhocodes/object-schema", + "hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" + } + }, + "npm:@istanbuljs/load-nyc-config": { + "type": "npm", + "name": "npm:@istanbuljs/load-nyc-config", + "data": { + "version": "1.1.0", + "packageName": "@istanbuljs/load-nyc-config", + "hash": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" + } + }, + "npm:find-up@4.1.0": { + "type": "npm", + "name": "npm:find-up@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "find-up", + "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" + } + }, + "npm:find-up@5.0.0": { + "type": "npm", + "name": "npm:find-up@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "find-up", + "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + } + }, + "npm:find-up": { + "type": "npm", + "name": "npm:find-up", + "data": { + "version": "7.0.0", + "packageName": "find-up", + "hash": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==" + } + }, + "npm:find-up@2.1.0": { + "type": "npm", + "name": "npm:find-up@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "find-up", + "hash": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==" + } + }, + "npm:find-up@6.3.0": { + "type": "npm", + "name": "npm:find-up@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "find-up", + "hash": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" + } + }, + "npm:locate-path@5.0.0": { + "type": "npm", + "name": "npm:locate-path@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "locate-path", + "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" + } + }, + "npm:locate-path@6.0.0": { + "type": "npm", + "name": "npm:locate-path@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "locate-path", + "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + } + }, + "npm:locate-path": { + "type": "npm", + "name": "npm:locate-path", + "data": { + "version": "7.2.0", + "packageName": "locate-path", + "hash": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" + } + }, + "npm:locate-path@2.0.0": { + "type": "npm", + "name": "npm:locate-path@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "locate-path", + "hash": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==" + } + }, + "npm:p-limit@2.3.0": { + "type": "npm", + "name": "npm:p-limit@2.3.0", + "data": { + "version": "2.3.0", + "packageName": "p-limit", + "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit@4.0.0": { + "type": "npm", + "name": "npm:p-limit@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "p-limit", + "hash": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" + } + }, + "npm:p-limit@1.3.0": { + "type": "npm", + "name": "npm:p-limit@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "p-limit", + "hash": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==" + } + }, + "npm:p-locate@4.1.0": { + "type": "npm", + "name": "npm:p-locate@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "p-locate", + "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" + } + }, + "npm:p-locate@5.0.0": { + "type": "npm", + "name": "npm:p-locate@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "p-locate", + "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + } + }, + "npm:p-locate": { + "type": "npm", + "name": "npm:p-locate", + "data": { + "version": "6.0.0", + "packageName": "p-locate", + "hash": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" + } + }, + "npm:p-locate@2.0.0": { + "type": "npm", + "name": "npm:p-locate@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "p-locate", + "hash": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==" + } + }, + "npm:path-exists@4.0.0": { + "type": "npm", + "name": "npm:path-exists@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-exists", + "hash": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + }, + "npm:path-exists": { + "type": "npm", + "name": "npm:path-exists", + "data": { + "version": "5.0.0", + "packageName": "path-exists", + "hash": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" + } + }, + "npm:path-exists@3.0.0": { + "type": "npm", + "name": "npm:path-exists@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "path-exists", + "hash": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" + } + }, + "npm:@istanbuljs/schema": { + "type": "npm", + "name": "npm:@istanbuljs/schema", + "data": { + "version": "0.1.3", + "packageName": "@istanbuljs/schema", + "hash": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + } + }, + "npm:@jest/console": { + "type": "npm", + "name": "npm:@jest/console", + "data": { + "version": "29.7.0", + "packageName": "@jest/console", + "hash": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" + } + }, + "npm:color-convert@2.0.1": { + "type": "npm", + "name": "npm:color-convert@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "color-convert", + "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + } + }, + "npm:color-convert": { + "type": "npm", + "name": "npm:color-convert", + "data": { + "version": "1.9.3", + "packageName": "color-convert", + "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + } + }, + "npm:color-name@1.1.4": { + "type": "npm", + "name": "npm:color-name@1.1.4", + "data": { + "version": "1.1.4", + "packageName": "color-name", + "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + }, + "npm:color-name": { + "type": "npm", + "name": "npm:color-name", + "data": { + "version": "1.1.3", + "packageName": "color-name", + "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + } + }, + "npm:@jest/core": { + "type": "npm", + "name": "npm:@jest/core", + "data": { + "version": "29.7.0", + "packageName": "@jest/core", + "hash": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" + } + }, + "npm:@jest/environment": { + "type": "npm", + "name": "npm:@jest/environment", + "data": { + "version": "29.7.0", + "packageName": "@jest/environment", + "hash": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" + } + }, + "npm:@jest/expect": { + "type": "npm", + "name": "npm:@jest/expect", + "data": { + "version": "29.7.0", + "packageName": "@jest/expect", + "hash": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" + } + }, + "npm:@jest/expect-utils": { + "type": "npm", + "name": "npm:@jest/expect-utils", + "data": { + "version": "29.7.0", + "packageName": "@jest/expect-utils", + "hash": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" + } + }, + "npm:@jest/fake-timers": { + "type": "npm", + "name": "npm:@jest/fake-timers", + "data": { + "version": "29.7.0", + "packageName": "@jest/fake-timers", + "hash": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" + } + }, + "npm:@jest/globals": { + "type": "npm", + "name": "npm:@jest/globals", + "data": { + "version": "29.7.0", + "packageName": "@jest/globals", + "hash": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" + } + }, + "npm:@jest/reporters": { + "type": "npm", + "name": "npm:@jest/reporters", + "data": { + "version": "29.7.0", + "packageName": "@jest/reporters", + "hash": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" + } + }, + "npm:@jest/schemas": { + "type": "npm", + "name": "npm:@jest/schemas", + "data": { + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + } + }, + "npm:@jest/source-map": { + "type": "npm", + "name": "npm:@jest/source-map", + "data": { + "version": "29.6.3", + "packageName": "@jest/source-map", + "hash": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" + } + }, + "npm:@jest/test-result": { + "type": "npm", + "name": "npm:@jest/test-result", + "data": { + "version": "29.7.0", + "packageName": "@jest/test-result", + "hash": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" + } + }, + "npm:@jest/test-sequencer": { + "type": "npm", + "name": "npm:@jest/test-sequencer", + "data": { + "version": "29.7.0", + "packageName": "@jest/test-sequencer", + "hash": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" + } + }, + "npm:@jest/transform": { + "type": "npm", + "name": "npm:@jest/transform", + "data": { + "version": "29.7.0", + "packageName": "@jest/transform", + "hash": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" + } + }, + "npm:@jest/types": { + "type": "npm", + "name": "npm:@jest/types", + "data": { + "version": "29.6.3", + "packageName": "@jest/types", + "hash": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" + } + }, + "npm:@jridgewell/gen-mapping": { + "type": "npm", + "name": "npm:@jridgewell/gen-mapping", + "data": { + "version": "0.3.5", + "packageName": "@jridgewell/gen-mapping", + "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" + } + }, + "npm:@jridgewell/resolve-uri": { + "type": "npm", + "name": "npm:@jridgewell/resolve-uri", + "data": { + "version": "3.1.2", + "packageName": "@jridgewell/resolve-uri", + "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" + } + }, + "npm:@jridgewell/set-array": { + "type": "npm", + "name": "npm:@jridgewell/set-array", + "data": { + "version": "1.2.1", + "packageName": "@jridgewell/set-array", + "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" + } + }, + "npm:@jridgewell/sourcemap-codec": { + "type": "npm", + "name": "npm:@jridgewell/sourcemap-codec", + "data": { + "version": "1.4.15", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + } + }, + "npm:@jsii/check-node": { + "type": "npm", + "name": "npm:@jsii/check-node", + "data": { + "version": "1.99.0", + "packageName": "@jsii/check-node", + "hash": "sha512-RJeVopU3U+/ZxGj//KKJgXmDM8N7uP5QIqypb0QFVJPtIcQMM9nuEQWp4hOB3ajhk4VNaXGrG6PwlqFtFsqbbQ==" + } + }, + "npm:@jsii/check-node@1.101.0": { + "type": "npm", + "name": "npm:@jsii/check-node@1.101.0", + "data": { + "version": "1.101.0", + "packageName": "@jsii/check-node", + "hash": "sha512-io8u1GAF9XGp2crx0C/WGiJeUnHGw5X0du4fisbrNJHmVVFwcJbBMjbfXKWq+JSzl8fo/JV3F1LqtjsnawKA2A==" + } + }, + "npm:@jsii/check-node@1.98.0": { + "type": "npm", + "name": "npm:@jsii/check-node@1.98.0", + "data": { + "version": "1.98.0", + "packageName": "@jsii/check-node", + "hash": "sha512-hI53TMW/fylHyY3CrJvqWvfSPJvBL82GSAB1m2CKNC0yHb0pZHCdBZnLrrr4rgTCQx8kIJjcUc0rQ/Ba3w+GaA==" + } + }, + "npm:@jsii/spec": { + "type": "npm", + "name": "npm:@jsii/spec", + "data": { + "version": "1.101.0", + "packageName": "@jsii/spec", + "hash": "sha512-855OnjKm4RTzRA78GGTNBG/GLe6X/vHJYD58zg7Rw8rWS7sU6iB65TM/7P7R3cufVew8umjjPjvW7ygS6ZqITQ==" + } + }, + "npm:@nodelib/fs.scandir": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir", + "data": { + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + } + }, + "npm:@nodelib/fs.stat": { + "type": "npm", + "name": "npm:@nodelib/fs.stat", + "data": { + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + } + }, + "npm:@nodelib/fs.walk": { + "type": "npm", + "name": "npm:@nodelib/fs.walk", + "data": { + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + } + }, + "npm:@nrwl/devkit": { + "type": "npm", + "name": "npm:@nrwl/devkit", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/devkit", + "hash": "sha512-WRcph/7U37HkTLIRzQ2oburZVfEFkPHJUn7vmo46gCq+N2cAKy3qwONO0RbthhjFIsG94YPXqFWFlV6k4nXpxA==" + } + }, + "npm:@nrwl/devkit@17.2.7": { + "type": "npm", + "name": "npm:@nrwl/devkit@17.2.7", + "data": { + "version": "17.2.7", + "packageName": "@nrwl/devkit", + "hash": "sha512-TISLlIH3xSWre2NLg0aMUBmTvMus+xUicaMeg8DWvwSXJJIMC5QFlB1hjw0VkyLsSraHpd5PWtyDqldHWRfKUQ==" + } + }, + "npm:@nrwl/devkit@17.3.2": { + "type": "npm", + "name": "npm:@nrwl/devkit@17.3.2", + "data": { + "version": "17.3.2", + "packageName": "@nrwl/devkit", + "hash": "sha512-31wh7dDZPM1YUCfhhk/ioHnUeoPIlKYLFLW0fGdw76Ow2nmTqrmxha2m0CSIR1/9En9GpYut2IdUdNh9CctNlA==" + } + }, + "npm:@nrwl/eslint-plugin-nx": { + "type": "npm", + "name": "npm:@nrwl/eslint-plugin-nx", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/eslint-plugin-nx", + "hash": "sha512-urquS7aYwCnXeTqCVb7bpjfBkcvrm84igOP+S59rDhmw4sNxSbI0iFJrLwdVnO8oPFFP1BR4DMUYSWRvdP8NZQ==" + } + }, + "npm:@nrwl/jest": { + "type": "npm", + "name": "npm:@nrwl/jest", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/jest", + "hash": "sha512-21J8Rj7tEQFlMxQTYmt5VEyeWIuEN3VNAkTtTuFLM95KKYONhuFC0ppiYiy+RTA1R3RyTJZLyln/hqH74BPx/g==" + } + }, + "npm:@nrwl/js": { + "type": "npm", + "name": "npm:@nrwl/js", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/js", + "hash": "sha512-G+7nvAlfwnnlcPnoAhpcCrsOZTwa7hRd6WoqSrYuG/9Ge1NZ3H+rwvS5wX+bTKn8/hKHQdDuJUTomyOTpt1I1g==" + } + }, + "npm:@nrwl/tao": { + "type": "npm", + "name": "npm:@nrwl/tao", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/tao", + "hash": "sha512-MyGYeHbh9O4Tv9xmz3Du+/leY5sKUHaPy4ancfNyShHgYi21hemX0/YYjzzoYHi44D8GzSc1XG2rAuwba7Kilw==" + } + }, + "npm:@nrwl/tao@18.3.5": { + "type": "npm", + "name": "npm:@nrwl/tao@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nrwl/tao", + "hash": "sha512-gB7Vxa6FReZZEGva03Eh+84W8BSZOjsNyXboglOINu6d8iZZ0eotSXGziKgjpkj3feZ1ofKZMs0PRObVAOROVw==" + } + }, + "npm:@nrwl/workspace": { + "type": "npm", + "name": "npm:@nrwl/workspace", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/workspace", + "hash": "sha512-h/kMImLdX5NMg0lXB6PmYIxBYI6WU7ATcOI3tGl8z48HHfyfwu87vTQlxFi3jaZv2qj/mE5VFpd+tGADEPNvCw==" + } + }, + "npm:@nx/devkit": { + "type": "npm", + "name": "npm:@nx/devkit", + "data": { + "version": "19.3.0", + "packageName": "@nx/devkit", + "hash": "sha512-Natya5nzvHH0qTOIL1w/EZtwMgDx87Dgz0LgeY7te2fULaNFcj5fVrP+mUKEJZR+NccO7GPumT2RPhuEl9rPnQ==" + } + }, + "npm:@nx/devkit@17.2.7": { + "type": "npm", + "name": "npm:@nx/devkit@17.2.7", + "data": { + "version": "17.2.7", + "packageName": "@nx/devkit", + "hash": "sha512-RyJyFO5PkNhMrebpv93Bci6pRkrw6guyfX7Esl/5+O6UfN0ytnmaRIrbiVwftTQ6m/T08OWrJQHZMuByP0WWHQ==" + } + }, + "npm:@nx/devkit@17.3.2": { + "type": "npm", + "name": "npm:@nx/devkit@17.3.2", + "data": { + "version": "17.3.2", + "packageName": "@nx/devkit", + "hash": "sha512-gbOIhwrZKCSSFFbh6nE6LLCvAU7mhSdBSnRiS14YBwJJMu4CRJ0IcaFz58iXqGWZefMivKtkNFtx+zqwUC4ziw==" + } + }, + "npm:@nx/eslint": { + "type": "npm", + "name": "npm:@nx/eslint", + "data": { + "version": "19.3.0", + "packageName": "@nx/eslint", + "hash": "sha512-x4SrQMnLnX+jM7KGsj+ReOvEHo5S0chLPfJhf0KFnXnzWoWcrq18z0lZ33JaAWWBsjexozDTld2wHj7nkvcjCg==" + } + }, + "npm:@nx/eslint-plugin": { + "type": "npm", + "name": "npm:@nx/eslint-plugin", + "data": { + "version": "19.3.0", + "packageName": "@nx/eslint-plugin", + "hash": "sha512-NZ966Wy4mF34lLi+QOgY9mpOiiAL5UiJ+QqOZcg22QIVz0zPY5HbtbYDZTu8OmR4O/S+3ylguaP1O1P2xiYMBQ==" + } + }, + "npm:@nx/jest": { + "type": "npm", + "name": "npm:@nx/jest", + "data": { + "version": "19.3.0", + "packageName": "@nx/jest", + "hash": "sha512-XgtMw7QHD1wni3EZd3YS4UgoskRZh264tJf/8QRQ8XxWJCFjNM3IEQHDUycIt09Vzz5rql5NwuZ9ct9CNZveNw==" + } + }, + "npm:@nx/js": { + "type": "npm", + "name": "npm:@nx/js", + "data": { + "version": "19.3.0", + "packageName": "@nx/js", + "hash": "sha512-bZuV8sXR5kZ2FJzqnjSZqWs21W7AlZKgjzYB7Rt1u1ap4KcVR32NNAUVFjnTuI1A/6rhO39IShTyMhswnBV9qA==" + } + }, + "npm:ts-node@10.9.1": { + "type": "npm", + "name": "npm:ts-node@10.9.1", + "data": { + "version": "10.9.1", + "packageName": "ts-node", + "hash": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==" + } + }, + "npm:ts-node": { + "type": "npm", + "name": "npm:ts-node", + "data": { + "version": "10.9.2", + "packageName": "ts-node", + "hash": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" + } + }, + "npm:@nx/linter": { + "type": "npm", + "name": "npm:@nx/linter", + "data": { + "version": "19.3.0", + "packageName": "@nx/linter", + "hash": "sha512-+bpDyXjHBTuVHvbQ7m2hG86m1jJNAPOmnoad/2ZPoQM4LjBTOW8M7s2upZPewjnAJs8Fv02281mO+ORbhW7L9A==" + } + }, + "npm:@nx/nx-darwin-arm64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-TMTxjrN7Y/UsKFjmz0YfhVItLTGWqvud8cmQchw5NEjdNakfjXk0mREufO5/5PwoiRIsen6MbThoTprLpjOUiQ==" + } + }, + "npm:@nx/nx-darwin-arm64@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-4I5UpZ/x2WO9OQyETXKjaYhXiZKUTYcLPewruRMODWu6lgTM9hHci0SqMQB+TWe3f80K8VT8J8x3+uJjvllGlg==" + } + }, + "npm:@nx/nx-darwin-x64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==" + } + }, + "npm:@nx/nx-darwin-x64@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-Drn6jOG237AD/s6OWPt06bsMj0coGKA5Ce1y5gfLhptOGk4S4UPE/Ay5YCjq+/yhTo1gDHzCHxH0uW2X9MN9Fg==" + } + }, + "npm:@nx/nx-freebsd-x64": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==" + } + }, + "npm:@nx/nx-freebsd-x64@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-8tA8Yw0Iir4liFjffIFS5THTS3TtWY/No2tkVj91gwy/QQ/otvKbOyc5RCIPpbZU6GS3ZWfG92VyCSm06dtMFg==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-BrPGAHM9FCGkB9/hbvlJhe+qtjmvpjIjYixGIlUxL3gGc8E/ucTyCnz5pRFFPFQlBM7Z/9XmbHvGPoUi/LYn5A==" + } + }, + "npm:@nx/nx-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==" + } + }, + "npm:@nx/nx-linux-arm64-gnu@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-/Xd0Q3LBgJeigJqXC/Jck/9l5b+fK+FCM0nRFMXgPXrhZPhoxWouFkoYl2F1Ofr+AQf4jup4DkVTB5r98uxSCA==" + } + }, + "npm:@nx/nx-linux-arm64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==" + } + }, + "npm:@nx/nx-linux-arm64-musl@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-r18qd7pUrl1haAZ/e9Q+xaFTsLJnxGARQcf/Y76q+K2psKmiUXoRlqd3HAOw43KTllaUJ5HkzLq2pIwg3p+xBw==" + } + }, + "npm:@nx/nx-linux-x64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==" + } + }, + "npm:@nx/nx-linux-x64-gnu@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-vYrikG6ff4I9cvr3Ysk3y3gjQ9cDcvr3iAr+4qqcQ4qVE+OLL2++JDS6xfPvG/TbS3GTQpyy2STRBwiHgxTeJw==" + } + }, + "npm:@nx/nx-linux-x64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==" + } + }, + "npm:@nx/nx-linux-x64-musl@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-6np86lcYy3+x6kkW/HrBHIdNWbUu/MIsvMuNH5UXgyFs60l5Z7Cocay2f7WOaAbTLVAr0W7p4RxRPamHLRwWFA==" + } + }, + "npm:@nx/nx-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==" + } + }, + "npm:@nx/nx-win32-arm64-msvc@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-H3p2ZVhHV1WQWTICrQUTplOkNId0y3c23X3A2fXXFDbWSBs0UgW7m55LhMcA9p0XZ7wDHgh+yFtVgu55TXLjug==" + } + }, + "npm:@nx/nx-win32-x64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==" + } + }, + "npm:@nx/nx-win32-x64-msvc@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==" + } + }, + "npm:@nx/workspace": { + "type": "npm", + "name": "npm:@nx/workspace", + "data": { + "version": "19.3.0", + "packageName": "@nx/workspace", + "hash": "sha512-mhhQIXPGOysg/1vqGnXzwB3ODckpwi2OxQm4x4R1rX8tnS7I4+K2MZFyQzpa13vPf4h4Y4yxdDUl+TfZa7lVhQ==" + } + }, + "npm:@octokit/auth-token": { + "type": "npm", + "name": "npm:@octokit/auth-token", + "data": { + "version": "3.0.4", + "packageName": "@octokit/auth-token", + "hash": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==" + } + }, + "npm:@octokit/core": { + "type": "npm", + "name": "npm:@octokit/core", + "data": { + "version": "4.2.4", + "packageName": "@octokit/core", + "hash": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==" + } + }, + "npm:@octokit/endpoint": { + "type": "npm", + "name": "npm:@octokit/endpoint", + "data": { + "version": "7.0.6", + "packageName": "@octokit/endpoint", + "hash": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==" + } + }, + "npm:@octokit/graphql": { + "type": "npm", + "name": "npm:@octokit/graphql", + "data": { + "version": "5.0.6", + "packageName": "@octokit/graphql", + "hash": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==" + } + }, + "npm:@octokit/openapi-types": { + "type": "npm", + "name": "npm:@octokit/openapi-types", + "data": { + "version": "18.1.1", + "packageName": "@octokit/openapi-types", + "hash": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==" + } + }, + "npm:@octokit/plugin-paginate-rest": { + "type": "npm", + "name": "npm:@octokit/plugin-paginate-rest", + "data": { + "version": "6.1.2", + "packageName": "@octokit/plugin-paginate-rest", + "hash": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==" + } + }, + "npm:@octokit/plugin-retry": { + "type": "npm", + "name": "npm:@octokit/plugin-retry", + "data": { + "version": "4.1.6", + "packageName": "@octokit/plugin-retry", + "hash": "sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==" + } + }, + "npm:@octokit/plugin-throttling": { + "type": "npm", + "name": "npm:@octokit/plugin-throttling", + "data": { + "version": "5.2.3", + "packageName": "@octokit/plugin-throttling", + "hash": "sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q==" + } + }, + "npm:@octokit/request": { + "type": "npm", + "name": "npm:@octokit/request", + "data": { + "version": "6.2.8", + "packageName": "@octokit/request", + "hash": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==" + } + }, + "npm:@octokit/request-error": { + "type": "npm", + "name": "npm:@octokit/request-error", + "data": { + "version": "3.0.3", + "packageName": "@octokit/request-error", + "hash": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==" + } + }, + "npm:@octokit/tsconfig": { + "type": "npm", + "name": "npm:@octokit/tsconfig", + "data": { + "version": "1.0.2", + "packageName": "@octokit/tsconfig", + "hash": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==" + } + }, + "npm:@octokit/types": { + "type": "npm", + "name": "npm:@octokit/types", + "data": { + "version": "9.3.2", + "packageName": "@octokit/types", + "hash": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==" + } + }, + "npm:@phenomnomnominal/tsquery": { + "type": "npm", + "name": "npm:@phenomnomnominal/tsquery", + "data": { + "version": "5.0.1", + "packageName": "@phenomnomnominal/tsquery", + "hash": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==" + } + }, + "npm:@pkgr/core": { + "type": "npm", + "name": "npm:@pkgr/core", + "data": { + "version": "0.1.1", + "packageName": "@pkgr/core", + "hash": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==" + } + }, + "npm:@pnpm/config.env-replace": { + "type": "npm", + "name": "npm:@pnpm/config.env-replace", + "data": { + "version": "1.1.0", + "packageName": "@pnpm/config.env-replace", + "hash": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==" + } + }, + "npm:@pnpm/network.ca-file": { + "type": "npm", + "name": "npm:@pnpm/network.ca-file", + "data": { + "version": "1.0.2", + "packageName": "@pnpm/network.ca-file", + "hash": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==" + } + }, + "npm:graceful-fs@4.2.10": { + "type": "npm", + "name": "npm:graceful-fs@4.2.10", + "data": { + "version": "4.2.10", + "packageName": "graceful-fs", + "hash": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + } + }, + "npm:graceful-fs": { + "type": "npm", + "name": "npm:graceful-fs", + "data": { + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + } + }, + "npm:@pnpm/npm-conf": { + "type": "npm", + "name": "npm:@pnpm/npm-conf", + "data": { + "version": "2.2.2", + "packageName": "@pnpm/npm-conf", + "hash": "sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==" + } + }, + "npm:@semantic-release/changelog": { + "type": "npm", + "name": "npm:@semantic-release/changelog", + "data": { + "version": "6.0.3", + "packageName": "@semantic-release/changelog", + "hash": "sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==" + } + }, + "npm:@semantic-release/commit-analyzer": { + "type": "npm", + "name": "npm:@semantic-release/commit-analyzer", + "data": { + "version": "9.0.2", + "packageName": "@semantic-release/commit-analyzer", + "hash": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==" + } + }, + "npm:conventional-changelog-angular@5.0.13": { + "type": "npm", + "name": "npm:conventional-changelog-angular@5.0.13", + "data": { + "version": "5.0.13", + "packageName": "conventional-changelog-angular", + "hash": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==" + } + }, + "npm:conventional-changelog-angular": { + "type": "npm", + "name": "npm:conventional-changelog-angular", + "data": { + "version": "7.0.0", + "packageName": "conventional-changelog-angular", + "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" + } + }, + "npm:conventional-commits-parser@3.2.4": { + "type": "npm", + "name": "npm:conventional-commits-parser@3.2.4", + "data": { + "version": "3.2.4", + "packageName": "conventional-commits-parser", + "hash": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==" + } + }, + "npm:conventional-commits-parser": { + "type": "npm", + "name": "npm:conventional-commits-parser", + "data": { + "version": "5.0.0", + "packageName": "conventional-commits-parser", + "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" + } + }, + "npm:hosted-git-info@4.1.0": { + "type": "npm", + "name": "npm:hosted-git-info@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "hosted-git-info", + "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + } + }, + "npm:hosted-git-info": { + "type": "npm", + "name": "npm:hosted-git-info", + "data": { + "version": "7.0.2", + "packageName": "hosted-git-info", + "hash": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==" + } + }, + "npm:hosted-git-info@2.8.9": { + "type": "npm", + "name": "npm:hosted-git-info@2.8.9", + "data": { + "version": "2.8.9", + "packageName": "hosted-git-info", + "hash": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" + } + }, + "npm:hosted-git-info@5.2.1": { + "type": "npm", + "name": "npm:hosted-git-info@5.2.1", + "data": { + "version": "5.2.1", + "packageName": "hosted-git-info", + "hash": "14981662620184114485" + } + }, + "npm:hosted-git-info@6.1.1": { + "type": "npm", + "name": "npm:hosted-git-info@6.1.1", + "data": { + "version": "6.1.1", + "packageName": "hosted-git-info", + "hash": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==" + } + }, + "npm:is-text-path@1.0.1": { + "type": "npm", + "name": "npm:is-text-path@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "is-text-path", + "hash": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==" + } + }, + "npm:is-text-path": { + "type": "npm", + "name": "npm:is-text-path", + "data": { + "version": "2.0.0", + "packageName": "is-text-path", + "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" + } + }, + "npm:lru-cache@6.0.0": { + "type": "npm", + "name": "npm:lru-cache@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "lru-cache", + "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + } + }, + "npm:lru-cache@10.2.2": { + "type": "npm", + "name": "npm:lru-cache@10.2.2", + "data": { + "version": "10.2.2", + "packageName": "lru-cache", + "hash": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==" + } + }, + "npm:lru-cache": { + "type": "npm", + "name": "npm:lru-cache", + "data": { + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + } + }, + "npm:lru-cache@7.13.2": { + "type": "npm", + "name": "npm:lru-cache@7.13.2", + "data": { + "version": "7.13.2", + "packageName": "lru-cache", + "hash": "11543116538070505902" + } + }, + "npm:lru-cache@7.18.3": { + "type": "npm", + "name": "npm:lru-cache@7.18.3", + "data": { + "version": "7.18.3", + "packageName": "lru-cache", + "hash": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" + } + }, + "npm:meow@8.1.2": { + "type": "npm", + "name": "npm:meow@8.1.2", + "data": { + "version": "8.1.2", + "packageName": "meow", + "hash": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==" + } + }, + "npm:meow": { + "type": "npm", + "name": "npm:meow", + "data": { + "version": "12.1.1", + "packageName": "meow", + "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" + } + }, + "npm:normalize-package-data@3.0.3": { + "type": "npm", + "name": "npm:normalize-package-data@3.0.3", + "data": { + "version": "3.0.3", + "packageName": "normalize-package-data", + "hash": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "2.5.0", + "packageName": "normalize-package-data", + "hash": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" + } + }, + "npm:normalize-package-data@4.0.1": { + "type": "npm", + "name": "npm:normalize-package-data@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "normalize-package-data", + "hash": "12514966604427251838" + } + }, + "npm:read-pkg-up@7.0.1": { + "type": "npm", + "name": "npm:read-pkg-up@7.0.1", + "data": { + "version": "7.0.1", + "packageName": "read-pkg-up", + "hash": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" + } + }, + "npm:read-pkg-up": { + "type": "npm", + "name": "npm:read-pkg-up", + "data": { + "version": "9.1.0", + "packageName": "read-pkg-up", + "hash": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==" + } + }, + "npm:split2@3.2.2": { + "type": "npm", + "name": "npm:split2@3.2.2", + "data": { + "version": "3.2.2", + "packageName": "split2", + "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + } + }, + "npm:split2@1.0.0": { + "type": "npm", + "name": "npm:split2@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "split2", + "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + } + }, + "npm:split2": { + "type": "npm", + "name": "npm:split2", + "data": { + "version": "4.2.0", + "packageName": "split2", + "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + } + }, + "npm:text-extensions@1.9.0": { + "type": "npm", + "name": "npm:text-extensions@1.9.0", + "data": { + "version": "1.9.0", + "packageName": "text-extensions", + "hash": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==" + } + }, + "npm:text-extensions": { + "type": "npm", + "name": "npm:text-extensions", + "data": { + "version": "2.4.0", + "packageName": "text-extensions", + "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + } + }, + "npm:yallist@4.0.0": { + "type": "npm", + "name": "npm:yallist@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "yallist", + "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "npm:yallist": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:yargs-parser@20.2.9": { + "type": "npm", + "name": "npm:yargs-parser@20.2.9", + "data": { + "version": "20.2.9", + "packageName": "yargs-parser", + "hash": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" + } + }, + "npm:yargs-parser": { + "type": "npm", + "name": "npm:yargs-parser", + "data": { + "version": "21.1.1", + "packageName": "yargs-parser", + "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + } + }, + "npm:@semantic-release/error": { + "type": "npm", + "name": "npm:@semantic-release/error", + "data": { + "version": "3.0.0", + "packageName": "@semantic-release/error", + "hash": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==" + } + }, + "npm:@semantic-release/exec": { + "type": "npm", + "name": "npm:@semantic-release/exec", + "data": { + "version": "6.0.3", + "packageName": "@semantic-release/exec", + "hash": "sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==" + } + }, + "npm:execa@5.1.1": { + "type": "npm", + "name": "npm:execa@5.1.1", + "data": { + "version": "5.1.1", + "packageName": "execa", + "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" + } + }, + "npm:execa@6.1.0": { + "type": "npm", + "name": "npm:execa@6.1.0", + "data": { + "version": "6.1.0", + "packageName": "execa", + "hash": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==" + } + }, + "npm:execa": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + } + }, + "npm:get-stream@6.0.1": { + "type": "npm", + "name": "npm:get-stream@6.0.1", + "data": { + "version": "6.0.1", + "packageName": "get-stream", + "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" + } + }, + "npm:get-stream": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + } + }, + "npm:human-signals@2.1.0": { + "type": "npm", + "name": "npm:human-signals@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "human-signals", + "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" + } + }, + "npm:human-signals@3.0.1": { + "type": "npm", + "name": "npm:human-signals@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "human-signals", + "hash": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==" + } + }, + "npm:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + } + }, + "npm:is-stream@2.0.1": { + "type": "npm", + "name": "npm:is-stream@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", + "data": { + "version": "4.0.0", + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:onetime@5.1.2": { + "type": "npm", + "name": "npm:onetime@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "npm:onetime": { + "type": "npm", + "name": "npm:onetime", + "data": { + "version": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:signal-exit@3.0.7": { + "type": "npm", + "name": "npm:signal-exit@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:strip-final-newline@2.0.0": { + "type": "npm", + "name": "npm:strip-final-newline@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:@semantic-release/git": { + "type": "npm", + "name": "npm:@semantic-release/git", + "data": { + "version": "10.0.1", + "packageName": "@semantic-release/git", + "hash": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==" + } + }, + "npm:@semantic-release/github": { + "type": "npm", + "name": "npm:@semantic-release/github", + "data": { + "version": "8.1.0", + "packageName": "@semantic-release/github", + "hash": "sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg==" + } + }, + "npm:@semantic-release/npm": { + "type": "npm", + "name": "npm:@semantic-release/npm", + "data": { + "version": "9.0.2", + "packageName": "@semantic-release/npm", + "hash": "sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==" + } + }, + "npm:@semantic-release/release-notes-generator": { + "type": "npm", + "name": "npm:@semantic-release/release-notes-generator", + "data": { + "version": "10.0.3", + "packageName": "@semantic-release/release-notes-generator", + "hash": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==" + } + }, + "npm:@sinclair/typebox": { + "type": "npm", + "name": "npm:@sinclair/typebox", + "data": { + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + } + }, + "npm:@sinonjs/commons": { + "type": "npm", + "name": "npm:@sinonjs/commons", + "data": { + "version": "3.0.1", + "packageName": "@sinonjs/commons", + "hash": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" + } + }, + "npm:@sinonjs/fake-timers": { + "type": "npm", + "name": "npm:@sinonjs/fake-timers", + "data": { + "version": "10.3.0", + "packageName": "@sinonjs/fake-timers", + "hash": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" + } + }, + "npm:@smithy/abort-controller": { + "type": "npm", + "name": "npm:@smithy/abort-controller", + "data": { + "version": "3.0.1", + "packageName": "@smithy/abort-controller", + "hash": "sha512-Jb7jg4E+C+uvrUQi+h9kbILY6ts6fglKZzseMCHlH9ayq+1f5QdpYf8MV/xppuiN6DAMJAmwGz53GwP3213dmA==" + } + }, + "npm:@smithy/config-resolver": { + "type": "npm", + "name": "npm:@smithy/config-resolver", + "data": { + "version": "3.0.2", + "packageName": "@smithy/config-resolver", + "hash": "sha512-wUyG6ezpp2sWAvfqmSYTROwFUmJqKV78GLf55WODrosBcT0BAMd9bOLO4HRhynWBgAobPml2cF9ZOdgCe00r+g==" + } + }, + "npm:@smithy/core": { + "type": "npm", + "name": "npm:@smithy/core", + "data": { + "version": "2.2.1", + "packageName": "@smithy/core", + "hash": "sha512-R8Pzrr2v2oGUoj4CTZtKPr87lVtBsz7IUBGhSwS1kc6Cj0yPwNdYbkzhFsxhoDE9+BPl09VN/6rFsW9GJzWnBA==" + } + }, + "npm:@smithy/credential-provider-imds": { + "type": "npm", + "name": "npm:@smithy/credential-provider-imds", + "data": { + "version": "3.1.1", + "packageName": "@smithy/credential-provider-imds", + "hash": "sha512-htndP0LwHdE3R3Nam9ZyVWhwPYOmD4xCL79kqvNxy8u/bv0huuy574CSiRY4cvEICgimv8jlVfLeZ7zZqbnB2g==" + } + }, + "npm:@smithy/fetch-http-handler": { + "type": "npm", + "name": "npm:@smithy/fetch-http-handler", + "data": { + "version": "3.0.2", + "packageName": "@smithy/fetch-http-handler", + "hash": "sha512-0nW6tLK0b7EqSsfKvnOmZCgJqnodBAnvqcrlC5dotKfklLedPTRGsQamSVbVDWyuU/QGg+YbZDJUQ0CUufJXZQ==" + } + }, + "npm:@smithy/hash-node": { + "type": "npm", + "name": "npm:@smithy/hash-node", + "data": { + "version": "3.0.1", + "packageName": "@smithy/hash-node", + "hash": "sha512-w2ncjgk2EYO2+WhAsSQA8owzoOSY7IL1qVytlwpnL1pFGWTjIoIh5nROkEKXY51unB63bMGZqDiVoXaFbyKDlg==" + } + }, + "npm:@smithy/invalid-dependency": { + "type": "npm", + "name": "npm:@smithy/invalid-dependency", + "data": { + "version": "3.0.1", + "packageName": "@smithy/invalid-dependency", + "hash": "sha512-RSNF/32BKygXKKMyS7koyuAq1rcdW5p5c4EFa77QenBFze9As+JiRnV9OWBh2cB/ejGZalEZjvIrMLHwJl7aGA==" + } + }, + "npm:@smithy/is-array-buffer": { + "type": "npm", + "name": "npm:@smithy/is-array-buffer", + "data": { + "version": "3.0.0", + "packageName": "@smithy/is-array-buffer", + "hash": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==" + } + }, + "npm:@smithy/middleware-content-length": { + "type": "npm", + "name": "npm:@smithy/middleware-content-length", + "data": { + "version": "3.0.1", + "packageName": "@smithy/middleware-content-length", + "hash": "sha512-6QdK/VbrCfXD5/QolE2W/ok6VqxD+SM28Ds8iSlEHXZwv4buLsvWyvoEEy0322K/g5uFgPzBmZjGqesTmPL+yQ==" + } + }, + "npm:@smithy/middleware-endpoint": { + "type": "npm", + "name": "npm:@smithy/middleware-endpoint", + "data": { + "version": "3.0.2", + "packageName": "@smithy/middleware-endpoint", + "hash": "sha512-gWEaGYB3Bei17Oiy/F2IlUPpBazNXImytoOdJ1xbrUOaJKAOiUhx8/4FOnYLLJHdAwa9PlvJ2ULda2f/Dnwi9w==" + } + }, + "npm:@smithy/middleware-retry": { + "type": "npm", + "name": "npm:@smithy/middleware-retry", + "data": { + "version": "3.0.4", + "packageName": "@smithy/middleware-retry", + "hash": "sha512-Tu+FggbLNF5G9L6Wi8o32Mg4bhlBInWlhhaFKyytGRnkfxGopxFVXJQn7sjZdFYJyTz6RZZa06tnlvavUgtoVg==" + } + }, + "npm:@smithy/middleware-serde": { + "type": "npm", + "name": "npm:@smithy/middleware-serde", + "data": { + "version": "3.0.1", + "packageName": "@smithy/middleware-serde", + "hash": "sha512-ak6H/ZRN05r5+SR0/IUc5zOSyh2qp3HReg1KkrnaSLXmncy9lwOjNqybX4L4x55/e5mtVDn1uf/gQ6bw5neJPw==" + } + }, + "npm:@smithy/middleware-stack": { + "type": "npm", + "name": "npm:@smithy/middleware-stack", + "data": { + "version": "3.0.1", + "packageName": "@smithy/middleware-stack", + "hash": "sha512-fS5uT//y1SlBdkzIvgmWQ9FufwMXrHSSbuR25ygMy1CRDIZkcBMoF4oTMYNfR9kBlVBcVzlv7joFdNrFuQirPA==" + } + }, + "npm:@smithy/node-config-provider": { + "type": "npm", + "name": "npm:@smithy/node-config-provider", + "data": { + "version": "3.1.1", + "packageName": "@smithy/node-config-provider", + "hash": "sha512-z5G7+ysL4yUtMghUd2zrLkecu0mTfnYlt5dR76g/HsFqf7evFazwiZP1ag2EJenGxNBDwDM5g8nm11NPogiUVA==" + } + }, + "npm:@smithy/node-http-handler": { + "type": "npm", + "name": "npm:@smithy/node-http-handler", + "data": { + "version": "3.0.1", + "packageName": "@smithy/node-http-handler", + "hash": "sha512-hlBI6MuREA4o1wBMEt+QNhUzoDtFFvwR6ecufimlx9D79jPybE/r8kNorphXOi91PgSO9S2fxRjcKCLk7Jw8zA==" + } + }, + "npm:@smithy/property-provider": { + "type": "npm", + "name": "npm:@smithy/property-provider", + "data": { + "version": "3.1.1", + "packageName": "@smithy/property-provider", + "hash": "sha512-YknOMZcQkB5on+MU0DvbToCmT2YPtTETMXW0D3+/Iln7ezT+Zm1GMHhCW1dOH/X/+LkkQD9aXEoCX/B10s4Xdw==" + } + }, + "npm:@smithy/protocol-http": { + "type": "npm", + "name": "npm:@smithy/protocol-http", + "data": { + "version": "4.0.1", + "packageName": "@smithy/protocol-http", + "hash": "sha512-eBhm9zwcFPEazc654c0BEWtxYAzrw+OhoSf5pkwKzfftWKXRoqEhwOE2Pvn30v0iAdo7Mfsfb6pi1NnZlGCMpg==" + } + }, + "npm:@smithy/querystring-builder": { + "type": "npm", + "name": "npm:@smithy/querystring-builder", + "data": { + "version": "3.0.1", + "packageName": "@smithy/querystring-builder", + "hash": "sha512-vKitpnG/2KOMVlx3x1S3FkBH075EROG3wcrcDaNerQNh8yuqnSL23btCD2UyX4i4lpPzNW6VFdxbn2Z25b/g5Q==" + } + }, + "npm:@smithy/querystring-parser": { + "type": "npm", + "name": "npm:@smithy/querystring-parser", + "data": { + "version": "3.0.1", + "packageName": "@smithy/querystring-parser", + "hash": "sha512-Qt8DMC05lVS8NcQx94lfVbZSX+2Ym7032b/JR8AlboAa/D669kPzqb35dkjkvAG6+NWmUchef3ENtrD6F+5n8Q==" + } + }, + "npm:@smithy/service-error-classification": { + "type": "npm", + "name": "npm:@smithy/service-error-classification", + "data": { + "version": "3.0.1", + "packageName": "@smithy/service-error-classification", + "hash": "sha512-ubFUvIePjDCyIzZ+pLETqNC6KXJ/fc6g+/baqel7Zf6kJI/kZKgjwkCI7zbUhoUuOZ/4eA/87YasVu40b/B4bA==" + } + }, + "npm:@smithy/shared-ini-file-loader": { + "type": "npm", + "name": "npm:@smithy/shared-ini-file-loader", + "data": { + "version": "3.1.1", + "packageName": "@smithy/shared-ini-file-loader", + "hash": "sha512-nD6tXIX2126/P9e3wqRY1bm9dTtPZwRDyjVOd18G28o+1UOG+kOVgUwujE795HslSuPlEgqzsH5sgNP1hDjj9g==" + } + }, + "npm:@smithy/signature-v4": { + "type": "npm", + "name": "npm:@smithy/signature-v4", + "data": { + "version": "3.0.1", + "packageName": "@smithy/signature-v4", + "hash": "sha512-ARAmD+E7j6TIEhKLjSZxdzs7wceINTMJRN2BXPM09BiUmJhkXAF1ZZtDXH6fhlk7oehBZeh37wGiPOqtdKjLeg==" + } + }, + "npm:@smithy/smithy-client": { + "type": "npm", + "name": "npm:@smithy/smithy-client", + "data": { + "version": "3.1.2", + "packageName": "@smithy/smithy-client", + "hash": "sha512-f3eQpczBOFUtdT/ptw2WpUKu1qH1K7xrssrSiHYtd9TuLXkvFqb88l9mz9FHeUVNSUxSnkW1anJnw6rLwUKzQQ==" + } + }, + "npm:@smithy/types": { + "type": "npm", + "name": "npm:@smithy/types", + "data": { + "version": "3.1.0", + "packageName": "@smithy/types", + "hash": "sha512-qi4SeCVOUPjhSSZrxxB/mB8DrmuSFUcJnD9KXjuP+7C3LV/KFV4kpuUSH3OHDZgQB9TEH/1sO/Fq/5HyaK9MPw==" + } + }, + "npm:@smithy/url-parser": { + "type": "npm", + "name": "npm:@smithy/url-parser", + "data": { + "version": "3.0.1", + "packageName": "@smithy/url-parser", + "hash": "sha512-G140IlNFlzYWVCedC4E2d6NycM1dCUbe5CnsGW1hmGt4hYKiGOw0v7lVru9WAn5T2w09QEjl4fOESWjGmCvVmg==" + } + }, + "npm:@smithy/util-base64": { + "type": "npm", + "name": "npm:@smithy/util-base64", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-base64", + "hash": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==" + } + }, + "npm:@smithy/util-body-length-browser": { + "type": "npm", + "name": "npm:@smithy/util-body-length-browser", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-body-length-browser", + "hash": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==" + } + }, + "npm:@smithy/util-body-length-node": { + "type": "npm", + "name": "npm:@smithy/util-body-length-node", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-body-length-node", + "hash": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==" + } + }, + "npm:@smithy/util-buffer-from": { + "type": "npm", + "name": "npm:@smithy/util-buffer-from", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-buffer-from", + "hash": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==" + } + }, + "npm:@smithy/util-config-provider": { + "type": "npm", + "name": "npm:@smithy/util-config-provider", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-config-provider", + "hash": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==" + } + }, + "npm:@smithy/util-defaults-mode-browser": { + "type": "npm", + "name": "npm:@smithy/util-defaults-mode-browser", + "data": { + "version": "3.0.4", + "packageName": "@smithy/util-defaults-mode-browser", + "hash": "sha512-sXtin3Mue3A3xo4+XkozpgPptgmRwvNPOqTvb3ANGTCzzoQgAPBNjpE+aXCINaeSMXwHmv7E2oEn2vWdID+SAQ==" + } + }, + "npm:@smithy/util-defaults-mode-node": { + "type": "npm", + "name": "npm:@smithy/util-defaults-mode-node", + "data": { + "version": "3.0.4", + "packageName": "@smithy/util-defaults-mode-node", + "hash": "sha512-CUF6TyxLh3CgBRVYgZNOPDfzHQjeQr0vyALR6/DkQkOm7rNfGEzW1BRFi88C73pndmfvoiIT7ochuT76OPz9Dw==" + } + }, + "npm:@smithy/util-endpoints": { + "type": "npm", + "name": "npm:@smithy/util-endpoints", + "data": { + "version": "2.0.2", + "packageName": "@smithy/util-endpoints", + "hash": "sha512-4zFOcBFQvifd2LSD4a1dKvfIWWwh4sWNtS3oZ7mpob/qPPmJseqKB148iT+hWCDsG//TmI+8vjYPgZdvnkYlTg==" + } + }, + "npm:@smithy/util-hex-encoding": { + "type": "npm", + "name": "npm:@smithy/util-hex-encoding", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-hex-encoding", + "hash": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==" + } + }, + "npm:@smithy/util-middleware": { + "type": "npm", + "name": "npm:@smithy/util-middleware", + "data": { + "version": "3.0.1", + "packageName": "@smithy/util-middleware", + "hash": "sha512-WRODCQtUsO7vIvfrdxS8RFPeLKcewYtaCglZsBsedIKSUGIIvMlZT5oh+pCe72I+1L+OjnZuqRNpN2LKhWA4KQ==" + } + }, + "npm:@smithy/util-retry": { + "type": "npm", + "name": "npm:@smithy/util-retry", + "data": { + "version": "3.0.1", + "packageName": "@smithy/util-retry", + "hash": "sha512-5lRtYm+8fNFEUTdqZXg5M4ppVp40rMIJfR1TpbHAhKQgPIDpWT+iYMaqgnwEbtpi9U1smyUOPv5Sg+M1neOBgw==" + } + }, + "npm:@smithy/util-stream": { + "type": "npm", + "name": "npm:@smithy/util-stream", + "data": { + "version": "3.0.2", + "packageName": "@smithy/util-stream", + "hash": "sha512-n5Obp5AnlI6qHo8sbupwrcpBe6vFp4qkl0SRNuExKPNrH3ABAMG2ZszRTIUIv2b4AsFrCO+qiy4uH1Q3z1dxTA==" + } + }, + "npm:@smithy/util-uri-escape": { + "type": "npm", + "name": "npm:@smithy/util-uri-escape", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-uri-escape", + "hash": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==" + } + }, + "npm:@smithy/util-utf8": { + "type": "npm", + "name": "npm:@smithy/util-utf8", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-utf8", + "hash": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==" + } + }, + "npm:@swc-node/core": { + "type": "npm", + "name": "npm:@swc-node/core", + "data": { + "version": "1.13.1", + "packageName": "@swc-node/core", + "hash": "sha512-emB5l2nZsXjUEAuusqjYvWnQMLWZp6K039Mv8aq5SX1rsNM/N7DNhw1i4/DX7AyzNZ0tT+ASWyTvqEURldp5HA==" + } + }, + "npm:@swc-node/register": { + "type": "npm", + "name": "npm:@swc-node/register", + "data": { + "version": "1.9.2", + "packageName": "@swc-node/register", + "hash": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==" + } + }, + "npm:@swc-node/sourcemap-support": { + "type": "npm", + "name": "npm:@swc-node/sourcemap-support", + "data": { + "version": "0.5.0", + "packageName": "@swc-node/sourcemap-support", + "hash": "sha512-fbhjL5G0YvFoWwNhWleuBUfotiX+USiA9oJqu9STFw+Hb0Cgnddn+HVS/K5fI45mn92e8V+cHD2jgFjk4w2T9Q==" + } + }, + "npm:source-map-support@0.5.21": { + "type": "npm", + "name": "npm:source-map-support@0.5.21", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:source-map-support@0.5.13": { + "type": "npm", + "name": "npm:source-map-support@0.5.13", + "data": { + "version": "0.5.13", + "packageName": "source-map-support", + "hash": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.19", + "packageName": "source-map-support", + "hash": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" + } + }, + "npm:@swc/core": { + "type": "npm", + "name": "npm:@swc/core", + "data": { + "version": "1.4.17", + "packageName": "@swc/core", + "hash": "sha512-tq+mdWvodMBNBBZbwFIMTVGYHe9N7zvEaycVVjfvAx20k1XozHbHhRv+9pEVFJjwRxLdXmtvFZd3QZHRAOpoNQ==" + } + }, + "npm:@swc/core-darwin-arm64": { + "type": "npm", + "name": "npm:@swc/core-darwin-arm64", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-darwin-arm64", + "hash": "sha512-HVl+W4LezoqHBAYg2JCqR+s9ife9yPfgWSj37iIawLWzOmuuJ7jVdIB7Ee2B75bEisSEKyxRlTl6Y1Oq3owBgw==" + } + }, + "npm:@swc/core-darwin-x64": { + "type": "npm", + "name": "npm:@swc/core-darwin-x64", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-darwin-x64", + "hash": "sha512-WYRO9Fdzq4S/he8zjW5I95G1zcvyd9yyD3Tgi4/ic84P5XDlSMpBDpBLbr/dCPjmSg7aUXxNQqKqGkl6dQxYlA==" + } + }, + "npm:@swc/core-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@swc/core-linux-arm-gnueabihf", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-arm-gnueabihf", + "hash": "sha512-cgbvpWOvtMH0XFjvwppUCR+Y+nf6QPaGu6AQ5hqCP+5Lv2zO5PG0RfasC4zBIjF53xgwEaaWmGP5/361P30X8Q==" + } + }, + "npm:@swc/core-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@swc/core-linux-arm64-gnu", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-arm64-gnu", + "hash": "sha512-l7zHgaIY24cF9dyQ/FOWbmZDsEj2a9gRFbmgx2u19e3FzOPuOnaopFj0fRYXXKCmtdx+anD750iBIYnTR+pq/Q==" + } + }, + "npm:@swc/core-linux-arm64-musl": { + "type": "npm", + "name": "npm:@swc/core-linux-arm64-musl", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-arm64-musl", + "hash": "sha512-qhH4gr9gAlVk8MBtzXbzTP3BJyqbAfUOATGkyUtohh85fPXQYuzVlbExix3FZXTwFHNidGHY8C+ocscI7uDaYw==" + } + }, + "npm:@swc/core-linux-x64-gnu": { + "type": "npm", + "name": "npm:@swc/core-linux-x64-gnu", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-x64-gnu", + "hash": "sha512-vRDFATL1oN5oZMImkwbgSHEkp8xG1ofEASBypze01W1Tqto8t+yo6gsp69wzCZBlxldsvPpvFZW55Jq0Rn+UnA==" + } + }, + "npm:@swc/core-linux-x64-musl": { + "type": "npm", + "name": "npm:@swc/core-linux-x64-musl", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-x64-musl", + "hash": "sha512-zQNPXAXn3nmPqv54JVEN8k2JMEcMTQ6veVuU0p5O+A7KscJq+AGle/7ZQXzpXSfUCXlLMX4wvd+rwfGhh3J4cw==" + } + }, + "npm:@swc/core-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@swc/core-win32-arm64-msvc", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-win32-arm64-msvc", + "hash": "sha512-z86n7EhOwyzxwm+DLE5NoLkxCTme2lq7QZlDjbQyfCxOt6isWz8rkW5QowTX8w9Rdmk34ncrjSLvnHOeLY17+w==" + } + }, + "npm:@swc/core-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@swc/core-win32-ia32-msvc", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-win32-ia32-msvc", + "hash": "sha512-JBwuSTJIgiJJX6wtr4wmXbfvOswHFj223AumUrK544QV69k60FJ9q2adPW9Csk+a8wm1hLxq4HKa2K334UHJ/g==" + } + }, + "npm:@swc/core-win32-x64-msvc": { + "type": "npm", + "name": "npm:@swc/core-win32-x64-msvc", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-win32-x64-msvc", + "hash": "sha512-jFkOnGQamtVDBm3MF5Kq1lgW8vx4Rm1UvJWRUfg+0gx7Uc3Jp3QMFeMNw/rDNQYRDYPG3yunCC+2463ycd5+dg==" + } + }, + "npm:@swc/counter": { + "type": "npm", + "name": "npm:@swc/counter", + "data": { + "version": "0.1.3", + "packageName": "@swc/counter", + "hash": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" + } + }, + "npm:@swc/helpers": { + "type": "npm", + "name": "npm:@swc/helpers", + "data": { + "version": "0.5.11", + "packageName": "@swc/helpers", + "hash": "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==" + } + }, + "npm:@swc/types": { + "type": "npm", + "name": "npm:@swc/types", + "data": { + "version": "0.1.8", + "packageName": "@swc/types", + "hash": "sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==" + } + }, + "npm:@theunderscorer/nx-semantic-release": { + "type": "npm", + "name": "npm:@theunderscorer/nx-semantic-release", + "data": { + "version": "2.11.0", + "packageName": "@theunderscorer/nx-semantic-release", + "hash": "sha512-pUyRdSSaNHexXdO2xfAS7xFlwnE9XoUd7q17uzh4dkc+VLSHs2Cw6cqUttiUs8N5uVV0tOCtpfxMqSQ9ho8vbw==" + } + }, + "npm:@zkochan/js-yaml@0.0.6": { + "type": "npm", + "name": "npm:@zkochan/js-yaml@0.0.6", + "data": { + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + } + }, + "npm:@zkochan/js-yaml": { + "type": "npm", + "name": "npm:@zkochan/js-yaml", + "data": { + "version": "0.0.7", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==" + } + }, + "npm:cosmiconfig@7.1.0": { + "type": "npm", + "name": "npm:cosmiconfig@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "cosmiconfig", + "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" + } + }, + "npm:cosmiconfig@6.0.0": { + "type": "npm", + "name": "npm:cosmiconfig@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "cosmiconfig", + "hash": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==" + } + }, + "npm:cosmiconfig": { + "type": "npm", + "name": "npm:cosmiconfig", + "data": { + "version": "9.0.0", + "packageName": "cosmiconfig", + "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" + } + }, + "npm:cosmiconfig@8.3.6": { + "type": "npm", + "name": "npm:cosmiconfig@8.3.6", + "data": { + "version": "8.3.6", + "packageName": "cosmiconfig", + "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" + } + }, + "npm:nx@18.3.5": { + "type": "npm", + "name": "npm:nx@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "nx", + "hash": "sha512-wWcvwoTgiT5okdrG0RIWm1tepC17bDmSpw+MrOxnjfBjARQNTURkiq4U6cxjCVsCxNHxCrlAaBSQLZeBgJZTzQ==" + } + }, + "npm:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "19.3.0", + "packageName": "nx", + "hash": "sha512-WILWiROUkZWwuPJ12tP24Z0NULPEhxFN9i55/fECuVXYaFtkg6FvEne9C4d4bRqhZPcbrz6WhHnzE3NhdjH7XQ==" + } + }, + "npm:@tsconfig/node10": { + "type": "npm", + "name": "npm:@tsconfig/node10", + "data": { + "version": "1.0.11", + "packageName": "@tsconfig/node10", + "hash": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==" + } + }, + "npm:@tsconfig/node12": { + "type": "npm", + "name": "npm:@tsconfig/node12", + "data": { + "version": "1.0.11", + "packageName": "@tsconfig/node12", + "hash": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" + } + }, + "npm:@tsconfig/node14": { + "type": "npm", + "name": "npm:@tsconfig/node14", + "data": { + "version": "1.0.3", + "packageName": "@tsconfig/node14", + "hash": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" + } + }, + "npm:@tsconfig/node16": { + "type": "npm", + "name": "npm:@tsconfig/node16", + "data": { + "version": "1.0.4", + "packageName": "@tsconfig/node16", + "hash": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" + } + }, + "npm:@types/babel__core": { + "type": "npm", + "name": "npm:@types/babel__core", + "data": { + "version": "7.20.5", + "packageName": "@types/babel__core", + "hash": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" + } + }, + "npm:@types/babel__generator": { + "type": "npm", + "name": "npm:@types/babel__generator", + "data": { + "version": "7.6.8", + "packageName": "@types/babel__generator", + "hash": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" + } + }, + "npm:@types/babel__template": { + "type": "npm", + "name": "npm:@types/babel__template", + "data": { + "version": "7.4.4", + "packageName": "@types/babel__template", + "hash": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" + } + }, + "npm:@types/babel__traverse": { + "type": "npm", + "name": "npm:@types/babel__traverse", + "data": { + "version": "7.20.6", + "packageName": "@types/babel__traverse", + "hash": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" + } + }, + "npm:@types/conventional-commits-parser": { + "type": "npm", + "name": "npm:@types/conventional-commits-parser", + "data": { + "version": "5.0.0", + "packageName": "@types/conventional-commits-parser", + "hash": "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==" + } + }, + "npm:@types/fs-extra": { + "type": "npm", + "name": "npm:@types/fs-extra", + "data": { + "version": "8.1.5", + "packageName": "@types/fs-extra", + "hash": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==" + } + }, + "npm:@types/graceful-fs": { + "type": "npm", + "name": "npm:@types/graceful-fs", + "data": { + "version": "4.1.9", + "packageName": "@types/graceful-fs", + "hash": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" + } + }, + "npm:@types/istanbul-lib-coverage": { + "type": "npm", + "name": "npm:@types/istanbul-lib-coverage", + "data": { + "version": "2.0.6", + "packageName": "@types/istanbul-lib-coverage", + "hash": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" + } + }, + "npm:@types/istanbul-lib-report": { + "type": "npm", + "name": "npm:@types/istanbul-lib-report", + "data": { + "version": "3.0.3", + "packageName": "@types/istanbul-lib-report", + "hash": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" + } + }, + "npm:@types/istanbul-reports": { + "type": "npm", + "name": "npm:@types/istanbul-reports", + "data": { + "version": "3.0.4", + "packageName": "@types/istanbul-reports", + "hash": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" + } + }, + "npm:@types/jest": { + "type": "npm", + "name": "npm:@types/jest", + "data": { + "version": "29.5.12", + "packageName": "@types/jest", + "hash": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==" + } + }, + "npm:@types/json-schema": { + "type": "npm", + "name": "npm:@types/json-schema", + "data": { + "version": "7.0.15", + "packageName": "@types/json-schema", + "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + } + }, + "npm:@types/jsonwebtoken": { + "type": "npm", + "name": "npm:@types/jsonwebtoken", + "data": { + "version": "9.0.6", + "packageName": "@types/jsonwebtoken", + "hash": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==" + } + }, + "npm:@types/minimist": { + "type": "npm", + "name": "npm:@types/minimist", + "data": { + "version": "1.2.5", + "packageName": "@types/minimist", + "hash": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==" + } + }, + "npm:@types/normalize-package-data": { + "type": "npm", + "name": "npm:@types/normalize-package-data", + "data": { + "version": "2.4.4", + "packageName": "@types/normalize-package-data", + "hash": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" + } + }, + "npm:@types/parse-json": { + "type": "npm", + "name": "npm:@types/parse-json", + "data": { + "version": "4.0.2", + "packageName": "@types/parse-json", + "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + } + }, + "npm:@types/qs": { + "type": "npm", + "name": "npm:@types/qs", + "data": { + "version": "6.9.15", + "packageName": "@types/qs", + "hash": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==" + } + }, + "npm:@types/semver": { + "type": "npm", + "name": "npm:@types/semver", + "data": { + "version": "7.5.8", + "packageName": "@types/semver", + "hash": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" + } + }, + "npm:@types/stack-utils": { + "type": "npm", + "name": "npm:@types/stack-utils", + "data": { + "version": "2.0.3", + "packageName": "@types/stack-utils", + "hash": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" + } + }, + "npm:@types/uuid": { + "type": "npm", + "name": "npm:@types/uuid", + "data": { + "version": "9.0.8", + "packageName": "@types/uuid", + "hash": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" + } + }, + "npm:@types/ws": { + "type": "npm", + "name": "npm:@types/ws", + "data": { + "version": "8.5.10", + "packageName": "@types/ws", + "hash": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==" + } + }, + "npm:@types/yargs": { + "type": "npm", + "name": "npm:@types/yargs", + "data": { + "version": "17.0.32", + "packageName": "@types/yargs", + "hash": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==" + } + }, + "npm:@types/yargs-parser": { + "type": "npm", + "name": "npm:@types/yargs-parser", + "data": { + "version": "21.0.3", + "packageName": "@types/yargs-parser", + "hash": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" + } + }, + "npm:@typescript-eslint/type-utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==" + } + }, + "npm:@typescript-eslint/type-utils": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==" + } + }, + "npm:@typescript-eslint/type-utils@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "13750514750753439562" + } + }, + "npm:@typescript-eslint/utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==" + } + }, + "npm:@typescript-eslint/utils": { + "type": "npm", + "name": "npm:@typescript-eslint/utils", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==" + } + }, + "npm:@typescript-eslint/utils@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/utils@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/utils", + "hash": "17758495784516303502" + } + }, + "npm:@ungap/structured-clone": { + "type": "npm", + "name": "npm:@ungap/structured-clone", + "data": { + "version": "1.2.0", + "packageName": "@ungap/structured-clone", + "hash": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" + } + }, + "npm:@xmldom/xmldom": { + "type": "npm", + "name": "npm:@xmldom/xmldom", + "data": { + "version": "0.8.10", + "packageName": "@xmldom/xmldom", + "hash": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==" + } + }, + "npm:@yarnpkg/lockfile": { + "type": "npm", + "name": "npm:@yarnpkg/lockfile", + "data": { + "version": "1.1.0", + "packageName": "@yarnpkg/lockfile", + "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" + } + }, + "npm:@yarnpkg/parsers": { + "type": "npm", + "name": "npm:@yarnpkg/parsers", + "data": { + "version": "3.0.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + } + }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.12.0", + "packageName": "acorn", + "hash": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==" + } + }, + "npm:acorn-jsx": { + "type": "npm", + "name": "npm:acorn-jsx", + "data": { + "version": "5.3.2", + "packageName": "acorn-jsx", + "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" + } + }, + "npm:acorn-walk": { + "type": "npm", + "name": "npm:acorn-walk", + "data": { + "version": "8.3.3", + "packageName": "acorn-walk", + "hash": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==" + } + }, + "npm:address": { + "type": "npm", + "name": "npm:address", + "data": { + "version": "1.2.2", + "packageName": "address", + "hash": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" + } + }, + "npm:agent-base": { + "type": "npm", + "name": "npm:agent-base", + "data": { + "version": "7.1.1", + "packageName": "agent-base", + "hash": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==" + } + }, + "npm:agent-base@6.0.2": { + "type": "npm", + "name": "npm:agent-base@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "agent-base", + "hash": "16845317847392310944" + } + }, + "npm:aggregate-error": { + "type": "npm", + "name": "npm:aggregate-error", + "data": { + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + } + }, + "npm:aggregate-error@4.0.1": { + "type": "npm", + "name": "npm:aggregate-error@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "aggregate-error", + "hash": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==" + } + }, + "npm:ansi-colors": { + "type": "npm", + "name": "npm:ansi-colors", + "data": { + "version": "4.1.3", + "packageName": "ansi-colors", + "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + } + }, + "npm:ansi-escapes": { + "type": "npm", + "name": "npm:ansi-escapes", + "data": { + "version": "4.3.2", + "packageName": "ansi-escapes", + "hash": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" + } + }, + "npm:ansi-escapes@6.2.1": { + "type": "npm", + "name": "npm:ansi-escapes@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "ansi-escapes", + "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" + } + }, + "npm:ansi-regex": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "npm:ansicolors": { + "type": "npm", + "name": "npm:ansicolors", + "data": { + "version": "0.3.2", + "packageName": "ansicolors", + "hash": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==" + } + }, + "npm:anymatch": { + "type": "npm", + "name": "npm:anymatch", + "data": { + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + } + }, + "npm:arg": { + "type": "npm", + "name": "npm:arg", + "data": { + "version": "4.1.3", + "packageName": "arg", + "hash": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + } + }, + "npm:argv-formatter": { + "type": "npm", + "name": "npm:argv-formatter", + "data": { + "version": "1.0.0", + "packageName": "argv-formatter", + "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" + } + }, + "npm:array-buffer-byte-length": { + "type": "npm", + "name": "npm:array-buffer-byte-length", + "data": { + "version": "1.0.1", + "packageName": "array-buffer-byte-length", + "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" + } + }, + "npm:array-ify": { + "type": "npm", + "name": "npm:array-ify", + "data": { + "version": "1.0.0", + "packageName": "array-ify", + "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" + } + }, + "npm:array-union": { + "type": "npm", + "name": "npm:array-union", + "data": { + "version": "2.1.0", + "packageName": "array-union", + "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + } + }, + "npm:arraybuffer.prototype.slice": { + "type": "npm", + "name": "npm:arraybuffer.prototype.slice", + "data": { + "version": "1.0.3", + "packageName": "arraybuffer.prototype.slice", + "hash": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==" + } + }, + "npm:arrify": { + "type": "npm", + "name": "npm:arrify", + "data": { + "version": "1.0.1", + "packageName": "arrify", + "hash": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" + } + }, + "npm:async": { + "type": "npm", + "name": "npm:async", + "data": { + "version": "3.2.5", + "packageName": "async", + "hash": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + } + }, + "npm:asynckit": { + "type": "npm", + "name": "npm:asynckit", + "data": { + "version": "0.4.0", + "packageName": "asynckit", + "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + } + }, + "npm:available-typed-arrays": { + "type": "npm", + "name": "npm:available-typed-arrays", + "data": { + "version": "1.0.7", + "packageName": "available-typed-arrays", + "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" + } + }, + "npm:aws-crt": { + "type": "npm", + "name": "npm:aws-crt", + "data": { + "version": "1.21.3", + "packageName": "aws-crt", + "hash": "sha512-oaiP5zoPkXwbM9T3nwSgq6CBZWx0501iefLPg12FODniIgqGMyzbMXHYC+fxbCoP5SOQVmCwtAfbNuIG5bFENg==" + } + }, + "npm:buffer@6.0.3": { + "type": "npm", + "name": "npm:buffer@6.0.3", + "data": { + "version": "6.0.3", + "packageName": "buffer", + "hash": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" + } + }, + "npm:buffer": { + "type": "npm", + "name": "npm:buffer", + "data": { + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + } + }, + "npm:aws-iot-device-sdk-v2": { + "type": "npm", + "name": "npm:aws-iot-device-sdk-v2", + "data": { + "version": "1.19.5", + "packageName": "aws-iot-device-sdk-v2", + "hash": "sha512-G/aJyt2CB3R2rgtg4Znv4JnTWacdAV+MP4ZEqrD2WJcZ36fY39z/vaci2IhxxKIg6R6ld8pE4cv2VQukeKEiuw==" + } + }, + "npm:axios": { + "type": "npm", + "name": "npm:axios", + "data": { + "version": "1.7.2", + "packageName": "axios", + "hash": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==" + } + }, + "npm:axios-retry": { + "type": "npm", + "name": "npm:axios-retry", + "data": { + "version": "4.4.0", + "packageName": "axios-retry", + "hash": "sha512-yewTKjzl6jSgc+2M7FCJ3LxRGgL1iiXHcj+E6h6xie6H1mTHr7yqaUroWIvVXG1UKSPwGDXxV05YxtGvrD6Paw==" + } + }, + "npm:babel-jest": { + "type": "npm", + "name": "npm:babel-jest", + "data": { + "version": "29.7.0", + "packageName": "babel-jest", + "hash": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" + } + }, + "npm:babel-plugin-const-enum": { + "type": "npm", + "name": "npm:babel-plugin-const-enum", + "data": { + "version": "1.2.0", + "packageName": "babel-plugin-const-enum", + "hash": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==" + } + }, + "npm:babel-plugin-istanbul": { + "type": "npm", + "name": "npm:babel-plugin-istanbul", + "data": { + "version": "6.1.1", + "packageName": "babel-plugin-istanbul", + "hash": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" + } + }, + "npm:istanbul-lib-instrument@5.2.1": { + "type": "npm", + "name": "npm:istanbul-lib-instrument@5.2.1", + "data": { + "version": "5.2.1", + "packageName": "istanbul-lib-instrument", + "hash": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" + } + }, + "npm:istanbul-lib-instrument": { + "type": "npm", + "name": "npm:istanbul-lib-instrument", + "data": { + "version": "6.0.2", + "packageName": "istanbul-lib-instrument", + "hash": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==" + } + }, + "npm:babel-plugin-jest-hoist": { + "type": "npm", + "name": "npm:babel-plugin-jest-hoist", + "data": { + "version": "29.6.3", + "packageName": "babel-plugin-jest-hoist", + "hash": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" + } + }, + "npm:babel-plugin-macros": { + "type": "npm", + "name": "npm:babel-plugin-macros", + "data": { + "version": "2.8.0", + "packageName": "babel-plugin-macros", + "hash": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==" + } + }, + "npm:babel-plugin-macros@3.1.0": { + "type": "npm", + "name": "npm:babel-plugin-macros@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "babel-plugin-macros", + "hash": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" + } + }, + "npm:babel-plugin-polyfill-corejs2": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs2", + "data": { + "version": "0.4.11", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==" + } + }, + "npm:babel-plugin-polyfill-corejs3": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3", + "data": { + "version": "0.10.4", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" + } + }, + "npm:babel-plugin-polyfill-regenerator": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-regenerator", + "data": { + "version": "0.6.2", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==" + } + }, + "npm:babel-plugin-transform-typescript-metadata": { + "type": "npm", + "name": "npm:babel-plugin-transform-typescript-metadata", + "data": { + "version": "0.3.2", + "packageName": "babel-plugin-transform-typescript-metadata", + "hash": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==" + } + }, + "npm:babel-preset-current-node-syntax": { + "type": "npm", + "name": "npm:babel-preset-current-node-syntax", + "data": { + "version": "1.0.1", + "packageName": "babel-preset-current-node-syntax", + "hash": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==" + } + }, + "npm:babel-preset-jest": { + "type": "npm", + "name": "npm:babel-preset-jest", + "data": { + "version": "29.6.3", + "packageName": "babel-preset-jest", + "hash": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" + } + }, + "npm:balanced-match": { + "type": "npm", + "name": "npm:balanced-match", + "data": { + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + }, + "npm:base64-js": { + "type": "npm", + "name": "npm:base64-js", + "data": { + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + } + }, + "npm:before-after-hook": { + "type": "npm", + "name": "npm:before-after-hook", + "data": { + "version": "2.2.3", + "packageName": "before-after-hook", + "hash": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" + } + }, + "npm:binary-extensions": { + "type": "npm", + "name": "npm:binary-extensions", + "data": { + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + } + }, + "npm:binary-extensions@2.2.0": { + "type": "npm", + "name": "npm:binary-extensions@2.2.0", + "data": { + "version": "2.2.0", + "packageName": "binary-extensions", + "hash": "18015193373323543453" + } + }, + "npm:bl": { + "type": "npm", + "name": "npm:bl", + "data": { + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + } + }, + "npm:bottleneck": { + "type": "npm", + "name": "npm:bottleneck", + "data": { + "version": "2.19.5", + "packageName": "bottleneck", + "hash": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" + } + }, + "npm:bowser": { + "type": "npm", + "name": "npm:bowser", + "data": { + "version": "2.11.0", + "packageName": "bowser", + "hash": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" + } + }, + "npm:braces": { + "type": "npm", + "name": "npm:braces", + "data": { + "version": "3.0.3", + "packageName": "braces", + "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" + } + }, + "npm:browserslist": { + "type": "npm", + "name": "npm:browserslist", + "data": { + "version": "4.23.1", + "packageName": "browserslist", + "hash": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==" + } + }, + "npm:bs-logger": { + "type": "npm", + "name": "npm:bs-logger", + "data": { + "version": "0.2.6", + "packageName": "bs-logger", + "hash": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==" + } + }, + "npm:bser": { + "type": "npm", + "name": "npm:bser", + "data": { + "version": "2.1.1", + "packageName": "bser", + "hash": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" + } + }, + "npm:buffer-equal-constant-time": { + "type": "npm", + "name": "npm:buffer-equal-constant-time", + "data": { + "version": "1.0.1", + "packageName": "buffer-equal-constant-time", + "hash": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" + } + }, + "npm:buffer-from": { + "type": "npm", + "name": "npm:buffer-from", + "data": { + "version": "1.1.2", + "packageName": "buffer-from", + "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + } + }, + "npm:call-bind": { + "type": "npm", + "name": "npm:call-bind", + "data": { + "version": "1.0.7", + "packageName": "call-bind", + "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" + } + }, + "npm:callsites": { + "type": "npm", + "name": "npm:callsites", + "data": { + "version": "3.1.0", + "packageName": "callsites", + "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + } + }, + "npm:camelcase": { + "type": "npm", + "name": "npm:camelcase", + "data": { + "version": "5.3.1", + "packageName": "camelcase", + "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + } + }, + "npm:camelcase@6.3.0": { + "type": "npm", + "name": "npm:camelcase@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "camelcase", + "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + } + }, + "npm:camelcase-keys": { + "type": "npm", + "name": "npm:camelcase-keys", + "data": { + "version": "6.2.2", + "packageName": "camelcase-keys", + "hash": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==" + } + }, + "npm:caniuse-lite": { + "type": "npm", + "name": "npm:caniuse-lite", + "data": { + "version": "1.0.30001634", + "packageName": "caniuse-lite", + "hash": "sha512-fbBYXQ9q3+yp1q1gBk86tOFs4pyn/yxFm5ZNP18OXJDfA3txImOY9PhfxVggZ4vRHDqoU8NrKU81eN0OtzOgRA==" + } + }, + "npm:cardinal": { + "type": "npm", + "name": "npm:cardinal", + "data": { + "version": "2.1.1", + "packageName": "cardinal", + "hash": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==" + } + }, + "npm:case": { + "type": "npm", + "name": "npm:case", + "data": { + "version": "1.6.3", + "packageName": "case", + "hash": "sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==" + } + }, + "npm:char-regex": { + "type": "npm", + "name": "npm:char-regex", + "data": { + "version": "1.0.2", + "packageName": "char-regex", + "hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" + } + }, + "npm:chokidar": { + "type": "npm", + "name": "npm:chokidar", + "data": { + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + } + }, + "npm:glob-parent@5.1.2": { + "type": "npm", + "name": "npm:glob-parent@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "6.0.2", + "packageName": "glob-parent", + "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" + } + }, + "npm:ci-info": { + "type": "npm", + "name": "npm:ci-info", + "data": { + "version": "3.9.0", + "packageName": "ci-info", + "hash": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" + } + }, + "npm:cjs-module-lexer": { + "type": "npm", + "name": "npm:cjs-module-lexer", + "data": { + "version": "1.3.1", + "packageName": "cjs-module-lexer", + "hash": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==" + } + }, + "npm:clean-stack": { + "type": "npm", + "name": "npm:clean-stack", + "data": { + "version": "2.2.0", + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + }, + "npm:clean-stack@4.2.0": { + "type": "npm", + "name": "npm:clean-stack@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "clean-stack", + "hash": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==" + } + }, + "npm:cli-cursor": { + "type": "npm", + "name": "npm:cli-cursor", + "data": { + "version": "3.1.0", + "packageName": "cli-cursor", + "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" + } + }, + "npm:cli-spinners": { + "type": "npm", + "name": "npm:cli-spinners", + "data": { + "version": "2.6.1", + "packageName": "cli-spinners", + "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + } + }, + "npm:cli-table3": { + "type": "npm", + "name": "npm:cli-table3", + "data": { + "version": "0.6.5", + "packageName": "cli-table3", + "hash": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==" + } + }, + "npm:cli-table3@0.6.2": { + "type": "npm", + "name": "npm:cli-table3@0.6.2", + "data": { + "version": "0.6.2", + "packageName": "cli-table3", + "hash": "12158113812826672299" + } + }, + "npm:cliui": { + "type": "npm", + "name": "npm:cliui", + "data": { + "version": "8.0.1", + "packageName": "cliui", + "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + } + }, + "npm:cliui@7.0.4": { + "type": "npm", + "name": "npm:cliui@7.0.4", + "data": { + "version": "7.0.4", + "packageName": "cliui", + "hash": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==" + } + }, + "npm:clone": { + "type": "npm", + "name": "npm:clone", + "data": { + "version": "2.1.2", + "packageName": "clone", + "hash": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" + } + }, + "npm:clone@1.0.4": { + "type": "npm", + "name": "npm:clone@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "clone", + "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + } + }, + "npm:co": { + "type": "npm", + "name": "npm:co", + "data": { + "version": "4.6.0", + "packageName": "co", + "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" + } + }, + "npm:codemaker": { + "type": "npm", + "name": "npm:codemaker", + "data": { + "version": "1.101.0", + "packageName": "codemaker", + "hash": "sha512-bAg+N4PA8mniJrCpTYFdaFmJA+3fE1Vjgf4o1EnPc07nw6qRcJsr/D9ZZoutEsvw7UM8OmZp4qZxVzpCqRhhQQ==" + } + }, + "npm:fs-extra@10.1.0": { + "type": "npm", + "name": "npm:fs-extra@10.1.0", + "data": { + "version": "10.1.0", + "packageName": "fs-extra", + "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + } + }, + "npm:fs-extra": { + "type": "npm", + "name": "npm:fs-extra", + "data": { + "version": "11.2.0", + "packageName": "fs-extra", + "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" + } + }, + "npm:fs-extra@8.1.0": { + "type": "npm", + "name": "npm:fs-extra@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "fs-extra", + "hash": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==" + } + }, + "npm:collect-v8-coverage": { + "type": "npm", + "name": "npm:collect-v8-coverage", + "data": { + "version": "1.0.2", + "packageName": "collect-v8-coverage", + "hash": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" + } + }, + "npm:colorette": { + "type": "npm", + "name": "npm:colorette", + "data": { + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + } + }, + "npm:columnify": { + "type": "npm", + "name": "npm:columnify", + "data": { + "version": "1.6.0", + "packageName": "columnify", + "hash": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==" + } + }, + "npm:combined-stream": { + "type": "npm", + "name": "npm:combined-stream", + "data": { + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + } + }, + "npm:commist": { + "type": "npm", + "name": "npm:commist", + "data": { + "version": "1.1.0", + "packageName": "commist", + "hash": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==" + } + }, + "npm:leven@2.1.0": { + "type": "npm", + "name": "npm:leven@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "leven", + "hash": "sha512-nvVPLpIHUxCUoRLrFqTgSxXJ614d8AgQoWl7zPe/2VadE8+1dpU3LBhowRuBAcuwruWtOdD8oYC9jDNJjXDPyA==" + } + }, + "npm:leven": { + "type": "npm", + "name": "npm:leven", + "data": { + "version": "3.1.0", + "packageName": "leven", + "hash": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" + } + }, + "npm:commonmark": { + "type": "npm", + "name": "npm:commonmark", + "data": { + "version": "0.31.0", + "packageName": "commonmark", + "hash": "sha512-nuDsQ34gjmgAqjyIz6mbRWBW/XPE9wsBempAMBk2V/AA88ekztjTM46oi07J6c6Y/2Y8TdYCZi9L0pIBt/oMZw==" + } + }, + "npm:compare-func": { + "type": "npm", + "name": "npm:compare-func", + "data": { + "version": "2.0.0", + "packageName": "compare-func", + "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" + } + }, + "npm:concat-map": { + "type": "npm", + "name": "npm:concat-map", + "data": { + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + } + }, + "npm:concat-stream": { + "type": "npm", + "name": "npm:concat-stream", + "data": { + "version": "2.0.0", + "packageName": "concat-stream", + "hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==" + } + }, + "npm:config-chain": { + "type": "npm", + "name": "npm:config-chain", + "data": { + "version": "1.1.13", + "packageName": "config-chain", + "hash": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==" + } + }, + "npm:ini@1.3.8": { + "type": "npm", + "name": "npm:ini@1.3.8", + "data": { + "version": "1.3.8", + "packageName": "ini", + "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + } + }, + "npm:ini": { + "type": "npm", + "name": "npm:ini", + "data": { + "version": "4.1.1", + "packageName": "ini", + "hash": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==" + } + }, + "npm:ini@3.0.1": { + "type": "npm", + "name": "npm:ini@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "ini", + "hash": "2631546307570937686" + } + }, + "npm:confusing-browser-globals": { + "type": "npm", + "name": "npm:confusing-browser-globals", + "data": { + "version": "1.0.11", + "packageName": "confusing-browser-globals", + "hash": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + } + }, + "npm:conventional-changelog-conventionalcommits": { + "type": "npm", + "name": "npm:conventional-changelog-conventionalcommits", + "data": { + "version": "7.0.2", + "packageName": "conventional-changelog-conventionalcommits", + "hash": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==" + } + }, + "npm:conventional-changelog-writer": { + "type": "npm", + "name": "npm:conventional-changelog-writer", + "data": { + "version": "5.0.1", + "packageName": "conventional-changelog-writer", + "hash": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==" + } + }, + "npm:conventional-commits-filter": { + "type": "npm", + "name": "npm:conventional-commits-filter", + "data": { + "version": "2.0.7", + "packageName": "conventional-commits-filter", + "hash": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==" + } + }, + "npm:convert-source-map": { + "type": "npm", + "name": "npm:convert-source-map", + "data": { + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + } + }, + "npm:core-js-compat": { + "type": "npm", + "name": "npm:core-js-compat", + "data": { + "version": "3.37.1", + "packageName": "core-js-compat", + "hash": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==" + } + }, + "npm:core-util-is": { + "type": "npm", + "name": "npm:core-util-is", + "data": { + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + } + }, + "npm:cosmiconfig-typescript-loader": { + "type": "npm", + "name": "npm:cosmiconfig-typescript-loader", + "data": { + "version": "5.0.0", + "packageName": "cosmiconfig-typescript-loader", + "hash": "sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==" + } + }, + "npm:create-jest": { + "type": "npm", + "name": "npm:create-jest", + "data": { + "version": "29.7.0", + "packageName": "create-jest", + "hash": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" + } + }, + "npm:create-require": { + "type": "npm", + "name": "npm:create-require", + "data": { + "version": "1.1.1", + "packageName": "create-require", + "hash": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" + } + }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.3", + "packageName": "cross-spawn", + "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + } + }, + "npm:crypto-js": { + "type": "npm", + "name": "npm:crypto-js", + "data": { + "version": "4.2.0", + "packageName": "crypto-js", + "hash": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" + } + }, + "npm:crypto-random-string": { + "type": "npm", + "name": "npm:crypto-random-string", + "data": { + "version": "2.0.0", + "packageName": "crypto-random-string", + "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + } + }, + "npm:d": { + "type": "npm", + "name": "npm:d", + "data": { + "version": "1.0.2", + "packageName": "d", + "hash": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==" + } + }, + "npm:dargs": { + "type": "npm", + "name": "npm:dargs", + "data": { + "version": "8.1.0", + "packageName": "dargs", + "hash": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==" + } + }, + "npm:data-view-buffer": { + "type": "npm", + "name": "npm:data-view-buffer", + "data": { + "version": "1.0.1", + "packageName": "data-view-buffer", + "hash": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==" + } + }, + "npm:data-view-byte-length": { + "type": "npm", + "name": "npm:data-view-byte-length", + "data": { + "version": "1.0.1", + "packageName": "data-view-byte-length", + "hash": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==" + } + }, + "npm:data-view-byte-offset": { + "type": "npm", + "name": "npm:data-view-byte-offset", + "data": { + "version": "1.0.0", + "packageName": "data-view-byte-offset", + "hash": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==" + } + }, + "npm:date-format": { + "type": "npm", + "name": "npm:date-format", + "data": { + "version": "4.0.14", + "packageName": "date-format", + "hash": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==" + } + }, + "npm:dateformat": { + "type": "npm", + "name": "npm:dateformat", + "data": { + "version": "3.0.3", + "packageName": "dateformat", + "hash": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==" + } + }, + "npm:debug": { + "type": "npm", + "name": "npm:debug", + "data": { + "version": "4.3.5", + "packageName": "debug", + "hash": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==" + } + }, + "npm:debug@4.3.4": { + "type": "npm", + "name": "npm:debug@4.3.4", + "data": { + "version": "4.3.4", + "packageName": "debug", + "hash": "1042538295202644163" + } + }, + "npm:decamelize": { + "type": "npm", + "name": "npm:decamelize", + "data": { + "version": "5.0.1", + "packageName": "decamelize", + "hash": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==" + } + }, + "npm:decamelize@1.2.0": { + "type": "npm", + "name": "npm:decamelize@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "decamelize", + "hash": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" + } + }, + "npm:decamelize-keys": { + "type": "npm", + "name": "npm:decamelize-keys", + "data": { + "version": "1.1.1", + "packageName": "decamelize-keys", + "hash": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==" + } + }, + "npm:map-obj@1.0.1": { + "type": "npm", + "name": "npm:map-obj@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "map-obj", + "hash": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==" + } + }, + "npm:map-obj": { + "type": "npm", + "name": "npm:map-obj", + "data": { + "version": "4.3.0", + "packageName": "map-obj", + "hash": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==" + } + }, + "npm:deep-extend": { + "type": "npm", + "name": "npm:deep-extend", + "data": { + "version": "0.6.0", + "packageName": "deep-extend", + "hash": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + } + }, + "npm:deep-is": { + "type": "npm", + "name": "npm:deep-is", + "data": { + "version": "0.1.4", + "packageName": "deep-is", + "hash": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + } + }, + "npm:deep-map": { + "type": "npm", + "name": "npm:deep-map", + "data": { + "version": "2.0.0", + "packageName": "deep-map", + "hash": "sha512-guIurpeZi1wiclCEEHpJmFx7Tr4gkmSBNcUpY67maP4BJeEa1JPVf9KXURcCI/cAHsvGtqVwQKI/X39rY735Rg==" + } + }, + "npm:deepmerge": { + "type": "npm", + "name": "npm:deepmerge", + "data": { + "version": "4.3.1", + "packageName": "deepmerge", + "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:defaults@1.0.3": { + "type": "npm", + "name": "npm:defaults@1.0.3", + "data": { + "version": "1.0.3", + "packageName": "defaults", + "hash": "2137950240232349323" + } + }, + "npm:define-data-property": { + "type": "npm", + "name": "npm:define-data-property", + "data": { + "version": "1.1.4", + "packageName": "define-data-property", + "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" + } + }, + "npm:define-lazy-prop": { + "type": "npm", + "name": "npm:define-lazy-prop", + "data": { + "version": "2.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + } + }, + "npm:define-properties": { + "type": "npm", + "name": "npm:define-properties", + "data": { + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + } + }, + "npm:del": { + "type": "npm", + "name": "npm:del", + "data": { + "version": "6.1.1", + "packageName": "del", + "hash": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==" + } + }, + "npm:p-map@4.0.0": { + "type": "npm", + "name": "npm:p-map@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "2.1.0", + "packageName": "p-map", + "hash": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + } + }, + "npm:delayed-stream": { + "type": "npm", + "name": "npm:delayed-stream", + "data": { + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + } + }, + "npm:deprecation": { + "type": "npm", + "name": "npm:deprecation", + "data": { + "version": "2.3.1", + "packageName": "deprecation", + "hash": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" + } + }, + "npm:detect-indent": { + "type": "npm", + "name": "npm:detect-indent", + "data": { + "version": "5.0.0", + "packageName": "detect-indent", + "hash": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==" + } + }, + "npm:detect-newline": { + "type": "npm", + "name": "npm:detect-newline", + "data": { + "version": "3.1.0", + "packageName": "detect-newline", + "hash": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" + } + }, + "npm:detect-newline@2.1.0": { + "type": "npm", + "name": "npm:detect-newline@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "detect-newline", + "hash": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==" + } + }, + "npm:detect-port": { + "type": "npm", + "name": "npm:detect-port", + "data": { + "version": "1.6.1", + "packageName": "detect-port", + "hash": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==" + } + }, + "npm:diff": { + "type": "npm", + "name": "npm:diff", + "data": { + "version": "4.0.2", + "packageName": "diff", + "hash": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + }, + "npm:diff@5.1.0": { + "type": "npm", + "name": "npm:diff@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "diff", + "hash": "14595041656651737167" + } + }, + "npm:diff-sequences": { + "type": "npm", + "name": "npm:diff-sequences", + "data": { + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + } + }, + "npm:dir-glob": { + "type": "npm", + "name": "npm:dir-glob", + "data": { + "version": "3.0.1", + "packageName": "dir-glob", + "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" + } + }, + "npm:doctrine": { + "type": "npm", + "name": "npm:doctrine", + "data": { + "version": "3.0.0", + "packageName": "doctrine", + "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" + } + }, + "npm:dot-prop": { + "type": "npm", + "name": "npm:dot-prop", + "data": { + "version": "5.3.0", + "packageName": "dot-prop", + "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + } + }, + "npm:dotenv": { + "type": "npm", + "name": "npm:dotenv", + "data": { + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + } + }, + "npm:dotenv-expand": { + "type": "npm", + "name": "npm:dotenv-expand", + "data": { + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + } + }, + "npm:downlevel-dts": { + "type": "npm", + "name": "npm:downlevel-dts", + "data": { + "version": "0.11.0", + "packageName": "downlevel-dts", + "hash": "sha512-vo835pntK7kzYStk7xUHDifiYJvXxVhUapt85uk2AI94gUUAQX9HNRtrcMHNSc3YHJUEHGbYIGsM99uIbgAtxw==" + } + }, + "npm:duplexer": { + "type": "npm", + "name": "npm:duplexer", + "data": { + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + } + }, + "npm:duplexer2": { + "type": "npm", + "name": "npm:duplexer2", + "data": { + "version": "0.1.4", + "packageName": "duplexer2", + "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" + } + }, + "npm:duplexify": { + "type": "npm", + "name": "npm:duplexify", + "data": { + "version": "3.7.1", + "packageName": "duplexify", + "hash": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==" + } + }, + "npm:duplexify@4.1.3": { + "type": "npm", + "name": "npm:duplexify@4.1.3", + "data": { + "version": "4.1.3", + "packageName": "duplexify", + "hash": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==" + } + }, + "npm:ecdsa-sig-formatter": { + "type": "npm", + "name": "npm:ecdsa-sig-formatter", + "data": { + "version": "1.0.11", + "packageName": "ecdsa-sig-formatter", + "hash": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" + } + }, + "npm:ejs": { + "type": "npm", + "name": "npm:ejs", + "data": { + "version": "3.1.10", + "packageName": "ejs", + "hash": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" + } + }, + "npm:electron-to-chromium": { + "type": "npm", + "name": "npm:electron-to-chromium", + "data": { + "version": "1.4.802", + "packageName": "electron-to-chromium", + "hash": "sha512-TnTMUATbgNdPXVSHsxvNVSG0uEd6cSZsANjm8c9HbvflZVVn1yTRcmVXYT1Ma95/ssB/Dcd30AHweH2TE+dNpA==" + } + }, + "npm:emittery": { + "type": "npm", + "name": "npm:emittery", + "data": { + "version": "0.13.1", + "packageName": "emittery", + "hash": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" + } + }, + "npm:emoji-regex": { + "type": "npm", + "name": "npm:emoji-regex", + "data": { + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } + }, + "npm:end-of-stream": { + "type": "npm", + "name": "npm:end-of-stream", + "data": { + "version": "1.4.4", + "packageName": "end-of-stream", + "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + } + }, + "npm:enquirer": { + "type": "npm", + "name": "npm:enquirer", + "data": { + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + } + }, + "npm:entities": { + "type": "npm", + "name": "npm:entities", + "data": { + "version": "3.0.1", + "packageName": "entities", + "hash": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==" + } + }, + "npm:env-ci": { + "type": "npm", + "name": "npm:env-ci", + "data": { + "version": "8.0.0", + "packageName": "env-ci", + "hash": "sha512-W+3BqGZozFua9MPeXpmTm5eYEBtGgL76jGu/pwMVp/L8PdECSCEWaIp7d4Mw7kuUrbUldK0oV0bNd6ZZjLiMiA==" + } + }, + "npm:npm-run-path@5.3.0": { + "type": "npm", + "name": "npm:npm-run-path@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:path-key@4.0.0": { + "type": "npm", + "name": "npm:path-key@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-key", + "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + } + }, + "npm:path-key": { + "type": "npm", + "name": "npm:path-key", + "data": { + "version": "3.1.1", + "packageName": "path-key", + "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + } + }, + "npm:env-paths": { + "type": "npm", + "name": "npm:env-paths", + "data": { + "version": "2.2.1", + "packageName": "env-paths", + "hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" + } + }, + "npm:error-ex": { + "type": "npm", + "name": "npm:error-ex", + "data": { + "version": "1.3.2", + "packageName": "error-ex", + "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + } + }, + "npm:es-abstract": { + "type": "npm", + "name": "npm:es-abstract", + "data": { + "version": "1.23.3", + "packageName": "es-abstract", + "hash": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==" + } + }, + "npm:es-define-property": { + "type": "npm", + "name": "npm:es-define-property", + "data": { + "version": "1.0.0", + "packageName": "es-define-property", + "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" + } + }, + "npm:es-errors": { + "type": "npm", + "name": "npm:es-errors", + "data": { + "version": "1.3.0", + "packageName": "es-errors", + "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + } + }, + "npm:es-object-atoms": { + "type": "npm", + "name": "npm:es-object-atoms", + "data": { + "version": "1.0.0", + "packageName": "es-object-atoms", + "hash": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" + } + }, + "npm:es-set-tostringtag": { + "type": "npm", + "name": "npm:es-set-tostringtag", + "data": { + "version": "2.0.3", + "packageName": "es-set-tostringtag", + "hash": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==" + } + }, + "npm:es-to-primitive": { + "type": "npm", + "name": "npm:es-to-primitive", + "data": { + "version": "1.2.1", + "packageName": "es-to-primitive", + "hash": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" + } + }, + "npm:es5-ext": { + "type": "npm", + "name": "npm:es5-ext", + "data": { + "version": "0.10.64", + "packageName": "es5-ext", + "hash": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==" + } + }, + "npm:es6-iterator": { + "type": "npm", + "name": "npm:es6-iterator", + "data": { + "version": "2.0.3", + "packageName": "es6-iterator", + "hash": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==" + } + }, + "npm:es6-symbol": { + "type": "npm", + "name": "npm:es6-symbol", + "data": { + "version": "3.1.4", + "packageName": "es6-symbol", + "hash": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==" + } + }, + "npm:es6-weak-map": { + "type": "npm", + "name": "npm:es6-weak-map", + "data": { + "version": "2.0.3", + "packageName": "es6-weak-map", + "hash": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==" + } + }, + "npm:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.21.5", + "packageName": "esbuild", + "hash": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" + } + }, + "npm:esbuild-plugin-copy": { + "type": "npm", + "name": "npm:esbuild-plugin-copy", + "data": { + "version": "2.1.1", + "packageName": "esbuild-plugin-copy", + "hash": "sha512-Bk66jpevTcV8KMFzZI1P7MZKZ+uDcrZm2G2egZ2jNIvVnivDpodZI+/KnpL3Jnap0PBdIHU7HwFGB8r+vV5CVw==" + } + }, + "npm:escalade": { + "type": "npm", + "name": "npm:escalade", + "data": { + "version": "3.1.2", + "packageName": "escalade", + "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" + } + }, + "npm:eslint": { + "type": "npm", + "name": "npm:eslint", + "data": { + "version": "8.57.0", + "packageName": "eslint", + "hash": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" + } + }, + "npm:eslint-config-prettier": { + "type": "npm", + "name": "npm:eslint-config-prettier", + "data": { + "version": "9.1.0", + "packageName": "eslint-config-prettier", + "hash": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" + } + }, + "npm:eslint-plugin-prettier": { + "type": "npm", + "name": "npm:eslint-plugin-prettier", + "data": { + "version": "5.1.3", + "packageName": "eslint-plugin-prettier", + "hash": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==" + } + }, + "npm:eslint-scope": { + "type": "npm", + "name": "npm:eslint-scope", + "data": { + "version": "7.2.2", + "packageName": "eslint-scope", + "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" + } + }, + "npm:eslint-visitor-keys": { + "type": "npm", + "name": "npm:eslint-visitor-keys", + "data": { + "version": "3.4.3", + "packageName": "eslint-visitor-keys", + "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" + } + }, + "npm:esniff": { + "type": "npm", + "name": "npm:esniff", + "data": { + "version": "2.0.1", + "packageName": "esniff", + "hash": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==" + } + }, + "npm:espree": { + "type": "npm", + "name": "npm:espree", + "data": { + "version": "9.6.1", + "packageName": "espree", + "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" + } + }, + "npm:esprima": { + "type": "npm", + "name": "npm:esprima", + "data": { + "version": "4.0.1", + "packageName": "esprima", + "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + } + }, + "npm:esquery": { + "type": "npm", + "name": "npm:esquery", + "data": { + "version": "1.5.0", + "packageName": "esquery", + "hash": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==" + } + }, + "npm:esrecurse": { + "type": "npm", + "name": "npm:esrecurse", + "data": { + "version": "4.3.0", + "packageName": "esrecurse", + "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" + } + }, + "npm:estraverse": { + "type": "npm", + "name": "npm:estraverse", + "data": { + "version": "5.3.0", + "packageName": "estraverse", + "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + }, + "npm:esutils": { + "type": "npm", + "name": "npm:esutils", + "data": { + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + } + }, + "npm:event-emitter": { + "type": "npm", + "name": "npm:event-emitter", + "data": { + "version": "0.3.5", + "packageName": "event-emitter", + "hash": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==" + } + }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "4.0.7", + "packageName": "eventemitter3", + "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + } + }, + "npm:exit": { + "type": "npm", + "name": "npm:exit", + "data": { + "version": "0.1.2", + "packageName": "exit", + "hash": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" + } + }, + "npm:expect": { + "type": "npm", + "name": "npm:expect", + "data": { + "version": "29.7.0", + "packageName": "expect", + "hash": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" + } + }, + "npm:ext": { + "type": "npm", + "name": "npm:ext", + "data": { + "version": "1.7.0", + "packageName": "ext", + "hash": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==" + } + }, + "npm:fast-deep-equal": { + "type": "npm", + "name": "npm:fast-deep-equal", + "data": { + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } + }, + "npm:fast-diff": { + "type": "npm", + "name": "npm:fast-diff", + "data": { + "version": "1.3.0", + "packageName": "fast-diff", + "hash": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.2.7", + "packageName": "fast-glob", + "hash": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==" + } + }, + "npm:fast-glob@3.3.2": { + "type": "npm", + "name": "npm:fast-glob@3.3.2", + "data": { + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + } + }, + "npm:fast-json-stable-stringify": { + "type": "npm", + "name": "npm:fast-json-stable-stringify", + "data": { + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + } + }, + "npm:fast-levenshtein": { + "type": "npm", + "name": "npm:fast-levenshtein", + "data": { + "version": "2.0.6", + "packageName": "fast-levenshtein", + "hash": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + } + }, + "npm:fast-xml-parser": { + "type": "npm", + "name": "npm:fast-xml-parser", + "data": { + "version": "4.2.5", + "packageName": "fast-xml-parser", + "hash": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.17.1", + "packageName": "fastq", + "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" + } + }, + "npm:fb-watchman": { + "type": "npm", + "name": "npm:fb-watchman", + "data": { + "version": "2.0.2", + "packageName": "fb-watchman", + "hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" + } + }, + "npm:figures": { + "type": "npm", + "name": "npm:figures", + "data": { + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + } + }, + "npm:figures@5.0.0": { + "type": "npm", + "name": "npm:figures@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "figures", + "hash": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==" + } + }, + "npm:figures@2.0.0": { + "type": "npm", + "name": "npm:figures@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "figures", + "hash": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==" + } + }, + "npm:file-entry-cache": { + "type": "npm", + "name": "npm:file-entry-cache", + "data": { + "version": "6.0.1", + "packageName": "file-entry-cache", + "hash": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" + } + }, + "npm:filelist": { + "type": "npm", + "name": "npm:filelist", + "data": { + "version": "1.0.4", + "packageName": "filelist", + "hash": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" + } + }, + "npm:fill-range": { + "type": "npm", + "name": "npm:fill-range", + "data": { + "version": "7.1.1", + "packageName": "fill-range", + "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" + } + }, + "npm:find-versions": { + "type": "npm", + "name": "npm:find-versions", + "data": { + "version": "5.1.0", + "packageName": "find-versions", + "hash": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==" + } + }, + "npm:flat": { + "type": "npm", + "name": "npm:flat", + "data": { + "version": "5.0.2", + "packageName": "flat", + "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" + } + }, + "npm:flat-cache": { + "type": "npm", + "name": "npm:flat-cache", + "data": { + "version": "3.2.0", + "packageName": "flat-cache", + "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" + } + }, + "npm:flatted": { + "type": "npm", + "name": "npm:flatted", + "data": { + "version": "3.3.1", + "packageName": "flatted", + "hash": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" + } + }, + "npm:follow-redirects": { + "type": "npm", + "name": "npm:follow-redirects", + "data": { + "version": "1.15.6", + "packageName": "follow-redirects", + "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" + } + }, + "npm:for-each": { + "type": "npm", + "name": "npm:for-each", + "data": { + "version": "0.3.3", + "packageName": "for-each", + "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" + } + }, + "npm:form-data": { + "type": "npm", + "name": "npm:form-data", + "data": { + "version": "4.0.0", + "packageName": "form-data", + "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" + } + }, + "npm:from2": { + "type": "npm", + "name": "npm:from2", + "data": { + "version": "2.3.0", + "packageName": "from2", + "hash": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==" + } + }, + "npm:front-matter": { + "type": "npm", + "name": "npm:front-matter", + "data": { + "version": "4.0.2", + "packageName": "front-matter", + "hash": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==" + } + }, + "npm:fs-constants": { + "type": "npm", + "name": "npm:fs-constants", + "data": { + "version": "1.0.0", + "packageName": "fs-constants", + "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + } + }, + "npm:fs.realpath": { + "type": "npm", + "name": "npm:fs.realpath", + "data": { + "version": "1.0.0", + "packageName": "fs.realpath", + "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + } + }, + "npm:fsevents": { + "type": "npm", + "name": "npm:fsevents", + "data": { + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + } + }, + "npm:function-bind": { + "type": "npm", + "name": "npm:function-bind", + "data": { + "version": "1.1.2", + "packageName": "function-bind", + "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + } + }, + "npm:function-bind@1.1.1": { + "type": "npm", + "name": "npm:function-bind@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "function-bind", + "hash": "4450200913268405890" + } + }, + "npm:function.prototype.name": { + "type": "npm", + "name": "npm:function.prototype.name", + "data": { + "version": "1.1.6", + "packageName": "function.prototype.name", + "hash": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==" + } + }, + "npm:functions-have-names": { + "type": "npm", + "name": "npm:functions-have-names", + "data": { + "version": "1.2.3", + "packageName": "functions-have-names", + "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" + } + }, + "npm:gensync": { + "type": "npm", + "name": "npm:gensync", + "data": { + "version": "1.0.0-beta.2", + "packageName": "gensync", + "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + } + }, + "npm:get-caller-file": { + "type": "npm", + "name": "npm:get-caller-file", + "data": { + "version": "2.0.5", + "packageName": "get-caller-file", + "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + } + }, + "npm:get-intrinsic": { + "type": "npm", + "name": "npm:get-intrinsic", + "data": { + "version": "1.2.4", + "packageName": "get-intrinsic", + "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" + } + }, + "npm:get-package-type": { + "type": "npm", + "name": "npm:get-package-type", + "data": { + "version": "0.1.0", + "packageName": "get-package-type", + "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + } + }, + "npm:get-symbol-description": { + "type": "npm", + "name": "npm:get-symbol-description", + "data": { + "version": "1.0.2", + "packageName": "get-symbol-description", + "hash": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==" + } + }, + "npm:git-log-parser": { + "type": "npm", + "name": "npm:git-log-parser", + "data": { + "version": "1.2.0", + "packageName": "git-log-parser", + "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" + } + }, + "npm:through2@2.0.5": { + "type": "npm", + "name": "npm:through2@2.0.5", + "data": { + "version": "2.0.5", + "packageName": "through2", + "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + } + }, + "npm:through2": { + "type": "npm", + "name": "npm:through2", + "data": { + "version": "4.0.2", + "packageName": "through2", + "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + } + }, + "npm:git-raw-commits": { + "type": "npm", + "name": "npm:git-raw-commits", + "data": { + "version": "4.0.0", + "packageName": "git-raw-commits", + "hash": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==" + } + }, + "npm:glob": { + "type": "npm", + "name": "npm:glob", + "data": { + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + } + }, + "npm:glob@10.0.0": { + "type": "npm", + "name": "npm:glob@10.0.0", + "data": { + "version": "10.0.0", + "packageName": "glob", + "hash": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==" + } + }, + "npm:glob@8.0.3": { + "type": "npm", + "name": "npm:glob@8.0.3", + "data": { + "version": "8.0.3", + "packageName": "glob", + "hash": "611574584518193827" + } + }, + "npm:global-directory": { + "type": "npm", + "name": "npm:global-directory", + "data": { + "version": "4.0.1", + "packageName": "global-directory", + "hash": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==" + } + }, + "npm:globalthis": { + "type": "npm", + "name": "npm:globalthis", + "data": { + "version": "1.0.4", + "packageName": "globalthis", + "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" + } + }, + "npm:globby": { + "type": "npm", + "name": "npm:globby", + "data": { + "version": "11.1.0", + "packageName": "globby", + "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" + } + }, + "npm:gopd": { + "type": "npm", + "name": "npm:gopd", + "data": { + "version": "1.0.1", + "packageName": "gopd", + "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" + } + }, + "npm:graphemer": { + "type": "npm", + "name": "npm:graphemer", + "data": { + "version": "1.4.0", + "packageName": "graphemer", + "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + } + }, + "npm:handlebars": { + "type": "npm", + "name": "npm:handlebars", + "data": { + "version": "4.7.8", + "packageName": "handlebars", + "hash": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==" + } + }, + "npm:hard-rejection": { + "type": "npm", + "name": "npm:hard-rejection", + "data": { + "version": "2.1.0", + "packageName": "hard-rejection", + "hash": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==" + } + }, + "npm:harmony-reflect": { + "type": "npm", + "name": "npm:harmony-reflect", + "data": { + "version": "1.6.2", + "packageName": "harmony-reflect", + "hash": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" + } + }, + "npm:has-bigints": { + "type": "npm", + "name": "npm:has-bigints", + "data": { + "version": "1.0.2", + "packageName": "has-bigints", + "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + } + }, + "npm:has-property-descriptors": { + "type": "npm", + "name": "npm:has-property-descriptors", + "data": { + "version": "1.0.2", + "packageName": "has-property-descriptors", + "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" + } + }, + "npm:has-proto": { + "type": "npm", + "name": "npm:has-proto", + "data": { + "version": "1.0.3", + "packageName": "has-proto", + "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + } + }, + "npm:has-symbols": { + "type": "npm", + "name": "npm:has-symbols", + "data": { + "version": "1.0.3", + "packageName": "has-symbols", + "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + } + }, + "npm:has-tostringtag": { + "type": "npm", + "name": "npm:has-tostringtag", + "data": { + "version": "1.0.2", + "packageName": "has-tostringtag", + "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" + } + }, + "npm:hasown": { + "type": "npm", + "name": "npm:hasown", + "data": { + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + } + }, + "npm:hook-std": { + "type": "npm", + "name": "npm:hook-std", + "data": { + "version": "3.0.0", + "packageName": "hook-std", + "hash": "sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==" + } + }, + "npm:html-escaper": { + "type": "npm", + "name": "npm:html-escaper", + "data": { + "version": "2.0.2", + "packageName": "html-escaper", + "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + } + }, + "npm:http-proxy-agent": { + "type": "npm", + "name": "npm:http-proxy-agent", + "data": { + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + } + }, + "npm:http-proxy-agent@5.0.0": { + "type": "npm", + "name": "npm:http-proxy-agent@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "http-proxy-agent", + "hash": "194159576200896097" + } + }, + "npm:https-proxy-agent": { + "type": "npm", + "name": "npm:https-proxy-agent", + "data": { + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + } + }, + "npm:https-proxy-agent@5.0.1": { + "type": "npm", + "name": "npm:https-proxy-agent@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "https-proxy-agent", + "hash": "13321067161176517810" + } + }, + "npm:husky": { + "type": "npm", + "name": "npm:husky", + "data": { + "version": "9.0.11", + "packageName": "husky", + "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" + } + }, + "npm:identity-obj-proxy": { + "type": "npm", + "name": "npm:identity-obj-proxy", + "data": { + "version": "3.0.0", + "packageName": "identity-obj-proxy", + "hash": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==" + } + }, + "npm:ieee754": { + "type": "npm", + "name": "npm:ieee754", + "data": { + "version": "1.2.1", + "packageName": "ieee754", + "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + } + }, + "npm:ignore": { + "type": "npm", + "name": "npm:ignore", + "data": { + "version": "5.3.1", + "packageName": "ignore", + "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" + } + }, + "npm:import-fresh": { + "type": "npm", + "name": "npm:import-fresh", + "data": { + "version": "3.3.0", + "packageName": "import-fresh", + "hash": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" + } + }, + "npm:resolve-from@4.0.0": { + "type": "npm", + "name": "npm:resolve-from@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "resolve-from", + "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + }, + "npm:resolve-from": { + "type": "npm", + "name": "npm:resolve-from", + "data": { + "version": "5.0.0", + "packageName": "resolve-from", + "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + }, + "npm:import-from": { + "type": "npm", + "name": "npm:import-from", + "data": { + "version": "4.0.0", + "packageName": "import-from", + "hash": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==" + } + }, + "npm:import-local": { + "type": "npm", + "name": "npm:import-local", + "data": { + "version": "3.1.0", + "packageName": "import-local", + "hash": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==" + } + }, + "npm:import-meta-resolve": { + "type": "npm", + "name": "npm:import-meta-resolve", + "data": { + "version": "4.1.0", + "packageName": "import-meta-resolve", + "hash": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==" + } + }, + "npm:imurmurhash": { + "type": "npm", + "name": "npm:imurmurhash", + "data": { + "version": "0.1.4", + "packageName": "imurmurhash", + "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + } + }, + "npm:indent-string": { + "type": "npm", + "name": "npm:indent-string", + "data": { + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + }, + "npm:indent-string@5.0.0": { + "type": "npm", + "name": "npm:indent-string@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "indent-string", + "hash": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==" + } + }, + "npm:inflight": { + "type": "npm", + "name": "npm:inflight", + "data": { + "version": "1.0.6", + "packageName": "inflight", + "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + } + }, + "npm:inherits": { + "type": "npm", + "name": "npm:inherits", + "data": { + "version": "2.0.4", + "packageName": "inherits", + "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + } + }, + "npm:internal-slot": { + "type": "npm", + "name": "npm:internal-slot", + "data": { + "version": "1.0.7", + "packageName": "internal-slot", + "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" + } + }, + "npm:interpret": { + "type": "npm", + "name": "npm:interpret", + "data": { + "version": "1.4.0", + "packageName": "interpret", + "hash": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + } + }, + "npm:into-stream": { + "type": "npm", + "name": "npm:into-stream", + "data": { + "version": "6.0.0", + "packageName": "into-stream", + "hash": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==" + } + }, + "npm:is-array-buffer": { + "type": "npm", + "name": "npm:is-array-buffer", + "data": { + "version": "3.0.4", + "packageName": "is-array-buffer", + "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" + } + }, + "npm:is-arrayish": { + "type": "npm", + "name": "npm:is-arrayish", + "data": { + "version": "0.2.1", + "packageName": "is-arrayish", + "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + } + }, + "npm:is-bigint": { + "type": "npm", + "name": "npm:is-bigint", + "data": { + "version": "1.0.4", + "packageName": "is-bigint", + "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" + } + }, + "npm:is-binary-path": { + "type": "npm", + "name": "npm:is-binary-path", + "data": { + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + } + }, + "npm:is-boolean-object": { + "type": "npm", + "name": "npm:is-boolean-object", + "data": { + "version": "1.1.2", + "packageName": "is-boolean-object", + "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" + } + }, + "npm:is-callable": { + "type": "npm", + "name": "npm:is-callable", + "data": { + "version": "1.2.7", + "packageName": "is-callable", + "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + } + }, + "npm:is-core-module": { + "type": "npm", + "name": "npm:is-core-module", + "data": { + "version": "2.13.1", + "packageName": "is-core-module", + "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" + } + }, + "npm:is-core-module@2.10.0": { + "type": "npm", + "name": "npm:is-core-module@2.10.0", + "data": { + "version": "2.10.0", + "packageName": "is-core-module", + "hash": "974979189497809642" + } + }, + "npm:is-data-view": { + "type": "npm", + "name": "npm:is-data-view", + "data": { + "version": "1.0.1", + "packageName": "is-data-view", + "hash": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==" + } + }, + "npm:is-date-object": { + "type": "npm", + "name": "npm:is-date-object", + "data": { + "version": "1.0.5", + "packageName": "is-date-object", + "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" + } + }, + "npm:is-docker": { + "type": "npm", + "name": "npm:is-docker", + "data": { + "version": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + } + }, + "npm:is-extglob": { + "type": "npm", + "name": "npm:is-extglob", + "data": { + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + } + }, + "npm:is-fullwidth-code-point": { + "type": "npm", + "name": "npm:is-fullwidth-code-point", + "data": { + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + } + }, + "npm:is-generator-fn": { + "type": "npm", + "name": "npm:is-generator-fn", + "data": { + "version": "2.1.0", + "packageName": "is-generator-fn", + "hash": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" + } + }, + "npm:is-glob": { + "type": "npm", + "name": "npm:is-glob", + "data": { + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + } + }, + "npm:is-interactive": { + "type": "npm", + "name": "npm:is-interactive", + "data": { + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + } + }, + "npm:is-negative-zero": { + "type": "npm", + "name": "npm:is-negative-zero", + "data": { + "version": "2.0.3", + "packageName": "is-negative-zero", + "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" + } + }, + "npm:is-number": { + "type": "npm", + "name": "npm:is-number", + "data": { + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + } + }, + "npm:is-number-object": { + "type": "npm", + "name": "npm:is-number-object", + "data": { + "version": "1.0.7", + "packageName": "is-number-object", + "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" + } + }, + "npm:is-obj": { + "type": "npm", + "name": "npm:is-obj", + "data": { + "version": "2.0.0", + "packageName": "is-obj", + "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + } + }, + "npm:is-path-cwd": { + "type": "npm", + "name": "npm:is-path-cwd", + "data": { + "version": "2.2.0", + "packageName": "is-path-cwd", + "hash": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + } + }, + "npm:is-path-inside": { + "type": "npm", + "name": "npm:is-path-inside", + "data": { + "version": "3.0.3", + "packageName": "is-path-inside", + "hash": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" + } + }, + "npm:is-plain-obj": { + "type": "npm", + "name": "npm:is-plain-obj", + "data": { + "version": "1.1.0", + "packageName": "is-plain-obj", + "hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" + } + }, + "npm:is-plain-object": { + "type": "npm", + "name": "npm:is-plain-object", + "data": { + "version": "5.0.0", + "packageName": "is-plain-object", + "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + } + }, + "npm:is-regex": { + "type": "npm", + "name": "npm:is-regex", + "data": { + "version": "1.1.4", + "packageName": "is-regex", + "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" + } + }, + "npm:is-retry-allowed": { + "type": "npm", + "name": "npm:is-retry-allowed", + "data": { + "version": "2.2.0", + "packageName": "is-retry-allowed", + "hash": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==" + } + }, + "npm:is-shared-array-buffer": { + "type": "npm", + "name": "npm:is-shared-array-buffer", + "data": { + "version": "1.0.3", + "packageName": "is-shared-array-buffer", + "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" + } + }, + "npm:is-string": { + "type": "npm", + "name": "npm:is-string", + "data": { + "version": "1.0.7", + "packageName": "is-string", + "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" + } + }, + "npm:is-symbol": { + "type": "npm", + "name": "npm:is-symbol", + "data": { + "version": "1.0.4", + "packageName": "is-symbol", + "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" + } + }, + "npm:is-typed-array": { + "type": "npm", + "name": "npm:is-typed-array", + "data": { + "version": "1.1.13", + "packageName": "is-typed-array", + "hash": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" + } + }, + "npm:is-unicode-supported": { + "type": "npm", + "name": "npm:is-unicode-supported", + "data": { + "version": "0.1.0", + "packageName": "is-unicode-supported", + "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" + } + }, + "npm:is-unicode-supported@1.3.0": { + "type": "npm", + "name": "npm:is-unicode-supported@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "is-unicode-supported", + "hash": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==" + } + }, + "npm:is-weakref": { + "type": "npm", + "name": "npm:is-weakref", + "data": { + "version": "1.0.2", + "packageName": "is-weakref", + "hash": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==" + } + }, + "npm:is-wsl": { + "type": "npm", + "name": "npm:is-wsl", + "data": { + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + } + }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:isomorphic-ws": { + "type": "npm", + "name": "npm:isomorphic-ws", + "data": { + "version": "4.0.1", + "packageName": "isomorphic-ws", + "hash": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==" + } + }, + "npm:issue-parser": { + "type": "npm", + "name": "npm:issue-parser", + "data": { + "version": "6.0.0", + "packageName": "issue-parser", + "hash": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==" + } + }, + "npm:istanbul-lib-coverage": { + "type": "npm", + "name": "npm:istanbul-lib-coverage", + "data": { + "version": "3.2.2", + "packageName": "istanbul-lib-coverage", + "hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" + } + }, + "npm:istanbul-lib-report": { + "type": "npm", + "name": "npm:istanbul-lib-report", + "data": { + "version": "3.0.1", + "packageName": "istanbul-lib-report", + "hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" + } + }, + "npm:istanbul-lib-source-maps": { + "type": "npm", + "name": "npm:istanbul-lib-source-maps", + "data": { + "version": "4.0.1", + "packageName": "istanbul-lib-source-maps", + "hash": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" + } + }, + "npm:istanbul-reports": { + "type": "npm", + "name": "npm:istanbul-reports", + "data": { + "version": "3.1.7", + "packageName": "istanbul-reports", + "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" + } + }, + "npm:jake": { + "type": "npm", + "name": "npm:jake", + "data": { + "version": "10.9.1", + "packageName": "jake", + "hash": "sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==" + } + }, + "npm:java-properties": { + "type": "npm", + "name": "npm:java-properties", + "data": { + "version": "1.0.2", + "packageName": "java-properties", + "hash": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==" + } + }, + "npm:jest": { + "type": "npm", + "name": "npm:jest", + "data": { + "version": "29.7.0", + "packageName": "jest", + "hash": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" + } + }, + "npm:jest-changed-files": { + "type": "npm", + "name": "npm:jest-changed-files", + "data": { + "version": "29.7.0", + "packageName": "jest-changed-files", + "hash": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" + } + }, + "npm:jest-circus": { + "type": "npm", + "name": "npm:jest-circus", + "data": { + "version": "29.7.0", + "packageName": "jest-circus", + "hash": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" + } + }, + "npm:dedent@1.5.3": { + "type": "npm", + "name": "npm:dedent@1.5.3", + "data": { + "version": "1.5.3", + "packageName": "dedent", + "hash": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==" + } + }, + "npm:jest-cli": { + "type": "npm", + "name": "npm:jest-cli", + "data": { + "version": "29.7.0", + "packageName": "jest-cli", + "hash": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" + } + }, + "npm:jest-config": { + "type": "npm", + "name": "npm:jest-config", + "data": { + "version": "29.7.0", + "packageName": "jest-config", + "hash": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" + } + }, + "npm:jest-diff": { + "type": "npm", + "name": "npm:jest-diff", + "data": { + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + } + }, + "npm:jest-docblock": { + "type": "npm", + "name": "npm:jest-docblock", + "data": { + "version": "29.7.0", + "packageName": "jest-docblock", + "hash": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" + } + }, + "npm:jest-each": { + "type": "npm", + "name": "npm:jest-each", + "data": { + "version": "29.7.0", + "packageName": "jest-each", + "hash": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" + } + }, + "npm:jest-environment-node": { + "type": "npm", + "name": "npm:jest-environment-node", + "data": { + "version": "29.7.0", + "packageName": "jest-environment-node", + "hash": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" + } + }, + "npm:jest-get-type": { + "type": "npm", + "name": "npm:jest-get-type", + "data": { + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } + }, + "npm:jest-haste-map": { + "type": "npm", + "name": "npm:jest-haste-map", + "data": { + "version": "29.7.0", + "packageName": "jest-haste-map", + "hash": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" + } + }, + "npm:jest-leak-detector": { + "type": "npm", + "name": "npm:jest-leak-detector", + "data": { + "version": "29.7.0", + "packageName": "jest-leak-detector", + "hash": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" + } + }, + "npm:jest-matcher-utils": { + "type": "npm", + "name": "npm:jest-matcher-utils", + "data": { + "version": "29.7.0", + "packageName": "jest-matcher-utils", + "hash": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" + } + }, + "npm:jest-message-util": { + "type": "npm", + "name": "npm:jest-message-util", + "data": { + "version": "29.7.0", + "packageName": "jest-message-util", + "hash": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" + } + }, + "npm:jest-mock": { + "type": "npm", + "name": "npm:jest-mock", + "data": { + "version": "29.7.0", + "packageName": "jest-mock", + "hash": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" + } + }, + "npm:jest-pnp-resolver": { + "type": "npm", + "name": "npm:jest-pnp-resolver", + "data": { + "version": "1.2.3", + "packageName": "jest-pnp-resolver", + "hash": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" + } + }, + "npm:jest-regex-util": { + "type": "npm", + "name": "npm:jest-regex-util", + "data": { + "version": "29.6.3", + "packageName": "jest-regex-util", + "hash": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" + } + }, + "npm:jest-resolve": { + "type": "npm", + "name": "npm:jest-resolve", + "data": { + "version": "29.7.0", + "packageName": "jest-resolve", + "hash": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" + } + }, + "npm:jest-resolve-dependencies": { + "type": "npm", + "name": "npm:jest-resolve-dependencies", + "data": { + "version": "29.7.0", + "packageName": "jest-resolve-dependencies", + "hash": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" + } + }, + "npm:resolve.exports@2.0.2": { + "type": "npm", + "name": "npm:resolve.exports@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "resolve.exports", + "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + } + }, + "npm:resolve.exports": { + "type": "npm", + "name": "npm:resolve.exports", + "data": { + "version": "1.1.0", + "packageName": "resolve.exports", + "hash": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==" + } + }, + "npm:jest-runner": { + "type": "npm", + "name": "npm:jest-runner", + "data": { + "version": "29.7.0", + "packageName": "jest-runner", + "hash": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" + } + }, + "npm:jest-runtime": { + "type": "npm", + "name": "npm:jest-runtime", + "data": { + "version": "29.7.0", + "packageName": "jest-runtime", + "hash": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" + } + }, + "npm:jest-snapshot": { + "type": "npm", + "name": "npm:jest-snapshot", + "data": { + "version": "29.7.0", + "packageName": "jest-snapshot", + "hash": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" + } + }, + "npm:jest-util": { + "type": "npm", + "name": "npm:jest-util", + "data": { + "version": "29.7.0", + "packageName": "jest-util", + "hash": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" + } + }, + "npm:jest-validate": { + "type": "npm", + "name": "npm:jest-validate", + "data": { + "version": "29.7.0", + "packageName": "jest-validate", + "hash": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" + } + }, + "npm:jest-watcher": { + "type": "npm", + "name": "npm:jest-watcher", + "data": { + "version": "29.7.0", + "packageName": "jest-watcher", + "hash": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" + } + }, + "npm:jest-worker": { + "type": "npm", + "name": "npm:jest-worker", + "data": { + "version": "29.7.0", + "packageName": "jest-worker", + "hash": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" + } + }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "1.21.6", + "packageName": "jiti", + "hash": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==" + } + }, + "npm:jose": { + "type": "npm", + "name": "npm:jose", + "data": { + "version": "5.6.3", + "packageName": "jose", + "hash": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==" + } + }, + "npm:js-sdsl": { + "type": "npm", + "name": "npm:js-sdsl", + "data": { + "version": "4.3.0", + "packageName": "js-sdsl", + "hash": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==" + } + }, + "npm:js-tokens": { + "type": "npm", + "name": "npm:js-tokens", + "data": { + "version": "4.0.0", + "packageName": "js-tokens", + "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + } + }, + "npm:jsesc": { + "type": "npm", + "name": "npm:jsesc", + "data": { + "version": "2.5.2", + "packageName": "jsesc", + "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + } + }, + "npm:jsesc@0.5.0": { + "type": "npm", + "name": "npm:jsesc@0.5.0", + "data": { + "version": "0.5.0", + "packageName": "jsesc", + "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" + } + }, + "npm:jsii": { + "type": "npm", + "name": "npm:jsii", + "data": { + "version": "5.4.21", + "packageName": "jsii", + "hash": "sha512-uCruIDzEEFHBwZRT5PiRSd2/KdsZWwHq8VWS5o8p5tngUGpz4BYdEG/jmOKYyjVz+ScVx+Ur/eN2zieTP6Ge2Q==" + } + }, + "npm:jsii-pacmak": { + "type": "npm", + "name": "npm:jsii-pacmak", + "data": { + "version": "1.101.0", + "packageName": "jsii-pacmak", + "hash": "sha512-07a04KtOj+Kmx+5XQVD1JG6QOh6JNqFWh4bbzMDKiFx7JoHhQnLq07b/OlUpCuP7J7Q9WaXXYM59EUQpXO07wg==" + } + }, + "npm:yargs@16.2.0": { + "type": "npm", + "name": "npm:yargs@16.2.0", + "data": { + "version": "16.2.0", + "packageName": "yargs", + "hash": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==" + } + }, + "npm:yargs": { + "type": "npm", + "name": "npm:yargs", + "data": { + "version": "17.7.2", + "packageName": "yargs", + "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + } + }, + "npm:jsii-reflect": { + "type": "npm", + "name": "npm:jsii-reflect", + "data": { + "version": "1.101.0", + "packageName": "jsii-reflect", + "hash": "sha512-ZCFb+laktj/ekNadUYksf+jLZq4fjoQeNe344GwslJOaemGjgAeqy0atV2H8nvTYU8ubszFApUPpdoRvtxgdPw==" + } + }, + "npm:jsii-release": { + "type": "npm", + "name": "npm:jsii-release", + "data": { + "version": "0.2.846", + "packageName": "jsii-release", + "hash": "sha512-jQDzWE0w3B1psc9E2SaBFdTLaupViEx6XH3imjtdrBw+P+ZGo8oqM9AmrfX8oLrkW1j5NV5w0tMsS1XaILwbUQ==" + } + }, + "npm:jsonfile@4.0.0": { + "type": "npm", + "name": "npm:jsonfile@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + } + }, + "npm:jsonfile": { + "type": "npm", + "name": "npm:jsonfile", + "data": { + "version": "6.1.0", + "packageName": "jsonfile", + "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:jsii-rosetta": { + "type": "npm", + "name": "npm:jsii-rosetta", + "data": { + "version": "5.4.21", + "packageName": "jsii-rosetta", + "hash": "sha512-g7E935trSNQ8rbs+VYQiDBbeoaqS0sO7HuJ+bz27x7pvKBri5Uk9w+aLtmFI8UhHX7JgZ6mUxruY0zRW4AqCyQ==" + } + }, + "npm:json-buffer": { + "type": "npm", + "name": "npm:json-buffer", + "data": { + "version": "3.0.1", + "packageName": "json-buffer", + "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + } + }, + "npm:json-parse-better-errors": { + "type": "npm", + "name": "npm:json-parse-better-errors", + "data": { + "version": "1.0.2", + "packageName": "json-parse-better-errors", + "hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + } + }, + "npm:json-parse-even-better-errors": { + "type": "npm", + "name": "npm:json-parse-even-better-errors", + "data": { + "version": "2.3.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + } + }, + "npm:json-stable-stringify-without-jsonify": { + "type": "npm", + "name": "npm:json-stable-stringify-without-jsonify", + "data": { + "version": "1.0.1", + "packageName": "json-stable-stringify-without-jsonify", + "hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + } + }, + "npm:json-stringify-safe": { + "type": "npm", + "name": "npm:json-stringify-safe", + "data": { + "version": "5.0.1", + "packageName": "json-stringify-safe", + "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + } + }, + "npm:json5": { + "type": "npm", + "name": "npm:json5", + "data": { + "version": "2.2.3", + "packageName": "json5", + "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" + } + }, + "npm:jsonc-eslint-parser": { + "type": "npm", + "name": "npm:jsonc-eslint-parser", + "data": { + "version": "2.4.0", + "packageName": "jsonc-eslint-parser", + "hash": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==" + } + }, + "npm:jsonc-parser": { + "type": "npm", + "name": "npm:jsonc-parser", + "data": { + "version": "3.2.0", + "packageName": "jsonc-parser", + "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + } + }, + "npm:jsonparse": { + "type": "npm", + "name": "npm:jsonparse", + "data": { + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + } + }, + "npm:JSONStream": { + "type": "npm", + "name": "npm:JSONStream", + "data": { + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + } + }, + "npm:jsonwebtoken": { + "type": "npm", + "name": "npm:jsonwebtoken", + "data": { + "version": "9.0.2", + "packageName": "jsonwebtoken", + "hash": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" + } + }, + "npm:jwa": { + "type": "npm", + "name": "npm:jwa", + "data": { + "version": "1.4.1", + "packageName": "jwa", + "hash": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==" + } + }, + "npm:jws": { + "type": "npm", + "name": "npm:jws", + "data": { + "version": "3.2.2", + "packageName": "jws", + "hash": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" + } + }, + "npm:keyv": { + "type": "npm", + "name": "npm:keyv", + "data": { + "version": "4.5.4", + "packageName": "keyv", + "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" + } + }, + "npm:kind-of": { + "type": "npm", + "name": "npm:kind-of", + "data": { + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + }, + "npm:kleur": { + "type": "npm", + "name": "npm:kleur", + "data": { + "version": "3.0.3", + "packageName": "kleur", + "hash": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + } + }, + "npm:levn": { + "type": "npm", + "name": "npm:levn", + "data": { + "version": "0.4.1", + "packageName": "levn", + "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" + } + }, + "npm:lines-and-columns": { + "type": "npm", + "name": "npm:lines-and-columns", + "data": { + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + } + }, + "npm:lines-and-columns@1.2.4": { + "type": "npm", + "name": "npm:lines-and-columns@1.2.4", + "data": { + "version": "1.2.4", + "packageName": "lines-and-columns", + "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + } + }, + "npm:load-json-file": { + "type": "npm", + "name": "npm:load-json-file", + "data": { + "version": "4.0.0", + "packageName": "load-json-file", + "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==" + } + }, + "npm:parse-json@4.0.0": { + "type": "npm", + "name": "npm:parse-json@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "parse-json", + "hash": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==" + } + }, + "npm:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "npm:strip-bom@3.0.0": { + "type": "npm", + "name": "npm:strip-bom@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "npm:strip-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "4.0.0", + "packageName": "strip-bom", + "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } + }, + "npm:lodash": { + "type": "npm", + "name": "npm:lodash", + "data": { + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + }, + "npm:lodash-es": { + "type": "npm", + "name": "npm:lodash-es", + "data": { + "version": "4.17.21", + "packageName": "lodash-es", + "hash": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + } + }, + "npm:lodash.camelcase": { + "type": "npm", + "name": "npm:lodash.camelcase", + "data": { + "version": "4.3.0", + "packageName": "lodash.camelcase", + "hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + } + }, + "npm:lodash.capitalize": { + "type": "npm", + "name": "npm:lodash.capitalize", + "data": { + "version": "4.2.1", + "packageName": "lodash.capitalize", + "hash": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==" + } + }, + "npm:lodash.debounce": { + "type": "npm", + "name": "npm:lodash.debounce", + "data": { + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + } + }, + "npm:lodash.escaperegexp": { + "type": "npm", + "name": "npm:lodash.escaperegexp", + "data": { + "version": "4.1.2", + "packageName": "lodash.escaperegexp", + "hash": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==" + } + }, + "npm:lodash.includes": { + "type": "npm", + "name": "npm:lodash.includes", + "data": { + "version": "4.3.0", + "packageName": "lodash.includes", + "hash": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + } + }, + "npm:lodash.isboolean": { + "type": "npm", + "name": "npm:lodash.isboolean", + "data": { + "version": "3.0.3", + "packageName": "lodash.isboolean", + "hash": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + } + }, + "npm:lodash.isinteger": { + "type": "npm", + "name": "npm:lodash.isinteger", + "data": { + "version": "4.0.4", + "packageName": "lodash.isinteger", + "hash": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + } + }, + "npm:lodash.ismatch": { + "type": "npm", + "name": "npm:lodash.ismatch", + "data": { + "version": "4.4.0", + "packageName": "lodash.ismatch", + "hash": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==" + } + }, + "npm:lodash.isnumber": { + "type": "npm", + "name": "npm:lodash.isnumber", + "data": { + "version": "3.0.3", + "packageName": "lodash.isnumber", + "hash": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + } + }, + "npm:lodash.isplainobject": { + "type": "npm", + "name": "npm:lodash.isplainobject", + "data": { + "version": "4.0.6", + "packageName": "lodash.isplainobject", + "hash": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + } + }, + "npm:lodash.isstring": { + "type": "npm", + "name": "npm:lodash.isstring", + "data": { + "version": "4.0.1", + "packageName": "lodash.isstring", + "hash": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + } + }, + "npm:lodash.kebabcase": { + "type": "npm", + "name": "npm:lodash.kebabcase", + "data": { + "version": "4.1.1", + "packageName": "lodash.kebabcase", + "hash": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==" + } + }, + "npm:lodash.memoize": { + "type": "npm", + "name": "npm:lodash.memoize", + "data": { + "version": "4.1.2", + "packageName": "lodash.memoize", + "hash": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" + } + }, + "npm:lodash.merge": { + "type": "npm", + "name": "npm:lodash.merge", + "data": { + "version": "4.6.2", + "packageName": "lodash.merge", + "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + } + }, + "npm:lodash.mergewith": { + "type": "npm", + "name": "npm:lodash.mergewith", + "data": { + "version": "4.6.2", + "packageName": "lodash.mergewith", + "hash": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" + } + }, + "npm:lodash.once": { + "type": "npm", + "name": "npm:lodash.once", + "data": { + "version": "4.1.1", + "packageName": "lodash.once", + "hash": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + } + }, + "npm:lodash.snakecase": { + "type": "npm", + "name": "npm:lodash.snakecase", + "data": { + "version": "4.1.1", + "packageName": "lodash.snakecase", + "hash": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==" + } + }, + "npm:lodash.startcase": { + "type": "npm", + "name": "npm:lodash.startcase", + "data": { + "version": "4.4.0", + "packageName": "lodash.startcase", + "hash": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==" + } + }, + "npm:lodash.uniq": { + "type": "npm", + "name": "npm:lodash.uniq", + "data": { + "version": "4.5.0", + "packageName": "lodash.uniq", + "hash": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" + } + }, + "npm:lodash.uniqby": { + "type": "npm", + "name": "npm:lodash.uniqby", + "data": { + "version": "4.7.0", + "packageName": "lodash.uniqby", + "hash": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==" + } + }, + "npm:lodash.upperfirst": { + "type": "npm", + "name": "npm:lodash.upperfirst", + "data": { + "version": "4.3.1", + "packageName": "lodash.upperfirst", + "hash": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + } + }, + "npm:log-symbols": { + "type": "npm", + "name": "npm:log-symbols", + "data": { + "version": "4.1.0", + "packageName": "log-symbols", + "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" + } + }, + "npm:log4js": { + "type": "npm", + "name": "npm:log4js", + "data": { + "version": "6.9.1", + "packageName": "log4js", + "hash": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==" + } + }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "4.0.0", + "packageName": "make-dir", + "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" + } + }, + "npm:make-error": { + "type": "npm", + "name": "npm:make-error", + "data": { + "version": "1.3.6", + "packageName": "make-error", + "hash": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + } + }, + "npm:makeerror": { + "type": "npm", + "name": "npm:makeerror", + "data": { + "version": "1.0.12", + "packageName": "makeerror", + "hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" + } + }, + "npm:marked": { + "type": "npm", + "name": "npm:marked", + "data": { + "version": "4.3.0", + "packageName": "marked", + "hash": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" + } + }, + "npm:marked-terminal": { + "type": "npm", + "name": "npm:marked-terminal", + "data": { + "version": "5.2.0", + "packageName": "marked-terminal", + "hash": "sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==" + } + }, + "npm:mdurl": { + "type": "npm", + "name": "npm:mdurl", + "data": { + "version": "1.0.1", + "packageName": "mdurl", + "hash": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" + } + }, + "npm:merge-stream": { + "type": "npm", + "name": "npm:merge-stream", + "data": { + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + } + }, + "npm:merge2": { + "type": "npm", + "name": "npm:merge2", + "data": { + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.7", + "packageName": "micromatch", + "hash": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==" + } + }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "3.0.0", + "packageName": "mime", + "hash": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" + } + }, + "npm:mime-db": { + "type": "npm", + "name": "npm:mime-db", + "data": { + "version": "1.52.0", + "packageName": "mime-db", + "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + } + }, + "npm:mime-types": { + "type": "npm", + "name": "npm:mime-types", + "data": { + "version": "2.1.35", + "packageName": "mime-types", + "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + } + }, + "npm:min-indent": { + "type": "npm", + "name": "npm:min-indent", + "data": { + "version": "1.0.1", + "packageName": "min-indent", + "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minimist-options": { + "type": "npm", + "name": "npm:minimist-options", + "data": { + "version": "4.1.0", + "packageName": "minimist-options", + "hash": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "5.0.0", + "packageName": "minipass", + "hash": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" + } + }, + "npm:minipass@3.3.4": { + "type": "npm", + "name": "npm:minipass@3.3.4", + "data": { + "version": "3.3.4", + "packageName": "minipass", + "hash": "7269128203336284031" + } + }, + "npm:modify-values": { + "type": "npm", + "name": "npm:modify-values", + "data": { + "version": "1.0.1", + "packageName": "modify-values", + "hash": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==" + } + }, + "npm:mqtt": { + "type": "npm", + "name": "npm:mqtt", + "data": { + "version": "4.3.8", + "packageName": "mqtt", + "hash": "sha512-2xT75uYa0kiPEF/PE0VPdavmEkoBzMT/UL9moid0rAvlCtV48qBwxD62m7Ld/4j8tSkIO1E/iqRl/S72SEOhOw==" + } + }, + "npm:mqtt-packet": { + "type": "npm", + "name": "npm:mqtt-packet", + "data": { + "version": "6.10.0", + "packageName": "mqtt-packet", + "hash": "sha512-ja8+mFKIHdB1Tpl6vac+sktqy3gA8t9Mduom1BA75cI+R9AHnZOiaBQwpGiWnaVJLDGRdNhQmFaAqd7tkKSMGA==" + } + }, + "npm:ws@7.5.10": { + "type": "npm", + "name": "npm:ws@7.5.10", + "data": { + "version": "7.5.10", + "packageName": "ws", + "hash": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.17.1", + "packageName": "ws", + "hash": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.2", + "packageName": "ms", + "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + }, + "npm:ms@2.1.3": { + "type": "npm", + "name": "npm:ms@2.1.3", + "data": { + "version": "2.1.3", + "packageName": "ms", + "hash": "7983584697866717947" + } + }, + "npm:natural-compare": { + "type": "npm", + "name": "npm:natural-compare", + "data": { + "version": "1.4.0", + "packageName": "natural-compare", + "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + } + }, + "npm:neo-async": { + "type": "npm", + "name": "npm:neo-async", + "data": { + "version": "2.6.2", + "packageName": "neo-async", + "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + } + }, + "npm:nerf-dart": { + "type": "npm", + "name": "npm:nerf-dart", + "data": { + "version": "1.0.0", + "packageName": "nerf-dart", + "hash": "sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==" + } + }, + "npm:next-tick": { + "type": "npm", + "name": "npm:next-tick", + "data": { + "version": "1.1.0", + "packageName": "next-tick", + "hash": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + } + }, + "npm:node-emoji": { + "type": "npm", + "name": "npm:node-emoji", + "data": { + "version": "1.11.0", + "packageName": "node-emoji", + "hash": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "2.7.0", + "packageName": "node-fetch", + "hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" + } + }, + "npm:node-int64": { + "type": "npm", + "name": "npm:node-int64", + "data": { + "version": "0.4.0", + "packageName": "node-int64", + "hash": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.14", + "packageName": "node-releases", + "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + } + }, + "npm:normalize-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:normalize-url": { + "type": "npm", + "name": "npm:normalize-url", + "data": { + "version": "6.1.0", + "packageName": "normalize-url", + "hash": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" + } + }, + "npm:npm": { + "type": "npm", + "name": "npm:npm", + "data": { + "version": "8.19.4", + "packageName": "npm", + "hash": "sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-package-arg@9.1.0": { + "type": "npm", + "name": "npm:npm-package-arg@9.1.0", + "data": { + "version": "9.1.0", + "packageName": "npm-package-arg", + "hash": "15889949092393803284" + } + }, + "npm:@gar/promisify@1.1.3": { + "type": "npm", + "name": "npm:@gar/promisify@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "@gar/promisify", + "hash": "4915387772283302449" + } + }, + "npm:@isaacs/string-locale-compare@1.1.0": { + "type": "npm", + "name": "npm:@isaacs/string-locale-compare@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "@isaacs/string-locale-compare", + "hash": "13187644880041451271" + } + }, + "npm:@npmcli/arborist@5.6.3": { + "type": "npm", + "name": "npm:@npmcli/arborist@5.6.3", + "data": { + "version": "5.6.3", + "packageName": "@npmcli/arborist", + "hash": "12732807465666204530" + } + }, + "npm:@npmcli/ci-detect@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/ci-detect@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/ci-detect", + "hash": "13217811275852960686" + } + }, + "npm:@npmcli/config@4.2.2": { + "type": "npm", + "name": "npm:@npmcli/config@4.2.2", + "data": { + "version": "4.2.2", + "packageName": "@npmcli/config", + "hash": "16049732598812582817" + } + }, + "npm:@npmcli/disparity-colors@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/disparity-colors@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/disparity-colors", + "hash": "16667164477286306237" + } + }, + "npm:@npmcli/fs@2.1.2": { + "type": "npm", + "name": "npm:@npmcli/fs@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "@npmcli/fs", + "hash": "216606194216159341" + } + }, + "npm:@npmcli/git@3.0.2": { + "type": "npm", + "name": "npm:@npmcli/git@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "@npmcli/git", + "hash": "9121205932483378263" + } + }, + "npm:@npmcli/installed-package-contents@1.0.7": { + "type": "npm", + "name": "npm:@npmcli/installed-package-contents@1.0.7", + "data": { + "version": "1.0.7", + "packageName": "@npmcli/installed-package-contents", + "hash": "18307146177173443176" + } + }, + "npm:npm-bundled@1.1.2": { + "type": "npm", + "name": "npm:npm-bundled@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "npm-bundled", + "hash": "11444509274468080640" + } + }, + "npm:npm-bundled@2.0.1": { + "type": "npm", + "name": "npm:npm-bundled@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "npm-bundled", + "hash": "3067631785986797605" + } + }, + "npm:@npmcli/map-workspaces@2.0.4": { + "type": "npm", + "name": "npm:@npmcli/map-workspaces@2.0.4", + "data": { + "version": "2.0.4", + "packageName": "@npmcli/map-workspaces", + "hash": "4287396423924372209" + } + }, + "npm:@npmcli/metavuln-calculator@3.1.1": { + "type": "npm", + "name": "npm:@npmcli/metavuln-calculator@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "@npmcli/metavuln-calculator", + "hash": "17720041657124486933" + } + }, + "npm:@npmcli/move-file@2.0.1": { + "type": "npm", + "name": "npm:@npmcli/move-file@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "@npmcli/move-file", + "hash": "4860648303357382463" + } + }, + "npm:@npmcli/name-from-folder@1.0.1": { + "type": "npm", + "name": "npm:@npmcli/name-from-folder@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "@npmcli/name-from-folder", + "hash": "12814643443581718287" + } + }, + "npm:@npmcli/node-gyp@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/node-gyp@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/node-gyp", + "hash": "8733513931200035435" + } + }, + "npm:@npmcli/package-json@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/package-json@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/package-json", + "hash": "13461457774682381746" + } + }, + "npm:@npmcli/promise-spawn@3.0.0": { + "type": "npm", + "name": "npm:@npmcli/promise-spawn@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "@npmcli/promise-spawn", + "hash": "14197995005591665586" + } + }, + "npm:@npmcli/query@1.2.0": { + "type": "npm", + "name": "npm:@npmcli/query@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "@npmcli/query", + "hash": "17970743293057934902" + } + }, + "npm:@npmcli/run-script@4.2.1": { + "type": "npm", + "name": "npm:@npmcli/run-script@4.2.1", + "data": { + "version": "4.2.1", + "packageName": "@npmcli/run-script", + "hash": "5433072075016656765" + } + }, + "npm:@tootallnate/once@2.0.0": { + "type": "npm", + "name": "npm:@tootallnate/once@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@tootallnate/once", + "hash": "9562779534681632369" + } + }, + "npm:abbrev@1.1.1": { + "type": "npm", + "name": "npm:abbrev@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "abbrev", + "hash": "3099984874691352246" + } + }, + "npm:agentkeepalive@4.2.1": { + "type": "npm", + "name": "npm:agentkeepalive@4.2.1", + "data": { + "version": "4.2.1", + "packageName": "agentkeepalive", + "hash": "1345911168015715865" + } + }, + "npm:aproba@2.0.0": { + "type": "npm", + "name": "npm:aproba@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "aproba", + "hash": "17279615999774402081" + } + }, + "npm:archy@1.0.0": { + "type": "npm", + "name": "npm:archy@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "archy", + "hash": "7927190020983769851" + } + }, + "npm:are-we-there-yet@3.0.1": { + "type": "npm", + "name": "npm:are-we-there-yet@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "are-we-there-yet", + "hash": "11274109464236352090" + } + }, + "npm:asap@2.0.6": { + "type": "npm", + "name": "npm:asap@2.0.6", + "data": { + "version": "2.0.6", + "packageName": "asap", + "hash": "17422316248227119792" + } + }, + "npm:bin-links@3.0.3": { + "type": "npm", + "name": "npm:bin-links@3.0.3", + "data": { + "version": "3.0.3", + "packageName": "bin-links", + "hash": "10864071977797790034" + } + }, + "npm:npm-normalize-package-bin@2.0.0": { + "type": "npm", + "name": "npm:npm-normalize-package-bin@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "npm-normalize-package-bin", + "hash": "6712449294377330611" + } + }, + "npm:npm-normalize-package-bin@1.0.1": { + "type": "npm", + "name": "npm:npm-normalize-package-bin@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "2362784786842208194" + } + }, + "npm:builtins@5.0.1": { + "type": "npm", + "name": "npm:builtins@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "builtins", + "hash": "9505043888482714776" + } + }, + "npm:cacache@16.1.3": { + "type": "npm", + "name": "npm:cacache@16.1.3", + "data": { + "version": "16.1.3", + "packageName": "cacache", + "hash": "13723469106468827429" + } + }, + "npm:chownr@2.0.0": { + "type": "npm", + "name": "npm:chownr@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "chownr", + "hash": "15956395535354890080" + } + }, + "npm:cidr-regex@3.1.1": { + "type": "npm", + "name": "npm:cidr-regex@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "cidr-regex", + "hash": "9728716083115443271" + } + }, + "npm:cli-columns@4.0.0": { + "type": "npm", + "name": "npm:cli-columns@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "cli-columns", + "hash": "11864858422112434879" + } + }, + "npm:cmd-shim@5.0.0": { + "type": "npm", + "name": "npm:cmd-shim@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "cmd-shim", + "hash": "8164180366854413935" + } + }, + "npm:color-support@1.1.3": { + "type": "npm", + "name": "npm:color-support@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "color-support", + "hash": "3393818179792164157" + } + }, + "npm:common-ancestor-path@1.0.1": { + "type": "npm", + "name": "npm:common-ancestor-path@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "common-ancestor-path", + "hash": "6661427358504839173" + } + }, + "npm:console-control-strings@1.1.0": { + "type": "npm", + "name": "npm:console-control-strings@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "console-control-strings", + "hash": "15599562434471903839" + } + }, + "npm:cssesc@3.0.0": { + "type": "npm", + "name": "npm:cssesc@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "cssesc", + "hash": "4779829568381017195" + } + }, + "npm:debuglog@1.0.1": { + "type": "npm", + "name": "npm:debuglog@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "debuglog", + "hash": "13637236669951039730" + } + }, + "npm:delegates@1.0.0": { + "type": "npm", + "name": "npm:delegates@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "delegates", + "hash": "8733352999539432694" + } + }, + "npm:depd@1.1.2": { + "type": "npm", + "name": "npm:depd@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "depd", + "hash": "2890543441730259898" + } + }, + "npm:dezalgo@1.0.4": { + "type": "npm", + "name": "npm:dezalgo@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "dezalgo", + "hash": "1493112745342671433" + } + }, + "npm:encoding@0.1.13": { + "type": "npm", + "name": "npm:encoding@0.1.13", + "data": { + "version": "0.1.13", + "packageName": "encoding", + "hash": "13045577759231307525" + } + }, + "npm:err-code@2.0.3": { + "type": "npm", + "name": "npm:err-code@2.0.3", + "data": { + "version": "2.0.3", + "packageName": "err-code", + "hash": "5290893530060854136" + } + }, + "npm:fastest-levenshtein@1.0.12": { + "type": "npm", + "name": "npm:fastest-levenshtein@1.0.12", + "data": { + "version": "1.0.12", + "packageName": "fastest-levenshtein", + "hash": "15389964063740148860" + } + }, + "npm:fs-minipass@2.1.0": { + "type": "npm", + "name": "npm:fs-minipass@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "fs-minipass", + "hash": "11506148351665826113" + } + }, + "npm:gauge@4.0.4": { + "type": "npm", + "name": "npm:gauge@4.0.4", + "data": { + "version": "4.0.4", + "packageName": "gauge", + "hash": "9205082522526805743" + } + }, + "npm:has@1.0.3": { + "type": "npm", + "name": "npm:has@1.0.3", + "data": { + "version": "1.0.3", + "packageName": "has", + "hash": "11765713121937563238" + } + }, + "npm:has-unicode@2.0.1": { + "type": "npm", + "name": "npm:has-unicode@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "has-unicode", + "hash": "13943981828416008621" + } + }, + "npm:http-cache-semantics@4.1.1": { + "type": "npm", + "name": "npm:http-cache-semantics@4.1.1", + "data": { + "version": "4.1.1", + "packageName": "http-cache-semantics", + "hash": "11673138995573513177" + } + }, + "npm:humanize-ms@1.2.1": { + "type": "npm", + "name": "npm:humanize-ms@1.2.1", + "data": { + "version": "1.2.1", + "packageName": "humanize-ms", + "hash": "7757303854683551971" + } + }, + "npm:iconv-lite@0.6.3": { + "type": "npm", + "name": "npm:iconv-lite@0.6.3", + "data": { + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "7421171373803361012" + } + }, + "npm:ignore-walk@5.0.1": { + "type": "npm", + "name": "npm:ignore-walk@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "ignore-walk", + "hash": "17801084569473835035" + } + }, + "npm:infer-owner@1.0.4": { + "type": "npm", + "name": "npm:infer-owner@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "infer-owner", + "hash": "9592905291386480636" + } + }, + "npm:init-package-json@3.0.2": { + "type": "npm", + "name": "npm:init-package-json@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "init-package-json", + "hash": "16744114426784028573" + } + }, + "npm:ip@2.0.0": { + "type": "npm", + "name": "npm:ip@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "ip", + "hash": "13710680813638565005" + } + }, + "npm:ip-regex@4.3.0": { + "type": "npm", + "name": "npm:ip-regex@4.3.0", + "data": { + "version": "4.3.0", + "packageName": "ip-regex", + "hash": "13487806186465126933" + } + }, + "npm:is-cidr@4.0.2": { + "type": "npm", + "name": "npm:is-cidr@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "is-cidr", + "hash": "5075790416463488446" + } + }, + "npm:is-lambda@1.0.1": { + "type": "npm", + "name": "npm:is-lambda@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "is-lambda", + "hash": "8448322565985216301" + } + }, + "npm:json-stringify-nice@1.1.4": { + "type": "npm", + "name": "npm:json-stringify-nice@1.1.4", + "data": { + "version": "1.1.4", + "packageName": "json-stringify-nice", + "hash": "1591436175625616703" + } + }, + "npm:just-diff@5.1.1": { + "type": "npm", + "name": "npm:just-diff@5.1.1", + "data": { + "version": "5.1.1", + "packageName": "just-diff", + "hash": "4913452672572624105" + } + }, + "npm:just-diff-apply@5.4.1": { + "type": "npm", + "name": "npm:just-diff-apply@5.4.1", + "data": { + "version": "5.4.1", + "packageName": "just-diff-apply", + "hash": "6693024885978394835" + } + }, + "npm:libnpmaccess@6.0.4": { + "type": "npm", + "name": "npm:libnpmaccess@6.0.4", + "data": { + "version": "6.0.4", + "packageName": "libnpmaccess", + "hash": "15456621467019106087" + } + }, + "npm:libnpmdiff@4.0.5": { + "type": "npm", + "name": "npm:libnpmdiff@4.0.5", + "data": { + "version": "4.0.5", + "packageName": "libnpmdiff", + "hash": "12564864779189764665" + } + }, + "npm:libnpmexec@4.0.14": { + "type": "npm", + "name": "npm:libnpmexec@4.0.14", + "data": { + "version": "4.0.14", + "packageName": "libnpmexec", + "hash": "15730731058416727562" + } + }, + "npm:libnpmfund@3.0.5": { + "type": "npm", + "name": "npm:libnpmfund@3.0.5", + "data": { + "version": "3.0.5", + "packageName": "libnpmfund", + "hash": "2231116162714996244" + } + }, + "npm:libnpmhook@8.0.4": { + "type": "npm", + "name": "npm:libnpmhook@8.0.4", + "data": { + "version": "8.0.4", + "packageName": "libnpmhook", + "hash": "10905649501298668784" + } + }, + "npm:libnpmorg@4.0.4": { + "type": "npm", + "name": "npm:libnpmorg@4.0.4", + "data": { + "version": "4.0.4", + "packageName": "libnpmorg", + "hash": "11121728539177907104" + } + }, + "npm:libnpmpack@4.1.3": { + "type": "npm", + "name": "npm:libnpmpack@4.1.3", + "data": { + "version": "4.1.3", + "packageName": "libnpmpack", + "hash": "14516333359906949719" + } + }, + "npm:libnpmpublish@6.0.5": { + "type": "npm", + "name": "npm:libnpmpublish@6.0.5", + "data": { + "version": "6.0.5", + "packageName": "libnpmpublish", + "hash": "9828902659518999833" + } + }, + "npm:libnpmsearch@5.0.4": { + "type": "npm", + "name": "npm:libnpmsearch@5.0.4", + "data": { + "version": "5.0.4", + "packageName": "libnpmsearch", + "hash": "8518943871324171405" + } + }, + "npm:libnpmteam@4.0.4": { + "type": "npm", + "name": "npm:libnpmteam@4.0.4", + "data": { + "version": "4.0.4", + "packageName": "libnpmteam", + "hash": "7540678409340063063" + } + }, + "npm:libnpmversion@3.0.7": { + "type": "npm", + "name": "npm:libnpmversion@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "libnpmversion", + "hash": "11539508657241008333" + } + }, + "npm:make-fetch-happen@10.2.1": { + "type": "npm", + "name": "npm:make-fetch-happen@10.2.1", + "data": { + "version": "10.2.1", + "packageName": "make-fetch-happen", + "hash": "5755374460246096262" + } + }, + "npm:minipass-collect@1.0.2": { + "type": "npm", + "name": "npm:minipass-collect@1.0.2", + "data": { + "version": "1.0.2", + "packageName": "minipass-collect", + "hash": "7629739750421332479" + } + }, + "npm:minipass-fetch@2.1.1": { + "type": "npm", + "name": "npm:minipass-fetch@2.1.1", + "data": { + "version": "2.1.1", + "packageName": "minipass-fetch", + "hash": "220980564195127386" + } + }, + "npm:minipass-flush@1.0.5": { + "type": "npm", + "name": "npm:minipass-flush@1.0.5", + "data": { + "version": "1.0.5", + "packageName": "minipass-flush", + "hash": "4964371255953145995" + } + }, + "npm:minipass-json-stream@1.0.1": { + "type": "npm", + "name": "npm:minipass-json-stream@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "minipass-json-stream", + "hash": "3643202383199343680" + } + }, + "npm:minipass-pipeline@1.2.4": { + "type": "npm", + "name": "npm:minipass-pipeline@1.2.4", + "data": { + "version": "1.2.4", + "packageName": "minipass-pipeline", + "hash": "8953144040706547666" + } + }, + "npm:minipass-sized@1.0.3": { + "type": "npm", + "name": "npm:minipass-sized@1.0.3", + "data": { + "version": "1.0.3", + "packageName": "minipass-sized", + "hash": "4712991660875956378" + } + }, + "npm:minizlib@2.1.2": { + "type": "npm", + "name": "npm:minizlib@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "minizlib", + "hash": "13532066331159407151" + } + }, + "npm:mkdirp@1.0.4": { + "type": "npm", + "name": "npm:mkdirp@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "mkdirp", + "hash": "17565503203278009010" + } + }, + "npm:mkdirp-infer-owner@2.0.0": { + "type": "npm", + "name": "npm:mkdirp-infer-owner@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "mkdirp-infer-owner", + "hash": "8645183940188707883" + } + }, + "npm:mute-stream@0.0.8": { + "type": "npm", + "name": "npm:mute-stream@0.0.8", + "data": { + "version": "0.0.8", + "packageName": "mute-stream", + "hash": "14200682718628895098" + } + }, + "npm:negotiator@0.6.3": { + "type": "npm", + "name": "npm:negotiator@0.6.3", + "data": { + "version": "0.6.3", + "packageName": "negotiator", + "hash": "9280805870557328291" + } + }, + "npm:node-gyp@9.1.0": { + "type": "npm", + "name": "npm:node-gyp@9.1.0", + "data": { + "version": "9.1.0", + "packageName": "node-gyp", + "hash": "6639505624465873453" + } + }, + "npm:nopt@5.0.0": { + "type": "npm", + "name": "npm:nopt@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "nopt", + "hash": "6389711394169585254" + } + }, + "npm:nopt@6.0.0": { + "type": "npm", + "name": "npm:nopt@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "nopt", + "hash": "16342660997183208141" + } + }, + "npm:npm-audit-report@3.0.0": { + "type": "npm", + "name": "npm:npm-audit-report@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "npm-audit-report", + "hash": "740877953104656726" + } + }, + "npm:npm-install-checks@5.0.0": { + "type": "npm", + "name": "npm:npm-install-checks@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "npm-install-checks", + "hash": "12939531995528006310" + } + }, + "npm:npm-packlist@5.1.3": { + "type": "npm", + "name": "npm:npm-packlist@5.1.3", + "data": { + "version": "5.1.3", + "packageName": "npm-packlist", + "hash": "11634107465126432860" + } + }, + "npm:npm-pick-manifest@7.0.2": { + "type": "npm", + "name": "npm:npm-pick-manifest@7.0.2", + "data": { + "version": "7.0.2", + "packageName": "npm-pick-manifest", + "hash": "13601673319508726125" + } + }, + "npm:npm-profile@6.2.1": { + "type": "npm", + "name": "npm:npm-profile@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "npm-profile", + "hash": "2581788580398619429" + } + }, + "npm:npm-registry-fetch@13.3.1": { + "type": "npm", + "name": "npm:npm-registry-fetch@13.3.1", + "data": { + "version": "13.3.1", + "packageName": "npm-registry-fetch", + "hash": "8957585858220359617" + } + }, + "npm:npm-user-validate@1.0.1": { + "type": "npm", + "name": "npm:npm-user-validate@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "npm-user-validate", + "hash": "2764861028829561434" + } + }, + "npm:npmlog@6.0.2": { + "type": "npm", + "name": "npm:npmlog@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "npmlog", + "hash": "15474869009956597238" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "18130069600756275812" + } + }, + "npm:opener@1.5.2": { + "type": "npm", + "name": "npm:opener@1.5.2", + "data": { + "version": "1.5.2", + "packageName": "opener", + "hash": "560921977655139350" + } + }, + "npm:pacote@13.6.2": { + "type": "npm", + "name": "npm:pacote@13.6.2", + "data": { + "version": "13.6.2", + "packageName": "pacote", + "hash": "5633237474591869845" + } + }, + "npm:parse-conflict-json@2.0.2": { + "type": "npm", + "name": "npm:parse-conflict-json@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "parse-conflict-json", + "hash": "14666583087351369661" + } + }, + "npm:path-is-absolute": { + "type": "npm", + "name": "npm:path-is-absolute", + "data": { + "version": "1.0.1", + "packageName": "path-is-absolute", + "hash": "13867861482018667185" + } + }, + "npm:postcss-selector-parser@6.0.10": { + "type": "npm", + "name": "npm:postcss-selector-parser@6.0.10", + "data": { + "version": "6.0.10", + "packageName": "postcss-selector-parser", + "hash": "6866351705357526357" + } + }, + "npm:proc-log@2.0.1": { + "type": "npm", + "name": "npm:proc-log@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "proc-log", + "hash": "6548856338988029002" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:promise-all-reject-late@1.0.1": { + "type": "npm", + "name": "npm:promise-all-reject-late@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "promise-all-reject-late", + "hash": "8115079043743132112" + } + }, + "npm:promise-call-limit@1.0.1": { + "type": "npm", + "name": "npm:promise-call-limit@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "promise-call-limit", + "hash": "7577013180027611596" + } + }, + "npm:promise-inflight@1.0.1": { + "type": "npm", + "name": "npm:promise-inflight@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "17505959410500941643" + } + }, + "npm:promise-retry@2.0.1": { + "type": "npm", + "name": "npm:promise-retry@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "6430051236100879397" + } + }, + "npm:promzard@0.3.0": { + "type": "npm", + "name": "npm:promzard@0.3.0", + "data": { + "version": "0.3.0", + "packageName": "promzard", + "hash": "6830464028383824638" + } + }, + "npm:qrcode-terminal@0.12.0": { + "type": "npm", + "name": "npm:qrcode-terminal@0.12.0", + "data": { + "version": "0.12.0", + "packageName": "qrcode-terminal", + "hash": "8604977206135799318" + } + }, + "npm:read@1.0.7": { + "type": "npm", + "name": "npm:read@1.0.7", + "data": { + "version": "1.0.7", + "packageName": "read", + "hash": "2970621517632592905" + } + }, + "npm:read-cmd-shim@3.0.0": { + "type": "npm", + "name": "npm:read-cmd-shim@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "read-cmd-shim", + "hash": "1392406493166379400" + } + }, + "npm:read-package-json@5.0.2": { + "type": "npm", + "name": "npm:read-package-json@5.0.2", + "data": { + "version": "5.0.2", + "packageName": "read-package-json", + "hash": "1432096038211124484" + } + }, + "npm:read-package-json-fast@2.0.3": { + "type": "npm", + "name": "npm:read-package-json-fast@2.0.3", + "data": { + "version": "2.0.3", + "packageName": "read-package-json-fast", + "hash": "15215973364415358483" + } + }, + "npm:readdir-scoped-modules@1.1.0": { + "type": "npm", + "name": "npm:readdir-scoped-modules@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "readdir-scoped-modules", + "hash": "8625704486603537029" + } + }, + "npm:retry@0.12.0": { + "type": "npm", + "name": "npm:retry@0.12.0", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "577959566566698873" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "16864181468367228999" + } + }, + "npm:safer-buffer@2.1.2": { + "type": "npm", + "name": "npm:safer-buffer@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "16796670911009069817" + } + }, + "npm:set-blocking@2.0.0": { + "type": "npm", + "name": "npm:set-blocking@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "set-blocking", + "hash": "7925479020392693302" + } + }, + "npm:smart-buffer@4.2.0": { + "type": "npm", + "name": "npm:smart-buffer@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "smart-buffer", + "hash": "9325347317011058594" + } + }, + "npm:socks@2.7.0": { + "type": "npm", + "name": "npm:socks@2.7.0", + "data": { + "version": "2.7.0", + "packageName": "socks", + "hash": "11542678000999248248" + } + }, + "npm:socks-proxy-agent@7.0.0": { + "type": "npm", + "name": "npm:socks-proxy-agent@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "socks-proxy-agent", + "hash": "17235907017924702931" + } + }, + "npm:spdx-correct@3.1.1": { + "type": "npm", + "name": "npm:spdx-correct@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "spdx-correct", + "hash": "4681374506821215916" + } + }, + "npm:spdx-correct": { + "type": "npm", + "name": "npm:spdx-correct", + "data": { + "version": "3.2.0", + "packageName": "spdx-correct", + "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + } + }, + "npm:spdx-exceptions@2.3.0": { + "type": "npm", + "name": "npm:spdx-exceptions@2.3.0", + "data": { + "version": "2.3.0", + "packageName": "spdx-exceptions", + "hash": "7642298428353548034" + } + }, + "npm:spdx-exceptions": { + "type": "npm", + "name": "npm:spdx-exceptions", + "data": { + "version": "2.5.0", + "packageName": "spdx-exceptions", + "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + } + }, + "npm:spdx-expression-parse": { + "type": "npm", + "name": "npm:spdx-expression-parse", + "data": { + "version": "3.0.1", + "packageName": "spdx-expression-parse", + "hash": "1415946028849809017" + } + }, + "npm:spdx-license-ids@3.0.11": { + "type": "npm", + "name": "npm:spdx-license-ids@3.0.11", + "data": { + "version": "3.0.11", + "packageName": "spdx-license-ids", + "hash": "3311985961649482920" + } + }, + "npm:spdx-license-ids": { + "type": "npm", + "name": "npm:spdx-license-ids", + "data": { + "version": "3.0.18", + "packageName": "spdx-license-ids", + "hash": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==" + } + }, + "npm:ssri@9.0.1": { + "type": "npm", + "name": "npm:ssri@9.0.1", + "data": { + "version": "9.0.1", + "packageName": "ssri", + "hash": "8720279321855488270" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "13543247940053143024" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "11479311392825997119" + } + }, + "npm:tar@6.1.11": { + "type": "npm", + "name": "npm:tar@6.1.11", + "data": { + "version": "6.1.11", + "packageName": "tar", + "hash": "10268729025719379403" + } + }, + "npm:text-table": { + "type": "npm", + "name": "npm:text-table", + "data": { + "version": "0.2.0", + "packageName": "text-table", + "hash": "18257468142112457810" + } + }, + "npm:tiny-relative-date@1.3.0": { + "type": "npm", + "name": "npm:tiny-relative-date@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "tiny-relative-date", + "hash": "13109578067881593908" + } + }, + "npm:treeverse@2.0.0": { + "type": "npm", + "name": "npm:treeverse@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "treeverse", + "hash": "5573445924162883587" + } + }, + "npm:unique-filename@2.0.1": { + "type": "npm", + "name": "npm:unique-filename@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "unique-filename", + "hash": "10562460252903211514" + } + }, + "npm:unique-slug@3.0.0": { + "type": "npm", + "name": "npm:unique-slug@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "unique-slug", + "hash": "1901199037501141868" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "17916194938027055625" + } + }, + "npm:validate-npm-package-license": { + "type": "npm", + "name": "npm:validate-npm-package-license", + "data": { + "version": "3.0.4", + "packageName": "validate-npm-package-license", + "hash": "14893158163252173577" + } + }, + "npm:validate-npm-package-name@4.0.0": { + "type": "npm", + "name": "npm:validate-npm-package-name@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "validate-npm-package-name", + "hash": "11252195179068276199" + } + }, + "npm:validate-npm-package-name": { + "type": "npm", + "name": "npm:validate-npm-package-name", + "data": { + "version": "5.0.1", + "packageName": "validate-npm-package-name", + "hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==" + } + }, + "npm:walk-up-path@1.0.0": { + "type": "npm", + "name": "npm:walk-up-path@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "walk-up-path", + "hash": "6221253280820009909" + } + }, + "npm:wcwidth": { + "type": "npm", + "name": "npm:wcwidth", + "data": { + "version": "1.0.1", + "packageName": "wcwidth", + "hash": "10410747907664628096" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "228540766434988782" + } + }, + "npm:wide-align@1.1.5": { + "type": "npm", + "name": "npm:wide-align@1.1.5", + "data": { + "version": "1.1.5", + "packageName": "wide-align", + "hash": "9514910874233485267" + } + }, + "npm:wrappy": { + "type": "npm", + "name": "npm:wrappy", + "data": { + "version": "1.0.2", + "packageName": "wrappy", + "hash": "13036395546180351201" + } + }, + "npm:write-file-atomic": { + "type": "npm", + "name": "npm:write-file-atomic", + "data": { + "version": "4.0.2", + "packageName": "write-file-atomic", + "hash": "3737264611230369299" + } + }, + "npm:number-allocator": { + "type": "npm", + "name": "npm:number-allocator", + "data": { + "version": "1.0.14", + "packageName": "number-allocator", + "hash": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==" + } + }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.1", + "packageName": "object-inspect", + "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + } + }, + "npm:object-keys": { + "type": "npm", + "name": "npm:object-keys", + "data": { + "version": "1.1.1", + "packageName": "object-keys", + "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + } + }, + "npm:object.assign": { + "type": "npm", + "name": "npm:object.assign", + "data": { + "version": "4.1.5", + "packageName": "object.assign", + "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + } + }, + "npm:oo-ascii-tree": { + "type": "npm", + "name": "npm:oo-ascii-tree", + "data": { + "version": "1.101.0", + "packageName": "oo-ascii-tree", + "hash": "sha512-hNE9Nfvo4HLa9/dAiaiXUm64KHUvgBa7jPftsb8gZdTv1G1wSMMnd9j7SMcRzaMbDEqi+0cfgeBSIcsKy+k0vA==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:optionator": { + "type": "npm", + "name": "npm:optionator", + "data": { + "version": "0.9.4", + "packageName": "optionator", + "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" + } + }, + "npm:ora": { + "type": "npm", + "name": "npm:ora", + "data": { + "version": "5.3.0", + "packageName": "ora", + "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + } + }, + "npm:p-each-series": { + "type": "npm", + "name": "npm:p-each-series", + "data": { + "version": "3.0.0", + "packageName": "p-each-series", + "hash": "sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==" + } + }, + "npm:p-filter": { + "type": "npm", + "name": "npm:p-filter", + "data": { + "version": "2.1.0", + "packageName": "p-filter", + "hash": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==" + } + }, + "npm:p-finally": { + "type": "npm", + "name": "npm:p-finally", + "data": { + "version": "1.0.0", + "packageName": "p-finally", + "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + } + }, + "npm:p-is-promise": { + "type": "npm", + "name": "npm:p-is-promise", + "data": { + "version": "3.0.0", + "packageName": "p-is-promise", + "hash": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==" + } + }, + "npm:yocto-queue@1.0.0": { + "type": "npm", + "name": "npm:yocto-queue@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "yocto-queue", + "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:p-queue": { + "type": "npm", + "name": "npm:p-queue", + "data": { + "version": "6.6.2", + "packageName": "p-queue", + "hash": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==" + } + }, + "npm:p-reduce": { + "type": "npm", + "name": "npm:p-reduce", + "data": { + "version": "2.1.0", + "packageName": "p-reduce", + "hash": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==" + } + }, + "npm:p-reduce@3.0.0": { + "type": "npm", + "name": "npm:p-reduce@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "p-reduce", + "hash": "sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==" + } + }, + "npm:p-timeout": { + "type": "npm", + "name": "npm:p-timeout", + "data": { + "version": "3.2.0", + "packageName": "p-timeout", + "hash": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" + } + }, + "npm:p-try": { + "type": "npm", + "name": "npm:p-try", + "data": { + "version": "2.2.0", + "packageName": "p-try", + "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + }, + "npm:p-try@1.0.0": { + "type": "npm", + "name": "npm:p-try@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "p-try", + "hash": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==" + } + }, + "npm:parent-module": { + "type": "npm", + "name": "npm:parent-module", + "data": { + "version": "1.0.1", + "packageName": "parent-module", + "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" + } + }, + "npm:path-parse": { + "type": "npm", + "name": "npm:path-parse", + "data": { + "version": "1.0.7", + "packageName": "path-parse", + "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + } + }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.11.1", + "packageName": "path-scurry", + "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" + } + }, + "npm:path-type": { + "type": "npm", + "name": "npm:path-type", + "data": { + "version": "4.0.0", + "packageName": "path-type", + "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + } + }, + "npm:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.0.1", + "packageName": "picocolors", + "hash": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:pify": { + "type": "npm", + "name": "npm:pify", + "data": { + "version": "3.0.0", + "packageName": "pify", + "hash": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" + } + }, + "npm:pirates": { + "type": "npm", + "name": "npm:pirates", + "data": { + "version": "4.0.6", + "packageName": "pirates", + "hash": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" + } + }, + "npm:pkg-conf": { + "type": "npm", + "name": "npm:pkg-conf", + "data": { + "version": "2.1.0", + "packageName": "pkg-conf", + "hash": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==" + } + }, + "npm:pkg-dir": { + "type": "npm", + "name": "npm:pkg-dir", + "data": { + "version": "4.2.0", + "packageName": "pkg-dir", + "hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" + } + }, + "npm:possible-typed-array-names": { + "type": "npm", + "name": "npm:possible-typed-array-names", + "data": { + "version": "1.0.0", + "packageName": "possible-typed-array-names", + "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + } + }, + "npm:prelude-ls": { + "type": "npm", + "name": "npm:prelude-ls", + "data": { + "version": "1.2.1", + "packageName": "prelude-ls", + "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "3.3.2", + "packageName": "prettier", + "hash": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==" + } + }, + "npm:prettier-linter-helpers": { + "type": "npm", + "name": "npm:prettier-linter-helpers", + "data": { + "version": "1.0.0", + "packageName": "prettier-linter-helpers", + "hash": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "npm:process": { + "type": "npm", + "name": "npm:process", + "data": { + "version": "0.11.10", + "packageName": "process", + "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" + } + }, + "npm:process-nextick-args": { + "type": "npm", + "name": "npm:process-nextick-args", + "data": { + "version": "2.0.1", + "packageName": "process-nextick-args", + "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + } + }, + "npm:prompts": { + "type": "npm", + "name": "npm:prompts", + "data": { + "version": "2.4.2", + "packageName": "prompts", + "hash": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" + } + }, + "npm:proto-list": { + "type": "npm", + "name": "npm:proto-list", + "data": { + "version": "1.2.4", + "packageName": "proto-list", + "hash": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:pump": { + "type": "npm", + "name": "npm:pump", + "data": { + "version": "3.0.0", + "packageName": "pump", + "hash": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:punycode@1.4.1": { + "type": "npm", + "name": "npm:punycode@1.4.1", + "data": { + "version": "1.4.1", + "packageName": "punycode", + "hash": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" + } + }, + "npm:pure-rand": { + "type": "npm", + "name": "npm:pure-rand", + "data": { + "version": "6.1.0", + "packageName": "pure-rand", + "hash": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" + } + }, + "npm:q": { + "type": "npm", + "name": "npm:q", + "data": { + "version": "1.5.1", + "packageName": "q", + "hash": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" + } + }, + "npm:qs": { + "type": "npm", + "name": "npm:qs", + "data": { + "version": "6.12.1", + "packageName": "qs", + "hash": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:quick-lru": { + "type": "npm", + "name": "npm:quick-lru", + "data": { + "version": "4.0.1", + "packageName": "quick-lru", + "hash": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==" + } + }, + "npm:rc": { + "type": "npm", + "name": "npm:rc", + "data": { + "version": "1.2.8", + "packageName": "rc", + "hash": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" + } + }, + "npm:strip-json-comments@2.0.1": { + "type": "npm", + "name": "npm:strip-json-comments@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "strip-json-comments", + "hash": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:react-is": { + "type": "npm", + "name": "npm:react-is", + "data": { + "version": "18.3.1", + "packageName": "react-is", + "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" + } + }, + "npm:read-pkg": { + "type": "npm", + "name": "npm:read-pkg", + "data": { + "version": "5.2.0", + "packageName": "read-pkg", + "hash": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" + } + }, + "npm:read-pkg@7.1.0": { + "type": "npm", + "name": "npm:read-pkg@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "read-pkg", + "hash": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.6.2", + "packageName": "rechoir", + "hash": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==" + } + }, + "npm:redent": { + "type": "npm", + "name": "npm:redent", + "data": { + "version": "3.0.0", + "packageName": "redent", + "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + } + }, + "npm:redeyed": { + "type": "npm", + "name": "npm:redeyed", + "data": { + "version": "2.1.1", + "packageName": "redeyed", + "hash": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==" + } + }, + "npm:regenerate": { + "type": "npm", + "name": "npm:regenerate", + "data": { + "version": "1.4.2", + "packageName": "regenerate", + "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + } + }, + "npm:regenerate-unicode-properties": { + "type": "npm", + "name": "npm:regenerate-unicode-properties", + "data": { + "version": "10.1.1", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regenerator-transform": { + "type": "npm", + "name": "npm:regenerator-transform", + "data": { + "version": "0.15.2", + "packageName": "regenerator-transform", + "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + } + }, + "npm:regexp.prototype.flags": { + "type": "npm", + "name": "npm:regexp.prototype.flags", + "data": { + "version": "1.5.2", + "packageName": "regexp.prototype.flags", + "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + } + }, + "npm:regexpu-core": { + "type": "npm", + "name": "npm:regexpu-core", + "data": { + "version": "5.3.2", + "packageName": "regexpu-core", + "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + } + }, + "npm:registry-auth-token": { + "type": "npm", + "name": "npm:registry-auth-token", + "data": { + "version": "5.0.2", + "packageName": "registry-auth-token", + "hash": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==" + } + }, + "npm:regjsparser": { + "type": "npm", + "name": "npm:regjsparser", + "data": { + "version": "0.9.1", + "packageName": "regjsparser", + "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + } + }, + "npm:reinterval": { + "type": "npm", + "name": "npm:reinterval", + "data": { + "version": "1.1.0", + "packageName": "reinterval", + "hash": "sha512-QIRet3SYrGp0HUHO88jVskiG6seqUGC5iAG7AwI/BV4ypGcuqk9Du6YQBUOUqm9c8pw1eyLoIaONifRua1lsEQ==" + } + }, + "npm:remeda": { + "type": "npm", + "name": "npm:remeda", + "data": { + "version": "0.0.32", + "packageName": "remeda", + "hash": "sha512-FEdl8ONpqY7AvvMHG5WYdomc0mGf2khHPUDu6QvNkOq4Wjkw5BvzWM4QyksAQ/US1sFIIRG8TVBn6iJx6HbRrA==" + } + }, + "npm:require-directory": { + "type": "npm", + "name": "npm:require-directory", + "data": { + "version": "2.1.1", + "packageName": "require-directory", + "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + } + }, + "npm:require-from-string": { + "type": "npm", + "name": "npm:require-from-string", + "data": { + "version": "2.0.2", + "packageName": "require-from-string", + "hash": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" + } + }, + "npm:resolve": { + "type": "npm", + "name": "npm:resolve", + "data": { + "version": "1.22.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "npm:resolve-cwd": { + "type": "npm", + "name": "npm:resolve-cwd", + "data": { + "version": "3.0.0", + "packageName": "resolve-cwd", + "hash": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:reusify": { + "type": "npm", + "name": "npm:reusify", + "data": { + "version": "1.0.4", + "packageName": "reusify", + "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + } + }, + "npm:rfdc": { + "type": "npm", + "name": "npm:rfdc", + "data": { + "version": "1.4.1", + "packageName": "rfdc", + "hash": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" + } + }, + "npm:run-parallel": { + "type": "npm", + "name": "npm:run-parallel", + "data": { + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:safe-array-concat": { + "type": "npm", + "name": "npm:safe-array-concat", + "data": { + "version": "1.1.2", + "packageName": "safe-array-concat", + "hash": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==" + } + }, + "npm:safe-regex-test": { + "type": "npm", + "name": "npm:safe-regex-test", + "data": { + "version": "1.0.3", + "packageName": "safe-regex-test", + "hash": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==" + } + }, + "npm:semantic-release": { + "type": "npm", + "name": "npm:semantic-release", + "data": { + "version": "20.1.0", + "packageName": "semantic-release", + "hash": "sha512-+9+n6RIr0Fz0F53cXrjpawxWlUg3O7/qr1jF9lrE+/v6WqwBrSWnavVHTPaf2WLerET2EngoqI0M4pahkKl6XQ==" + } + }, + "npm:semantic-release-plugin-decorators": { + "type": "npm", + "name": "npm:semantic-release-plugin-decorators", + "data": { + "version": "3.0.1", + "packageName": "semantic-release-plugin-decorators", + "hash": "sha512-f5Qjvv/AJYByvkaj11a+05gQwfPwgQKo5OIhj8YVM2Dhf2rOPEOLD83jGrTdM7Nuf//sZYw77/cGUSVygUG9Kg==" + } + }, + "npm:semver-diff": { + "type": "npm", + "name": "npm:semver-diff", + "data": { + "version": "4.0.0", + "packageName": "semver-diff", + "hash": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==" + } + }, + "npm:semver-intersect": { + "type": "npm", + "name": "npm:semver-intersect", + "data": { + "version": "1.5.0", + "packageName": "semver-intersect", + "hash": "sha512-BDjWX7yCC0haX4W/zrnV2JaMpVirwaEkGOBmgRQtH++F1N3xl9v7k9H44xfTqwl+yLNNSbMKosoVSTIiJVQ2Pw==" + } + }, + "npm:semver-regex": { + "type": "npm", + "name": "npm:semver-regex", + "data": { + "version": "4.0.5", + "packageName": "semver-regex", + "hash": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==" + } + }, + "npm:set-function-length": { + "type": "npm", + "name": "npm:set-function-length", + "data": { + "version": "1.2.2", + "packageName": "set-function-length", + "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + } + }, + "npm:set-function-name": { + "type": "npm", + "name": "npm:set-function-name", + "data": { + "version": "2.0.2", + "packageName": "set-function-name", + "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:shelljs": { + "type": "npm", + "name": "npm:shelljs", + "data": { + "version": "0.8.5", + "packageName": "shelljs", + "hash": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==" + } + }, + "npm:shlex": { + "type": "npm", + "name": "npm:shlex", + "data": { + "version": "2.1.2", + "packageName": "shlex", + "hash": "sha512-Nz6gtibMVgYeMEhUjp2KuwAgqaJA1K155dU/HuDaEJUGgnmYfVtVZah+uerVWdH8UGnyahhDCgABbYTbs254+w==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.0.6", + "packageName": "side-channel", + "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + } + }, + "npm:signale": { + "type": "npm", + "name": "npm:signale", + "data": { + "version": "1.4.0", + "packageName": "signale", + "hash": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==" + } + }, + "npm:sisteransi": { + "type": "npm", + "name": "npm:sisteransi", + "data": { + "version": "1.0.5", + "packageName": "sisteransi", + "hash": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:sort-json": { + "type": "npm", + "name": "npm:sort-json", + "data": { + "version": "2.0.1", + "packageName": "sort-json", + "hash": "sha512-s8cs2bcsQCzo/P2T/uoU6Js4dS/jnX8+4xunziNoq9qmSpZNCrRIAIvp4avsz0ST18HycV4z/7myJ7jsHWB2XQ==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:spawn-error-forwarder": { + "type": "npm", + "name": "npm:spawn-error-forwarder", + "data": { + "version": "1.0.0", + "packageName": "spawn-error-forwarder", + "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + } + }, + "npm:spdx-license-list": { + "type": "npm", + "name": "npm:spdx-license-list", + "data": { + "version": "6.9.0", + "packageName": "spdx-license-list", + "hash": "sha512-L2jl5vc2j6jxWcNCvcVj/BW9A8yGIG02Dw+IUw0ZxDM70f7Ylf5Hq39appV1BI9yxyWQRpq2TQ1qaXvf+yjkqA==" + } + }, + "npm:split": { + "type": "npm", + "name": "npm:split", + "data": { + "version": "1.0.1", + "packageName": "split", + "hash": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:stack-utils": { + "type": "npm", + "name": "npm:stack-utils", + "data": { + "version": "2.0.6", + "packageName": "stack-utils", + "hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" + } + }, + "npm:stream-chain": { + "type": "npm", + "name": "npm:stream-chain", + "data": { + "version": "2.2.5", + "packageName": "stream-chain", + "hash": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==" + } + }, + "npm:stream-combiner2": { + "type": "npm", + "name": "npm:stream-combiner2", + "data": { + "version": "1.1.1", + "packageName": "stream-combiner2", + "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + } + }, + "npm:stream-json": { + "type": "npm", + "name": "npm:stream-json", + "data": { + "version": "1.8.0", + "packageName": "stream-json", + "hash": "sha512-HZfXngYHUAr1exT4fxlbc1IOce1RYxp2ldeaf97LYCOPSoOqY/1Psp7iGvpb+6JIOgkra9zDYnPX01hGAHzEPw==" + } + }, + "npm:stream-shift": { + "type": "npm", + "name": "npm:stream-shift", + "data": { + "version": "1.0.3", + "packageName": "stream-shift", + "hash": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" + } + }, + "npm:streamroller": { + "type": "npm", + "name": "npm:streamroller", + "data": { + "version": "3.1.5", + "packageName": "streamroller", + "hash": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==" + } + }, + "npm:string-length": { + "type": "npm", + "name": "npm:string-length", + "data": { + "version": "4.0.2", + "packageName": "string-length", + "hash": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" + } + }, + "npm:string.prototype.repeat": { + "type": "npm", + "name": "npm:string.prototype.repeat", + "data": { + "version": "1.0.0", + "packageName": "string.prototype.repeat", + "hash": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==" + } + }, + "npm:string.prototype.trim": { + "type": "npm", + "name": "npm:string.prototype.trim", + "data": { + "version": "1.2.9", + "packageName": "string.prototype.trim", + "hash": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==" + } + }, + "npm:string.prototype.trimend": { + "type": "npm", + "name": "npm:string.prototype.trimend", + "data": { + "version": "1.0.8", + "packageName": "string.prototype.trimend", + "hash": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==" + } + }, + "npm:string.prototype.trimstart": { + "type": "npm", + "name": "npm:string.prototype.trimstart", + "data": { + "version": "1.0.8", + "packageName": "string.prototype.trimstart", + "hash": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" + } + }, + "npm:strip-indent": { + "type": "npm", + "name": "npm:strip-indent", + "data": { + "version": "3.0.0", + "packageName": "strip-indent", + "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + } + }, + "npm:strnum": { + "type": "npm", + "name": "npm:strnum", + "data": { + "version": "1.0.5", + "packageName": "strnum", + "hash": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + } + }, + "npm:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:supports-hyperlinks": { + "type": "npm", + "name": "npm:supports-hyperlinks", + "data": { + "version": "2.3.0", + "packageName": "supports-hyperlinks", + "hash": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==" + } + }, + "npm:supports-preserve-symlinks-flag": { + "type": "npm", + "name": "npm:supports-preserve-symlinks-flag", + "data": { + "version": "1.0.0", + "packageName": "supports-preserve-symlinks-flag", + "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + } + }, + "npm:synckit": { + "type": "npm", + "name": "npm:synckit", + "data": { + "version": "0.8.8", + "packageName": "synckit", + "hash": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:temp-dir": { + "type": "npm", + "name": "npm:temp-dir", + "data": { + "version": "2.0.0", + "packageName": "temp-dir", + "hash": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==" + } + }, + "npm:tempy": { + "type": "npm", + "name": "npm:tempy", + "data": { + "version": "1.0.1", + "packageName": "tempy", + "hash": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==" + } + }, + "npm:test-exclude": { + "type": "npm", + "name": "npm:test-exclude", + "data": { + "version": "6.0.0", + "packageName": "test-exclude", + "hash": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tmp": { + "type": "npm", + "name": "npm:tmp", + "data": { + "version": "0.2.3", + "packageName": "tmp", + "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + } + }, + "npm:tmpl": { + "type": "npm", + "name": "npm:tmpl", + "data": { + "version": "1.0.5", + "packageName": "tmpl", + "hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + } + }, + "npm:to-fast-properties": { + "type": "npm", + "name": "npm:to-fast-properties", + "data": { + "version": "2.0.0", + "packageName": "to-fast-properties", + "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + } + }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "0.0.3", + "packageName": "tr46", + "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + } + }, + "npm:traverse": { + "type": "npm", + "name": "npm:traverse", + "data": { + "version": "0.6.9", + "packageName": "traverse", + "hash": "sha512-7bBrcF+/LQzSgFmT0X5YclVqQxtv7TDJ1f8Wj7ibBu/U6BMLeOpUxuZjV7rMc44UtKxlnMFigdhFAIszSX1DMg==" + } + }, + "npm:trim-newlines": { + "type": "npm", + "name": "npm:trim-newlines", + "data": { + "version": "3.0.1", + "packageName": "trim-newlines", + "hash": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==" + } + }, + "npm:ts-api-utils": { + "type": "npm", + "name": "npm:ts-api-utils", + "data": { + "version": "1.3.0", + "packageName": "ts-api-utils", + "hash": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" + } + }, + "npm:ts-jest": { + "type": "npm", + "name": "npm:ts-jest", + "data": { + "version": "29.1.4", + "packageName": "ts-jest", + "hash": "sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==" + } + }, + "npm:tsconfig-paths": { + "type": "npm", + "name": "npm:tsconfig-paths", + "data": { + "version": "4.2.0", + "packageName": "tsconfig-paths", + "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + } + }, + "npm:type": { + "type": "npm", + "name": "npm:type", + "data": { + "version": "2.7.3", + "packageName": "type", + "hash": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" + } + }, + "npm:type-check": { + "type": "npm", + "name": "npm:type-check", + "data": { + "version": "0.4.0", + "packageName": "type-check", + "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" + } + }, + "npm:type-detect": { + "type": "npm", + "name": "npm:type-detect", + "data": { + "version": "4.0.8", + "packageName": "type-detect", + "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + } + }, + "npm:typed-array-buffer": { + "type": "npm", + "name": "npm:typed-array-buffer", + "data": { + "version": "1.0.2", + "packageName": "typed-array-buffer", + "hash": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==" + } + }, + "npm:typed-array-byte-length": { + "type": "npm", + "name": "npm:typed-array-byte-length", + "data": { + "version": "1.0.1", + "packageName": "typed-array-byte-length", + "hash": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==" + } + }, + "npm:typed-array-byte-offset": { + "type": "npm", + "name": "npm:typed-array-byte-offset", + "data": { + "version": "1.0.2", + "packageName": "typed-array-byte-offset", + "hash": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==" + } + }, + "npm:typed-array-length": { + "type": "npm", + "name": "npm:typed-array-length", + "data": { + "version": "1.0.6", + "packageName": "typed-array-length", + "hash": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==" + } + }, + "npm:typedarray": { + "type": "npm", + "name": "npm:typedarray", + "data": { + "version": "0.0.6", + "packageName": "typedarray", + "hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + } + }, + "npm:typedarray.prototype.slice": { + "type": "npm", + "name": "npm:typedarray.prototype.slice", + "data": { + "version": "1.0.3", + "packageName": "typedarray.prototype.slice", + "hash": "sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==" + } + }, + "npm:uglify-js": { + "type": "npm", + "name": "npm:uglify-js", + "data": { + "version": "3.18.0", + "packageName": "uglify-js", + "hash": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==" + } + }, + "npm:unbox-primitive": { + "type": "npm", + "name": "npm:unbox-primitive", + "data": { + "version": "1.0.2", + "packageName": "unbox-primitive", + "hash": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "5.26.5", + "packageName": "undici-types", + "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + } + }, + "npm:unicode-canonical-property-names-ecmascript": { + "type": "npm", + "name": "npm:unicode-canonical-property-names-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-canonical-property-names-ecmascript", + "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + } + }, + "npm:unicode-match-property-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-match-property-ecmascript", + "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + } + }, + "npm:unicode-match-property-value-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-value-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unicorn-magic": { + "type": "npm", + "name": "npm:unicorn-magic", + "data": { + "version": "0.1.0", + "packageName": "unicorn-magic", + "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + } + }, + "npm:unique-string": { + "type": "npm", + "name": "npm:unique-string", + "data": { + "version": "2.0.0", + "packageName": "unique-string", + "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + } + }, + "npm:universal-user-agent": { + "type": "npm", + "name": "npm:universal-user-agent", + "data": { + "version": "6.0.1", + "packageName": "universal-user-agent", + "hash": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.0.16", + "packageName": "update-browserslist-db", + "hash": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url": { + "type": "npm", + "name": "npm:url", + "data": { + "version": "0.11.3", + "packageName": "url", + "hash": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==" + } + }, + "npm:url-join": { + "type": "npm", + "name": "npm:url-join", + "data": { + "version": "4.0.1", + "packageName": "url-join", + "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" + } + }, + "npm:uuid": { + "type": "npm", + "name": "npm:uuid", + "data": { + "version": "9.0.1", + "packageName": "uuid", + "hash": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + } + }, + "npm:v8-compile-cache-lib": { + "type": "npm", + "name": "npm:v8-compile-cache-lib", + "data": { + "version": "3.0.1", + "packageName": "v8-compile-cache-lib", + "hash": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" + } + }, + "npm:v8-to-istanbul": { + "type": "npm", + "name": "npm:v8-to-istanbul", + "data": { + "version": "9.2.0", + "packageName": "v8-to-istanbul", + "hash": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==" + } + }, + "npm:walker": { + "type": "npm", + "name": "npm:walker", + "data": { + "version": "1.0.8", + "packageName": "walker", + "hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" + } + }, + "npm:webidl-conversions": { + "type": "npm", + "name": "npm:webidl-conversions", + "data": { + "version": "3.0.1", + "packageName": "webidl-conversions", + "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "5.0.0", + "packageName": "whatwg-url", + "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" + } + }, + "npm:which-boxed-primitive": { + "type": "npm", + "name": "npm:which-boxed-primitive", + "data": { + "version": "1.0.2", + "packageName": "which-boxed-primitive", + "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + } + }, + "npm:which-typed-array": { + "type": "npm", + "name": "npm:which-typed-array", + "data": { + "version": "1.1.15", + "packageName": "which-typed-array", + "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + } + }, + "npm:word-wrap": { + "type": "npm", + "name": "npm:word-wrap", + "data": { + "version": "1.2.5", + "packageName": "word-wrap", + "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" + } + }, + "npm:wordwrap": { + "type": "npm", + "name": "npm:wordwrap", + "data": { + "version": "1.0.0", + "packageName": "wordwrap", + "hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==" + } + }, + "npm:workerpool": { + "type": "npm", + "name": "npm:workerpool", + "data": { + "version": "6.5.1", + "packageName": "workerpool", + "hash": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:xmlbuilder": { + "type": "npm", + "name": "npm:xmlbuilder", + "data": { + "version": "15.1.1", + "packageName": "xmlbuilder", + "hash": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==" + } + }, + "npm:xtend": { + "type": "npm", + "name": "npm:xtend", + "data": { + "version": "4.0.2", + "packageName": "xtend", + "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + }, + "npm:y18n": { + "type": "npm", + "name": "npm:y18n", + "data": { + "version": "5.0.8", + "packageName": "y18n", + "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "1.10.2", + "packageName": "yaml", + "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + } + }, + "npm:yn": { + "type": "npm", + "name": "npm:yn", + "data": { + "version": "3.1.1", + "packageName": "yn", + "hash": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } + }, + "npm:zod": { + "type": "npm", + "name": "npm:zod", + "data": { + "version": "3.23.8", + "packageName": "zod", + "hash": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==" + } + } + }, + "dependencies": [ + { + "source": "npm:@types/node@18.19.31", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/node@18.19.31", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/node@18.19.31", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/node@18.19.33", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/node@18.19.31", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/node@18.19.33", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.8.0", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.8.0", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.8.0", + "target": "npm:url", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@aws-crypto/ie11-detection", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/ie11-detection", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/supports-web-crypto", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/util", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-sdk/util-locate-window", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-js", + "target": "npm:@aws-crypto/util", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-js", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-js", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@aws-crypto/supports-web-crypto", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@aws-crypto/util", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-crypto/util", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:@aws-crypto/util", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-stream", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/signature-v4", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:fast-xml-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@aws-sdk/client-cognito-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/util-stream", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-env", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-process", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-web-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-env", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-ini", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-process", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-web-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@aws-sdk/client-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@aws-sdk/token-providers", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/client-cognito-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/client-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-cognito-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-env", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-ini", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-process", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-web-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-logger", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-logger", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-logger", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/util-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/types", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/types", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-locate-window", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:bowser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:aws-crt", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-utf8-browser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:@babel/highlight", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:jsesc", + "type": "static" + }, + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:lru-cache", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:regexpu-core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:lodash.debounce", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@babel/helper-environment-visitor", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-hoist-variables", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-wrap-function", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", + "type": "static" + }, + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/plugin-syntax-decorators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-bigint", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-bigint", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-decorators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-decorators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:regenerator-transform", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-typescript", + "type": "static" + }, + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:to-fast-properties", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/format", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/lint", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/load", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/read", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:@commitlint/config-conventional", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/config-conventional", + "target": "npm:conventional-changelog-conventionalcommits", + "type": "static" + }, + { + "source": "npm:@commitlint/config-validator", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/config-validator", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.camelcase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.kebabcase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.snakecase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.startcase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.upperfirst", + "type": "static" + }, + { + "source": "npm:@commitlint/format", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/format", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@commitlint/is-ignored", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/is-ignored", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/is-ignored", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/parse", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/rules", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/config-validator", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/execute-rule", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/resolve-extends", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:cosmiconfig-typescript-loader", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:lodash.isplainobject", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:lodash.uniq", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-changelog-angular", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-commits-parser", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:@commitlint/top-level", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:git-raw-commits", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:@commitlint/config-validator", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:global-directory", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:import-meta-resolve", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:lodash.mergewith", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/ensure", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/message", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/to-lines", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@commitlint/top-level", + "target": "npm:find-up", + "type": "static" + }, + { + "source": "npm:@commitlint/types", + "target": "npm:@types/conventional-commits-parser", + "type": "static" + }, + { + "source": "npm:@commitlint/types", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@cspotcode/source-map-support", + "target": "npm:@jridgewell/trace-mapping@0.3.9", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping@0.3.9", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping@0.3.9", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:globals@13.24.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:globals@13.24.0", + "target": "npm:type-fest@0.20.2", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:duplexify", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:isomorphic-ws", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:@humanwhocodes/object-schema", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:get-package-type", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:locate-path@5.0.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + }, + { + "source": "npm:locate-path@5.0.0", + "target": "npm:p-locate@4.1.0", + "type": "static" + }, + { + "source": "npm:p-limit@2.3.0", + "target": "npm:p-try", + "type": "static" + }, + { + "source": "npm:p-locate@4.1.0", + "target": "npm:p-limit@2.3.0", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/reporters", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:ci-info", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-changed-files", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-resolve-dependencies", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-runner", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-runtime", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-watcher", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:@jest/fake-timers", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:@jest/expect", + "target": "npm:expect", + "type": "static" + }, + { + "source": "npm:@jest/expect", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:@jest/expect-utils", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:@sinonjs/fake-timers", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:@jest/expect", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@bcoe/v8-coverage", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:collect-v8-coverage", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-instrument", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-source-maps", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-reports", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:jest-worker", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:string-length", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:v8-to-istanbul", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + }, + { + "source": "npm:@jest/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jest/source-map", + "target": "npm:callsites", + "type": "static" + }, + { + "source": "npm:@jest/source-map", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:collect-v8-coverage", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:babel-plugin-istanbul", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:pirates", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:write-file-atomic", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@jest/schemas", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/istanbul-reports", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/yargs", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jsii/check-node", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@jsii/spec", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@nrwl/devkit", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nrwl/eslint-plugin-nx", + "target": "npm:@nx/eslint-plugin", + "type": "static" + }, + { + "source": "npm:@nrwl/jest", + "target": "npm:@nx/jest", + "type": "static" + }, + { + "source": "npm:@nrwl/js", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nrwl/workspace", + "target": "npm:@nx/workspace", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:@nrwl/devkit", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/linter", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nrwl/eslint-plugin-nx", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:confusing-browser-globals", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:jsonc-eslint-parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@jest/reporters", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@nrwl/jest", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@phenomnomnominal/tsquery", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:identity-obj-proxy", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:resolve.exports", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/plugin-proposal-decorators", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/plugin-transform-runtime", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/preset-env", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/preset-typescript", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@nrwl/js", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@nx/workspace", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:babel-plugin-const-enum", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:babel-plugin-macros", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:babel-plugin-transform-typescript-metadata", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:columnify", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:detect-port", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:source-map-support", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:ts-node@10.9.1", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@cspotcode/source-map-support", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node10", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node12", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node14", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node16", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:acorn-walk", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:arg", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:create-require", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:diff", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:make-error", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:v8-compile-cache-lib", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:yn", + "type": "static" + }, + { + "source": "npm:@nx/linter", + "target": "npm:@nx/eslint", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:@nrwl/workspace", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/auth-token", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/graphql", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/request", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/request-error", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:before-after-hook", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:universal-user-agent", + "type": "static" + }, + { + "source": "npm:@octokit/endpoint", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/endpoint", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:@octokit/endpoint", + "target": "npm:universal-user-agent", + "type": "static" + }, + { + "source": "npm:@octokit/graphql", + "target": "npm:@octokit/request", + "type": "static" + }, + { + "source": "npm:@octokit/graphql", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/graphql", + "target": "npm:universal-user-agent", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-paginate-rest", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-paginate-rest", + "target": "npm:@octokit/tsconfig", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-paginate-rest", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-retry", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-retry", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-retry", + "target": "npm:bottleneck", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-throttling", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-throttling", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-throttling", + "target": "npm:bottleneck", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:@octokit/endpoint", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:@octokit/request-error", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:universal-user-agent", + "type": "static" + }, + { + "source": "npm:@octokit/request-error", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/request-error", + "target": "npm:deprecation", + "type": "static" + }, + { + "source": "npm:@octokit/request-error", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:@octokit/types", + "target": "npm:@octokit/openapi-types", + "type": "static" + }, + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:esquery", + "type": "static" + }, + { + "source": "npm:@pnpm/network.ca-file", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-conf", + "target": "npm:@pnpm/config.env-replace", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-conf", + "target": "npm:@pnpm/network.ca-file", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-conf", + "target": "npm:config-chain", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:conventional-changelog-angular@5.0.13", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:conventional-commits-filter", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:conventional-commits-parser@3.2.4", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:import-from", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular@5.0.13", + "target": "npm:compare-func", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular@5.0.13", + "target": "npm:q", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:is-text-path@1.0.1", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:meow@8.1.2", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:locate-path@5.0.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + }, + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:is-text-path@1.0.1", + "target": "npm:text-extensions@1.9.0", + "type": "static" + }, + { + "source": "npm:locate-path@5.0.0", + "target": "npm:p-locate@4.1.0", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:@types/minimist", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:camelcase-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:decamelize-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:hard-rejection", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:minimist-options", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:normalize-package-data@3.0.3", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:read-pkg-up@7.0.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:redent", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:trim-newlines", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:type-fest@0.18.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:p-limit@2.3.0", + "target": "npm:p-try", + "type": "static" + }, + { + "source": "npm:p-locate@4.1.0", + "target": "npm:p-limit@2.3.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:type-fest@0.8.1", + "type": "static" + }, + { + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:human-signals@2.1.0", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:p-reduce", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:human-signals@2.1.0", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/plugin-paginate-rest", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/plugin-retry", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/plugin-throttling", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:issue-parser", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:p-filter", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:url-join", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:nerf-dart", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:normalize-url", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:npm", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:rc", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:registry-auth-token", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:tempy", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:human-signals@2.1.0", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-changelog-angular@5.0.13", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-changelog-writer", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-commits-filter", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-commits-parser@3.2.4", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:import-from", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:into-stream", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:read-pkg-up@7.0.1", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular@5.0.13", + "target": "npm:compare-func", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular@5.0.13", + "target": "npm:q", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:is-text-path@1.0.1", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:meow@8.1.2", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:locate-path@5.0.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + }, + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:is-text-path@1.0.1", + "target": "npm:text-extensions@1.9.0", + "type": "static" + }, + { + "source": "npm:locate-path@5.0.0", + "target": "npm:p-locate@4.1.0", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:@types/minimist", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:camelcase-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:decamelize-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:hard-rejection", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:minimist-options", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:normalize-package-data@3.0.3", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:read-pkg-up@7.0.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:redent", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:trim-newlines", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:type-fest@0.18.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:p-limit@2.3.0", + "target": "npm:p-try", + "type": "static" + }, + { + "source": "npm:p-locate@4.1.0", + "target": "npm:p-limit@2.3.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:type-fest@0.8.1", + "type": "static" + }, + { + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:@sinonjs/commons", + "target": "npm:type-detect", + "type": "static" + }, + { + "source": "npm:@sinonjs/fake-timers", + "target": "npm:@sinonjs/commons", + "type": "static" + }, + { + "source": "npm:@smithy/abort-controller", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/abort-controller", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/util-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/querystring-builder", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/invalid-dependency", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/invalid-dependency", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/is-array-buffer", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-content-length", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-content-length", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-content-length", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/service-error-classification", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-serde", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-serde", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-stack", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-stack", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/abort-controller", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/querystring-builder", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/property-provider", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/property-provider", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/protocol-http", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/protocol-http", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-builder", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-builder", + "target": "npm:@smithy/util-uri-escape", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-builder", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-parser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-parser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/service-error-classification", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/shared-ini-file-loader", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/shared-ini-file-loader", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/is-array-buffer", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-hex-encoding", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-uri-escape", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/util-stream", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/types", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/url-parser", + "target": "npm:@smithy/querystring-parser", + "type": "static" + }, + { + "source": "npm:@smithy/url-parser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/url-parser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-base64", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/util-base64", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/util-base64", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-body-length-browser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-body-length-node", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-buffer-from", + "target": "npm:@smithy/is-array-buffer", + "type": "static" + }, + { + "source": "npm:@smithy/util-buffer-from", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-config-provider", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:bowser", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-endpoints", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-endpoints", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-endpoints", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-hex-encoding", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-middleware", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-middleware", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-retry", + "target": "npm:@smithy/service-error-classification", + "type": "static" + }, + { + "source": "npm:@smithy/util-retry", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-retry", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-hex-encoding", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-uri-escape", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/util-utf8", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/util-utf8", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@swc-node/core", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:@swc-node/core", + "target": "npm:@swc/types", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:@swc-node/core", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:@swc-node/sourcemap-support", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:pirates", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@swc-node/sourcemap-support", + "target": "npm:source-map-support@0.5.21", + "type": "static" + }, + { + "source": "npm:@swc-node/sourcemap-support", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:source-map-support@0.5.21", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support@0.5.21", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/helpers", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/counter", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/types", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-darwin-arm64", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-darwin-x64", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:@swc/helpers", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@swc/types", + "target": "npm:@swc/counter", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@nrwl/devkit@17.2.7", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@nx/devkit@17.3.2", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/changelog", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/exec", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/git", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/github", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/npm", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:cosmiconfig@7.1.0", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:deep-map", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:es6-weak-map", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:remeda", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:semantic-release-plugin-decorators", + "type": "static" + }, + { + "source": "npm:@nrwl/devkit@17.2.7", + "target": "npm:@nx/devkit@17.2.7", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:nx@18.3.5", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:@nrwl/devkit@17.2.7", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nrwl/tao@18.3.5", + "target": "npm:nx@18.3.5", + "type": "static" + }, + { + "source": "npm:@nrwl/tao@18.3.5", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:nx@18.3.5", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:@nrwl/devkit@17.3.2", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:@nrwl/devkit@17.3.2", + "target": "npm:@nx/devkit@17.3.2", + "type": "static" + }, + { + "source": "npm:@zkochan/js-yaml@0.0.6", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:yaml", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@swc-node/register", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nrwl/tao@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@yarnpkg/parsers", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@zkochan/js-yaml@0.0.6", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-darwin-arm64@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-darwin-x64@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-freebsd-x64@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-arm-gnueabihf@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-arm64-gnu@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-arm64-musl@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-x64-gnu@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-x64-musl@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-win32-arm64-msvc@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-win32-x64-msvc@18.3.5", + "type": "static" + }, + { + "source": "npm:semver@7.5.3", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@types/babel__generator", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@types/babel__template", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@types/babel__traverse", + "type": "static" + }, + { + "source": "npm:@types/babel__generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@types/babel__template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@types/babel__template", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@types/babel__traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@types/conventional-commits-parser", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/fs-extra", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/graceful-fs", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/istanbul-lib-report", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@types/istanbul-reports", + "target": "npm:@types/istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:@types/jest", + "target": "npm:expect", + "type": "static" + }, + { + "source": "npm:@types/jest", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:@types/jsonwebtoken", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/node", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/ws", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@types/yargs", + "target": "npm:@types/yargs-parser", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:acorn-jsx", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:acorn-walk", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:agent-base", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:require-from-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ansi-escapes", + "target": "npm:type-fest", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:argparse", + "target": "npm:sprintf-js", + "type": "static" + }, + { + "source": "npm:array-buffer-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:array-buffer-byte-length", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:array-buffer-byte-length", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:is-shared-array-buffer", + "type": "static" + }, + { + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:@httptoolkit/websocket-stream", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:buffer@6.0.3", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:crypto-js", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:mqtt", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:process", + "type": "static" + }, + { + "source": "npm:buffer@6.0.3", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer@6.0.3", + "target": "npm:ieee754", + "type": "static" + }, + { + "source": "npm:aws-iot-device-sdk-v2", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:aws-iot-device-sdk-v2", + "target": "npm:aws-crt", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:proxy-from-env", + "type": "static" + }, + { + "source": "npm:axios-retry", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:axios-retry", + "target": "npm:is-retry-allowed", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:@types/babel__core", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:babel-plugin-istanbul", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:babel-preset-jest", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:@istanbuljs/load-nyc-config", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:istanbul-lib-instrument@5.2.1", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:test-exclude", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@types/babel__core", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@types/babel__traverse", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros", + "target": "npm:cosmiconfig@6.0.0", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:yaml", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-transform-typescript-metadata", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-bigint", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:babel-preset-jest", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-preset-jest", + "target": "npm:babel-plugin-jest-hoist", + "type": "static" + }, + { + "source": "npm:babel-preset-jest", + "target": "npm:babel-preset-current-node-syntax", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:brace-expansion", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:braces", + "target": "npm:fill-range", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:electron-to-chromium", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:node-releases", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:update-browserslist-db", + "type": "static" + }, + { + "source": "npm:bs-logger", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:bser", + "target": "npm:node-int64", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:ieee754", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:set-function-length", + "type": "static" + }, + { + "source": "npm:camelcase-keys", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:camelcase-keys", + "target": "npm:map-obj", + "type": "static" + }, + { + "source": "npm:camelcase-keys", + "target": "npm:quick-lru", + "type": "static" + }, + { + "source": "npm:cardinal", + "target": "npm:ansicolors", + "type": "static" + }, + { + "source": "npm:cardinal", + "target": "npm:redeyed", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:readdirp", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", + "type": "static" + }, + { + "source": "npm:cli-table3", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cli-table3", + "target": "npm:@colors/colors", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:wrap-ansi", + "type": "static" + }, + { + "source": "npm:codemaker", + "target": "npm:camelcase@6.3.0", + "type": "static" + }, + { + "source": "npm:codemaker", + "target": "npm:decamelize", + "type": "static" + }, + { + "source": "npm:codemaker", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:color-convert", + "target": "npm:color-name", + "type": "static" + }, + { + "source": "npm:columnify", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:columnify", + "target": "npm:wcwidth", + "type": "static" + }, + { + "source": "npm:combined-stream", + "target": "npm:delayed-stream", + "type": "static" + }, + { + "source": "npm:commist", + "target": "npm:leven@2.1.0", + "type": "static" + }, + { + "source": "npm:commist", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:mdurl", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:string.prototype.repeat", + "type": "static" + }, + { + "source": "npm:compare-func", + "target": "npm:array-ify", + "type": "static" + }, + { + "source": "npm:compare-func", + "target": "npm:dot-prop", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:typedarray", + "type": "static" + }, + { + "source": "npm:config-chain", + "target": "npm:ini@1.3.8", + "type": "static" + }, + { + "source": "npm:config-chain", + "target": "npm:proto-list", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular", + "target": "npm:compare-func", + "type": "static" + }, + { + "source": "npm:conventional-changelog-conventionalcommits", + "target": "npm:compare-func", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:conventional-commits-filter", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:dateformat", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:handlebars", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:json-stringify-safe", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:meow@8.1.2", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:split", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:locate-path@5.0.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + }, + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:locate-path@5.0.0", + "target": "npm:p-locate@4.1.0", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:@types/minimist", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:camelcase-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:decamelize-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:hard-rejection", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:minimist-options", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:normalize-package-data@3.0.3", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:read-pkg-up@7.0.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:redent", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:trim-newlines", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:type-fest@0.18.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:p-limit@2.3.0", + "target": "npm:p-try", + "type": "static" + }, + { + "source": "npm:p-locate@4.1.0", + "target": "npm:p-limit@2.3.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:type-fest@0.8.1", + "type": "static" + }, + { + "source": "npm:conventional-commits-filter", + "target": "npm:lodash.ismatch", + "type": "static" + }, + { + "source": "npm:conventional-commits-filter", + "target": "npm:modify-values", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:is-text-path", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:meow", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:split2", + "type": "static" + }, + { + "source": "npm:core-js-compat", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:env-paths", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:prompts", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:shebang-command", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:d", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:d", + "target": "npm:type", + "type": "static" + }, + { + "source": "npm:data-view-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:data-view-buffer", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:data-view-buffer", + "target": "npm:is-data-view", + "type": "static" + }, + { + "source": "npm:data-view-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:data-view-byte-length", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:data-view-byte-length", + "target": "npm:is-data-view", + "type": "static" + }, + { + "source": "npm:data-view-byte-offset", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:data-view-byte-offset", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:data-view-byte-offset", + "target": "npm:is-data-view", + "type": "static" + }, + { + "source": "npm:debug", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:decamelize-keys", + "target": "npm:decamelize@1.2.0", + "type": "static" + }, + { + "source": "npm:decamelize-keys", + "target": "npm:map-obj@1.0.1", + "type": "static" + }, + { + "source": "npm:deep-map", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:deep-map", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:defaults", + "target": "npm:clone@1.0.4", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:is-path-cwd", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:is-path-inside", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:p-map@4.0.0", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:p-map@4.0.0", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:detect-port", + "target": "npm:address", + "type": "static" + }, + { + "source": "npm:detect-port", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:dir-glob", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:doctrine", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:dot-prop", + "target": "npm:is-obj", + "type": "static" + }, + { + "source": "npm:downlevel-dts", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:downlevel-dts", + "target": "npm:shelljs", + "type": "static" + }, + { + "source": "npm:duplexer2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:stream-shift", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:ecdsa-sig-formatter", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:ejs", + "target": "npm:jake", + "type": "static" + }, + { + "source": "npm:end-of-stream", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:enquirer", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:env-ci", + "target": "npm:execa@6.1.0", + "type": "static" + }, + { + "source": "npm:env-ci", + "target": "npm:java-properties", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:human-signals@3.0.1", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:strip-final-newline", + "type": "static" + }, + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + }, + { + "source": "npm:error-ex", + "target": "npm:is-arrayish", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:array-buffer-byte-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:arraybuffer.prototype.slice", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:data-view-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:data-view-byte-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:data-view-byte-offset", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-set-tostringtag", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-to-primitive", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:function.prototype.name", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:get-symbol-description", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:globalthis", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:internal-slot", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-data-view", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-negative-zero", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-regex", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-shared-array-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-weakref", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:object.assign", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:regexp.prototype.flags", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:safe-array-concat", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:safe-regex-test", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:string.prototype.trim", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:string.prototype.trimend", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:string.prototype.trimstart", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-byte-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-byte-offset", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:unbox-primitive", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "source": "npm:es-define-property", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-object-atoms", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:es-set-tostringtag", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-set-tostringtag", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:es-set-tostringtag", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:es-to-primitive", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:es-to-primitive", + "target": "npm:is-date-object", + "type": "static" + }, + { + "source": "npm:es-to-primitive", + "target": "npm:is-symbol", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:es6-iterator", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:es6-symbol", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:esniff", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:next-tick", + "type": "static" + }, + { + "source": "npm:es6-iterator", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:es6-iterator", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:es6-iterator", + "target": "npm:es6-symbol", + "type": "static" + }, + { + "source": "npm:es6-symbol", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:es6-symbol", + "target": "npm:ext", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:es6-iterator", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:es6-symbol", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/eslintrc", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/js", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/config-array", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/module-importer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@ungap/structured-clone", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:doctrine", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-scope", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esquery", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:file-entry-cache", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:find-up@5.0.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:globals@13.24.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:is-path-inside", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:json-stable-stringify-without-jsonify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:optionator", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:text-table", + "type": "static" + }, + { + "source": "npm:eslint-config-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier-linter-helpers", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:synckit", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:esrecurse", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:find-up@5.0.0", + "target": "npm:locate-path@6.0.0", + "type": "static" + }, + { + "source": "npm:find-up@5.0.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + }, + { + "source": "npm:globals@13.24.0", + "target": "npm:type-fest@0.20.2", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:locate-path@6.0.0", + "target": "npm:p-locate@5.0.0", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:p-locate@5.0.0", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:event-emitter", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:type", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:acorn-jsx", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:esquery", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:esrecurse", + "target": "npm:estraverse", + "type": "static" + }, + { + "source": "npm:event-emitter", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:event-emitter", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:human-signals", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:strip-final-newline", + "type": "static" + }, + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:@jest/expect-utils", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-matcher-utils", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:ext", + "target": "npm:type", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:fast-xml-parser", + "target": "npm:strnum", + "type": "static" + }, + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + }, + { + "source": "npm:fb-watchman", + "target": "npm:bser", + "type": "static" + }, + { + "source": "npm:figures", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + }, + { + "source": "npm:file-entry-cache", + "target": "npm:flat-cache", + "type": "static" + }, + { + "source": "npm:filelist", + "target": "npm:minimatch@5.1.6", + "type": "static" + }, + { + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:path-exists", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:unicorn-magic", + "type": "static" + }, + { + "source": "npm:find-versions", + "target": "npm:semver-regex", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:keyv", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:for-each", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:asynckit", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:combined-stream", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:from2", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:from2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:front-matter", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:functions-have-names", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:get-symbol-description", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:get-symbol-description", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:get-symbol-description", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:argv-formatter", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:spawn-error-forwarder", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:split2@1.0.0", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:stream-combiner2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:through2@2.0.5", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:traverse", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:split2@1.0.0", + "target": "npm:through2@2.0.5", + "type": "static" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:through2@2.0.5", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:through2@2.0.5", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:git-raw-commits", + "target": "npm:dargs", + "type": "static" + }, + { + "source": "npm:git-raw-commits", + "target": "npm:meow", + "type": "static" + }, + { + "source": "npm:git-raw-commits", + "target": "npm:split2", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:global-directory", + "target": "npm:ini", + "type": "static" + }, + { + "source": "npm:globalthis", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:globalthis", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:array-union", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:fast-glob@3.3.2", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:gopd", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:neo-async", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:wordwrap", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:uglify-js", + "type": "static" + }, + { + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:hasown", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.2.2", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:identity-obj-proxy", + "target": "npm:harmony-reflect", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:parent-module", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:resolve-from@4.0.0", + "type": "static" + }, + { + "source": "npm:import-local", + "target": "npm:pkg-dir", + "type": "static" + }, + { + "source": "npm:import-local", + "target": "npm:resolve-cwd", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:into-stream", + "target": "npm:from2", + "type": "static" + }, + { + "source": "npm:into-stream", + "target": "npm:p-is-promise", + "type": "static" + }, + { + "source": "npm:is-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-array-buffer", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:is-bigint", + "target": "npm:has-bigints", + "type": "static" + }, + { + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-core-module", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:is-data-view", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + }, + { + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-regex", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-regex", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-string", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-symbol", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:is-text-path", + "target": "npm:text-extensions", + "type": "static" + }, + { + "source": "npm:is-typed-array", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "source": "npm:is-weakref", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-wsl", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:isomorphic-ws", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.capitalize", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.escaperegexp", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.isplainobject", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.isstring", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.uniqby", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:html-escaper", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:async", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:filelist", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:@jest/core", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:import-local", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:jest-cli", + "type": "static" + }, + { + "source": "npm:jest-changed-files", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:jest-changed-files", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-changed-files", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:human-signals@2.1.0", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/expect", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:co", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:dedent@1.5.3", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:is-generator-fn", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-each", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-matcher-utils", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-runtime", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:pure-rand", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:stack-utils", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros@3.1.0", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros@3.1.0", + "target": "npm:cosmiconfig@7.1.0", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros@3.1.0", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:yaml", + "type": "static" + }, + { + "source": "npm:dedent@1.5.3", + "target": "npm:babel-plugin-macros@3.1.0", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:@jest/core", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:create-jest", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:import-local", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:ts-node", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@jest/test-sequencer", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:babel-jest", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:ci-info", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:deepmerge", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-circus", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-environment-node", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-runner", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-docblock", + "target": "npm:detect-newline", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@jest/fake-timers", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:@types/graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:fb-watchman", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:jest-worker", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:walker", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:jest-leak-detector", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-leak-detector", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:@types/stack-utils", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:stack-utils", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-mock", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-mock", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-mock", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-pnp-resolver", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-pnp-resolver", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:resolve.exports@2.0.2", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-resolve-dependencies", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-resolve-dependencies", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:emittery", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-docblock", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-environment-node", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-leak-detector", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-runtime", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-watcher", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-worker", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:source-map-support@0.5.13", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:source-map-support@0.5.13", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support@0.5.13", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/fake-timers", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/globals", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/source-map", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:cjs-module-lexer", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:collect-v8-coverage", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:strip-bom", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@jest/expect-utils", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:babel-preset-current-node-syntax", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:expect", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-matcher-utils", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:ci-info", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:camelcase@6.3.0", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:leven", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:emittery", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:string-length", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:supports-color@8.1.1", + "type": "static" + }, + { + "source": "npm:supports-color@8.1.1", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:esprima", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:@jsii/check-node", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:case", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:downlevel-dts", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:log4js", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:semver-intersect", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:sort-json", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:spdx-license-list", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:jsii-rosetta", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:@jsii/check-node@1.101.0", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:clone", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:codemaker", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:commonmark", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:jsii-reflect", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:spdx-license-list", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:xmlbuilder", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:yargs@16.2.0", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.101.0", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.101.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:wrap-ansi", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:cliui@7.0.4", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:@jsii/check-node@1.101.0", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:oo-ascii-tree", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:yargs@16.2.0", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.101.0", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.101.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:wrap-ansi", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:cliui@7.0.4", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@aws-sdk/client-codeartifact", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@aws-sdk/credential-providers", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@types/fs-extra", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:fs-extra@8.1.0", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:glob@10.0.0", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:p-queue", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:shlex", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:universalify@0.1.2", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:@jsii/check-node@1.98.0", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:@xmldom/xmldom", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:commonmark", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:fast-glob@3.3.2", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:jsii", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:semver-intersect", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:stream-json", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:workerpool", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.98.0", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.98.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:through", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:jws", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.includes", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isboolean", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isinteger", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isnumber", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isplainobject", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isstring", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.once", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jwa", + "target": "npm:buffer-equal-constant-time", + "type": "static" + }, + { + "source": "npm:jwa", + "target": "npm:ecdsa-sig-formatter", + "type": "static" + }, + { + "source": "npm:jwa", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:jws", + "target": "npm:jwa", + "type": "static" + }, + { + "source": "npm:jws", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:keyv", + "target": "npm:json-buffer", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:parse-json@4.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:pify", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:strip-bom@3.0.0", + "type": "static" + }, + { + "source": "npm:parse-json@4.0.0", + "target": "npm:error-ex", + "type": "static" + }, + { + "source": "npm:parse-json@4.0.0", + "target": "npm:json-parse-better-errors", + "type": "static" + }, + { + "source": "npm:locate-path", + "target": "npm:p-locate", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:streamroller", + "type": "static" + }, + { + "source": "npm:lru-cache", + "target": "npm:yallist", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:makeerror", + "target": "npm:tmpl", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:marked", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:ansi-escapes@6.2.1", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:cardinal", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:cli-table3", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:node-emoji", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:supports-hyperlinks", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:mime-types", + "target": "npm:mime-db", + "type": "static" + }, + { + "source": "npm:minimatch", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:minimist-options", + "target": "npm:arrify", + "type": "static" + }, + { + "source": "npm:minimist-options", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:minimist-options", + "target": "npm:kind-of", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:commist", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:concat-stream", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:duplexify@4.1.3", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:mqtt-packet", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:number-allocator", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:pump", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:reinterval", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:ws@7.5.10", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:mqtt-packet", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:mqtt-packet", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:mqtt-packet", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:stream-shift", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:node-emoji", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:whatwg-url", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info@2.8.9", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:semver@5.7.2", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@isaacs/string-locale-compare@1.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/arborist@5.6.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/ci-detect@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/config@4.2.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/fs@2.1.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/map-workspaces@2.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/package-json@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:abbrev@1.1.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:archy@1.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:cli-columns@4.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:cli-table3@0.6.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:columnify", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:fastest-levenshtein@1.0.12", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:ini@3.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:init-package-json@3.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:is-cidr@4.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmaccess@6.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmdiff@4.0.5", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmexec@4.0.14", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmfund@3.0.5", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmhook@8.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmorg@4.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmpack@4.1.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmpublish@6.0.5", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmsearch@5.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmteam@4.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmversion@3.0.7", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:make-fetch-happen@10.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:minipass-pipeline@1.2.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:ms@2.1.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:node-gyp@9.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:nopt@6.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-audit-report@3.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-install-checks@5.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-profile@6.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-user-validate@1.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:opener@1.5.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:p-map@4.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:parse-conflict-json@2.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:qrcode-terminal@0.12.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:read-package-json@5.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:readdir-scoped-modules@1.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:text-table", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:tiny-relative-date@1.3.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:treeverse@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:validate-npm-package-name@4.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:write-file-atomic", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + }, + { + "source": "npm:npm-run-path", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@isaacs/string-locale-compare@1.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/installed-package-contents@1.0.7", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/map-workspaces@2.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/metavuln-calculator@3.1.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/move-file@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/name-from-folder@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/node-gyp@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/package-json@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/query@1.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:bin-links@3.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:common-ancestor-path@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:json-stringify-nice@1.1.4", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:nopt@6.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-install-checks@5.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:parse-conflict-json@2.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:promise-all-reject-late@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:promise-call-limit@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:readdir-scoped-modules@1.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:treeverse@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:walk-up-path@1.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:@npmcli/map-workspaces@2.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:ini@3.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:nopt@6.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:walk-up-path@1.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/disparity-colors@2.0.0", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:@npmcli/fs@2.1.2", + "target": "npm:@gar/promisify@1.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/fs@2.1.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:@npmcli/promise-spawn@3.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:promise-inflight@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:promise-retry@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:@npmcli/installed-package-contents@1.0.7", + "target": "npm:npm-bundled@1.1.2", + "type": "static" + }, + { + "source": "npm:@npmcli/installed-package-contents@1.0.7", + "target": "npm:npm-normalize-package-bin@1.0.1", + "type": "static" + }, + { + "source": "npm:npm-bundled@1.1.2", + "target": "npm:npm-normalize-package-bin@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:@npmcli/name-from-folder@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/move-file@2.0.1", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/move-file@2.0.1", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json@2.0.0", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/promise-spawn@3.0.0", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/query@1.2.0", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/query@1.2.0", + "target": "npm:postcss-selector-parser@6.0.10", + "type": "static" + }, + { + "source": "npm:@npmcli/query@1.2.0", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:@npmcli/node-gyp@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:@npmcli/promise-spawn@3.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:node-gyp@9.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:agent-base@6.0.2", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:agentkeepalive@4.2.1", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:agentkeepalive@4.2.1", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:agentkeepalive@4.2.1", + "target": "npm:humanize-ms@1.2.1", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:are-we-there-yet@3.0.1", + "target": "npm:delegates@1.0.0", + "type": "static" + }, + { + "source": "npm:are-we-there-yet@3.0.1", + "target": "npm:readable-stream@3.6.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:cmd-shim@5.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:read-cmd-shim@3.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:write-file-atomic", + "type": "static" + }, + { + "source": "npm:brace-expansion", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:builtins@5.0.1", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:@npmcli/fs@2.1.2", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:@npmcli/move-file@2.0.1", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass-collect@1.0.2", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass-flush@1.0.5", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass-pipeline@1.2.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:p-map@4.0.0", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:promise-inflight@1.0.1", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:unique-filename@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:cidr-regex@3.1.1", + "target": "npm:ip-regex@4.3.0", + "type": "static" + }, + { + "source": "npm:cli-columns@4.0.0", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cli-columns@4.0.0", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cli-table3@0.6.2", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cli-table3@0.6.2", + "target": "npm:@colors/colors", + "type": "static" + }, + { + "source": "npm:cmd-shim@5.0.0", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:columnify", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:columnify", + "target": "npm:wcwidth", + "type": "static" + }, + { + "source": "npm:debug@4.3.4", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:defaults@1.0.3", + "target": "npm:clone@1.0.4", + "type": "static" + }, + { + "source": "npm:dezalgo@1.0.4", + "target": "npm:asap@2.0.6", + "type": "static" + }, + { + "source": "npm:dezalgo@1.0.4", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:encoding@0.1.13", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + }, + { + "source": "npm:fs-minipass@2.1.0", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:color-support@1.1.3", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:console-control-strings@1.1.0", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:has-unicode@2.0.1", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:wide-align@1.1.5", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:has@1.0.3", + "target": "npm:function-bind@1.1.1", + "type": "static" + }, + { + "source": "npm:hosted-git-info@5.2.1", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@5.0.0", + "target": "npm:@tootallnate/once@2.0.0", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@5.0.0", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@5.0.0", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:humanize-ms@1.2.1", + "target": "npm:ms@2.1.3", + "type": "static" + }, + { + "source": "npm:iconv-lite@0.6.3", + "target": "npm:safer-buffer@2.1.2", + "type": "static" + }, + { + "source": "npm:ignore-walk@5.0.1", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:promzard@0.3.0", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:read-package-json@5.0.2", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:validate-npm-package-name@4.0.0", + "type": "static" + }, + { + "source": "npm:is-cidr@4.0.2", + "target": "npm:cidr-regex@3.1.1", + "type": "static" + }, + { + "source": "npm:is-core-module@2.10.0", + "target": "npm:has@1.0.3", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:@npmcli/disparity-colors@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:@npmcli/installed-package-contents@1.0.7", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:binary-extensions@2.2.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:diff@5.1.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/arborist@5.6.3", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/ci-detect@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/fs@2.1.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:walk-up-path@1.0.0", + "type": "static" + }, + { + "source": "npm:libnpmfund@3.0.5", + "target": "npm:@npmcli/arborist@5.6.3", + "type": "static" + }, + { + "source": "npm:libnpmhook@8.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmhook@8.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmorg@4.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmorg@4.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmpack@4.1.3", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:libnpmpack@4.1.3", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmpack@4.1.3", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:normalize-package-data@4.0.1", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:libnpmsearch@5.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmteam@4.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmteam@4.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:@npmcli/git@3.0.2", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:agentkeepalive@4.2.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:http-cache-semantics@4.1.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:http-proxy-agent@5.0.0", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:https-proxy-agent@5.0.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:is-lambda@1.0.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-collect@1.0.2", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-fetch@2.1.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-flush@1.0.5", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-pipeline@1.2.4", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:negotiator@0.6.3", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:promise-retry@2.0.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:socks-proxy-agent@7.0.0", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:minimatch@5.1.0", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:minipass@3.3.4", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:minipass-collect@1.0.2", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:minipass-sized@1.0.3", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:minizlib@2.1.2", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:encoding@0.1.13", + "type": "static" + }, + { + "source": "npm:minipass-flush@1.0.5", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minipass-json-stream@1.0.1", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:minipass-json-stream@1.0.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minipass-pipeline@1.2.4", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minipass-sized@1.0.3", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minizlib@2.1.2", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minizlib@2.1.2", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:mkdirp-infer-owner@2.0.0", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:mkdirp-infer-owner@2.0.0", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:mkdirp-infer-owner@2.0.0", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:env-paths", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:make-fetch-happen@10.2.1", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:nopt@5.0.0", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:nopt@5.0.0", + "target": "npm:abbrev@1.1.1", + "type": "static" + }, + { + "source": "npm:nopt@6.0.0", + "target": "npm:abbrev@1.1.1", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:is-core-module@2.10.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:npm-audit-report@3.0.0", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:npm-bundled@2.0.1", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:npm-install-checks@5.0.0", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:validate-npm-package-name@4.0.0", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:ignore-walk@5.0.1", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:npm-bundled@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:npm-install-checks@5.0.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:npm-profile@6.2.1", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:npm-profile@6.2.1", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:make-fetch-happen@10.2.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minipass-fetch@2.1.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minipass-json-stream@1.0.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minizlib@2.1.2", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:are-we-there-yet@3.0.1", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:console-control-strings@1.1.0", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:gauge@4.0.4", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:set-blocking@2.0.0", + "type": "static" + }, + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:p-map@4.0.0", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/git@3.0.2", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/installed-package-contents@1.0.7", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/promise-spawn@3.0.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-packlist@5.1.3", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:promise-retry@2.0.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:read-package-json@5.0.2", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:parse-conflict-json@2.0.2", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:parse-conflict-json@2.0.2", + "target": "npm:just-diff@5.1.1", + "type": "static" + }, + { + "source": "npm:parse-conflict-json@2.0.2", + "target": "npm:just-diff-apply@5.4.1", + "type": "static" + }, + { + "source": "npm:postcss-selector-parser@6.0.10", + "target": "npm:cssesc@3.0.0", + "type": "static" + }, + { + "source": "npm:postcss-selector-parser@6.0.10", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:promise-retry@2.0.1", + "target": "npm:err-code@2.0.3", + "type": "static" + }, + { + "source": "npm:promise-retry@2.0.1", + "target": "npm:retry@0.12.0", + "type": "static" + }, + { + "source": "npm:promzard@0.3.0", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:read@1.0.7", + "target": "npm:mute-stream@0.0.8", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:normalize-package-data@4.0.1", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:read-package-json-fast@2.0.3", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json-fast@2.0.3", + "target": "npm:npm-normalize-package-bin@1.0.1", + "type": "static" + }, + { + "source": "npm:readable-stream@3.6.0", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@3.6.0", + "target": "npm:string_decoder", + "type": "static" + }, + { + "source": "npm:readable-stream@3.6.0", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:debuglog@1.0.1", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:dezalgo@1.0.4", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:rimraf", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:semver@7.3.7", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:socks@2.7.0", + "target": "npm:ip@2.0.0", + "type": "static" + }, + { + "source": "npm:socks@2.7.0", + "target": "npm:smart-buffer@4.2.0", + "type": "static" + }, + { + "source": "npm:socks-proxy-agent@7.0.0", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:socks-proxy-agent@7.0.0", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:socks-proxy-agent@7.0.0", + "target": "npm:socks@2.7.0", + "type": "static" + }, + { + "source": "npm:spdx-correct@3.1.1", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct@3.1.1", + "target": "npm:spdx-license-ids@3.0.11", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions@2.3.0", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids@3.0.11", + "type": "static" + }, + { + "source": "npm:ssri@9.0.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:minizlib@2.1.2", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:unique-filename@2.0.1", + "target": "npm:unique-slug@3.0.0", + "type": "static" + }, + { + "source": "npm:unique-slug@3.0.0", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-correct@3.1.1", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:validate-npm-package-name@4.0.0", + "target": "npm:builtins@5.0.1", + "type": "static" + }, + { + "source": "npm:wcwidth", + "target": "npm:defaults@1.0.3", + "type": "static" + }, + { + "source": "npm:which", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:wide-align@1.1.5", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:write-file-atomic", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:write-file-atomic", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:number-allocator", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:number-allocator", + "target": "npm:js-sdsl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@swc-node/register", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/parsers", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:front-matter", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-arm64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-freebsd-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:onetime", + "target": "npm:mimic-fn", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:define-lazy-prop", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-wsl", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:deep-is", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:fast-levenshtein", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:word-wrap", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:is-interactive", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:log-symbols", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:wcwidth", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:p-filter", + "target": "npm:p-map", + "type": "static" + }, + { + "source": "npm:p-limit", + "target": "npm:yocto-queue", + "type": "static" + }, + { + "source": "npm:p-locate", + "target": "npm:p-limit@4.0.0", + "type": "static" + }, + { + "source": "npm:p-limit@4.0.0", + "target": "npm:yocto-queue@1.0.0", + "type": "static" + }, + { + "source": "npm:p-queue", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:p-queue", + "target": "npm:p-timeout", + "type": "static" + }, + { + "source": "npm:p-timeout", + "target": "npm:p-finally", + "type": "static" + }, + { + "source": "npm:parent-module", + "target": "npm:callsites", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:error-ex", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:lines-and-columns@1.2.4", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.2.2", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:pkg-conf", + "target": "npm:find-up@2.1.0", + "type": "static" + }, + { + "source": "npm:pkg-conf", + "target": "npm:load-json-file", + "type": "static" + }, + { + "source": "npm:find-up@2.1.0", + "target": "npm:locate-path@2.0.0", + "type": "static" + }, + { + "source": "npm:locate-path@2.0.0", + "target": "npm:p-locate@2.0.0", + "type": "static" + }, + { + "source": "npm:locate-path@2.0.0", + "target": "npm:path-exists@3.0.0", + "type": "static" + }, + { + "source": "npm:p-limit@1.3.0", + "target": "npm:p-try@1.0.0", + "type": "static" + }, + { + "source": "npm:p-locate@2.0.0", + "target": "npm:p-limit@1.3.0", + "type": "static" + }, + { + "source": "npm:pkg-dir", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:locate-path@5.0.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + }, + { + "source": "npm:locate-path@5.0.0", + "target": "npm:p-locate@4.1.0", + "type": "static" + }, + { + "source": "npm:p-limit@2.3.0", + "target": "npm:p-try", + "type": "static" + }, + { + "source": "npm:p-locate@4.1.0", + "target": "npm:p-limit@2.3.0", + "type": "static" + }, + { + "source": "npm:prettier-linter-helpers", + "target": "npm:fast-diff", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:@jest/schemas", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:react-is", + "type": "static" + }, + { + "source": "npm:prompts", + "target": "npm:kleur", + "type": "static" + }, + { + "source": "npm:prompts", + "target": "npm:sisteransi", + "type": "static" + }, + { + "source": "npm:pump", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:pump", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:qs", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:deep-extend", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:ini@1.3.8", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:strip-json-comments@2.0.1", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:@types/normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:type-fest@0.6.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up", + "target": "npm:find-up@6.3.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up", + "target": "npm:read-pkg@7.1.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up", + "target": "npm:type-fest@2.19.0", + "type": "static" + }, + { + "source": "npm:find-up@6.3.0", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up@6.3.0", + "target": "npm:path-exists", + "type": "static" + }, + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:@types/normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:normalize-package-data@3.0.3", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:type-fest@2.19.0", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:string_decoder", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:readdirp", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:rechoir", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:redent", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:redent", + "target": "npm:strip-indent", + "type": "static" + }, + { + "source": "npm:redeyed", + "target": "npm:esprima", + "type": "static" + }, + { + "source": "npm:regenerate-unicode-properties", + "target": "npm:regenerate", + "type": "static" + }, + { + "source": "npm:regenerator-transform", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:set-function-name", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:@babel/regjsgen", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate-unicode-properties", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regjsparser", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-ecmascript", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-value-ecmascript", + "type": "static" + }, + { + "source": "npm:registry-auth-token", + "target": "npm:@pnpm/npm-conf", + "type": "static" + }, + { + "source": "npm:regjsparser", + "target": "npm:jsesc@0.5.0", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:supports-preserve-symlinks-flag", + "type": "static" + }, + { + "source": "npm:resolve-cwd", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:rimraf", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:isarray", + "type": "static" + }, + { + "source": "npm:safe-regex-test", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:safe-regex-test", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:safe-regex-test", + "target": "npm:is-regex", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/commit-analyzer", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/github", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/npm", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/release-notes-generator", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:aggregate-error@4.0.1", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:cosmiconfig@8.3.6", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:env-ci", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:execa@6.1.0", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:figures@5.0.0", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:find-versions", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:git-log-parser", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:hook-std", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:hosted-git-info@6.1.1", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:lodash-es", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:marked", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:marked-terminal", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:p-each-series", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:p-reduce@3.0.0", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:read-pkg-up", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:semver-diff", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:signale", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:semantic-release-plugin-decorators", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:aggregate-error@4.0.1", + "target": "npm:clean-stack@4.2.0", + "type": "static" + }, + { + "source": "npm:aggregate-error@4.0.1", + "target": "npm:indent-string@5.0.0", + "type": "static" + }, + { + "source": "npm:clean-stack@4.2.0", + "target": "npm:escape-string-regexp@5.0.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:human-signals@3.0.1", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:strip-final-newline", + "type": "static" + }, + { + "source": "npm:figures@5.0.0", + "target": "npm:escape-string-regexp@5.0.0", + "type": "static" + }, + { + "source": "npm:figures@5.0.0", + "target": "npm:is-unicode-supported@1.3.0", + "type": "static" + }, + { + "source": "npm:hosted-git-info@6.1.1", + "target": "npm:lru-cache@7.18.3", + "type": "static" + }, + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + }, + { + "source": "npm:semver-diff", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:semver-intersect", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:functions-have-names", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:interpret", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:rechoir", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:signale", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:signale", + "target": "npm:figures@2.0.0", + "type": "static" + }, + { + "source": "npm:signale", + "target": "npm:pkg-conf", + "type": "static" + }, + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", + "type": "static" + }, + { + "source": "npm:figures@2.0.0", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + }, + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + }, + { + "source": "npm:sort-json", + "target": "npm:detect-indent", + "type": "static" + }, + { + "source": "npm:sort-json", + "target": "npm:detect-newline@2.1.0", + "type": "static" + }, + { + "source": "npm:sort-json", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-license-ids", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids", + "type": "static" + }, + { + "source": "npm:split", + "target": "npm:through", + "type": "static" + }, + { + "source": "npm:stack-utils", + "target": "npm:escape-string-regexp@2.0.0", + "type": "static" + }, + { + "source": "npm:stream-combiner2", + "target": "npm:duplexer2", + "type": "static" + }, + { + "source": "npm:stream-combiner2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:stream-json", + "target": "npm:stream-chain", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:fs-extra@8.1.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:universalify@0.1.2", + "type": "static" + }, + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:string-length", + "target": "npm:char-regex", + "type": "static" + }, + { + "source": "npm:string-length", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:string.prototype.repeat", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.repeat", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "source": "npm:string.prototype.trimend", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.trimend", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.trimend", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "source": "npm:string.prototype.trimstart", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.trimstart", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.trimstart", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:strip-indent", + "target": "npm:min-indent", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:through", + "type": "static" + }, + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:supports-hyperlinks", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:supports-hyperlinks", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:synckit", + "target": "npm:@pkgr/core", + "type": "static" + }, + { + "source": "npm:synckit", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:fs-constants", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:del", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:temp-dir", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:type-fest@0.16.0", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:unique-string", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:to-regex-range", + "target": "npm:is-number", + "type": "static" + }, + { + "source": "npm:traverse", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:traverse", + "target": "npm:typedarray.prototype.slice", + "type": "static" + }, + { + "source": "npm:traverse", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "source": "npm:ts-api-utils", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:babel-jest", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:jest", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:bs-logger", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:lodash.memoize", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:make-error", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@cspotcode/source-map-support", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node10", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node12", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node14", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node16", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:acorn-walk", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:arg", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:create-require", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:diff", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:make-error", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:v8-compile-cache-lib", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:yn", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:strip-bom@3.0.0", + "type": "static" + }, + { + "source": "npm:type-check", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:typed-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-buffer", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:typed-array-buffer", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:possible-typed-array-names", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:typed-array-buffer", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:typed-array-byte-offset", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:has-bigints", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:which-boxed-primitive", + "type": "static" + }, + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-canonical-property-names-ecmascript", + "type": "static" + }, + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-property-aliases-ecmascript", + "type": "static" + }, + { + "source": "npm:unique-string", + "target": "npm:crypto-random-string", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:uri-js", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:url", + "target": "npm:punycode@1.4.1", + "type": "static" + }, + { + "source": "npm:url", + "target": "npm:qs", + "type": "static" + }, + { + "source": "npm:v8-to-istanbul", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:v8-to-istanbul", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:v8-to-istanbul", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-correct", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:walker", + "target": "npm:makeerror", + "type": "static" + }, + { + "source": "npm:wcwidth", + "target": "npm:defaults", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:tr46", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:webidl-conversions", + "type": "static" + }, + { + "source": "npm:which", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-bigint", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-boolean-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-number-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-symbol", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + }, + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + }, + { + "source": "npm:write-file-atomic", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:write-file-atomic", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/parser@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/scope-manager@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/type-utils@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/utils@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/scope-manager@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/typescript-estree@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:@typescript-eslint/typescript-estree@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:@typescript-eslint/utils@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@types/semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@typescript-eslint/scope-manager@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@typescript-eslint/typescript-estree@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.4.0", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + } + ] +} diff --git a/.nx/workspace-data/project-graph.json b/.nx/workspace-data/project-graph.json new file mode 100644 index 00000000..0cac7a7d --- /dev/null +++ b/.nx/workspace-data/project-graph.json @@ -0,0 +1,32360 @@ +{ + "nodes": { + "@affinidi-tdk/credential-verification-client": { + "name": "@affinidi-tdk/credential-verification-client", + "type": "lib", + "data": { + "root": "clients/typescript/credential-verification-client", + "name": "@affinidi-tdk/credential-verification-client", + "metadata": { + "targetGroups": { + "NPM Scripts": ["build", "lint", "prepare", "prepare"] + } + }, + "targets": { + "build": { + "executor": "@nx/js:tsc", + "dependsOn": ["^build"], + "outputs": ["{options.outputPath}"], + "cache": true, + "options": { + "outputPath": "dist/", + "main": "dist/index.ts", + "tsConfig": "clients/typescript/credential-verification-client/tsconfig.lib.json", + "assets": ["**/*.md"] + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "prepare": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm run build", + "runCommand": "npm run prepare" + }, + "dependsOn": ["^prepare"], + "cache": true, + "options": { + "script": "prepare" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "clients/typescript/credential-verification-client", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "tags": [], + "implicitDependencies": [] + } + }, + "@affinidi-tdk/credential-issuance-client": { + "name": "@affinidi-tdk/credential-issuance-client", + "type": "lib", + "data": { + "root": "clients/typescript/credential-issuance-client", + "name": "@affinidi-tdk/credential-issuance-client", + "metadata": { + "targetGroups": { + "NPM Scripts": ["build", "lint", "prepare", "prepare"] + } + }, + "targets": { + "build": { + "executor": "@nx/js:tsc", + "dependsOn": ["^build"], + "outputs": ["{options.outputPath}"], + "cache": true, + "options": { + "outputPath": "dist/", + "main": "dist/index.ts", + "tsConfig": "clients/typescript/credential-issuance-client/tsconfig.lib.json", + "assets": ["**/*.md"] + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "prepare": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm run build", + "runCommand": "npm run prepare" + }, + "dependsOn": ["^prepare"], + "cache": true, + "options": { + "script": "prepare" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "clients/typescript/credential-issuance-client", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "tags": [], + "implicitDependencies": [] + } + }, + "@affinidi-tdk/login-configuration-client": { + "name": "@affinidi-tdk/login-configuration-client", + "type": "lib", + "data": { + "root": "clients/typescript/login-configuration-client", + "name": "@affinidi-tdk/login-configuration-client", + "metadata": { + "targetGroups": { + "NPM Scripts": ["build", "lint", "prepare", "prepare"] + } + }, + "targets": { + "build": { + "executor": "@nx/js:tsc", + "dependsOn": ["^build"], + "outputs": ["{options.outputPath}"], + "cache": true, + "options": { + "outputPath": "dist/", + "main": "dist/index.ts", + "tsConfig": "clients/typescript/login-configuration-client/tsconfig.lib.json", + "assets": ["**/*.md"] + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "prepare": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm run build", + "runCommand": "npm run prepare" + }, + "dependsOn": ["^prepare"], + "cache": true, + "options": { + "script": "prepare" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "clients/typescript/login-configuration-client", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "tags": [], + "implicitDependencies": [] + } + }, + "@affinidi-tdk/wallets-client": { + "name": "@affinidi-tdk/wallets-client", + "type": "lib", + "data": { + "root": "clients/typescript/wallets-client", + "name": "@affinidi-tdk/wallets-client", + "metadata": { + "targetGroups": { + "NPM Scripts": ["build", "lint", "prepare", "prepare"] + } + }, + "targets": { + "build": { + "executor": "@nx/js:tsc", + "dependsOn": ["^build"], + "outputs": ["{options.outputPath}"], + "cache": true, + "options": { + "outputPath": "dist/", + "main": "dist/index.ts", + "tsConfig": "clients/typescript/wallets-client/tsconfig.lib.json", + "assets": ["**/*.md"] + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "prepare": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm run build", + "runCommand": "npm run prepare" + }, + "dependsOn": ["^prepare"], + "cache": true, + "options": { + "script": "prepare" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "clients/typescript/wallets-client", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "tags": [], + "implicitDependencies": [] + } + }, + "@affinidi-tdk/iota-client": { + "name": "@affinidi-tdk/iota-client", + "type": "lib", + "data": { + "root": "clients/typescript/iota-client", + "name": "@affinidi-tdk/iota-client", + "metadata": { + "targetGroups": { + "NPM Scripts": ["build", "lint", "prepare", "prepare"] + } + }, + "targets": { + "build": { + "executor": "@nx/js:tsc", + "dependsOn": ["^build"], + "outputs": ["{options.outputPath}"], + "cache": true, + "options": { + "outputPath": "dist/", + "main": "dist/index.ts", + "tsConfig": "clients/typescript/iota-client/tsconfig.lib.json", + "assets": ["**/*.md"] + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "prepare": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm run build", + "runCommand": "npm run prepare" + }, + "dependsOn": ["^prepare"], + "cache": true, + "options": { + "script": "prepare" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "clients/typescript/iota-client", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "tags": [], + "implicitDependencies": [] + } + }, + "@affinidi-tdk/iam-client": { + "name": "@affinidi-tdk/iam-client", + "type": "lib", + "data": { + "root": "clients/typescript/iam-client", + "name": "@affinidi-tdk/iam-client", + "metadata": { + "targetGroups": { + "NPM Scripts": ["build", "lint", "prepare", "prepare"] + } + }, + "targets": { + "build": { + "executor": "@nx/js:tsc", + "dependsOn": ["^build"], + "outputs": ["{options.outputPath}"], + "cache": true, + "options": { + "outputPath": "dist/", + "main": "dist/index.ts", + "tsConfig": "clients/typescript/iam-client/tsconfig.lib.json", + "assets": ["**/*.md"] + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "prepare": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm run build", + "runCommand": "npm run prepare" + }, + "dependsOn": ["^prepare"], + "cache": true, + "options": { + "script": "prepare" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "clients/typescript/iam-client", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "tags": [], + "implicitDependencies": [] + } + }, + "@affinidi-tdk/auth-provider": { + "name": "@affinidi-tdk/auth-provider", + "type": "lib", + "data": { + "root": "packages/auth-provider", + "name": "@affinidi-tdk/auth-provider", + "metadata": { + "targetGroups": { + "NPM Scripts": [ + "build", + "build:watch", + "lint", + "lint:fix", + "package", + "publib-npm", + "build:watch", + "lint:fix", + "package", + "publib-npm" + ] + } + }, + "targets": { + "build": { + "executor": "nx:run-commands", + "metadata": { + "scriptContent": "jsii -vvv", + "runCommand": "npm run build" + }, + "dependsOn": ["install-node-modules"], + "outputs": ["{projectRoot}/dist"], + "cache": true, + "options": { + "command": "npm run build", + "cwd": "packages/auth-provider" + }, + "configurations": {} + }, + "build:watch": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "jsii -w", + "runCommand": "npm run build:watch" + }, + "options": { + "script": "build:watch" + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "lint:fix": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "eslint . --ext .ts --fix", + "runCommand": "npm run lint:fix" + }, + "options": { + "script": "lint:fix" + }, + "configurations": {} + }, + "package": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "jsii-pacmak -vvv", + "runCommand": "npm run package" + }, + "options": { + "script": "package" + }, + "configurations": {} + }, + "publib-npm": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "publib-npm", + "runCommand": "npm run publib-npm" + }, + "options": { + "script": "publib-npm" + }, + "configurations": {} + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "packages/auth-provider", + "command": "npm run publib-npm" + }, + "dependsOn": [ + { + "target": "build" + } + ], + "configurations": {} + }, + "install-node-modules": { + "executor": "nx:run-commands", + "options": { + "cwd": "packages/auth-provider", + "command": "npm i --prefix ." + }, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "packages/auth-provider", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "implicitDependencies": [], + "tags": [] + } + }, + "@affinidi-tdk/iota-browser": { + "name": "@affinidi-tdk/iota-browser", + "type": "lib", + "data": { + "root": "libs/iota-browser", + "name": "@affinidi-tdk/iota-browser", + "metadata": { + "targetGroups": { + "NPM Scripts": [ + "build", + "lint", + "lint:fix", + "package", + "publib-npm", + "lint:fix", + "package", + "publib-npm" + ] + } + }, + "targets": { + "build": { + "executor": "nx:run-commands", + "metadata": { + "scriptContent": "tsc", + "runCommand": "npm run build" + }, + "dependsOn": ["install-node-modules"], + "outputs": ["{projectRoot}/dist"], + "cache": true, + "options": { + "command": "npm run build", + "cwd": "libs/iota-browser" + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "lint:fix": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "eslint . --ext .ts --fix", + "runCommand": "npm run lint:fix" + }, + "options": { + "script": "lint:fix" + }, + "configurations": {} + }, + "package": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "npm pack", + "runCommand": "npm run package" + }, + "options": { + "script": "package" + }, + "configurations": {} + }, + "publib-npm": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "publib-npm", + "runCommand": "npm run publib-npm" + }, + "options": { + "script": "publib-npm" + }, + "configurations": {} + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "libs/iota-browser", + "command": "npm run publib-npm" + }, + "dependsOn": [ + { + "target": "build" + } + ], + "configurations": {} + }, + "install-node-modules": { + "executor": "nx:run-commands", + "options": { + "cwd": "libs/iota-browser", + "command": "npm i --prefix ." + }, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "libs/iota-browser", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "implicitDependencies": [], + "tags": [] + } + }, + "@affinidi-tdk/common": { + "name": "@affinidi-tdk/common", + "type": "lib", + "data": { + "root": "packages/common", + "name": "@affinidi-tdk/common", + "metadata": { + "targetGroups": { + "NPM Scripts": [ + "build", + "build:watch", + "lint", + "lint:fix", + "package", + "publib-npm", + "build:watch", + "lint:fix", + "package", + "publib-npm" + ] + } + }, + "targets": { + "build": { + "executor": "nx:run-commands", + "metadata": { + "scriptContent": "jsii -vvv", + "runCommand": "npm run build" + }, + "dependsOn": ["install-node-modules"], + "outputs": ["{projectRoot}/dist"], + "cache": true, + "options": { + "command": "npm run build", + "cwd": "packages/common" + }, + "configurations": {} + }, + "build:watch": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "jsii -w", + "runCommand": "npm run build:watch" + }, + "options": { + "script": "build:watch" + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "lint:fix": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "eslint . --ext .ts --fix", + "runCommand": "npm run lint:fix" + }, + "options": { + "script": "lint:fix" + }, + "configurations": {} + }, + "package": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "jsii-pacmak -vvv", + "runCommand": "npm run package" + }, + "options": { + "script": "package" + }, + "configurations": {} + }, + "publib-npm": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "publib-npm", + "runCommand": "npm run publib-npm" + }, + "options": { + "script": "publib-npm" + }, + "configurations": {} + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "packages/common", + "command": "npm run publib-npm" + }, + "dependsOn": [ + { + "target": "build" + } + ], + "configurations": {} + }, + "install-node-modules": { + "executor": "nx:run-commands", + "options": { + "cwd": "packages/common", + "command": "npm i --prefix ." + }, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "packages/common", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "implicitDependencies": [], + "tags": [] + } + }, + "@affinidi-tdk/iota-core": { + "name": "@affinidi-tdk/iota-core", + "type": "lib", + "data": { + "root": "libs/iota-core", + "name": "@affinidi-tdk/iota-core", + "metadata": { + "targetGroups": { + "NPM Scripts": [ + "build", + "build:watch", + "lint", + "lint:fix", + "package", + "publib-npm", + "build:watch", + "lint:fix", + "package", + "publib-npm" + ] + } + }, + "targets": { + "build": { + "executor": "nx:run-commands", + "metadata": { + "scriptContent": "jsii -vvv", + "runCommand": "npm run build" + }, + "dependsOn": ["install-node-modules"], + "outputs": ["{projectRoot}/dist"], + "cache": true, + "options": { + "command": "npm run build", + "cwd": "libs/iota-core" + }, + "configurations": {} + }, + "build:watch": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "jsii -w", + "runCommand": "npm run build:watch" + }, + "options": { + "script": "build:watch" + }, + "configurations": {} + }, + "lint": { + "executor": "@nx/eslint:lint", + "cache": true, + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json", + "{workspaceRoot}/.eslintignore", + "{workspaceRoot}/eslint.config.js" + ], + "options": {}, + "configurations": {} + }, + "lint:fix": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "eslint . --ext .ts --fix", + "runCommand": "npm run lint:fix" + }, + "options": { + "script": "lint:fix" + }, + "configurations": {} + }, + "package": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "jsii-pacmak -vvv", + "runCommand": "npm run package" + }, + "options": { + "script": "package" + }, + "configurations": {} + }, + "publib-npm": { + "executor": "nx:run-script", + "metadata": { + "scriptContent": "publib-npm", + "runCommand": "npm run publib-npm" + }, + "options": { + "script": "publib-npm" + }, + "configurations": {} + }, + "nx-release-publish": { + "executor": "nx:run-commands", + "options": { + "cwd": "libs/iota-core", + "command": "npm run publib-npm" + }, + "dependsOn": [ + { + "target": "build" + } + ], + "configurations": {} + }, + "install-node-modules": { + "executor": "nx:run-commands", + "options": { + "cwd": "libs/iota-core", + "command": "npm i --prefix ." + }, + "configurations": {} + }, + "semantic-release": { + "executor": "@theunderscorer/nx-semantic-release:semantic-release", + "options": { + "changelog": true, + "github": true, + "npm": true, + "repositoryUrl": "git@github.com:affinidi/affinidi-tdk.git", + "branches": ["main"], + "plugins": [ + [ + "@semantic-release/npm", + { + "npmPublish": true + } + ] + ] + }, + "configurations": {} + } + }, + "sourceRoot": "libs/iota-core", + "projectType": "library", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "private": false, + "implicitDependencies": [], + "tags": [] + } + } + }, + "externalNodes": { + "npm:@types/node@18.19.31": { + "type": "npm", + "name": "npm:@types/node@18.19.31", + "data": { + "version": "18.19.31", + "packageName": "@types/node", + "hash": "17441959195739668347" + } + }, + "npm:@types/node@18.19.33": { + "type": "npm", + "name": "npm:@types/node@18.19.33", + "data": { + "version": "18.19.33", + "packageName": "@types/node", + "hash": "14527303307738292875" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "20.12.7", + "packageName": "@types/node", + "hash": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==" + } + }, + "npm:typescript@4.9.5": { + "type": "npm", + "name": "npm:typescript@4.9.5", + "data": { + "version": "4.9.5", + "packageName": "typescript", + "hash": "14380533884681690063" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.4.5", + "packageName": "typescript", + "hash": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" + } + }, + "npm:@typescript-eslint/eslint-plugin@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-aAJd6bIf2vvQRjUG3ZkNXkmBpN+J7Wd0mfQiiVCJMu9Z5GcZZdcc0j8XwN/BM97Fl7e3SkTXODSk4VehUv7CGw==" + } + }, + "npm:@typescript-eslint/eslint-plugin": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==" + } + }, + "npm:@typescript-eslint/eslint-plugin@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/eslint-plugin", + "hash": "15123756932735763589" + } + }, + "npm:@typescript-eslint/parser@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/parser@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-8lKUOebNLcR0D7RvlcloOacTOWzOqemWEWkKSVpMZVF/XVcwjPR+3MD08QzbW9TCGJ+DwIc6zUSGZ9vd8cO1IA==" + } + }, + "npm:@typescript-eslint/parser": { + "type": "npm", + "name": "npm:@typescript-eslint/parser", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/parser", + "hash": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==" + } + }, + "npm:@typescript-eslint/parser@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/parser@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/parser", + "hash": "75305853737469135" + } + }, + "npm:@typescript-eslint/scope-manager@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-gPrFSsoYcsffYXTOZ+hT7fyJr95rdVe4kGVX1ps/dJ+DfmlnjFN/GcMxXcVkeHDKqsq6uAcVaQaIi3cFffmAbA==" + } + }, + "npm:@typescript-eslint/scope-manager": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==" + } + }, + "npm:@typescript-eslint/scope-manager@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/scope-manager@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/scope-manager", + "hash": "16111635200560405981" + } + }, + "npm:@typescript-eslint/types@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/types@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/types", + "hash": "sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==" + } + }, + "npm:@typescript-eslint/types": { + "type": "npm", + "name": "npm:@typescript-eslint/types", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/types", + "hash": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==" + } + }, + "npm:@typescript-eslint/types@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/types@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/types", + "hash": "8917038889523275538" + } + }, + "npm:@typescript-eslint/typescript-estree@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==" + } + }, + "npm:@typescript-eslint/typescript-estree": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==" + } + }, + "npm:@typescript-eslint/typescript-estree@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/typescript-estree@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/typescript-estree", + "hash": "5924250820262150075" + } + }, + "npm:@typescript-eslint/visitor-keys@7.14.1": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys@7.14.1", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==" + } + }, + "npm:@typescript-eslint/visitor-keys": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==" + } + }, + "npm:@typescript-eslint/visitor-keys@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/visitor-keys@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/visitor-keys", + "hash": "7483776415647597992" + } + }, + "npm:minimatch@9.0.5": { + "type": "npm", + "name": "npm:minimatch@9.0.5", + "data": { + "version": "9.0.5", + "packageName": "minimatch", + "hash": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimatch@5.1.0": { + "type": "npm", + "name": "npm:minimatch@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "minimatch", + "hash": "18395649546124891387" + } + }, + "npm:@affinidi-tdk/iota-client@1.8.0": { + "type": "npm", + "name": "npm:@affinidi-tdk/iota-client@1.8.0", + "data": { + "version": "1.8.0", + "packageName": "@affinidi-tdk/iota-client", + "hash": "sha512-v9LN4eqrOGPrF0Zz9t6aCtGCPlN5WoMliCQuADiJyozJfMrwyW4OG4a7tfrIM0xA69Mx4C4yOHA4bKfLJ+wo9Q==" + } + }, + "npm:@ampproject/remapping": { + "type": "npm", + "name": "npm:@ampproject/remapping", + "data": { + "version": "2.3.0", + "packageName": "@ampproject/remapping", + "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" + } + }, + "npm:@aws-crypto/ie11-detection": { + "type": "npm", + "name": "npm:@aws-crypto/ie11-detection", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/ie11-detection", + "hash": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==" + } + }, + "npm:tslib@1.14.1": { + "type": "npm", + "name": "npm:tslib@1.14.1", + "data": { + "version": "1.14.1", + "packageName": "tslib", + "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.6.3", + "packageName": "tslib", + "hash": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" + } + }, + "npm:@aws-crypto/sha256-browser": { + "type": "npm", + "name": "npm:@aws-crypto/sha256-browser", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/sha256-browser", + "hash": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==" + } + }, + "npm:@aws-crypto/sha256-js": { + "type": "npm", + "name": "npm:@aws-crypto/sha256-js", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/sha256-js", + "hash": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==" + } + }, + "npm:@aws-crypto/supports-web-crypto": { + "type": "npm", + "name": "npm:@aws-crypto/supports-web-crypto", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/supports-web-crypto", + "hash": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==" + } + }, + "npm:@aws-crypto/util": { + "type": "npm", + "name": "npm:@aws-crypto/util", + "data": { + "version": "3.0.0", + "packageName": "@aws-crypto/util", + "hash": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==" + } + }, + "npm:@aws-sdk/client-codeartifact": { + "type": "npm", + "name": "npm:@aws-sdk/client-codeartifact", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-codeartifact", + "hash": "sha512-sOH0eWCSoUnydZlQyASiNqdgpQByspEA1MRIJxgntaLbnFpHRzF+rt8/UfL13u4FqRcwcc6Lo+CVj9ZWpVftpw==" + } + }, + "npm:@aws-sdk/client-cognito-identity": { + "type": "npm", + "name": "npm:@aws-sdk/client-cognito-identity", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-cognito-identity", + "hash": "sha512-EnMebSL120H1V3CvxlSDu7xVg/c/U19J2pw5t3TbgWdP0bWR4gmaf2m7wczyi5XtPel0NIklnpPhlDJqr6T4Eg==" + } + }, + "npm:@aws-sdk/client-sso": { + "type": "npm", + "name": "npm:@aws-sdk/client-sso", + "data": { + "version": "3.592.0", + "packageName": "@aws-sdk/client-sso", + "hash": "sha512-w+SuW47jQqvOC7fonyjFjsOh3yjqJ+VpWdVrmrl0E/KryBE7ho/Wn991Buf/EiHHeJikoWgHsAIPkBH29+ntdA==" + } + }, + "npm:@aws-sdk/client-sso-oidc": { + "type": "npm", + "name": "npm:@aws-sdk/client-sso-oidc", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-sso-oidc", + "hash": "sha512-KnTWtKzO0N+rMdIrVwbewFp4FAvVWBV/ekCAh5w7EN+uAvBHxMoFElE2RwlcRF/gH1/F715OspPMvOxPom6bMA==" + } + }, + "npm:@aws-sdk/client-sts": { + "type": "npm", + "name": "npm:@aws-sdk/client-sts", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/client-sts", + "hash": "sha512-37+WQDjgmqS/YXj3vPzIVIrbXaFcZ1WXk715AMGIPBZn9Y2/wr2bmSTpX7bsMyn0G8+LxmoIxFcG7n1Gu0nvLg==" + } + }, + "npm:@aws-sdk/core": { + "type": "npm", + "name": "npm:@aws-sdk/core", + "data": { + "version": "3.592.0", + "packageName": "@aws-sdk/core", + "hash": "sha512-gLPMXR/HXDP+9gXAt58t7gaMTvRts9i6Q7NMISpkGF54wehskl5WGrbdtHJFylrlJ5BQo3XVY6i661o+EuR1wg==" + } + }, + "npm:@aws-sdk/credential-provider-cognito-identity": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-cognito-identity", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-cognito-identity", + "hash": "sha512-ps/1P+wwEbzOryIdnPGkfo83AH5+kFPe0UKTc6Lhsc4l4zhfvyU3WV/JzrCINEKqo3bEZdUt6tl/IpsyC+nggQ==" + } + }, + "npm:@aws-sdk/credential-provider-env": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-env", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/credential-provider-env", + "hash": "sha512-Hyg/5KFECIk2k5o8wnVEiniV86yVkhn5kzITUydmNGCkXdBFHMHRx6hleQ1bqwJHbBskyu8nbYamzcwymmGwmw==" + } + }, + "npm:@aws-sdk/credential-provider-http": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-http", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-http", + "hash": "sha512-nnmvEsz1KJgRmfSZJPWuzbxPRXu8Y+/78Ifa1jY3fQKSKdEJfXMDsjPljJvMDBl4dZ8pf5Hwx+S/ONnMEDwYEA==" + } + }, + "npm:@aws-sdk/credential-provider-ini": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-ini", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-ini", + "hash": "sha512-c7PLtd7GbnOVAc5sk3sVlHxLvEsM8RF96rsBGlRo4AVpil/lXLKyNv9VarS4w/ZZZoRbJRyZ+m92PjNcLvpTDQ==" + } + }, + "npm:@aws-sdk/credential-provider-node": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-node", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-provider-node", + "hash": "sha512-F4MLyXpQyie1AnJS9n7TIRL0aF7YH8tKMIJXDsM5OXpSZi2en+yR6SzsxvHf5dwS2Ga8LUdEJyiyS2NoebaJGA==" + } + }, + "npm:@aws-sdk/credential-provider-process": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-process", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/credential-provider-process", + "hash": "sha512-V4xT3iCqkF8uL6QC4gqBJg/2asd/damswP1h9HCfqTllmPWzImS+8WD3VjgTLw5b0KbTy+ZdUhKc0wDnyzkzxg==" + } + }, + "npm:@aws-sdk/credential-provider-sso": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-sso", + "data": { + "version": "3.592.0", + "packageName": "@aws-sdk/credential-provider-sso", + "hash": "sha512-fYFzAdDHKHvhtufPPtrLdSv8lO6GuW3em6n3erM5uFdpGytNpjXvr3XGokIsuXcNkETAY/Xihg+G9ksNE8WJxQ==" + } + }, + "npm:@aws-sdk/credential-provider-web-identity": { + "type": "npm", + "name": "npm:@aws-sdk/credential-provider-web-identity", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/credential-provider-web-identity", + "hash": "sha512-XqIx/I2PG7kyuw3WjAP9wKlxy8IvFJwB8asOFT1xPFoVfZYKIogjG9oLP5YiRtfvDkWIztHmg5MlVv3HdJDGRw==" + } + }, + "npm:@aws-sdk/credential-providers": { + "type": "npm", + "name": "npm:@aws-sdk/credential-providers", + "data": { + "version": "3.596.0", + "packageName": "@aws-sdk/credential-providers", + "hash": "sha512-EsbkylyO08P3alxXTpanKT1rPTh5/vXu7r/GoKbPl+7Laqheme41CYg0jtwAou/w7/6RFxqMn5ey5vg/qopNVA==" + } + }, + "npm:@aws-sdk/middleware-host-header": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-host-header", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/middleware-host-header", + "hash": "sha512-9ca5MJz455CODIVXs0/sWmJm7t3QO4EUa1zf8pE8grLpzf0J94bz/skDWm37Pli13T3WaAQBHCTiH2gUVfCsWg==" + } + }, + "npm:@aws-sdk/middleware-logger": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-logger", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/middleware-logger", + "hash": "sha512-aPFGpGjTZcJYk+24bg7jT4XdIp42mFXSuPt49lw5KygefLyJM/sB0bKKqPYYivW0rcuZ9brQ58eZUNthrzYAvg==" + } + }, + "npm:@aws-sdk/middleware-recursion-detection": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-recursion-detection", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/middleware-recursion-detection", + "hash": "sha512-pn3ZVEd2iobKJlR3H+bDilHjgRnNrQ6HMmK9ZzZw89Ckn3Dcbv48xOv4RJvu0aU8SDLl/SNCxppKjeLDTPGBNA==" + } + }, + "npm:@aws-sdk/middleware-user-agent": { + "type": "npm", + "name": "npm:@aws-sdk/middleware-user-agent", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/middleware-user-agent", + "hash": "sha512-SyDomN+IOrygLucziG7/nOHkjUXES5oH5T7p8AboO8oakMQJdnudNXiYWTicQWO52R51U6CR27rcMPTGeMedYA==" + } + }, + "npm:@aws-sdk/region-config-resolver": { + "type": "npm", + "name": "npm:@aws-sdk/region-config-resolver", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/region-config-resolver", + "hash": "sha512-93I7IPZtulZQoRK+O20IJ4a1syWwYPzoO2gc3v+/GNZflZPV3QJXuVbIm0pxBsu0n/mzKGUKqSOLPIaN098HcQ==" + } + }, + "npm:@aws-sdk/token-providers": { + "type": "npm", + "name": "npm:@aws-sdk/token-providers", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/token-providers", + "hash": "sha512-ULqhbnLy1hmJNRcukANBWJmum3BbjXnurLPSFXoGdV0llXYlG55SzIla2VYqdveQEEjmsBuTZdFvXAtNpmS5Zg==" + } + }, + "npm:@aws-sdk/types": { + "type": "npm", + "name": "npm:@aws-sdk/types", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/types", + "hash": "sha512-FT2JZES3wBKN/alfmhlo+3ZOq/XJ0C7QOZcDNrpKjB0kqYoKjhVKZ/Hx6ArR0czkKfHzBBEs6y40ebIHx2nSmA==" + } + }, + "npm:@aws-sdk/util-endpoints": { + "type": "npm", + "name": "npm:@aws-sdk/util-endpoints", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/util-endpoints", + "hash": "sha512-8I1HG6Em8wQWqKcRW6m358mqebRVNpL8XrrEoT4In7xqkKkmYtHRNVYP6lcmiQh5pZ/c/FXu8dSchuFIWyEtqQ==" + } + }, + "npm:@aws-sdk/util-locate-window": { + "type": "npm", + "name": "npm:@aws-sdk/util-locate-window", + "data": { + "version": "3.568.0", + "packageName": "@aws-sdk/util-locate-window", + "hash": "sha512-3nh4TINkXYr+H41QaPelCceEB2FXP3fxp93YZXB/kqJvX0U9j0N0Uk45gvsjmEPzG8XxkPEeLIfT2I1M7A6Lig==" + } + }, + "npm:@aws-sdk/util-user-agent-browser": { + "type": "npm", + "name": "npm:@aws-sdk/util-user-agent-browser", + "data": { + "version": "3.577.0", + "packageName": "@aws-sdk/util-user-agent-browser", + "hash": "sha512-zEAzHgR6HWpZOH7xFgeJLc6/CzMcx4nxeQolZxVZoB5pPaJd3CjyRhZN0xXeZB0XIRCWmb4yJBgyiugXLNMkLA==" + } + }, + "npm:@aws-sdk/util-user-agent-node": { + "type": "npm", + "name": "npm:@aws-sdk/util-user-agent-node", + "data": { + "version": "3.587.0", + "packageName": "@aws-sdk/util-user-agent-node", + "hash": "sha512-Pnl+DUe/bvnbEEDHP3iVJrOtE3HbFJBPgsD6vJ+ml/+IYk1Eq49jEG+EHZdNTPz3SDG0kbp2+7u41MKYJHR/iQ==" + } + }, + "npm:@aws-sdk/util-utf8-browser": { + "type": "npm", + "name": "npm:@aws-sdk/util-utf8-browser", + "data": { + "version": "3.259.0", + "packageName": "@aws-sdk/util-utf8-browser", + "hash": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==" + } + }, + "npm:@babel/code-frame": { + "type": "npm", + "name": "npm:@babel/code-frame", + "data": { + "version": "7.24.7", + "packageName": "@babel/code-frame", + "hash": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==" + } + }, + "npm:@babel/compat-data": { + "type": "npm", + "name": "npm:@babel/compat-data", + "data": { + "version": "7.24.7", + "packageName": "@babel/compat-data", + "hash": "sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==" + } + }, + "npm:@babel/core": { + "type": "npm", + "name": "npm:@babel/core", + "data": { + "version": "7.24.7", + "packageName": "@babel/core", + "hash": "sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==" + } + }, + "npm:semver@6.3.1": { + "type": "npm", + "name": "npm:semver@6.3.1", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.5.3": { + "type": "npm", + "name": "npm:semver@7.5.3", + "data": { + "version": "7.5.3", + "packageName": "semver", + "hash": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==" + } + }, + "npm:semver": { + "type": "npm", + "name": "npm:semver", + "data": { + "version": "7.6.2", + "packageName": "semver", + "hash": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==" + } + }, + "npm:semver@5.7.2": { + "type": "npm", + "name": "npm:semver@5.7.2", + "data": { + "version": "5.7.2", + "packageName": "semver", + "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + } + }, + "npm:semver@7.3.7": { + "type": "npm", + "name": "npm:semver@7.3.7", + "data": { + "version": "7.3.7", + "packageName": "semver", + "hash": "9950852555921068855" + } + }, + "npm:@babel/generator": { + "type": "npm", + "name": "npm:@babel/generator", + "data": { + "version": "7.24.7", + "packageName": "@babel/generator", + "hash": "sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==" + } + }, + "npm:@babel/helper-annotate-as-pure": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-annotate-as-pure", + "hash": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==" + } + }, + "npm:@babel/helper-builder-binary-assignment-operator-visitor": { + "type": "npm", + "name": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-builder-binary-assignment-operator-visitor", + "hash": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==" + } + }, + "npm:@babel/helper-compilation-targets": { + "type": "npm", + "name": "npm:@babel/helper-compilation-targets", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-compilation-targets", + "hash": "sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==" + } + }, + "npm:@babel/helper-create-class-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-class-features-plugin", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-create-class-features-plugin", + "hash": "sha512-kTkaDl7c9vO80zeX1rJxnuRpEsD5tA81yh11X1gQo+PhSti3JS+7qeZo9U4RHobKRiFPKaGK3svUAeb8D0Q7eg==" + } + }, + "npm:@babel/helper-create-regexp-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-regexp-features-plugin", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-create-regexp-features-plugin", + "hash": "sha512-03TCmXy2FtXJEZfbXDTSqq1fRJArk7lX9DOFC/47VthYcxyIOx+eXQmdo6DOQvrbpIix+KfXwvuXdFDZHxt+rA==" + } + }, + "npm:@babel/helper-define-polyfill-provider": { + "type": "npm", + "name": "npm:@babel/helper-define-polyfill-provider", + "data": { + "version": "0.6.2", + "packageName": "@babel/helper-define-polyfill-provider", + "hash": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==" + } + }, + "npm:@babel/helper-environment-visitor": { + "type": "npm", + "name": "npm:@babel/helper-environment-visitor", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-environment-visitor", + "hash": "sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==" + } + }, + "npm:@babel/helper-function-name": { + "type": "npm", + "name": "npm:@babel/helper-function-name", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-function-name", + "hash": "sha512-FyoJTsj/PEUWu1/TYRiXTIHc8lbw+TDYkZuoE43opPS5TrI7MyONBE1oNvfguEXAD9yhQRrVBnXdXzSLQl9XnA==" + } + }, + "npm:@babel/helper-hoist-variables": { + "type": "npm", + "name": "npm:@babel/helper-hoist-variables", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-hoist-variables", + "hash": "sha512-MJJwhkoGy5c4ehfoRyrJ/owKeMl19U54h27YYftT0o2teQ3FJ3nQUf/I3LlJsX4l3qlw7WRXUmiyajvHXoTubQ==" + } + }, + "npm:@babel/helper-member-expression-to-functions": { + "type": "npm", + "name": "npm:@babel/helper-member-expression-to-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-member-expression-to-functions", + "hash": "sha512-LGeMaf5JN4hAT471eJdBs/GK1DoYIJ5GCtZN/EsL6KUiiDZOvO/eKE11AMZJa2zP4zk4qe9V2O/hxAmkRc8p6w==" + } + }, + "npm:@babel/helper-module-imports": { + "type": "npm", + "name": "npm:@babel/helper-module-imports", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-module-imports", + "hash": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==" + } + }, + "npm:@babel/helper-module-transforms": { + "type": "npm", + "name": "npm:@babel/helper-module-transforms", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-module-transforms", + "hash": "sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==" + } + }, + "npm:@babel/helper-optimise-call-expression": { + "type": "npm", + "name": "npm:@babel/helper-optimise-call-expression", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-optimise-call-expression", + "hash": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==" + } + }, + "npm:@babel/helper-plugin-utils": { + "type": "npm", + "name": "npm:@babel/helper-plugin-utils", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-plugin-utils", + "hash": "sha512-Rq76wjt7yz9AAc1KnlRKNAi/dMSVWgDRx43FHoJEbcYU6xOWaE2dVPwcdTukJrjxS65GITyfbvEYHvkirZ6uEg==" + } + }, + "npm:@babel/helper-remap-async-to-generator": { + "type": "npm", + "name": "npm:@babel/helper-remap-async-to-generator", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-remap-async-to-generator", + "hash": "sha512-9pKLcTlZ92hNZMQfGCHImUpDOlAgkkpqalWEeftW5FBya75k8Li2ilerxkM/uBEj01iBZXcCIB/bwvDYgWyibA==" + } + }, + "npm:@babel/helper-replace-supers": { + "type": "npm", + "name": "npm:@babel/helper-replace-supers", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-replace-supers", + "hash": "sha512-qTAxxBM81VEyoAY0TtLrx1oAEJc09ZK67Q9ljQToqCnA+55eNwCORaxlKyu+rNfX86o8OXRUSNUnrtsAZXM9sg==" + } + }, + "npm:@babel/helper-simple-access": { + "type": "npm", + "name": "npm:@babel/helper-simple-access", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-simple-access", + "hash": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==" + } + }, + "npm:@babel/helper-skip-transparent-expression-wrappers": { + "type": "npm", + "name": "npm:@babel/helper-skip-transparent-expression-wrappers", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-skip-transparent-expression-wrappers", + "hash": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==" + } + }, + "npm:@babel/helper-split-export-declaration": { + "type": "npm", + "name": "npm:@babel/helper-split-export-declaration", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-split-export-declaration", + "hash": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==" + } + }, + "npm:@babel/helper-string-parser": { + "type": "npm", + "name": "npm:@babel/helper-string-parser", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-string-parser", + "hash": "sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==" + } + }, + "npm:@babel/helper-validator-identifier": { + "type": "npm", + "name": "npm:@babel/helper-validator-identifier", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-validator-identifier", + "hash": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" + } + }, + "npm:@babel/helper-validator-option": { + "type": "npm", + "name": "npm:@babel/helper-validator-option", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-validator-option", + "hash": "sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==" + } + }, + "npm:@babel/helper-wrap-function": { + "type": "npm", + "name": "npm:@babel/helper-wrap-function", + "data": { + "version": "7.24.7", + "packageName": "@babel/helper-wrap-function", + "hash": "sha512-N9JIYk3TD+1vq/wn77YnJOqMtfWhNewNE+DJV4puD2X7Ew9J4JvrzrFDfTfyv5EgEXVy9/Wt8QiOErzEmv5Ifw==" + } + }, + "npm:@babel/helpers": { + "type": "npm", + "name": "npm:@babel/helpers", + "data": { + "version": "7.24.7", + "packageName": "@babel/helpers", + "hash": "sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==" + } + }, + "npm:@babel/highlight": { + "type": "npm", + "name": "npm:@babel/highlight", + "data": { + "version": "7.24.7", + "packageName": "@babel/highlight", + "hash": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==" + } + }, + "npm:ansi-styles@3.2.1": { + "type": "npm", + "name": "npm:ansi-styles@3.2.1", + "data": { + "version": "3.2.1", + "packageName": "ansi-styles", + "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + } + }, + "npm:ansi-styles@4.3.0": { + "type": "npm", + "name": "npm:ansi-styles@4.3.0", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "npm:ansi-styles": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + }, + "npm:chalk@2.4.2": { + "type": "npm", + "name": "npm:chalk@2.4.2", + "data": { + "version": "2.4.2", + "packageName": "chalk", + "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + } + }, + "npm:chalk@4.1.2": { + "type": "npm", + "name": "npm:chalk@4.1.2", + "data": { + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + } + }, + "npm:chalk": { + "type": "npm", + "name": "npm:chalk", + "data": { + "version": "5.3.0", + "packageName": "chalk", + "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + } + }, + "npm:escape-string-regexp@1.0.5": { + "type": "npm", + "name": "npm:escape-string-regexp@1.0.5", + "data": { + "version": "1.0.5", + "packageName": "escape-string-regexp", + "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + } + }, + "npm:escape-string-regexp": { + "type": "npm", + "name": "npm:escape-string-regexp", + "data": { + "version": "4.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + } + }, + "npm:escape-string-regexp@5.0.0": { + "type": "npm", + "name": "npm:escape-string-regexp@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==" + } + }, + "npm:escape-string-regexp@2.0.0": { + "type": "npm", + "name": "npm:escape-string-regexp@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" + } + }, + "npm:has-flag@3.0.0": { + "type": "npm", + "name": "npm:has-flag@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "has-flag", + "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + } + }, + "npm:has-flag": { + "type": "npm", + "name": "npm:has-flag", + "data": { + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + }, + "npm:supports-color@5.5.0": { + "type": "npm", + "name": "npm:supports-color@5.5.0", + "data": { + "version": "5.5.0", + "packageName": "supports-color", + "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + } + }, + "npm:supports-color@8.1.1": { + "type": "npm", + "name": "npm:supports-color@8.1.1", + "data": { + "version": "8.1.1", + "packageName": "supports-color", + "hash": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==" + } + }, + "npm:supports-color": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "7244338704145431971" + } + }, + "npm:@babel/parser": { + "type": "npm", + "name": "npm:@babel/parser", + "data": { + "version": "7.24.7", + "packageName": "@babel/parser", + "hash": "sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==" + } + }, + "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "hash": "sha512-TiT1ss81W80eQsN+722OaeQMY/G4yTb4G9JrqeiDADs3N8lbPMGldWi9x8tyqCW5NLx1Jh2AvkE6r6QvEltMMQ==" + } + }, + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "hash": "sha512-unaQgZ/iRu/By6tsjMZzpeBZjChYfLYry6HrEXPoz3KmfF0sVBQ1l8zKMQ4xRGLWVsjuvB8nQfjNP/DcfEOCsg==" + } + }, + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "hash": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==" + } + }, + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "hash": "sha512-utA4HuR6F4Vvcr+o4DnjL8fCOlgRFGbeeBEGNg3ZTrLFw6VWG5XmUrvcQ0FjIYMU2ST4XcR2Wsp7t9qOAPnxMg==" + } + }, + "npm:@babel/plugin-proposal-decorators": { + "type": "npm", + "name": "npm:@babel/plugin-proposal-decorators", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-proposal-decorators", + "hash": "sha512-RL9GR0pUG5Kc8BUWLNDm2T5OpYwSX15r98I0IkgmRQTXuELq/OynH8xtMTMvTJFjXbMWFVTKtYkTaYQsuAwQlQ==" + } + }, + "npm:@babel/plugin-proposal-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-proposal-private-property-in-object", + "data": { + "version": "7.21.0-placeholder-for-preset-env.2", + "packageName": "@babel/plugin-proposal-private-property-in-object", + "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" + } + }, + "npm:@babel/plugin-syntax-async-generators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-async-generators", + "data": { + "version": "7.8.4", + "packageName": "@babel/plugin-syntax-async-generators", + "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" + } + }, + "npm:@babel/plugin-syntax-bigint": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-bigint", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-bigint", + "hash": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" + } + }, + "npm:@babel/plugin-syntax-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-properties", + "data": { + "version": "7.12.13", + "packageName": "@babel/plugin-syntax-class-properties", + "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" + } + }, + "npm:@babel/plugin-syntax-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-static-block", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-class-static-block", + "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" + } + }, + "npm:@babel/plugin-syntax-decorators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-decorators", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-decorators", + "hash": "sha512-Ui4uLJJrRV1lb38zg1yYTmRKmiZLiftDEvZN2iq3kd9kUFU+PttmzTbAFC2ucRk/XJmtek6G23gPsuZbhrT8fQ==" + } + }, + "npm:@babel/plugin-syntax-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-dynamic-import", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-dynamic-import", + "hash": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" + } + }, + "npm:@babel/plugin-syntax-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-export-namespace-from", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-export-namespace-from", + "hash": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" + } + }, + "npm:@babel/plugin-syntax-import-assertions": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-assertions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-import-assertions", + "hash": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==" + } + }, + "npm:@babel/plugin-syntax-import-attributes": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-attributes", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-import-attributes", + "hash": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==" + } + }, + "npm:@babel/plugin-syntax-import-meta": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-meta", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-import-meta", + "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" + } + }, + "npm:@babel/plugin-syntax-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-json-strings", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-json-strings", + "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" + } + }, + "npm:@babel/plugin-syntax-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-jsx", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-jsx", + "hash": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==" + } + }, + "npm:@babel/plugin-syntax-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-logical-assignment-operators", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-logical-assignment-operators", + "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" + } + }, + "npm:@babel/plugin-syntax-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", + "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" + } + }, + "npm:@babel/plugin-syntax-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-numeric-separator", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-numeric-separator", + "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" + } + }, + "npm:@babel/plugin-syntax-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-object-rest-spread", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-object-rest-spread", + "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" + } + }, + "npm:@babel/plugin-syntax-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-catch-binding", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-catch-binding", + "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" + } + }, + "npm:@babel/plugin-syntax-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-chaining", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-chaining", + "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" + } + }, + "npm:@babel/plugin-syntax-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-private-property-in-object", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-private-property-in-object", + "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" + } + }, + "npm:@babel/plugin-syntax-top-level-await": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-top-level-await", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-top-level-await", + "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" + } + }, + "npm:@babel/plugin-syntax-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-typescript", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-syntax-typescript", + "hash": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==" + } + }, + "npm:@babel/plugin-syntax-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-unicode-sets-regex", + "data": { + "version": "7.18.6", + "packageName": "@babel/plugin-syntax-unicode-sets-regex", + "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" + } + }, + "npm:@babel/plugin-transform-arrow-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-arrow-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-arrow-functions", + "hash": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==" + } + }, + "npm:@babel/plugin-transform-async-generator-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-generator-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-o+iF77e3u7ZS4AoAuJvapz9Fm001PuD2V3Lp6OSE4FYQke+cSewYtnek+THqGRWyQloRCyvWL1OkyfNEl9vr/g==" + } + }, + "npm:@babel/plugin-transform-async-to-generator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==" + } + }, + "npm:@babel/plugin-transform-block-scoped-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoped-functions", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-block-scoped-functions", + "hash": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==" + } + }, + "npm:@babel/plugin-transform-block-scoping": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoping", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-block-scoping", + "hash": "sha512-Nd5CvgMbWc+oWzBsuaMcbwjJWAcp5qzrbg69SZdHSP7AMY0AbWFqFO0WTFCA1jxhMCwodRwvRec8k0QUbZk7RQ==" + } + }, + "npm:@babel/plugin-transform-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-properties", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-class-properties", + "hash": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==" + } + }, + "npm:@babel/plugin-transform-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-static-block", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-class-static-block", + "hash": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==" + } + }, + "npm:@babel/plugin-transform-classes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-classes", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-classes", + "hash": "sha512-CFbbBigp8ln4FU6Bpy6g7sE8B/WmCmzvivzUC6xDAdWVsjYTXijpuuGJmYkAaoWAzcItGKT3IOAbxRItZ5HTjw==" + } + }, + "npm:@babel/plugin-transform-computed-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-computed-properties", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-computed-properties", + "hash": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==" + } + }, + "npm:@babel/plugin-transform-destructuring": { + "type": "npm", + "name": "npm:@babel/plugin-transform-destructuring", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-destructuring", + "hash": "sha512-19eJO/8kdCQ9zISOf+SEUJM/bAUIsvY3YDnXZTupUCQ8LgrWnsG/gFB9dvXqdXnRXMAM8fvt7b0CBKQHNGy1mw==" + } + }, + "npm:@babel/plugin-transform-dotall-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dotall-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-dotall-regex", + "hash": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==" + } + }, + "npm:@babel/plugin-transform-duplicate-keys": { + "type": "npm", + "name": "npm:@babel/plugin-transform-duplicate-keys", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-duplicate-keys", + "hash": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==" + } + }, + "npm:@babel/plugin-transform-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dynamic-import", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-dynamic-import", + "hash": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==" + } + }, + "npm:@babel/plugin-transform-exponentiation-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-exponentiation-operator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-exponentiation-operator", + "hash": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==" + } + }, + "npm:@babel/plugin-transform-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-transform-export-namespace-from", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-export-namespace-from", + "hash": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==" + } + }, + "npm:@babel/plugin-transform-for-of": { + "type": "npm", + "name": "npm:@babel/plugin-transform-for-of", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-for-of", + "hash": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==" + } + }, + "npm:@babel/plugin-transform-function-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-function-name", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-function-name", + "hash": "sha512-U9FcnA821YoILngSmYkW6FjyQe2TyZD5pHt4EVIhmcTkrJw/3KqcrRSxuOo5tFZJi7TE19iDyI1u+weTI7bn2w==" + } + }, + "npm:@babel/plugin-transform-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-transform-json-strings", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-json-strings", + "hash": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==" + } + }, + "npm:@babel/plugin-transform-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-literals", + "hash": "sha512-vcwCbb4HDH+hWi8Pqenwnjy+UiklO4Kt1vfspcQYFhJdpthSnW8XvWGyDZWKNVrVbVViI/S7K9PDJZiUmP2fYQ==" + } + }, + "npm:@babel/plugin-transform-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-transform-logical-assignment-operators", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-logical-assignment-operators", + "hash": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==" + } + }, + "npm:@babel/plugin-transform-member-expression-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-member-expression-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-member-expression-literals", + "hash": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==" + } + }, + "npm:@babel/plugin-transform-modules-amd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-amd", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-amd", + "hash": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==" + } + }, + "npm:@babel/plugin-transform-modules-commonjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-commonjs", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-commonjs", + "hash": "sha512-iFI8GDxtevHJ/Z22J5xQpVqFLlMNstcLXh994xifFwxxGslr2ZXXLWgtBeLctOD63UFDArdvN6Tg8RFw+aEmjQ==" + } + }, + "npm:@babel/plugin-transform-modules-systemjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-systemjs", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-systemjs", + "hash": "sha512-GYQE0tW7YoaN13qFh3O1NCY4MPkUiAH3fiF7UcV/I3ajmDKEdG3l+UOcbAm4zUE3gnvUU+Eni7XrVKo9eO9auw==" + } + }, + "npm:@babel/plugin-transform-modules-umd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-umd", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-modules-umd", + "hash": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==" + } + }, + "npm:@babel/plugin-transform-named-capturing-groups-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-named-capturing-groups-regex", + "hash": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==" + } + }, + "npm:@babel/plugin-transform-new-target": { + "type": "npm", + "name": "npm:@babel/plugin-transform-new-target", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-new-target", + "hash": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==" + } + }, + "npm:@babel/plugin-transform-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-nullish-coalescing-operator", + "hash": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==" + } + }, + "npm:@babel/plugin-transform-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-numeric-separator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-numeric-separator", + "hash": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==" + } + }, + "npm:@babel/plugin-transform-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-rest-spread", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-object-rest-spread", + "hash": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==" + } + }, + "npm:@babel/plugin-transform-object-super": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-super", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-object-super", + "hash": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==" + } + }, + "npm:@babel/plugin-transform-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-catch-binding", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-optional-catch-binding", + "hash": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==" + } + }, + "npm:@babel/plugin-transform-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-chaining", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-optional-chaining", + "hash": "sha512-tK+0N9yd4j+x/4hxF3F0e0fu/VdcxU18y5SevtyM/PCFlQvXbR0Zmlo2eBrKtVipGNFzpq56o8WsIIKcJFUCRQ==" + } + }, + "npm:@babel/plugin-transform-parameters": { + "type": "npm", + "name": "npm:@babel/plugin-transform-parameters", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-parameters", + "hash": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==" + } + }, + "npm:@babel/plugin-transform-private-methods": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-methods", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-private-methods", + "hash": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==" + } + }, + "npm:@babel/plugin-transform-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-property-in-object", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-private-property-in-object", + "hash": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==" + } + }, + "npm:@babel/plugin-transform-property-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-property-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-property-literals", + "hash": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==" + } + }, + "npm:@babel/plugin-transform-regenerator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regenerator", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-regenerator", + "hash": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==" + } + }, + "npm:@babel/plugin-transform-reserved-words": { + "type": "npm", + "name": "npm:@babel/plugin-transform-reserved-words", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-reserved-words", + "hash": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==" + } + }, + "npm:@babel/plugin-transform-runtime": { + "type": "npm", + "name": "npm:@babel/plugin-transform-runtime", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-runtime", + "hash": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==" + } + }, + "npm:@babel/plugin-transform-shorthand-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-shorthand-properties", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-shorthand-properties", + "hash": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==" + } + }, + "npm:@babel/plugin-transform-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-spread", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-spread", + "hash": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==" + } + }, + "npm:@babel/plugin-transform-sticky-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-sticky-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-sticky-regex", + "hash": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==" + } + }, + "npm:@babel/plugin-transform-template-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-template-literals", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-template-literals", + "hash": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==" + } + }, + "npm:@babel/plugin-transform-typeof-symbol": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typeof-symbol", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-typeof-symbol", + "hash": "sha512-VtR8hDy7YLB7+Pet9IarXjg/zgCMSF+1mNS/EQEiEaUPoFXCVsHG64SIxcaaI2zJgRiv+YmgaQESUfWAdbjzgg==" + } + }, + "npm:@babel/plugin-transform-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typescript", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-typescript", + "hash": "sha512-iLD3UNkgx2n/HrjBesVbYX6j0yqn/sJktvbtKKgcaLIQ4bTTQ8obAypc1VpyHPD2y4Phh9zHOaAt8e/L14wCpw==" + } + }, + "npm:@babel/plugin-transform-unicode-escapes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-escapes", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-escapes", + "hash": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==" + } + }, + "npm:@babel/plugin-transform-unicode-property-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-property-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-property-regex", + "hash": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==" + } + }, + "npm:@babel/plugin-transform-unicode-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-regex", + "hash": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==" + } + }, + "npm:@babel/plugin-transform-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-sets-regex", + "data": { + "version": "7.24.7", + "packageName": "@babel/plugin-transform-unicode-sets-regex", + "hash": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==" + } + }, + "npm:@babel/preset-env": { + "type": "npm", + "name": "npm:@babel/preset-env", + "data": { + "version": "7.24.7", + "packageName": "@babel/preset-env", + "hash": "sha512-1YZNsc+y6cTvWlDHidMBsQZrZfEFjRIo/BZCT906PMdzOyXtSLTgqGdrpcuTDCXyd11Am5uQULtDIcCfnTc8fQ==" + } + }, + "npm:@babel/preset-modules": { + "type": "npm", + "name": "npm:@babel/preset-modules", + "data": { + "version": "0.1.6-no-external-plugins", + "packageName": "@babel/preset-modules", + "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" + } + }, + "npm:@babel/preset-typescript": { + "type": "npm", + "name": "npm:@babel/preset-typescript", + "data": { + "version": "7.24.7", + "packageName": "@babel/preset-typescript", + "hash": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==" + } + }, + "npm:@babel/regjsgen": { + "type": "npm", + "name": "npm:@babel/regjsgen", + "data": { + "version": "0.8.0", + "packageName": "@babel/regjsgen", + "hash": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + } + }, + "npm:@babel/runtime": { + "type": "npm", + "name": "npm:@babel/runtime", + "data": { + "version": "7.24.7", + "packageName": "@babel/runtime", + "hash": "sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==" + } + }, + "npm:@babel/template": { + "type": "npm", + "name": "npm:@babel/template", + "data": { + "version": "7.24.7", + "packageName": "@babel/template", + "hash": "sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==" + } + }, + "npm:@babel/traverse": { + "type": "npm", + "name": "npm:@babel/traverse", + "data": { + "version": "7.24.7", + "packageName": "@babel/traverse", + "hash": "sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==" + } + }, + "npm:@babel/types": { + "type": "npm", + "name": "npm:@babel/types", + "data": { + "version": "7.24.7", + "packageName": "@babel/types", + "hash": "sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==" + } + }, + "npm:@bcoe/v8-coverage": { + "type": "npm", + "name": "npm:@bcoe/v8-coverage", + "data": { + "version": "0.2.3", + "packageName": "@bcoe/v8-coverage", + "hash": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + } + }, + "npm:@colors/colors": { + "type": "npm", + "name": "npm:@colors/colors", + "data": { + "version": "1.5.0", + "packageName": "@colors/colors", + "hash": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==" + } + }, + "npm:@commitlint/cli": { + "type": "npm", + "name": "npm:@commitlint/cli", + "data": { + "version": "19.3.0", + "packageName": "@commitlint/cli", + "hash": "sha512-LgYWOwuDR7BSTQ9OLZ12m7F/qhNY+NpAyPBgo4YNMkACE7lGuUnuQq1yi9hz1KA4+3VqpOYl8H1rY/LYK43v7g==" + } + }, + "npm:@commitlint/config-conventional": { + "type": "npm", + "name": "npm:@commitlint/config-conventional", + "data": { + "version": "19.2.2", + "packageName": "@commitlint/config-conventional", + "hash": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==" + } + }, + "npm:@commitlint/config-validator": { + "type": "npm", + "name": "npm:@commitlint/config-validator", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/config-validator", + "hash": "sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==" + } + }, + "npm:@commitlint/ensure": { + "type": "npm", + "name": "npm:@commitlint/ensure", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/ensure", + "hash": "sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==" + } + }, + "npm:@commitlint/execute-rule": { + "type": "npm", + "name": "npm:@commitlint/execute-rule", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/execute-rule", + "hash": "sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==" + } + }, + "npm:@commitlint/format": { + "type": "npm", + "name": "npm:@commitlint/format", + "data": { + "version": "19.3.0", + "packageName": "@commitlint/format", + "hash": "sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==" + } + }, + "npm:@commitlint/is-ignored": { + "type": "npm", + "name": "npm:@commitlint/is-ignored", + "data": { + "version": "19.2.2", + "packageName": "@commitlint/is-ignored", + "hash": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==" + } + }, + "npm:@commitlint/lint": { + "type": "npm", + "name": "npm:@commitlint/lint", + "data": { + "version": "19.2.2", + "packageName": "@commitlint/lint", + "hash": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==" + } + }, + "npm:@commitlint/load": { + "type": "npm", + "name": "npm:@commitlint/load", + "data": { + "version": "19.2.0", + "packageName": "@commitlint/load", + "hash": "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==" + } + }, + "npm:@commitlint/message": { + "type": "npm", + "name": "npm:@commitlint/message", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/message", + "hash": "sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==" + } + }, + "npm:@commitlint/parse": { + "type": "npm", + "name": "npm:@commitlint/parse", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/parse", + "hash": "sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==" + } + }, + "npm:@commitlint/read": { + "type": "npm", + "name": "npm:@commitlint/read", + "data": { + "version": "19.2.1", + "packageName": "@commitlint/read", + "hash": "sha512-qETc4+PL0EUv7Q36lJbPG+NJiBOGg7SSC7B5BsPWOmei+Dyif80ErfWQ0qXoW9oCh7GTpTNRoaVhiI8RbhuaNw==" + } + }, + "npm:@commitlint/resolve-extends": { + "type": "npm", + "name": "npm:@commitlint/resolve-extends", + "data": { + "version": "19.1.0", + "packageName": "@commitlint/resolve-extends", + "hash": "sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==" + } + }, + "npm:@commitlint/rules": { + "type": "npm", + "name": "npm:@commitlint/rules", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/rules", + "hash": "sha512-TspKb9VB6svklxNCKKwxhELn7qhtY1rFF8ls58DcFd0F97XoG07xugPjjbVnLqmMkRjZDbDIwBKt9bddOfLaPw==" + } + }, + "npm:@commitlint/to-lines": { + "type": "npm", + "name": "npm:@commitlint/to-lines", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/to-lines", + "hash": "sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==" + } + }, + "npm:@commitlint/top-level": { + "type": "npm", + "name": "npm:@commitlint/top-level", + "data": { + "version": "19.0.0", + "packageName": "@commitlint/top-level", + "hash": "sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==" + } + }, + "npm:@commitlint/types": { + "type": "npm", + "name": "npm:@commitlint/types", + "data": { + "version": "19.0.3", + "packageName": "@commitlint/types", + "hash": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==" + } + }, + "npm:@cspotcode/source-map-support": { + "type": "npm", + "name": "npm:@cspotcode/source-map-support", + "data": { + "version": "0.8.1", + "packageName": "@cspotcode/source-map-support", + "hash": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==" + } + }, + "npm:@jridgewell/trace-mapping@0.3.9": { + "type": "npm", + "name": "npm:@jridgewell/trace-mapping@0.3.9", + "data": { + "version": "0.3.9", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==" + } + }, + "npm:@jridgewell/trace-mapping": { + "type": "npm", + "name": "npm:@jridgewell/trace-mapping", + "data": { + "version": "0.3.25", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" + } + }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm", + "hash": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/android-x64", + "hash": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.21.5", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==" + } + }, + "npm:@eslint-community/eslint-utils": { + "type": "npm", + "name": "npm:@eslint-community/eslint-utils", + "data": { + "version": "4.4.0", + "packageName": "@eslint-community/eslint-utils", + "hash": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==" + } + }, + "npm:@eslint-community/regexpp": { + "type": "npm", + "name": "npm:@eslint-community/regexpp", + "data": { + "version": "4.10.1", + "packageName": "@eslint-community/regexpp", + "hash": "sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA==" + } + }, + "npm:@eslint/eslintrc": { + "type": "npm", + "name": "npm:@eslint/eslintrc", + "data": { + "version": "2.1.4", + "packageName": "@eslint/eslintrc", + "hash": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==" + } + }, + "npm:ajv@6.12.6": { + "type": "npm", + "name": "npm:ajv@6.12.6", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "8.16.0", + "packageName": "ajv", + "hash": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==" + } + }, + "npm:argparse@2.0.1": { + "type": "npm", + "name": "npm:argparse@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + } + }, + "npm:argparse": { + "type": "npm", + "name": "npm:argparse", + "data": { + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + } + }, + "npm:brace-expansion@1.1.11": { + "type": "npm", + "name": "npm:brace-expansion@1.1.11", + "data": { + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + } + }, + "npm:globals@13.24.0": { + "type": "npm", + "name": "npm:globals@13.24.0", + "data": { + "version": "13.24.0", + "packageName": "globals", + "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" + } + }, + "npm:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + } + }, + "npm:js-yaml@4.1.0": { + "type": "npm", + "name": "npm:js-yaml@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "npm:json-schema-traverse@0.4.1": { + "type": "npm", + "name": "npm:json-schema-traverse@0.4.1", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "1.0.0", + "packageName": "json-schema-traverse", + "hash": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + } + }, + "npm:type-fest@0.20.2": { + "type": "npm", + "name": "npm:type-fest@0.20.2", + "data": { + "version": "0.20.2", + "packageName": "type-fest", + "hash": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==" + } + }, + "npm:type-fest@0.8.1": { + "type": "npm", + "name": "npm:type-fest@0.8.1", + "data": { + "version": "0.8.1", + "packageName": "type-fest", + "hash": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + } + }, + "npm:type-fest@0.18.1": { + "type": "npm", + "name": "npm:type-fest@0.18.1", + "data": { + "version": "0.18.1", + "packageName": "type-fest", + "hash": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==" + } + }, + "npm:type-fest@2.19.0": { + "type": "npm", + "name": "npm:type-fest@2.19.0", + "data": { + "version": "2.19.0", + "packageName": "type-fest", + "hash": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==" + } + }, + "npm:type-fest@0.6.0": { + "type": "npm", + "name": "npm:type-fest@0.6.0", + "data": { + "version": "0.6.0", + "packageName": "type-fest", + "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + }, + "npm:type-fest@0.16.0": { + "type": "npm", + "name": "npm:type-fest@0.16.0", + "data": { + "version": "0.16.0", + "packageName": "type-fest", + "hash": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.21.3", + "packageName": "type-fest", + "hash": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==" + } + }, + "npm:@eslint/js": { + "type": "npm", + "name": "npm:@eslint/js", + "data": { + "version": "8.57.0", + "packageName": "@eslint/js", + "hash": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==" + } + }, + "npm:@httptoolkit/websocket-stream": { + "type": "npm", + "name": "npm:@httptoolkit/websocket-stream", + "data": { + "version": "6.0.1", + "packageName": "@httptoolkit/websocket-stream", + "hash": "sha512-A0NOZI+Glp3Xgcz6Na7i7o09+/+xm2m0UCU8gdtM2nIv6/cjLmhMZMqehSpTlgbx9omtLmV8LVqOskPEyWnmZQ==" + } + }, + "npm:isarray@1.0.0": { + "type": "npm", + "name": "npm:isarray@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "isarray", + "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + } + }, + "npm:isarray": { + "type": "npm", + "name": "npm:isarray", + "data": { + "version": "2.0.5", + "packageName": "isarray", + "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + } + }, + "npm:readable-stream@2.3.8": { + "type": "npm", + "name": "npm:readable-stream@2.3.8", + "data": { + "version": "2.3.8", + "packageName": "readable-stream", + "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + } + }, + "npm:readable-stream@3.6.0": { + "type": "npm", + "name": "npm:readable-stream@3.6.0", + "data": { + "version": "3.6.0", + "packageName": "readable-stream", + "hash": "18202448528930718893" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "12153499668482607410" + } + }, + "npm:string_decoder@1.1.1": { + "type": "npm", + "name": "npm:string_decoder@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "string_decoder", + "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + } + }, + "npm:string_decoder": { + "type": "npm", + "name": "npm:string_decoder", + "data": { + "version": "1.3.0", + "packageName": "string_decoder", + "hash": "7047277384104003716" + } + }, + "npm:@humanwhocodes/config-array": { + "type": "npm", + "name": "npm:@humanwhocodes/config-array", + "data": { + "version": "0.11.14", + "packageName": "@humanwhocodes/config-array", + "hash": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==" + } + }, + "npm:@humanwhocodes/module-importer": { + "type": "npm", + "name": "npm:@humanwhocodes/module-importer", + "data": { + "version": "1.0.1", + "packageName": "@humanwhocodes/module-importer", + "hash": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==" + } + }, + "npm:@humanwhocodes/object-schema": { + "type": "npm", + "name": "npm:@humanwhocodes/object-schema", + "data": { + "version": "2.0.3", + "packageName": "@humanwhocodes/object-schema", + "hash": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==" + } + }, + "npm:@istanbuljs/load-nyc-config": { + "type": "npm", + "name": "npm:@istanbuljs/load-nyc-config", + "data": { + "version": "1.1.0", + "packageName": "@istanbuljs/load-nyc-config", + "hash": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==" + } + }, + "npm:find-up@4.1.0": { + "type": "npm", + "name": "npm:find-up@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "find-up", + "hash": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" + } + }, + "npm:find-up@5.0.0": { + "type": "npm", + "name": "npm:find-up@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "find-up", + "hash": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + } + }, + "npm:find-up": { + "type": "npm", + "name": "npm:find-up", + "data": { + "version": "7.0.0", + "packageName": "find-up", + "hash": "sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==" + } + }, + "npm:find-up@2.1.0": { + "type": "npm", + "name": "npm:find-up@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "find-up", + "hash": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==" + } + }, + "npm:find-up@6.3.0": { + "type": "npm", + "name": "npm:find-up@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "find-up", + "hash": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==" + } + }, + "npm:locate-path@5.0.0": { + "type": "npm", + "name": "npm:locate-path@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "locate-path", + "hash": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" + } + }, + "npm:locate-path@6.0.0": { + "type": "npm", + "name": "npm:locate-path@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "locate-path", + "hash": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + } + }, + "npm:locate-path": { + "type": "npm", + "name": "npm:locate-path", + "data": { + "version": "7.2.0", + "packageName": "locate-path", + "hash": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==" + } + }, + "npm:locate-path@2.0.0": { + "type": "npm", + "name": "npm:locate-path@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "locate-path", + "hash": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==" + } + }, + "npm:p-limit@2.3.0": { + "type": "npm", + "name": "npm:p-limit@2.3.0", + "data": { + "version": "2.3.0", + "packageName": "p-limit", + "hash": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit@4.0.0": { + "type": "npm", + "name": "npm:p-limit@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "p-limit", + "hash": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==" + } + }, + "npm:p-limit@1.3.0": { + "type": "npm", + "name": "npm:p-limit@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "p-limit", + "hash": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==" + } + }, + "npm:p-locate@4.1.0": { + "type": "npm", + "name": "npm:p-locate@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "p-locate", + "hash": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" + } + }, + "npm:p-locate@5.0.0": { + "type": "npm", + "name": "npm:p-locate@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "p-locate", + "hash": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + } + }, + "npm:p-locate": { + "type": "npm", + "name": "npm:p-locate", + "data": { + "version": "6.0.0", + "packageName": "p-locate", + "hash": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==" + } + }, + "npm:p-locate@2.0.0": { + "type": "npm", + "name": "npm:p-locate@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "p-locate", + "hash": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==" + } + }, + "npm:path-exists@4.0.0": { + "type": "npm", + "name": "npm:path-exists@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-exists", + "hash": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + } + }, + "npm:path-exists": { + "type": "npm", + "name": "npm:path-exists", + "data": { + "version": "5.0.0", + "packageName": "path-exists", + "hash": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==" + } + }, + "npm:path-exists@3.0.0": { + "type": "npm", + "name": "npm:path-exists@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "path-exists", + "hash": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==" + } + }, + "npm:@istanbuljs/schema": { + "type": "npm", + "name": "npm:@istanbuljs/schema", + "data": { + "version": "0.1.3", + "packageName": "@istanbuljs/schema", + "hash": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==" + } + }, + "npm:@jest/console": { + "type": "npm", + "name": "npm:@jest/console", + "data": { + "version": "29.7.0", + "packageName": "@jest/console", + "hash": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==" + } + }, + "npm:color-convert@2.0.1": { + "type": "npm", + "name": "npm:color-convert@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "color-convert", + "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + } + }, + "npm:color-convert": { + "type": "npm", + "name": "npm:color-convert", + "data": { + "version": "1.9.3", + "packageName": "color-convert", + "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + } + }, + "npm:color-name@1.1.4": { + "type": "npm", + "name": "npm:color-name@1.1.4", + "data": { + "version": "1.1.4", + "packageName": "color-name", + "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + }, + "npm:color-name": { + "type": "npm", + "name": "npm:color-name", + "data": { + "version": "1.1.3", + "packageName": "color-name", + "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + } + }, + "npm:@jest/core": { + "type": "npm", + "name": "npm:@jest/core", + "data": { + "version": "29.7.0", + "packageName": "@jest/core", + "hash": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==" + } + }, + "npm:@jest/environment": { + "type": "npm", + "name": "npm:@jest/environment", + "data": { + "version": "29.7.0", + "packageName": "@jest/environment", + "hash": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==" + } + }, + "npm:@jest/expect": { + "type": "npm", + "name": "npm:@jest/expect", + "data": { + "version": "29.7.0", + "packageName": "@jest/expect", + "hash": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==" + } + }, + "npm:@jest/expect-utils": { + "type": "npm", + "name": "npm:@jest/expect-utils", + "data": { + "version": "29.7.0", + "packageName": "@jest/expect-utils", + "hash": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==" + } + }, + "npm:@jest/fake-timers": { + "type": "npm", + "name": "npm:@jest/fake-timers", + "data": { + "version": "29.7.0", + "packageName": "@jest/fake-timers", + "hash": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==" + } + }, + "npm:@jest/globals": { + "type": "npm", + "name": "npm:@jest/globals", + "data": { + "version": "29.7.0", + "packageName": "@jest/globals", + "hash": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==" + } + }, + "npm:@jest/reporters": { + "type": "npm", + "name": "npm:@jest/reporters", + "data": { + "version": "29.7.0", + "packageName": "@jest/reporters", + "hash": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==" + } + }, + "npm:@jest/schemas": { + "type": "npm", + "name": "npm:@jest/schemas", + "data": { + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + } + }, + "npm:@jest/source-map": { + "type": "npm", + "name": "npm:@jest/source-map", + "data": { + "version": "29.6.3", + "packageName": "@jest/source-map", + "hash": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==" + } + }, + "npm:@jest/test-result": { + "type": "npm", + "name": "npm:@jest/test-result", + "data": { + "version": "29.7.0", + "packageName": "@jest/test-result", + "hash": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==" + } + }, + "npm:@jest/test-sequencer": { + "type": "npm", + "name": "npm:@jest/test-sequencer", + "data": { + "version": "29.7.0", + "packageName": "@jest/test-sequencer", + "hash": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==" + } + }, + "npm:@jest/transform": { + "type": "npm", + "name": "npm:@jest/transform", + "data": { + "version": "29.7.0", + "packageName": "@jest/transform", + "hash": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==" + } + }, + "npm:@jest/types": { + "type": "npm", + "name": "npm:@jest/types", + "data": { + "version": "29.6.3", + "packageName": "@jest/types", + "hash": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==" + } + }, + "npm:@jridgewell/gen-mapping": { + "type": "npm", + "name": "npm:@jridgewell/gen-mapping", + "data": { + "version": "0.3.5", + "packageName": "@jridgewell/gen-mapping", + "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" + } + }, + "npm:@jridgewell/resolve-uri": { + "type": "npm", + "name": "npm:@jridgewell/resolve-uri", + "data": { + "version": "3.1.2", + "packageName": "@jridgewell/resolve-uri", + "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" + } + }, + "npm:@jridgewell/set-array": { + "type": "npm", + "name": "npm:@jridgewell/set-array", + "data": { + "version": "1.2.1", + "packageName": "@jridgewell/set-array", + "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" + } + }, + "npm:@jridgewell/sourcemap-codec": { + "type": "npm", + "name": "npm:@jridgewell/sourcemap-codec", + "data": { + "version": "1.4.15", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + } + }, + "npm:@jsii/check-node": { + "type": "npm", + "name": "npm:@jsii/check-node", + "data": { + "version": "1.99.0", + "packageName": "@jsii/check-node", + "hash": "sha512-RJeVopU3U+/ZxGj//KKJgXmDM8N7uP5QIqypb0QFVJPtIcQMM9nuEQWp4hOB3ajhk4VNaXGrG6PwlqFtFsqbbQ==" + } + }, + "npm:@jsii/check-node@1.101.0": { + "type": "npm", + "name": "npm:@jsii/check-node@1.101.0", + "data": { + "version": "1.101.0", + "packageName": "@jsii/check-node", + "hash": "sha512-io8u1GAF9XGp2crx0C/WGiJeUnHGw5X0du4fisbrNJHmVVFwcJbBMjbfXKWq+JSzl8fo/JV3F1LqtjsnawKA2A==" + } + }, + "npm:@jsii/check-node@1.98.0": { + "type": "npm", + "name": "npm:@jsii/check-node@1.98.0", + "data": { + "version": "1.98.0", + "packageName": "@jsii/check-node", + "hash": "sha512-hI53TMW/fylHyY3CrJvqWvfSPJvBL82GSAB1m2CKNC0yHb0pZHCdBZnLrrr4rgTCQx8kIJjcUc0rQ/Ba3w+GaA==" + } + }, + "npm:@jsii/spec": { + "type": "npm", + "name": "npm:@jsii/spec", + "data": { + "version": "1.101.0", + "packageName": "@jsii/spec", + "hash": "sha512-855OnjKm4RTzRA78GGTNBG/GLe6X/vHJYD58zg7Rw8rWS7sU6iB65TM/7P7R3cufVew8umjjPjvW7ygS6ZqITQ==" + } + }, + "npm:@nodelib/fs.scandir": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir", + "data": { + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + } + }, + "npm:@nodelib/fs.stat": { + "type": "npm", + "name": "npm:@nodelib/fs.stat", + "data": { + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + } + }, + "npm:@nodelib/fs.walk": { + "type": "npm", + "name": "npm:@nodelib/fs.walk", + "data": { + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + } + }, + "npm:@nrwl/devkit": { + "type": "npm", + "name": "npm:@nrwl/devkit", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/devkit", + "hash": "sha512-WRcph/7U37HkTLIRzQ2oburZVfEFkPHJUn7vmo46gCq+N2cAKy3qwONO0RbthhjFIsG94YPXqFWFlV6k4nXpxA==" + } + }, + "npm:@nrwl/devkit@17.2.7": { + "type": "npm", + "name": "npm:@nrwl/devkit@17.2.7", + "data": { + "version": "17.2.7", + "packageName": "@nrwl/devkit", + "hash": "sha512-TISLlIH3xSWre2NLg0aMUBmTvMus+xUicaMeg8DWvwSXJJIMC5QFlB1hjw0VkyLsSraHpd5PWtyDqldHWRfKUQ==" + } + }, + "npm:@nrwl/devkit@17.3.2": { + "type": "npm", + "name": "npm:@nrwl/devkit@17.3.2", + "data": { + "version": "17.3.2", + "packageName": "@nrwl/devkit", + "hash": "sha512-31wh7dDZPM1YUCfhhk/ioHnUeoPIlKYLFLW0fGdw76Ow2nmTqrmxha2m0CSIR1/9En9GpYut2IdUdNh9CctNlA==" + } + }, + "npm:@nrwl/eslint-plugin-nx": { + "type": "npm", + "name": "npm:@nrwl/eslint-plugin-nx", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/eslint-plugin-nx", + "hash": "sha512-urquS7aYwCnXeTqCVb7bpjfBkcvrm84igOP+S59rDhmw4sNxSbI0iFJrLwdVnO8oPFFP1BR4DMUYSWRvdP8NZQ==" + } + }, + "npm:@nrwl/jest": { + "type": "npm", + "name": "npm:@nrwl/jest", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/jest", + "hash": "sha512-21J8Rj7tEQFlMxQTYmt5VEyeWIuEN3VNAkTtTuFLM95KKYONhuFC0ppiYiy+RTA1R3RyTJZLyln/hqH74BPx/g==" + } + }, + "npm:@nrwl/js": { + "type": "npm", + "name": "npm:@nrwl/js", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/js", + "hash": "sha512-G+7nvAlfwnnlcPnoAhpcCrsOZTwa7hRd6WoqSrYuG/9Ge1NZ3H+rwvS5wX+bTKn8/hKHQdDuJUTomyOTpt1I1g==" + } + }, + "npm:@nrwl/tao": { + "type": "npm", + "name": "npm:@nrwl/tao", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/tao", + "hash": "sha512-MyGYeHbh9O4Tv9xmz3Du+/leY5sKUHaPy4ancfNyShHgYi21hemX0/YYjzzoYHi44D8GzSc1XG2rAuwba7Kilw==" + } + }, + "npm:@nrwl/tao@18.3.5": { + "type": "npm", + "name": "npm:@nrwl/tao@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nrwl/tao", + "hash": "sha512-gB7Vxa6FReZZEGva03Eh+84W8BSZOjsNyXboglOINu6d8iZZ0eotSXGziKgjpkj3feZ1ofKZMs0PRObVAOROVw==" + } + }, + "npm:@nrwl/workspace": { + "type": "npm", + "name": "npm:@nrwl/workspace", + "data": { + "version": "19.3.0", + "packageName": "@nrwl/workspace", + "hash": "sha512-h/kMImLdX5NMg0lXB6PmYIxBYI6WU7ATcOI3tGl8z48HHfyfwu87vTQlxFi3jaZv2qj/mE5VFpd+tGADEPNvCw==" + } + }, + "npm:@nx/devkit": { + "type": "npm", + "name": "npm:@nx/devkit", + "data": { + "version": "19.3.0", + "packageName": "@nx/devkit", + "hash": "sha512-Natya5nzvHH0qTOIL1w/EZtwMgDx87Dgz0LgeY7te2fULaNFcj5fVrP+mUKEJZR+NccO7GPumT2RPhuEl9rPnQ==" + } + }, + "npm:@nx/devkit@17.2.7": { + "type": "npm", + "name": "npm:@nx/devkit@17.2.7", + "data": { + "version": "17.2.7", + "packageName": "@nx/devkit", + "hash": "sha512-RyJyFO5PkNhMrebpv93Bci6pRkrw6guyfX7Esl/5+O6UfN0ytnmaRIrbiVwftTQ6m/T08OWrJQHZMuByP0WWHQ==" + } + }, + "npm:@nx/devkit@17.3.2": { + "type": "npm", + "name": "npm:@nx/devkit@17.3.2", + "data": { + "version": "17.3.2", + "packageName": "@nx/devkit", + "hash": "sha512-gbOIhwrZKCSSFFbh6nE6LLCvAU7mhSdBSnRiS14YBwJJMu4CRJ0IcaFz58iXqGWZefMivKtkNFtx+zqwUC4ziw==" + } + }, + "npm:@nx/eslint": { + "type": "npm", + "name": "npm:@nx/eslint", + "data": { + "version": "19.3.0", + "packageName": "@nx/eslint", + "hash": "sha512-x4SrQMnLnX+jM7KGsj+ReOvEHo5S0chLPfJhf0KFnXnzWoWcrq18z0lZ33JaAWWBsjexozDTld2wHj7nkvcjCg==" + } + }, + "npm:@nx/eslint-plugin": { + "type": "npm", + "name": "npm:@nx/eslint-plugin", + "data": { + "version": "19.3.0", + "packageName": "@nx/eslint-plugin", + "hash": "sha512-NZ966Wy4mF34lLi+QOgY9mpOiiAL5UiJ+QqOZcg22QIVz0zPY5HbtbYDZTu8OmR4O/S+3ylguaP1O1P2xiYMBQ==" + } + }, + "npm:@nx/jest": { + "type": "npm", + "name": "npm:@nx/jest", + "data": { + "version": "19.3.0", + "packageName": "@nx/jest", + "hash": "sha512-XgtMw7QHD1wni3EZd3YS4UgoskRZh264tJf/8QRQ8XxWJCFjNM3IEQHDUycIt09Vzz5rql5NwuZ9ct9CNZveNw==" + } + }, + "npm:@nx/js": { + "type": "npm", + "name": "npm:@nx/js", + "data": { + "version": "19.3.0", + "packageName": "@nx/js", + "hash": "sha512-bZuV8sXR5kZ2FJzqnjSZqWs21W7AlZKgjzYB7Rt1u1ap4KcVR32NNAUVFjnTuI1A/6rhO39IShTyMhswnBV9qA==" + } + }, + "npm:ts-node@10.9.1": { + "type": "npm", + "name": "npm:ts-node@10.9.1", + "data": { + "version": "10.9.1", + "packageName": "ts-node", + "hash": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==" + } + }, + "npm:ts-node": { + "type": "npm", + "name": "npm:ts-node", + "data": { + "version": "10.9.2", + "packageName": "ts-node", + "hash": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==" + } + }, + "npm:@nx/linter": { + "type": "npm", + "name": "npm:@nx/linter", + "data": { + "version": "19.3.0", + "packageName": "@nx/linter", + "hash": "sha512-+bpDyXjHBTuVHvbQ7m2hG86m1jJNAPOmnoad/2ZPoQM4LjBTOW8M7s2upZPewjnAJs8Fv02281mO+ORbhW7L9A==" + } + }, + "npm:@nx/nx-darwin-arm64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-TMTxjrN7Y/UsKFjmz0YfhVItLTGWqvud8cmQchw5NEjdNakfjXk0mREufO5/5PwoiRIsen6MbThoTprLpjOUiQ==" + } + }, + "npm:@nx/nx-darwin-arm64@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-4I5UpZ/x2WO9OQyETXKjaYhXiZKUTYcLPewruRMODWu6lgTM9hHci0SqMQB+TWe3f80K8VT8J8x3+uJjvllGlg==" + } + }, + "npm:@nx/nx-darwin-x64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-GH2L6ftnzdIs7JEdv7ZPCdbpAdB5sW6NijK07riYZSONzq5fEruD1yDWDkyZbYBb8RTxsparUWJnq8q1qxEPHQ==" + } + }, + "npm:@nx/nx-darwin-x64@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-Drn6jOG237AD/s6OWPt06bsMj0coGKA5Ce1y5gfLhptOGk4S4UPE/Ay5YCjq+/yhTo1gDHzCHxH0uW2X9MN9Fg==" + } + }, + "npm:@nx/nx-freebsd-x64": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-1ow7Xku1yyjHviCKsWiuHCAnTd3fD+5O5c+e4DXHVthT8wnadKSotvBIWf38DMbMthl7na82e72OzxcdSbrVqQ==" + } + }, + "npm:@nx/nx-freebsd-x64@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-8tA8Yw0Iir4liFjffIFS5THTS3TtWY/No2tkVj91gwy/QQ/otvKbOyc5RCIPpbZU6GS3ZWfG92VyCSm06dtMFg==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-mYQMIUvNr2gww8vbg766uk/C1RxoC1fwioeP87bmV5NRUKSzJ8WEJVxAsqc9RGhAOUaNXOgEuKYrMcVhKyIKJQ==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-BrPGAHM9FCGkB9/hbvlJhe+qtjmvpjIjYixGIlUxL3gGc8E/ucTyCnz5pRFFPFQlBM7Z/9XmbHvGPoUi/LYn5A==" + } + }, + "npm:@nx/nx-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-rHL3eQ0RHkeAXnhHHu/NIyouN/ykiXvgyNU3TuCd50+2MZcAbjB+Xq3mwL0MwiP+BQuptiE+snTuxFUJp4ZH6A==" + } + }, + "npm:@nx/nx-linux-arm64-gnu@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-/Xd0Q3LBgJeigJqXC/Jck/9l5b+fK+FCM0nRFMXgPXrhZPhoxWouFkoYl2F1Ofr+AQf4jup4DkVTB5r98uxSCA==" + } + }, + "npm:@nx/nx-linux-arm64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-im0+OgOD6ShpTkI9ZRz7BjzxhQ/Lk3xjYmmCu+PFGmaybEnkNNDFwsgS0iEVKMdWZ/EQoQvJrqOYsX125iIBuQ==" + } + }, + "npm:@nx/nx-linux-arm64-musl@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-r18qd7pUrl1haAZ/e9Q+xaFTsLJnxGARQcf/Y76q+K2psKmiUXoRlqd3HAOw43KTllaUJ5HkzLq2pIwg3p+xBw==" + } + }, + "npm:@nx/nx-linux-x64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==" + } + }, + "npm:@nx/nx-linux-x64-gnu@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-vYrikG6ff4I9cvr3Ysk3y3gjQ9cDcvr3iAr+4qqcQ4qVE+OLL2++JDS6xfPvG/TbS3GTQpyy2STRBwiHgxTeJw==" + } + }, + "npm:@nx/nx-linux-x64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-sahEV99glBlpGKG1TIQ5PkJ0QvpHp69wWsBFK2DKtCETxOtsWqwvIjemxTCXRirTqeHiP7BiR6VWsf2YqqqBdw==" + } + }, + "npm:@nx/nx-linux-x64-musl@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-6np86lcYy3+x6kkW/HrBHIdNWbUu/MIsvMuNH5UXgyFs60l5Z7Cocay2f7WOaAbTLVAr0W7p4RxRPamHLRwWFA==" + } + }, + "npm:@nx/nx-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-w03gFwLijStmhUji70QJHYo/U16ovybNczxGO7+5TT330X8/y+ihw9FCGHiIcujAjTAE88h0DKGn05WlNqRmfg==" + } + }, + "npm:@nx/nx-win32-arm64-msvc@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-H3p2ZVhHV1WQWTICrQUTplOkNId0y3c23X3A2fXXFDbWSBs0UgW7m55LhMcA9p0XZ7wDHgh+yFtVgu55TXLjug==" + } + }, + "npm:@nx/nx-win32-x64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc", + "data": { + "version": "19.3.0", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-M7e2zXGfTjH8NLiwqKLdWC9VlfMSQDYlI4/SM4OSpPqhUTfPlRPa+wNKNTG7perKfDXxE9ei8yjocujknXJk/A==" + } + }, + "npm:@nx/nx-win32-x64-msvc@18.3.5": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-xFwKVTIXSgjdfxkpriqHv5NpmmFILTrWLEkUGSoimuRaAm1u15YWx/VmaUQ+UWuJnmgqvB/so4SMHSfNkq3ijA==" + } + }, + "npm:@nx/workspace": { + "type": "npm", + "name": "npm:@nx/workspace", + "data": { + "version": "19.3.0", + "packageName": "@nx/workspace", + "hash": "sha512-mhhQIXPGOysg/1vqGnXzwB3ODckpwi2OxQm4x4R1rX8tnS7I4+K2MZFyQzpa13vPf4h4Y4yxdDUl+TfZa7lVhQ==" + } + }, + "npm:@octokit/auth-token": { + "type": "npm", + "name": "npm:@octokit/auth-token", + "data": { + "version": "3.0.4", + "packageName": "@octokit/auth-token", + "hash": "sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==" + } + }, + "npm:@octokit/core": { + "type": "npm", + "name": "npm:@octokit/core", + "data": { + "version": "4.2.4", + "packageName": "@octokit/core", + "hash": "sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==" + } + }, + "npm:@octokit/endpoint": { + "type": "npm", + "name": "npm:@octokit/endpoint", + "data": { + "version": "7.0.6", + "packageName": "@octokit/endpoint", + "hash": "sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==" + } + }, + "npm:@octokit/graphql": { + "type": "npm", + "name": "npm:@octokit/graphql", + "data": { + "version": "5.0.6", + "packageName": "@octokit/graphql", + "hash": "sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==" + } + }, + "npm:@octokit/openapi-types": { + "type": "npm", + "name": "npm:@octokit/openapi-types", + "data": { + "version": "18.1.1", + "packageName": "@octokit/openapi-types", + "hash": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==" + } + }, + "npm:@octokit/plugin-paginate-rest": { + "type": "npm", + "name": "npm:@octokit/plugin-paginate-rest", + "data": { + "version": "6.1.2", + "packageName": "@octokit/plugin-paginate-rest", + "hash": "sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==" + } + }, + "npm:@octokit/plugin-retry": { + "type": "npm", + "name": "npm:@octokit/plugin-retry", + "data": { + "version": "4.1.6", + "packageName": "@octokit/plugin-retry", + "hash": "sha512-obkYzIgEC75r8+9Pnfiiqy3y/x1bc3QLE5B7qvv9wi9Kj0R5tGQFC6QMBg1154WQ9lAVypuQDGyp3hNpp15gQQ==" + } + }, + "npm:@octokit/plugin-throttling": { + "type": "npm", + "name": "npm:@octokit/plugin-throttling", + "data": { + "version": "5.2.3", + "packageName": "@octokit/plugin-throttling", + "hash": "sha512-C9CFg9mrf6cugneKiaI841iG8DOv6P5XXkjmiNNut+swePxQ7RWEdAZRp5rJoE1hjsIqiYcKa/ZkOQ+ujPI39Q==" + } + }, + "npm:@octokit/request": { + "type": "npm", + "name": "npm:@octokit/request", + "data": { + "version": "6.2.8", + "packageName": "@octokit/request", + "hash": "sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==" + } + }, + "npm:@octokit/request-error": { + "type": "npm", + "name": "npm:@octokit/request-error", + "data": { + "version": "3.0.3", + "packageName": "@octokit/request-error", + "hash": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==" + } + }, + "npm:@octokit/tsconfig": { + "type": "npm", + "name": "npm:@octokit/tsconfig", + "data": { + "version": "1.0.2", + "packageName": "@octokit/tsconfig", + "hash": "sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==" + } + }, + "npm:@octokit/types": { + "type": "npm", + "name": "npm:@octokit/types", + "data": { + "version": "9.3.2", + "packageName": "@octokit/types", + "hash": "sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==" + } + }, + "npm:@phenomnomnominal/tsquery": { + "type": "npm", + "name": "npm:@phenomnomnominal/tsquery", + "data": { + "version": "5.0.1", + "packageName": "@phenomnomnominal/tsquery", + "hash": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==" + } + }, + "npm:@pkgr/core": { + "type": "npm", + "name": "npm:@pkgr/core", + "data": { + "version": "0.1.1", + "packageName": "@pkgr/core", + "hash": "sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==" + } + }, + "npm:@pnpm/config.env-replace": { + "type": "npm", + "name": "npm:@pnpm/config.env-replace", + "data": { + "version": "1.1.0", + "packageName": "@pnpm/config.env-replace", + "hash": "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w==" + } + }, + "npm:@pnpm/network.ca-file": { + "type": "npm", + "name": "npm:@pnpm/network.ca-file", + "data": { + "version": "1.0.2", + "packageName": "@pnpm/network.ca-file", + "hash": "sha512-YcPQ8a0jwYU9bTdJDpXjMi7Brhkr1mXsXrUJvjqM2mQDgkRiz8jFaQGOdaLxgjtUfQgZhKy/O3cG/YwmgKaxLA==" + } + }, + "npm:graceful-fs@4.2.10": { + "type": "npm", + "name": "npm:graceful-fs@4.2.10", + "data": { + "version": "4.2.10", + "packageName": "graceful-fs", + "hash": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + } + }, + "npm:graceful-fs": { + "type": "npm", + "name": "npm:graceful-fs", + "data": { + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + } + }, + "npm:@pnpm/npm-conf": { + "type": "npm", + "name": "npm:@pnpm/npm-conf", + "data": { + "version": "2.2.2", + "packageName": "@pnpm/npm-conf", + "hash": "sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==" + } + }, + "npm:@semantic-release/changelog": { + "type": "npm", + "name": "npm:@semantic-release/changelog", + "data": { + "version": "6.0.3", + "packageName": "@semantic-release/changelog", + "hash": "sha512-dZuR5qByyfe3Y03TpmCvAxCyTnp7r5XwtHRf/8vD9EAn4ZWbavUX8adMtXYzE86EVh0gyLA7lm5yW4IV30XUag==" + } + }, + "npm:@semantic-release/commit-analyzer": { + "type": "npm", + "name": "npm:@semantic-release/commit-analyzer", + "data": { + "version": "9.0.2", + "packageName": "@semantic-release/commit-analyzer", + "hash": "sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==" + } + }, + "npm:conventional-changelog-angular@5.0.13": { + "type": "npm", + "name": "npm:conventional-changelog-angular@5.0.13", + "data": { + "version": "5.0.13", + "packageName": "conventional-changelog-angular", + "hash": "sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==" + } + }, + "npm:conventional-changelog-angular": { + "type": "npm", + "name": "npm:conventional-changelog-angular", + "data": { + "version": "7.0.0", + "packageName": "conventional-changelog-angular", + "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" + } + }, + "npm:conventional-commits-parser@3.2.4": { + "type": "npm", + "name": "npm:conventional-commits-parser@3.2.4", + "data": { + "version": "3.2.4", + "packageName": "conventional-commits-parser", + "hash": "sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==" + } + }, + "npm:conventional-commits-parser": { + "type": "npm", + "name": "npm:conventional-commits-parser", + "data": { + "version": "5.0.0", + "packageName": "conventional-commits-parser", + "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" + } + }, + "npm:hosted-git-info@4.1.0": { + "type": "npm", + "name": "npm:hosted-git-info@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "hosted-git-info", + "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + } + }, + "npm:hosted-git-info": { + "type": "npm", + "name": "npm:hosted-git-info", + "data": { + "version": "7.0.2", + "packageName": "hosted-git-info", + "hash": "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==" + } + }, + "npm:hosted-git-info@2.8.9": { + "type": "npm", + "name": "npm:hosted-git-info@2.8.9", + "data": { + "version": "2.8.9", + "packageName": "hosted-git-info", + "hash": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" + } + }, + "npm:hosted-git-info@5.2.1": { + "type": "npm", + "name": "npm:hosted-git-info@5.2.1", + "data": { + "version": "5.2.1", + "packageName": "hosted-git-info", + "hash": "14981662620184114485" + } + }, + "npm:hosted-git-info@6.1.1": { + "type": "npm", + "name": "npm:hosted-git-info@6.1.1", + "data": { + "version": "6.1.1", + "packageName": "hosted-git-info", + "hash": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==" + } + }, + "npm:is-text-path@1.0.1": { + "type": "npm", + "name": "npm:is-text-path@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "is-text-path", + "hash": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==" + } + }, + "npm:is-text-path": { + "type": "npm", + "name": "npm:is-text-path", + "data": { + "version": "2.0.0", + "packageName": "is-text-path", + "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" + } + }, + "npm:lru-cache@6.0.0": { + "type": "npm", + "name": "npm:lru-cache@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "lru-cache", + "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + } + }, + "npm:lru-cache@10.2.2": { + "type": "npm", + "name": "npm:lru-cache@10.2.2", + "data": { + "version": "10.2.2", + "packageName": "lru-cache", + "hash": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==" + } + }, + "npm:lru-cache": { + "type": "npm", + "name": "npm:lru-cache", + "data": { + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + } + }, + "npm:lru-cache@7.13.2": { + "type": "npm", + "name": "npm:lru-cache@7.13.2", + "data": { + "version": "7.13.2", + "packageName": "lru-cache", + "hash": "11543116538070505902" + } + }, + "npm:lru-cache@7.18.3": { + "type": "npm", + "name": "npm:lru-cache@7.18.3", + "data": { + "version": "7.18.3", + "packageName": "lru-cache", + "hash": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" + } + }, + "npm:meow@8.1.2": { + "type": "npm", + "name": "npm:meow@8.1.2", + "data": { + "version": "8.1.2", + "packageName": "meow", + "hash": "sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==" + } + }, + "npm:meow": { + "type": "npm", + "name": "npm:meow", + "data": { + "version": "12.1.1", + "packageName": "meow", + "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" + } + }, + "npm:normalize-package-data@3.0.3": { + "type": "npm", + "name": "npm:normalize-package-data@3.0.3", + "data": { + "version": "3.0.3", + "packageName": "normalize-package-data", + "hash": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "2.5.0", + "packageName": "normalize-package-data", + "hash": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" + } + }, + "npm:normalize-package-data@4.0.1": { + "type": "npm", + "name": "npm:normalize-package-data@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "normalize-package-data", + "hash": "12514966604427251838" + } + }, + "npm:read-pkg-up@7.0.1": { + "type": "npm", + "name": "npm:read-pkg-up@7.0.1", + "data": { + "version": "7.0.1", + "packageName": "read-pkg-up", + "hash": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" + } + }, + "npm:read-pkg-up": { + "type": "npm", + "name": "npm:read-pkg-up", + "data": { + "version": "9.1.0", + "packageName": "read-pkg-up", + "hash": "sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==" + } + }, + "npm:split2@3.2.2": { + "type": "npm", + "name": "npm:split2@3.2.2", + "data": { + "version": "3.2.2", + "packageName": "split2", + "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + } + }, + "npm:split2@1.0.0": { + "type": "npm", + "name": "npm:split2@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "split2", + "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + } + }, + "npm:split2": { + "type": "npm", + "name": "npm:split2", + "data": { + "version": "4.2.0", + "packageName": "split2", + "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + } + }, + "npm:text-extensions@1.9.0": { + "type": "npm", + "name": "npm:text-extensions@1.9.0", + "data": { + "version": "1.9.0", + "packageName": "text-extensions", + "hash": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==" + } + }, + "npm:text-extensions": { + "type": "npm", + "name": "npm:text-extensions", + "data": { + "version": "2.4.0", + "packageName": "text-extensions", + "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + } + }, + "npm:yallist@4.0.0": { + "type": "npm", + "name": "npm:yallist@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "yallist", + "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "npm:yallist": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:yargs-parser@20.2.9": { + "type": "npm", + "name": "npm:yargs-parser@20.2.9", + "data": { + "version": "20.2.9", + "packageName": "yargs-parser", + "hash": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" + } + }, + "npm:yargs-parser": { + "type": "npm", + "name": "npm:yargs-parser", + "data": { + "version": "21.1.1", + "packageName": "yargs-parser", + "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + } + }, + "npm:@semantic-release/error": { + "type": "npm", + "name": "npm:@semantic-release/error", + "data": { + "version": "3.0.0", + "packageName": "@semantic-release/error", + "hash": "sha512-5hiM4Un+tpl4cKw3lV4UgzJj+SmfNIDCLLw0TepzQxz9ZGV5ixnqkzIVF+3tp0ZHgcMKE+VNGHJjEeyFG2dcSw==" + } + }, + "npm:@semantic-release/exec": { + "type": "npm", + "name": "npm:@semantic-release/exec", + "data": { + "version": "6.0.3", + "packageName": "@semantic-release/exec", + "hash": "sha512-bxAq8vLOw76aV89vxxICecEa8jfaWwYITw6X74zzlO0mc/Bgieqx9kBRz9z96pHectiTAtsCwsQcUyLYWnp3VQ==" + } + }, + "npm:execa@5.1.1": { + "type": "npm", + "name": "npm:execa@5.1.1", + "data": { + "version": "5.1.1", + "packageName": "execa", + "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" + } + }, + "npm:execa@6.1.0": { + "type": "npm", + "name": "npm:execa@6.1.0", + "data": { + "version": "6.1.0", + "packageName": "execa", + "hash": "sha512-QVWlX2e50heYJcCPG0iWtf8r0xjEYfz/OYLGDYH+IyjWezzPNxz63qNFOu0l4YftGWuizFVZHHs8PrLU5p2IDA==" + } + }, + "npm:execa": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + } + }, + "npm:get-stream@6.0.1": { + "type": "npm", + "name": "npm:get-stream@6.0.1", + "data": { + "version": "6.0.1", + "packageName": "get-stream", + "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" + } + }, + "npm:get-stream": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + } + }, + "npm:human-signals@2.1.0": { + "type": "npm", + "name": "npm:human-signals@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "human-signals", + "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" + } + }, + "npm:human-signals@3.0.1": { + "type": "npm", + "name": "npm:human-signals@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "human-signals", + "hash": "sha512-rQLskxnM/5OCldHo+wNXbpVgDn5A17CUoKX+7Sokwaknlq7CdSnphy0W39GU8dw59XiCXmFXDg4fRuckQRKewQ==" + } + }, + "npm:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + } + }, + "npm:is-stream@2.0.1": { + "type": "npm", + "name": "npm:is-stream@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", + "data": { + "version": "4.0.0", + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:onetime@5.1.2": { + "type": "npm", + "name": "npm:onetime@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "npm:onetime": { + "type": "npm", + "name": "npm:onetime", + "data": { + "version": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:signal-exit@3.0.7": { + "type": "npm", + "name": "npm:signal-exit@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:strip-final-newline@2.0.0": { + "type": "npm", + "name": "npm:strip-final-newline@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:@semantic-release/git": { + "type": "npm", + "name": "npm:@semantic-release/git", + "data": { + "version": "10.0.1", + "packageName": "@semantic-release/git", + "hash": "sha512-eWrx5KguUcU2wUPaO6sfvZI0wPafUKAMNC18aXY4EnNcrZL86dEmpNVnC9uMpGZkmZJ9EfCVJBQx4pV4EMGT1w==" + } + }, + "npm:@semantic-release/github": { + "type": "npm", + "name": "npm:@semantic-release/github", + "data": { + "version": "8.1.0", + "packageName": "@semantic-release/github", + "hash": "sha512-erR9E5rpdsz0dW1I7785JtndQuMWN/iDcemcptf67tBNOmBUN0b2YNOgcjYUnBpgRpZ5ozfBHrK7Bz+2ets/Dg==" + } + }, + "npm:@semantic-release/npm": { + "type": "npm", + "name": "npm:@semantic-release/npm", + "data": { + "version": "9.0.2", + "packageName": "@semantic-release/npm", + "hash": "sha512-zgsynF6McdzxPnFet+a4iO9HpAlARXOM5adz7VGVCvj0ne8wtL2ZOQoDV2wZPDmdEotDIbVeJjafhelZjs9j6g==" + } + }, + "npm:@semantic-release/release-notes-generator": { + "type": "npm", + "name": "npm:@semantic-release/release-notes-generator", + "data": { + "version": "10.0.3", + "packageName": "@semantic-release/release-notes-generator", + "hash": "sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==" + } + }, + "npm:@sinclair/typebox": { + "type": "npm", + "name": "npm:@sinclair/typebox", + "data": { + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + } + }, + "npm:@sinonjs/commons": { + "type": "npm", + "name": "npm:@sinonjs/commons", + "data": { + "version": "3.0.1", + "packageName": "@sinonjs/commons", + "hash": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==" + } + }, + "npm:@sinonjs/fake-timers": { + "type": "npm", + "name": "npm:@sinonjs/fake-timers", + "data": { + "version": "10.3.0", + "packageName": "@sinonjs/fake-timers", + "hash": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==" + } + }, + "npm:@smithy/abort-controller": { + "type": "npm", + "name": "npm:@smithy/abort-controller", + "data": { + "version": "3.0.1", + "packageName": "@smithy/abort-controller", + "hash": "sha512-Jb7jg4E+C+uvrUQi+h9kbILY6ts6fglKZzseMCHlH9ayq+1f5QdpYf8MV/xppuiN6DAMJAmwGz53GwP3213dmA==" + } + }, + "npm:@smithy/config-resolver": { + "type": "npm", + "name": "npm:@smithy/config-resolver", + "data": { + "version": "3.0.2", + "packageName": "@smithy/config-resolver", + "hash": "sha512-wUyG6ezpp2sWAvfqmSYTROwFUmJqKV78GLf55WODrosBcT0BAMd9bOLO4HRhynWBgAobPml2cF9ZOdgCe00r+g==" + } + }, + "npm:@smithy/core": { + "type": "npm", + "name": "npm:@smithy/core", + "data": { + "version": "2.2.1", + "packageName": "@smithy/core", + "hash": "sha512-R8Pzrr2v2oGUoj4CTZtKPr87lVtBsz7IUBGhSwS1kc6Cj0yPwNdYbkzhFsxhoDE9+BPl09VN/6rFsW9GJzWnBA==" + } + }, + "npm:@smithy/credential-provider-imds": { + "type": "npm", + "name": "npm:@smithy/credential-provider-imds", + "data": { + "version": "3.1.1", + "packageName": "@smithy/credential-provider-imds", + "hash": "sha512-htndP0LwHdE3R3Nam9ZyVWhwPYOmD4xCL79kqvNxy8u/bv0huuy574CSiRY4cvEICgimv8jlVfLeZ7zZqbnB2g==" + } + }, + "npm:@smithy/fetch-http-handler": { + "type": "npm", + "name": "npm:@smithy/fetch-http-handler", + "data": { + "version": "3.0.2", + "packageName": "@smithy/fetch-http-handler", + "hash": "sha512-0nW6tLK0b7EqSsfKvnOmZCgJqnodBAnvqcrlC5dotKfklLedPTRGsQamSVbVDWyuU/QGg+YbZDJUQ0CUufJXZQ==" + } + }, + "npm:@smithy/hash-node": { + "type": "npm", + "name": "npm:@smithy/hash-node", + "data": { + "version": "3.0.1", + "packageName": "@smithy/hash-node", + "hash": "sha512-w2ncjgk2EYO2+WhAsSQA8owzoOSY7IL1qVytlwpnL1pFGWTjIoIh5nROkEKXY51unB63bMGZqDiVoXaFbyKDlg==" + } + }, + "npm:@smithy/invalid-dependency": { + "type": "npm", + "name": "npm:@smithy/invalid-dependency", + "data": { + "version": "3.0.1", + "packageName": "@smithy/invalid-dependency", + "hash": "sha512-RSNF/32BKygXKKMyS7koyuAq1rcdW5p5c4EFa77QenBFze9As+JiRnV9OWBh2cB/ejGZalEZjvIrMLHwJl7aGA==" + } + }, + "npm:@smithy/is-array-buffer": { + "type": "npm", + "name": "npm:@smithy/is-array-buffer", + "data": { + "version": "3.0.0", + "packageName": "@smithy/is-array-buffer", + "hash": "sha512-+Fsu6Q6C4RSJiy81Y8eApjEB5gVtM+oFKTffg+jSuwtvomJJrhUJBu2zS8wjXSgH/g1MKEWrzyChTBe6clb5FQ==" + } + }, + "npm:@smithy/middleware-content-length": { + "type": "npm", + "name": "npm:@smithy/middleware-content-length", + "data": { + "version": "3.0.1", + "packageName": "@smithy/middleware-content-length", + "hash": "sha512-6QdK/VbrCfXD5/QolE2W/ok6VqxD+SM28Ds8iSlEHXZwv4buLsvWyvoEEy0322K/g5uFgPzBmZjGqesTmPL+yQ==" + } + }, + "npm:@smithy/middleware-endpoint": { + "type": "npm", + "name": "npm:@smithy/middleware-endpoint", + "data": { + "version": "3.0.2", + "packageName": "@smithy/middleware-endpoint", + "hash": "sha512-gWEaGYB3Bei17Oiy/F2IlUPpBazNXImytoOdJ1xbrUOaJKAOiUhx8/4FOnYLLJHdAwa9PlvJ2ULda2f/Dnwi9w==" + } + }, + "npm:@smithy/middleware-retry": { + "type": "npm", + "name": "npm:@smithy/middleware-retry", + "data": { + "version": "3.0.4", + "packageName": "@smithy/middleware-retry", + "hash": "sha512-Tu+FggbLNF5G9L6Wi8o32Mg4bhlBInWlhhaFKyytGRnkfxGopxFVXJQn7sjZdFYJyTz6RZZa06tnlvavUgtoVg==" + } + }, + "npm:@smithy/middleware-serde": { + "type": "npm", + "name": "npm:@smithy/middleware-serde", + "data": { + "version": "3.0.1", + "packageName": "@smithy/middleware-serde", + "hash": "sha512-ak6H/ZRN05r5+SR0/IUc5zOSyh2qp3HReg1KkrnaSLXmncy9lwOjNqybX4L4x55/e5mtVDn1uf/gQ6bw5neJPw==" + } + }, + "npm:@smithy/middleware-stack": { + "type": "npm", + "name": "npm:@smithy/middleware-stack", + "data": { + "version": "3.0.1", + "packageName": "@smithy/middleware-stack", + "hash": "sha512-fS5uT//y1SlBdkzIvgmWQ9FufwMXrHSSbuR25ygMy1CRDIZkcBMoF4oTMYNfR9kBlVBcVzlv7joFdNrFuQirPA==" + } + }, + "npm:@smithy/node-config-provider": { + "type": "npm", + "name": "npm:@smithy/node-config-provider", + "data": { + "version": "3.1.1", + "packageName": "@smithy/node-config-provider", + "hash": "sha512-z5G7+ysL4yUtMghUd2zrLkecu0mTfnYlt5dR76g/HsFqf7evFazwiZP1ag2EJenGxNBDwDM5g8nm11NPogiUVA==" + } + }, + "npm:@smithy/node-http-handler": { + "type": "npm", + "name": "npm:@smithy/node-http-handler", + "data": { + "version": "3.0.1", + "packageName": "@smithy/node-http-handler", + "hash": "sha512-hlBI6MuREA4o1wBMEt+QNhUzoDtFFvwR6ecufimlx9D79jPybE/r8kNorphXOi91PgSO9S2fxRjcKCLk7Jw8zA==" + } + }, + "npm:@smithy/property-provider": { + "type": "npm", + "name": "npm:@smithy/property-provider", + "data": { + "version": "3.1.1", + "packageName": "@smithy/property-provider", + "hash": "sha512-YknOMZcQkB5on+MU0DvbToCmT2YPtTETMXW0D3+/Iln7ezT+Zm1GMHhCW1dOH/X/+LkkQD9aXEoCX/B10s4Xdw==" + } + }, + "npm:@smithy/protocol-http": { + "type": "npm", + "name": "npm:@smithy/protocol-http", + "data": { + "version": "4.0.1", + "packageName": "@smithy/protocol-http", + "hash": "sha512-eBhm9zwcFPEazc654c0BEWtxYAzrw+OhoSf5pkwKzfftWKXRoqEhwOE2Pvn30v0iAdo7Mfsfb6pi1NnZlGCMpg==" + } + }, + "npm:@smithy/querystring-builder": { + "type": "npm", + "name": "npm:@smithy/querystring-builder", + "data": { + "version": "3.0.1", + "packageName": "@smithy/querystring-builder", + "hash": "sha512-vKitpnG/2KOMVlx3x1S3FkBH075EROG3wcrcDaNerQNh8yuqnSL23btCD2UyX4i4lpPzNW6VFdxbn2Z25b/g5Q==" + } + }, + "npm:@smithy/querystring-parser": { + "type": "npm", + "name": "npm:@smithy/querystring-parser", + "data": { + "version": "3.0.1", + "packageName": "@smithy/querystring-parser", + "hash": "sha512-Qt8DMC05lVS8NcQx94lfVbZSX+2Ym7032b/JR8AlboAa/D669kPzqb35dkjkvAG6+NWmUchef3ENtrD6F+5n8Q==" + } + }, + "npm:@smithy/service-error-classification": { + "type": "npm", + "name": "npm:@smithy/service-error-classification", + "data": { + "version": "3.0.1", + "packageName": "@smithy/service-error-classification", + "hash": "sha512-ubFUvIePjDCyIzZ+pLETqNC6KXJ/fc6g+/baqel7Zf6kJI/kZKgjwkCI7zbUhoUuOZ/4eA/87YasVu40b/B4bA==" + } + }, + "npm:@smithy/shared-ini-file-loader": { + "type": "npm", + "name": "npm:@smithy/shared-ini-file-loader", + "data": { + "version": "3.1.1", + "packageName": "@smithy/shared-ini-file-loader", + "hash": "sha512-nD6tXIX2126/P9e3wqRY1bm9dTtPZwRDyjVOd18G28o+1UOG+kOVgUwujE795HslSuPlEgqzsH5sgNP1hDjj9g==" + } + }, + "npm:@smithy/signature-v4": { + "type": "npm", + "name": "npm:@smithy/signature-v4", + "data": { + "version": "3.0.1", + "packageName": "@smithy/signature-v4", + "hash": "sha512-ARAmD+E7j6TIEhKLjSZxdzs7wceINTMJRN2BXPM09BiUmJhkXAF1ZZtDXH6fhlk7oehBZeh37wGiPOqtdKjLeg==" + } + }, + "npm:@smithy/smithy-client": { + "type": "npm", + "name": "npm:@smithy/smithy-client", + "data": { + "version": "3.1.2", + "packageName": "@smithy/smithy-client", + "hash": "sha512-f3eQpczBOFUtdT/ptw2WpUKu1qH1K7xrssrSiHYtd9TuLXkvFqb88l9mz9FHeUVNSUxSnkW1anJnw6rLwUKzQQ==" + } + }, + "npm:@smithy/types": { + "type": "npm", + "name": "npm:@smithy/types", + "data": { + "version": "3.1.0", + "packageName": "@smithy/types", + "hash": "sha512-qi4SeCVOUPjhSSZrxxB/mB8DrmuSFUcJnD9KXjuP+7C3LV/KFV4kpuUSH3OHDZgQB9TEH/1sO/Fq/5HyaK9MPw==" + } + }, + "npm:@smithy/url-parser": { + "type": "npm", + "name": "npm:@smithy/url-parser", + "data": { + "version": "3.0.1", + "packageName": "@smithy/url-parser", + "hash": "sha512-G140IlNFlzYWVCedC4E2d6NycM1dCUbe5CnsGW1hmGt4hYKiGOw0v7lVru9WAn5T2w09QEjl4fOESWjGmCvVmg==" + } + }, + "npm:@smithy/util-base64": { + "type": "npm", + "name": "npm:@smithy/util-base64", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-base64", + "hash": "sha512-Kxvoh5Qtt0CDsfajiZOCpJxgtPHXOKwmM+Zy4waD43UoEMA+qPxxa98aE/7ZhdnBFZFXMOiBR5xbcaMhLtznQQ==" + } + }, + "npm:@smithy/util-body-length-browser": { + "type": "npm", + "name": "npm:@smithy/util-body-length-browser", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-body-length-browser", + "hash": "sha512-cbjJs2A1mLYmqmyVl80uoLTJhAcfzMOyPgjwAYusWKMdLeNtzmMz9YxNl3/jRLoxSS3wkqkf0jwNdtXWtyEBaQ==" + } + }, + "npm:@smithy/util-body-length-node": { + "type": "npm", + "name": "npm:@smithy/util-body-length-node", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-body-length-node", + "hash": "sha512-Tj7pZ4bUloNUP6PzwhN7K386tmSmEET9QtQg0TgdNOnxhZvCssHji+oZTUIuzxECRfG8rdm2PMw2WCFs6eIYkA==" + } + }, + "npm:@smithy/util-buffer-from": { + "type": "npm", + "name": "npm:@smithy/util-buffer-from", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-buffer-from", + "hash": "sha512-aEOHCgq5RWFbP+UDPvPot26EJHjOC+bRgse5A8V3FSShqd5E5UN4qc7zkwsvJPPAVsf73QwYcHN1/gt/rtLwQA==" + } + }, + "npm:@smithy/util-config-provider": { + "type": "npm", + "name": "npm:@smithy/util-config-provider", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-config-provider", + "hash": "sha512-pbjk4s0fwq3Di/ANL+rCvJMKM5bzAQdE5S/6RL5NXgMExFAi6UgQMPOm5yPaIWPpr+EOXKXRonJ3FoxKf4mCJQ==" + } + }, + "npm:@smithy/util-defaults-mode-browser": { + "type": "npm", + "name": "npm:@smithy/util-defaults-mode-browser", + "data": { + "version": "3.0.4", + "packageName": "@smithy/util-defaults-mode-browser", + "hash": "sha512-sXtin3Mue3A3xo4+XkozpgPptgmRwvNPOqTvb3ANGTCzzoQgAPBNjpE+aXCINaeSMXwHmv7E2oEn2vWdID+SAQ==" + } + }, + "npm:@smithy/util-defaults-mode-node": { + "type": "npm", + "name": "npm:@smithy/util-defaults-mode-node", + "data": { + "version": "3.0.4", + "packageName": "@smithy/util-defaults-mode-node", + "hash": "sha512-CUF6TyxLh3CgBRVYgZNOPDfzHQjeQr0vyALR6/DkQkOm7rNfGEzW1BRFi88C73pndmfvoiIT7ochuT76OPz9Dw==" + } + }, + "npm:@smithy/util-endpoints": { + "type": "npm", + "name": "npm:@smithy/util-endpoints", + "data": { + "version": "2.0.2", + "packageName": "@smithy/util-endpoints", + "hash": "sha512-4zFOcBFQvifd2LSD4a1dKvfIWWwh4sWNtS3oZ7mpob/qPPmJseqKB148iT+hWCDsG//TmI+8vjYPgZdvnkYlTg==" + } + }, + "npm:@smithy/util-hex-encoding": { + "type": "npm", + "name": "npm:@smithy/util-hex-encoding", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-hex-encoding", + "hash": "sha512-eFndh1WEK5YMUYvy3lPlVmYY/fZcQE1D8oSf41Id2vCeIkKJXPcYDCZD+4+xViI6b1XSd7tE+s5AmXzz5ilabQ==" + } + }, + "npm:@smithy/util-middleware": { + "type": "npm", + "name": "npm:@smithy/util-middleware", + "data": { + "version": "3.0.1", + "packageName": "@smithy/util-middleware", + "hash": "sha512-WRODCQtUsO7vIvfrdxS8RFPeLKcewYtaCglZsBsedIKSUGIIvMlZT5oh+pCe72I+1L+OjnZuqRNpN2LKhWA4KQ==" + } + }, + "npm:@smithy/util-retry": { + "type": "npm", + "name": "npm:@smithy/util-retry", + "data": { + "version": "3.0.1", + "packageName": "@smithy/util-retry", + "hash": "sha512-5lRtYm+8fNFEUTdqZXg5M4ppVp40rMIJfR1TpbHAhKQgPIDpWT+iYMaqgnwEbtpi9U1smyUOPv5Sg+M1neOBgw==" + } + }, + "npm:@smithy/util-stream": { + "type": "npm", + "name": "npm:@smithy/util-stream", + "data": { + "version": "3.0.2", + "packageName": "@smithy/util-stream", + "hash": "sha512-n5Obp5AnlI6qHo8sbupwrcpBe6vFp4qkl0SRNuExKPNrH3ABAMG2ZszRTIUIv2b4AsFrCO+qiy4uH1Q3z1dxTA==" + } + }, + "npm:@smithy/util-uri-escape": { + "type": "npm", + "name": "npm:@smithy/util-uri-escape", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-uri-escape", + "hash": "sha512-LqR7qYLgZTD7nWLBecUi4aqolw8Mhza9ArpNEQ881MJJIU2sE5iHCK6TdyqqzcDLy0OPe10IY4T8ctVdtynubg==" + } + }, + "npm:@smithy/util-utf8": { + "type": "npm", + "name": "npm:@smithy/util-utf8", + "data": { + "version": "3.0.0", + "packageName": "@smithy/util-utf8", + "hash": "sha512-rUeT12bxFnplYDe815GXbq/oixEGHfRFFtcTF3YdDi/JaENIM6aSYYLJydG83UNzLXeRI5K8abYd/8Sp/QM0kA==" + } + }, + "npm:@swc-node/core": { + "type": "npm", + "name": "npm:@swc-node/core", + "data": { + "version": "1.13.1", + "packageName": "@swc-node/core", + "hash": "sha512-emB5l2nZsXjUEAuusqjYvWnQMLWZp6K039Mv8aq5SX1rsNM/N7DNhw1i4/DX7AyzNZ0tT+ASWyTvqEURldp5HA==" + } + }, + "npm:@swc-node/register": { + "type": "npm", + "name": "npm:@swc-node/register", + "data": { + "version": "1.9.2", + "packageName": "@swc-node/register", + "hash": "sha512-BBjg0QNuEEmJSoU/++JOXhrjWdu3PTyYeJWsvchsI0Aqtj8ICkz/DqlwtXbmZVZ5vuDPpTfFlwDBZe81zgShMA==" + } + }, + "npm:@swc-node/sourcemap-support": { + "type": "npm", + "name": "npm:@swc-node/sourcemap-support", + "data": { + "version": "0.5.0", + "packageName": "@swc-node/sourcemap-support", + "hash": "sha512-fbhjL5G0YvFoWwNhWleuBUfotiX+USiA9oJqu9STFw+Hb0Cgnddn+HVS/K5fI45mn92e8V+cHD2jgFjk4w2T9Q==" + } + }, + "npm:source-map-support@0.5.21": { + "type": "npm", + "name": "npm:source-map-support@0.5.21", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:source-map-support@0.5.13": { + "type": "npm", + "name": "npm:source-map-support@0.5.13", + "data": { + "version": "0.5.13", + "packageName": "source-map-support", + "hash": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.19", + "packageName": "source-map-support", + "hash": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==" + } + }, + "npm:@swc/core": { + "type": "npm", + "name": "npm:@swc/core", + "data": { + "version": "1.4.17", + "packageName": "@swc/core", + "hash": "sha512-tq+mdWvodMBNBBZbwFIMTVGYHe9N7zvEaycVVjfvAx20k1XozHbHhRv+9pEVFJjwRxLdXmtvFZd3QZHRAOpoNQ==" + } + }, + "npm:@swc/core-darwin-arm64": { + "type": "npm", + "name": "npm:@swc/core-darwin-arm64", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-darwin-arm64", + "hash": "sha512-HVl+W4LezoqHBAYg2JCqR+s9ife9yPfgWSj37iIawLWzOmuuJ7jVdIB7Ee2B75bEisSEKyxRlTl6Y1Oq3owBgw==" + } + }, + "npm:@swc/core-darwin-x64": { + "type": "npm", + "name": "npm:@swc/core-darwin-x64", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-darwin-x64", + "hash": "sha512-WYRO9Fdzq4S/he8zjW5I95G1zcvyd9yyD3Tgi4/ic84P5XDlSMpBDpBLbr/dCPjmSg7aUXxNQqKqGkl6dQxYlA==" + } + }, + "npm:@swc/core-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@swc/core-linux-arm-gnueabihf", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-arm-gnueabihf", + "hash": "sha512-cgbvpWOvtMH0XFjvwppUCR+Y+nf6QPaGu6AQ5hqCP+5Lv2zO5PG0RfasC4zBIjF53xgwEaaWmGP5/361P30X8Q==" + } + }, + "npm:@swc/core-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@swc/core-linux-arm64-gnu", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-arm64-gnu", + "hash": "sha512-l7zHgaIY24cF9dyQ/FOWbmZDsEj2a9gRFbmgx2u19e3FzOPuOnaopFj0fRYXXKCmtdx+anD750iBIYnTR+pq/Q==" + } + }, + "npm:@swc/core-linux-arm64-musl": { + "type": "npm", + "name": "npm:@swc/core-linux-arm64-musl", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-arm64-musl", + "hash": "sha512-qhH4gr9gAlVk8MBtzXbzTP3BJyqbAfUOATGkyUtohh85fPXQYuzVlbExix3FZXTwFHNidGHY8C+ocscI7uDaYw==" + } + }, + "npm:@swc/core-linux-x64-gnu": { + "type": "npm", + "name": "npm:@swc/core-linux-x64-gnu", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-x64-gnu", + "hash": "sha512-vRDFATL1oN5oZMImkwbgSHEkp8xG1ofEASBypze01W1Tqto8t+yo6gsp69wzCZBlxldsvPpvFZW55Jq0Rn+UnA==" + } + }, + "npm:@swc/core-linux-x64-musl": { + "type": "npm", + "name": "npm:@swc/core-linux-x64-musl", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-linux-x64-musl", + "hash": "sha512-zQNPXAXn3nmPqv54JVEN8k2JMEcMTQ6veVuU0p5O+A7KscJq+AGle/7ZQXzpXSfUCXlLMX4wvd+rwfGhh3J4cw==" + } + }, + "npm:@swc/core-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@swc/core-win32-arm64-msvc", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-win32-arm64-msvc", + "hash": "sha512-z86n7EhOwyzxwm+DLE5NoLkxCTme2lq7QZlDjbQyfCxOt6isWz8rkW5QowTX8w9Rdmk34ncrjSLvnHOeLY17+w==" + } + }, + "npm:@swc/core-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@swc/core-win32-ia32-msvc", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-win32-ia32-msvc", + "hash": "sha512-JBwuSTJIgiJJX6wtr4wmXbfvOswHFj223AumUrK544QV69k60FJ9q2adPW9Csk+a8wm1hLxq4HKa2K334UHJ/g==" + } + }, + "npm:@swc/core-win32-x64-msvc": { + "type": "npm", + "name": "npm:@swc/core-win32-x64-msvc", + "data": { + "version": "1.4.17", + "packageName": "@swc/core-win32-x64-msvc", + "hash": "sha512-jFkOnGQamtVDBm3MF5Kq1lgW8vx4Rm1UvJWRUfg+0gx7Uc3Jp3QMFeMNw/rDNQYRDYPG3yunCC+2463ycd5+dg==" + } + }, + "npm:@swc/counter": { + "type": "npm", + "name": "npm:@swc/counter", + "data": { + "version": "0.1.3", + "packageName": "@swc/counter", + "hash": "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==" + } + }, + "npm:@swc/helpers": { + "type": "npm", + "name": "npm:@swc/helpers", + "data": { + "version": "0.5.11", + "packageName": "@swc/helpers", + "hash": "sha512-YNlnKRWF2sVojTpIyzwou9XoTNbzbzONwRhOoniEioF1AtaitTvVZblaQRrAzChWQ1bLYyYSWzM18y4WwgzJ+A==" + } + }, + "npm:@swc/types": { + "type": "npm", + "name": "npm:@swc/types", + "data": { + "version": "0.1.8", + "packageName": "@swc/types", + "hash": "sha512-RNFA3+7OJFNYY78x0FYwi1Ow+iF1eF5WvmfY1nXPOEH4R2p/D4Cr1vzje7dNAI2aLFqpv8Wyz4oKSWqIZArpQA==" + } + }, + "npm:@theunderscorer/nx-semantic-release": { + "type": "npm", + "name": "npm:@theunderscorer/nx-semantic-release", + "data": { + "version": "2.11.0", + "packageName": "@theunderscorer/nx-semantic-release", + "hash": "sha512-pUyRdSSaNHexXdO2xfAS7xFlwnE9XoUd7q17uzh4dkc+VLSHs2Cw6cqUttiUs8N5uVV0tOCtpfxMqSQ9ho8vbw==" + } + }, + "npm:@zkochan/js-yaml@0.0.6": { + "type": "npm", + "name": "npm:@zkochan/js-yaml@0.0.6", + "data": { + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + } + }, + "npm:@zkochan/js-yaml": { + "type": "npm", + "name": "npm:@zkochan/js-yaml", + "data": { + "version": "0.0.7", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==" + } + }, + "npm:cosmiconfig@7.1.0": { + "type": "npm", + "name": "npm:cosmiconfig@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "cosmiconfig", + "hash": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==" + } + }, + "npm:cosmiconfig@6.0.0": { + "type": "npm", + "name": "npm:cosmiconfig@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "cosmiconfig", + "hash": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==" + } + }, + "npm:cosmiconfig": { + "type": "npm", + "name": "npm:cosmiconfig", + "data": { + "version": "9.0.0", + "packageName": "cosmiconfig", + "hash": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==" + } + }, + "npm:cosmiconfig@8.3.6": { + "type": "npm", + "name": "npm:cosmiconfig@8.3.6", + "data": { + "version": "8.3.6", + "packageName": "cosmiconfig", + "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" + } + }, + "npm:nx@18.3.5": { + "type": "npm", + "name": "npm:nx@18.3.5", + "data": { + "version": "18.3.5", + "packageName": "nx", + "hash": "sha512-wWcvwoTgiT5okdrG0RIWm1tepC17bDmSpw+MrOxnjfBjARQNTURkiq4U6cxjCVsCxNHxCrlAaBSQLZeBgJZTzQ==" + } + }, + "npm:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "19.3.0", + "packageName": "nx", + "hash": "sha512-WILWiROUkZWwuPJ12tP24Z0NULPEhxFN9i55/fECuVXYaFtkg6FvEne9C4d4bRqhZPcbrz6WhHnzE3NhdjH7XQ==" + } + }, + "npm:@tsconfig/node10": { + "type": "npm", + "name": "npm:@tsconfig/node10", + "data": { + "version": "1.0.11", + "packageName": "@tsconfig/node10", + "hash": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==" + } + }, + "npm:@tsconfig/node12": { + "type": "npm", + "name": "npm:@tsconfig/node12", + "data": { + "version": "1.0.11", + "packageName": "@tsconfig/node12", + "hash": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" + } + }, + "npm:@tsconfig/node14": { + "type": "npm", + "name": "npm:@tsconfig/node14", + "data": { + "version": "1.0.3", + "packageName": "@tsconfig/node14", + "hash": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" + } + }, + "npm:@tsconfig/node16": { + "type": "npm", + "name": "npm:@tsconfig/node16", + "data": { + "version": "1.0.4", + "packageName": "@tsconfig/node16", + "hash": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" + } + }, + "npm:@types/babel__core": { + "type": "npm", + "name": "npm:@types/babel__core", + "data": { + "version": "7.20.5", + "packageName": "@types/babel__core", + "hash": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==" + } + }, + "npm:@types/babel__generator": { + "type": "npm", + "name": "npm:@types/babel__generator", + "data": { + "version": "7.6.8", + "packageName": "@types/babel__generator", + "hash": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==" + } + }, + "npm:@types/babel__template": { + "type": "npm", + "name": "npm:@types/babel__template", + "data": { + "version": "7.4.4", + "packageName": "@types/babel__template", + "hash": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==" + } + }, + "npm:@types/babel__traverse": { + "type": "npm", + "name": "npm:@types/babel__traverse", + "data": { + "version": "7.20.6", + "packageName": "@types/babel__traverse", + "hash": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==" + } + }, + "npm:@types/conventional-commits-parser": { + "type": "npm", + "name": "npm:@types/conventional-commits-parser", + "data": { + "version": "5.0.0", + "packageName": "@types/conventional-commits-parser", + "hash": "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==" + } + }, + "npm:@types/fs-extra": { + "type": "npm", + "name": "npm:@types/fs-extra", + "data": { + "version": "8.1.5", + "packageName": "@types/fs-extra", + "hash": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==" + } + }, + "npm:@types/graceful-fs": { + "type": "npm", + "name": "npm:@types/graceful-fs", + "data": { + "version": "4.1.9", + "packageName": "@types/graceful-fs", + "hash": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==" + } + }, + "npm:@types/istanbul-lib-coverage": { + "type": "npm", + "name": "npm:@types/istanbul-lib-coverage", + "data": { + "version": "2.0.6", + "packageName": "@types/istanbul-lib-coverage", + "hash": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==" + } + }, + "npm:@types/istanbul-lib-report": { + "type": "npm", + "name": "npm:@types/istanbul-lib-report", + "data": { + "version": "3.0.3", + "packageName": "@types/istanbul-lib-report", + "hash": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==" + } + }, + "npm:@types/istanbul-reports": { + "type": "npm", + "name": "npm:@types/istanbul-reports", + "data": { + "version": "3.0.4", + "packageName": "@types/istanbul-reports", + "hash": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==" + } + }, + "npm:@types/jest": { + "type": "npm", + "name": "npm:@types/jest", + "data": { + "version": "29.5.12", + "packageName": "@types/jest", + "hash": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==" + } + }, + "npm:@types/json-schema": { + "type": "npm", + "name": "npm:@types/json-schema", + "data": { + "version": "7.0.15", + "packageName": "@types/json-schema", + "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + } + }, + "npm:@types/jsonwebtoken": { + "type": "npm", + "name": "npm:@types/jsonwebtoken", + "data": { + "version": "9.0.6", + "packageName": "@types/jsonwebtoken", + "hash": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==" + } + }, + "npm:@types/minimist": { + "type": "npm", + "name": "npm:@types/minimist", + "data": { + "version": "1.2.5", + "packageName": "@types/minimist", + "hash": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==" + } + }, + "npm:@types/normalize-package-data": { + "type": "npm", + "name": "npm:@types/normalize-package-data", + "data": { + "version": "2.4.4", + "packageName": "@types/normalize-package-data", + "hash": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==" + } + }, + "npm:@types/parse-json": { + "type": "npm", + "name": "npm:@types/parse-json", + "data": { + "version": "4.0.2", + "packageName": "@types/parse-json", + "hash": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + } + }, + "npm:@types/qs": { + "type": "npm", + "name": "npm:@types/qs", + "data": { + "version": "6.9.15", + "packageName": "@types/qs", + "hash": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==" + } + }, + "npm:@types/semver": { + "type": "npm", + "name": "npm:@types/semver", + "data": { + "version": "7.5.8", + "packageName": "@types/semver", + "hash": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==" + } + }, + "npm:@types/stack-utils": { + "type": "npm", + "name": "npm:@types/stack-utils", + "data": { + "version": "2.0.3", + "packageName": "@types/stack-utils", + "hash": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==" + } + }, + "npm:@types/uuid": { + "type": "npm", + "name": "npm:@types/uuid", + "data": { + "version": "9.0.8", + "packageName": "@types/uuid", + "hash": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==" + } + }, + "npm:@types/ws": { + "type": "npm", + "name": "npm:@types/ws", + "data": { + "version": "8.5.10", + "packageName": "@types/ws", + "hash": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==" + } + }, + "npm:@types/yargs": { + "type": "npm", + "name": "npm:@types/yargs", + "data": { + "version": "17.0.32", + "packageName": "@types/yargs", + "hash": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==" + } + }, + "npm:@types/yargs-parser": { + "type": "npm", + "name": "npm:@types/yargs-parser", + "data": { + "version": "21.0.3", + "packageName": "@types/yargs-parser", + "hash": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" + } + }, + "npm:@typescript-eslint/type-utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==" + } + }, + "npm:@typescript-eslint/type-utils": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/type-utils", + "hash": "sha512-/MzmgNd3nnbDbOi3LfasXWWe292+iuo+umJ0bCCMCPc1jLO/z2BQmWUUUXvXLbrQey/JgzdF/OV+I5bzEGwJkQ==" + } + }, + "npm:@typescript-eslint/type-utils@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/type-utils@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/type-utils", + "hash": "13750514750753439562" + } + }, + "npm:@typescript-eslint/utils@6.21.0": { + "type": "npm", + "name": "npm:@typescript-eslint/utils@6.21.0", + "data": { + "version": "6.21.0", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==" + } + }, + "npm:@typescript-eslint/utils": { + "type": "npm", + "name": "npm:@typescript-eslint/utils", + "data": { + "version": "7.14.1", + "packageName": "@typescript-eslint/utils", + "hash": "sha512-CMmVVELns3nak3cpJhZosDkm63n+DwBlDX8g0k4QUa9BMnF+lH2lr3d130M1Zt1xxmB3LLk3NV7KQCq86ZBBhQ==" + } + }, + "npm:@typescript-eslint/utils@7.4.0": { + "type": "npm", + "name": "npm:@typescript-eslint/utils@7.4.0", + "data": { + "version": "7.4.0", + "packageName": "@typescript-eslint/utils", + "hash": "17758495784516303502" + } + }, + "npm:@ungap/structured-clone": { + "type": "npm", + "name": "npm:@ungap/structured-clone", + "data": { + "version": "1.2.0", + "packageName": "@ungap/structured-clone", + "hash": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==" + } + }, + "npm:@xmldom/xmldom": { + "type": "npm", + "name": "npm:@xmldom/xmldom", + "data": { + "version": "0.8.10", + "packageName": "@xmldom/xmldom", + "hash": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==" + } + }, + "npm:@yarnpkg/lockfile": { + "type": "npm", + "name": "npm:@yarnpkg/lockfile", + "data": { + "version": "1.1.0", + "packageName": "@yarnpkg/lockfile", + "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" + } + }, + "npm:@yarnpkg/parsers": { + "type": "npm", + "name": "npm:@yarnpkg/parsers", + "data": { + "version": "3.0.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + } + }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.12.0", + "packageName": "acorn", + "hash": "sha512-RTvkC4w+KNXrM39/lWCUaG0IbRkWdCv7W/IOW9oU6SawyxulvkQy5HQPVTKxEjczcUvapcrw3cFx/60VN/NRNw==" + } + }, + "npm:acorn-jsx": { + "type": "npm", + "name": "npm:acorn-jsx", + "data": { + "version": "5.3.2", + "packageName": "acorn-jsx", + "hash": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==" + } + }, + "npm:acorn-walk": { + "type": "npm", + "name": "npm:acorn-walk", + "data": { + "version": "8.3.3", + "packageName": "acorn-walk", + "hash": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==" + } + }, + "npm:address": { + "type": "npm", + "name": "npm:address", + "data": { + "version": "1.2.2", + "packageName": "address", + "hash": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==" + } + }, + "npm:agent-base": { + "type": "npm", + "name": "npm:agent-base", + "data": { + "version": "7.1.1", + "packageName": "agent-base", + "hash": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==" + } + }, + "npm:agent-base@6.0.2": { + "type": "npm", + "name": "npm:agent-base@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "agent-base", + "hash": "16845317847392310944" + } + }, + "npm:aggregate-error": { + "type": "npm", + "name": "npm:aggregate-error", + "data": { + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + } + }, + "npm:aggregate-error@4.0.1": { + "type": "npm", + "name": "npm:aggregate-error@4.0.1", + "data": { + "version": "4.0.1", + "packageName": "aggregate-error", + "hash": "sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==" + } + }, + "npm:ansi-colors": { + "type": "npm", + "name": "npm:ansi-colors", + "data": { + "version": "4.1.3", + "packageName": "ansi-colors", + "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + } + }, + "npm:ansi-escapes": { + "type": "npm", + "name": "npm:ansi-escapes", + "data": { + "version": "4.3.2", + "packageName": "ansi-escapes", + "hash": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==" + } + }, + "npm:ansi-escapes@6.2.1": { + "type": "npm", + "name": "npm:ansi-escapes@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "ansi-escapes", + "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" + } + }, + "npm:ansi-regex": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "npm:ansicolors": { + "type": "npm", + "name": "npm:ansicolors", + "data": { + "version": "0.3.2", + "packageName": "ansicolors", + "hash": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==" + } + }, + "npm:anymatch": { + "type": "npm", + "name": "npm:anymatch", + "data": { + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + } + }, + "npm:arg": { + "type": "npm", + "name": "npm:arg", + "data": { + "version": "4.1.3", + "packageName": "arg", + "hash": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" + } + }, + "npm:argv-formatter": { + "type": "npm", + "name": "npm:argv-formatter", + "data": { + "version": "1.0.0", + "packageName": "argv-formatter", + "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" + } + }, + "npm:array-buffer-byte-length": { + "type": "npm", + "name": "npm:array-buffer-byte-length", + "data": { + "version": "1.0.1", + "packageName": "array-buffer-byte-length", + "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" + } + }, + "npm:array-ify": { + "type": "npm", + "name": "npm:array-ify", + "data": { + "version": "1.0.0", + "packageName": "array-ify", + "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" + } + }, + "npm:array-union": { + "type": "npm", + "name": "npm:array-union", + "data": { + "version": "2.1.0", + "packageName": "array-union", + "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + } + }, + "npm:arraybuffer.prototype.slice": { + "type": "npm", + "name": "npm:arraybuffer.prototype.slice", + "data": { + "version": "1.0.3", + "packageName": "arraybuffer.prototype.slice", + "hash": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==" + } + }, + "npm:arrify": { + "type": "npm", + "name": "npm:arrify", + "data": { + "version": "1.0.1", + "packageName": "arrify", + "hash": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" + } + }, + "npm:async": { + "type": "npm", + "name": "npm:async", + "data": { + "version": "3.2.5", + "packageName": "async", + "hash": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" + } + }, + "npm:asynckit": { + "type": "npm", + "name": "npm:asynckit", + "data": { + "version": "0.4.0", + "packageName": "asynckit", + "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + } + }, + "npm:available-typed-arrays": { + "type": "npm", + "name": "npm:available-typed-arrays", + "data": { + "version": "1.0.7", + "packageName": "available-typed-arrays", + "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" + } + }, + "npm:aws-crt": { + "type": "npm", + "name": "npm:aws-crt", + "data": { + "version": "1.21.3", + "packageName": "aws-crt", + "hash": "sha512-oaiP5zoPkXwbM9T3nwSgq6CBZWx0501iefLPg12FODniIgqGMyzbMXHYC+fxbCoP5SOQVmCwtAfbNuIG5bFENg==" + } + }, + "npm:buffer@6.0.3": { + "type": "npm", + "name": "npm:buffer@6.0.3", + "data": { + "version": "6.0.3", + "packageName": "buffer", + "hash": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==" + } + }, + "npm:buffer": { + "type": "npm", + "name": "npm:buffer", + "data": { + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + } + }, + "npm:aws-iot-device-sdk-v2": { + "type": "npm", + "name": "npm:aws-iot-device-sdk-v2", + "data": { + "version": "1.19.5", + "packageName": "aws-iot-device-sdk-v2", + "hash": "sha512-G/aJyt2CB3R2rgtg4Znv4JnTWacdAV+MP4ZEqrD2WJcZ36fY39z/vaci2IhxxKIg6R6ld8pE4cv2VQukeKEiuw==" + } + }, + "npm:axios": { + "type": "npm", + "name": "npm:axios", + "data": { + "version": "1.7.2", + "packageName": "axios", + "hash": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==" + } + }, + "npm:axios-retry": { + "type": "npm", + "name": "npm:axios-retry", + "data": { + "version": "4.4.0", + "packageName": "axios-retry", + "hash": "sha512-yewTKjzl6jSgc+2M7FCJ3LxRGgL1iiXHcj+E6h6xie6H1mTHr7yqaUroWIvVXG1UKSPwGDXxV05YxtGvrD6Paw==" + } + }, + "npm:babel-jest": { + "type": "npm", + "name": "npm:babel-jest", + "data": { + "version": "29.7.0", + "packageName": "babel-jest", + "hash": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==" + } + }, + "npm:babel-plugin-const-enum": { + "type": "npm", + "name": "npm:babel-plugin-const-enum", + "data": { + "version": "1.2.0", + "packageName": "babel-plugin-const-enum", + "hash": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==" + } + }, + "npm:babel-plugin-istanbul": { + "type": "npm", + "name": "npm:babel-plugin-istanbul", + "data": { + "version": "6.1.1", + "packageName": "babel-plugin-istanbul", + "hash": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==" + } + }, + "npm:istanbul-lib-instrument@5.2.1": { + "type": "npm", + "name": "npm:istanbul-lib-instrument@5.2.1", + "data": { + "version": "5.2.1", + "packageName": "istanbul-lib-instrument", + "hash": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==" + } + }, + "npm:istanbul-lib-instrument": { + "type": "npm", + "name": "npm:istanbul-lib-instrument", + "data": { + "version": "6.0.2", + "packageName": "istanbul-lib-instrument", + "hash": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==" + } + }, + "npm:babel-plugin-jest-hoist": { + "type": "npm", + "name": "npm:babel-plugin-jest-hoist", + "data": { + "version": "29.6.3", + "packageName": "babel-plugin-jest-hoist", + "hash": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==" + } + }, + "npm:babel-plugin-macros": { + "type": "npm", + "name": "npm:babel-plugin-macros", + "data": { + "version": "2.8.0", + "packageName": "babel-plugin-macros", + "hash": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==" + } + }, + "npm:babel-plugin-macros@3.1.0": { + "type": "npm", + "name": "npm:babel-plugin-macros@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "babel-plugin-macros", + "hash": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==" + } + }, + "npm:babel-plugin-polyfill-corejs2": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs2", + "data": { + "version": "0.4.11", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==" + } + }, + "npm:babel-plugin-polyfill-corejs3": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3", + "data": { + "version": "0.10.4", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" + } + }, + "npm:babel-plugin-polyfill-regenerator": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-regenerator", + "data": { + "version": "0.6.2", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==" + } + }, + "npm:babel-plugin-transform-typescript-metadata": { + "type": "npm", + "name": "npm:babel-plugin-transform-typescript-metadata", + "data": { + "version": "0.3.2", + "packageName": "babel-plugin-transform-typescript-metadata", + "hash": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==" + } + }, + "npm:babel-preset-current-node-syntax": { + "type": "npm", + "name": "npm:babel-preset-current-node-syntax", + "data": { + "version": "1.0.1", + "packageName": "babel-preset-current-node-syntax", + "hash": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==" + } + }, + "npm:babel-preset-jest": { + "type": "npm", + "name": "npm:babel-preset-jest", + "data": { + "version": "29.6.3", + "packageName": "babel-preset-jest", + "hash": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==" + } + }, + "npm:balanced-match": { + "type": "npm", + "name": "npm:balanced-match", + "data": { + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + }, + "npm:base64-js": { + "type": "npm", + "name": "npm:base64-js", + "data": { + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + } + }, + "npm:before-after-hook": { + "type": "npm", + "name": "npm:before-after-hook", + "data": { + "version": "2.2.3", + "packageName": "before-after-hook", + "hash": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==" + } + }, + "npm:binary-extensions": { + "type": "npm", + "name": "npm:binary-extensions", + "data": { + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + } + }, + "npm:binary-extensions@2.2.0": { + "type": "npm", + "name": "npm:binary-extensions@2.2.0", + "data": { + "version": "2.2.0", + "packageName": "binary-extensions", + "hash": "18015193373323543453" + } + }, + "npm:bl": { + "type": "npm", + "name": "npm:bl", + "data": { + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + } + }, + "npm:bottleneck": { + "type": "npm", + "name": "npm:bottleneck", + "data": { + "version": "2.19.5", + "packageName": "bottleneck", + "hash": "sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw==" + } + }, + "npm:bowser": { + "type": "npm", + "name": "npm:bowser", + "data": { + "version": "2.11.0", + "packageName": "bowser", + "hash": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" + } + }, + "npm:braces": { + "type": "npm", + "name": "npm:braces", + "data": { + "version": "3.0.3", + "packageName": "braces", + "hash": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==" + } + }, + "npm:browserslist": { + "type": "npm", + "name": "npm:browserslist", + "data": { + "version": "4.23.1", + "packageName": "browserslist", + "hash": "sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==" + } + }, + "npm:bs-logger": { + "type": "npm", + "name": "npm:bs-logger", + "data": { + "version": "0.2.6", + "packageName": "bs-logger", + "hash": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==" + } + }, + "npm:bser": { + "type": "npm", + "name": "npm:bser", + "data": { + "version": "2.1.1", + "packageName": "bser", + "hash": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==" + } + }, + "npm:buffer-equal-constant-time": { + "type": "npm", + "name": "npm:buffer-equal-constant-time", + "data": { + "version": "1.0.1", + "packageName": "buffer-equal-constant-time", + "hash": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" + } + }, + "npm:buffer-from": { + "type": "npm", + "name": "npm:buffer-from", + "data": { + "version": "1.1.2", + "packageName": "buffer-from", + "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + } + }, + "npm:call-bind": { + "type": "npm", + "name": "npm:call-bind", + "data": { + "version": "1.0.7", + "packageName": "call-bind", + "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" + } + }, + "npm:callsites": { + "type": "npm", + "name": "npm:callsites", + "data": { + "version": "3.1.0", + "packageName": "callsites", + "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + } + }, + "npm:camelcase": { + "type": "npm", + "name": "npm:camelcase", + "data": { + "version": "5.3.1", + "packageName": "camelcase", + "hash": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + } + }, + "npm:camelcase@6.3.0": { + "type": "npm", + "name": "npm:camelcase@6.3.0", + "data": { + "version": "6.3.0", + "packageName": "camelcase", + "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + } + }, + "npm:camelcase-keys": { + "type": "npm", + "name": "npm:camelcase-keys", + "data": { + "version": "6.2.2", + "packageName": "camelcase-keys", + "hash": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==" + } + }, + "npm:caniuse-lite": { + "type": "npm", + "name": "npm:caniuse-lite", + "data": { + "version": "1.0.30001634", + "packageName": "caniuse-lite", + "hash": "sha512-fbBYXQ9q3+yp1q1gBk86tOFs4pyn/yxFm5ZNP18OXJDfA3txImOY9PhfxVggZ4vRHDqoU8NrKU81eN0OtzOgRA==" + } + }, + "npm:cardinal": { + "type": "npm", + "name": "npm:cardinal", + "data": { + "version": "2.1.1", + "packageName": "cardinal", + "hash": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==" + } + }, + "npm:case": { + "type": "npm", + "name": "npm:case", + "data": { + "version": "1.6.3", + "packageName": "case", + "hash": "sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ==" + } + }, + "npm:char-regex": { + "type": "npm", + "name": "npm:char-regex", + "data": { + "version": "1.0.2", + "packageName": "char-regex", + "hash": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==" + } + }, + "npm:chokidar": { + "type": "npm", + "name": "npm:chokidar", + "data": { + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + } + }, + "npm:glob-parent@5.1.2": { + "type": "npm", + "name": "npm:glob-parent@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "6.0.2", + "packageName": "glob-parent", + "hash": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==" + } + }, + "npm:ci-info": { + "type": "npm", + "name": "npm:ci-info", + "data": { + "version": "3.9.0", + "packageName": "ci-info", + "hash": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==" + } + }, + "npm:cjs-module-lexer": { + "type": "npm", + "name": "npm:cjs-module-lexer", + "data": { + "version": "1.3.1", + "packageName": "cjs-module-lexer", + "hash": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==" + } + }, + "npm:clean-stack": { + "type": "npm", + "name": "npm:clean-stack", + "data": { + "version": "2.2.0", + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + }, + "npm:clean-stack@4.2.0": { + "type": "npm", + "name": "npm:clean-stack@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "clean-stack", + "hash": "sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==" + } + }, + "npm:cli-cursor": { + "type": "npm", + "name": "npm:cli-cursor", + "data": { + "version": "3.1.0", + "packageName": "cli-cursor", + "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" + } + }, + "npm:cli-spinners": { + "type": "npm", + "name": "npm:cli-spinners", + "data": { + "version": "2.6.1", + "packageName": "cli-spinners", + "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + } + }, + "npm:cli-table3": { + "type": "npm", + "name": "npm:cli-table3", + "data": { + "version": "0.6.5", + "packageName": "cli-table3", + "hash": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==" + } + }, + "npm:cli-table3@0.6.2": { + "type": "npm", + "name": "npm:cli-table3@0.6.2", + "data": { + "version": "0.6.2", + "packageName": "cli-table3", + "hash": "12158113812826672299" + } + }, + "npm:cliui": { + "type": "npm", + "name": "npm:cliui", + "data": { + "version": "8.0.1", + "packageName": "cliui", + "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + } + }, + "npm:cliui@7.0.4": { + "type": "npm", + "name": "npm:cliui@7.0.4", + "data": { + "version": "7.0.4", + "packageName": "cliui", + "hash": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==" + } + }, + "npm:clone": { + "type": "npm", + "name": "npm:clone", + "data": { + "version": "2.1.2", + "packageName": "clone", + "hash": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" + } + }, + "npm:clone@1.0.4": { + "type": "npm", + "name": "npm:clone@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "clone", + "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + } + }, + "npm:co": { + "type": "npm", + "name": "npm:co", + "data": { + "version": "4.6.0", + "packageName": "co", + "hash": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==" + } + }, + "npm:codemaker": { + "type": "npm", + "name": "npm:codemaker", + "data": { + "version": "1.101.0", + "packageName": "codemaker", + "hash": "sha512-bAg+N4PA8mniJrCpTYFdaFmJA+3fE1Vjgf4o1EnPc07nw6qRcJsr/D9ZZoutEsvw7UM8OmZp4qZxVzpCqRhhQQ==" + } + }, + "npm:fs-extra@10.1.0": { + "type": "npm", + "name": "npm:fs-extra@10.1.0", + "data": { + "version": "10.1.0", + "packageName": "fs-extra", + "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + } + }, + "npm:fs-extra": { + "type": "npm", + "name": "npm:fs-extra", + "data": { + "version": "11.2.0", + "packageName": "fs-extra", + "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" + } + }, + "npm:fs-extra@8.1.0": { + "type": "npm", + "name": "npm:fs-extra@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "fs-extra", + "hash": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==" + } + }, + "npm:collect-v8-coverage": { + "type": "npm", + "name": "npm:collect-v8-coverage", + "data": { + "version": "1.0.2", + "packageName": "collect-v8-coverage", + "hash": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==" + } + }, + "npm:colorette": { + "type": "npm", + "name": "npm:colorette", + "data": { + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + } + }, + "npm:columnify": { + "type": "npm", + "name": "npm:columnify", + "data": { + "version": "1.6.0", + "packageName": "columnify", + "hash": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==" + } + }, + "npm:combined-stream": { + "type": "npm", + "name": "npm:combined-stream", + "data": { + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + } + }, + "npm:commist": { + "type": "npm", + "name": "npm:commist", + "data": { + "version": "1.1.0", + "packageName": "commist", + "hash": "sha512-rraC8NXWOEjhADbZe9QBNzLAN5Q3fsTPQtBV+fEVj6xKIgDgNiEVE6ZNfHpZOqfQ21YUzfVNUXLOEZquYvQPPg==" + } + }, + "npm:leven@2.1.0": { + "type": "npm", + "name": "npm:leven@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "leven", + "hash": "sha512-nvVPLpIHUxCUoRLrFqTgSxXJ614d8AgQoWl7zPe/2VadE8+1dpU3LBhowRuBAcuwruWtOdD8oYC9jDNJjXDPyA==" + } + }, + "npm:leven": { + "type": "npm", + "name": "npm:leven", + "data": { + "version": "3.1.0", + "packageName": "leven", + "hash": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" + } + }, + "npm:commonmark": { + "type": "npm", + "name": "npm:commonmark", + "data": { + "version": "0.31.0", + "packageName": "commonmark", + "hash": "sha512-nuDsQ34gjmgAqjyIz6mbRWBW/XPE9wsBempAMBk2V/AA88ekztjTM46oi07J6c6Y/2Y8TdYCZi9L0pIBt/oMZw==" + } + }, + "npm:compare-func": { + "type": "npm", + "name": "npm:compare-func", + "data": { + "version": "2.0.0", + "packageName": "compare-func", + "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" + } + }, + "npm:concat-map": { + "type": "npm", + "name": "npm:concat-map", + "data": { + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + } + }, + "npm:concat-stream": { + "type": "npm", + "name": "npm:concat-stream", + "data": { + "version": "2.0.0", + "packageName": "concat-stream", + "hash": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==" + } + }, + "npm:config-chain": { + "type": "npm", + "name": "npm:config-chain", + "data": { + "version": "1.1.13", + "packageName": "config-chain", + "hash": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==" + } + }, + "npm:ini@1.3.8": { + "type": "npm", + "name": "npm:ini@1.3.8", + "data": { + "version": "1.3.8", + "packageName": "ini", + "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + } + }, + "npm:ini": { + "type": "npm", + "name": "npm:ini", + "data": { + "version": "4.1.1", + "packageName": "ini", + "hash": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==" + } + }, + "npm:ini@3.0.1": { + "type": "npm", + "name": "npm:ini@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "ini", + "hash": "2631546307570937686" + } + }, + "npm:confusing-browser-globals": { + "type": "npm", + "name": "npm:confusing-browser-globals", + "data": { + "version": "1.0.11", + "packageName": "confusing-browser-globals", + "hash": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + } + }, + "npm:conventional-changelog-conventionalcommits": { + "type": "npm", + "name": "npm:conventional-changelog-conventionalcommits", + "data": { + "version": "7.0.2", + "packageName": "conventional-changelog-conventionalcommits", + "hash": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==" + } + }, + "npm:conventional-changelog-writer": { + "type": "npm", + "name": "npm:conventional-changelog-writer", + "data": { + "version": "5.0.1", + "packageName": "conventional-changelog-writer", + "hash": "sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==" + } + }, + "npm:conventional-commits-filter": { + "type": "npm", + "name": "npm:conventional-commits-filter", + "data": { + "version": "2.0.7", + "packageName": "conventional-commits-filter", + "hash": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==" + } + }, + "npm:convert-source-map": { + "type": "npm", + "name": "npm:convert-source-map", + "data": { + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + } + }, + "npm:core-js-compat": { + "type": "npm", + "name": "npm:core-js-compat", + "data": { + "version": "3.37.1", + "packageName": "core-js-compat", + "hash": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==" + } + }, + "npm:core-util-is": { + "type": "npm", + "name": "npm:core-util-is", + "data": { + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + } + }, + "npm:cosmiconfig-typescript-loader": { + "type": "npm", + "name": "npm:cosmiconfig-typescript-loader", + "data": { + "version": "5.0.0", + "packageName": "cosmiconfig-typescript-loader", + "hash": "sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==" + } + }, + "npm:create-jest": { + "type": "npm", + "name": "npm:create-jest", + "data": { + "version": "29.7.0", + "packageName": "create-jest", + "hash": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==" + } + }, + "npm:create-require": { + "type": "npm", + "name": "npm:create-require", + "data": { + "version": "1.1.1", + "packageName": "create-require", + "hash": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" + } + }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.3", + "packageName": "cross-spawn", + "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + } + }, + "npm:crypto-js": { + "type": "npm", + "name": "npm:crypto-js", + "data": { + "version": "4.2.0", + "packageName": "crypto-js", + "hash": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" + } + }, + "npm:crypto-random-string": { + "type": "npm", + "name": "npm:crypto-random-string", + "data": { + "version": "2.0.0", + "packageName": "crypto-random-string", + "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + } + }, + "npm:d": { + "type": "npm", + "name": "npm:d", + "data": { + "version": "1.0.2", + "packageName": "d", + "hash": "sha512-MOqHvMWF9/9MX6nza0KgvFH4HpMU0EF5uUDXqX/BtxtU8NfB0QzRtJ8Oe/6SuS4kbhyzVJwjd97EA4PKrzJ8bw==" + } + }, + "npm:dargs": { + "type": "npm", + "name": "npm:dargs", + "data": { + "version": "8.1.0", + "packageName": "dargs", + "hash": "sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==" + } + }, + "npm:data-view-buffer": { + "type": "npm", + "name": "npm:data-view-buffer", + "data": { + "version": "1.0.1", + "packageName": "data-view-buffer", + "hash": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==" + } + }, + "npm:data-view-byte-length": { + "type": "npm", + "name": "npm:data-view-byte-length", + "data": { + "version": "1.0.1", + "packageName": "data-view-byte-length", + "hash": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==" + } + }, + "npm:data-view-byte-offset": { + "type": "npm", + "name": "npm:data-view-byte-offset", + "data": { + "version": "1.0.0", + "packageName": "data-view-byte-offset", + "hash": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==" + } + }, + "npm:date-format": { + "type": "npm", + "name": "npm:date-format", + "data": { + "version": "4.0.14", + "packageName": "date-format", + "hash": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==" + } + }, + "npm:dateformat": { + "type": "npm", + "name": "npm:dateformat", + "data": { + "version": "3.0.3", + "packageName": "dateformat", + "hash": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==" + } + }, + "npm:debug": { + "type": "npm", + "name": "npm:debug", + "data": { + "version": "4.3.5", + "packageName": "debug", + "hash": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==" + } + }, + "npm:debug@4.3.4": { + "type": "npm", + "name": "npm:debug@4.3.4", + "data": { + "version": "4.3.4", + "packageName": "debug", + "hash": "1042538295202644163" + } + }, + "npm:decamelize": { + "type": "npm", + "name": "npm:decamelize", + "data": { + "version": "5.0.1", + "packageName": "decamelize", + "hash": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==" + } + }, + "npm:decamelize@1.2.0": { + "type": "npm", + "name": "npm:decamelize@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "decamelize", + "hash": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" + } + }, + "npm:decamelize-keys": { + "type": "npm", + "name": "npm:decamelize-keys", + "data": { + "version": "1.1.1", + "packageName": "decamelize-keys", + "hash": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==" + } + }, + "npm:map-obj@1.0.1": { + "type": "npm", + "name": "npm:map-obj@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "map-obj", + "hash": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==" + } + }, + "npm:map-obj": { + "type": "npm", + "name": "npm:map-obj", + "data": { + "version": "4.3.0", + "packageName": "map-obj", + "hash": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==" + } + }, + "npm:deep-extend": { + "type": "npm", + "name": "npm:deep-extend", + "data": { + "version": "0.6.0", + "packageName": "deep-extend", + "hash": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" + } + }, + "npm:deep-is": { + "type": "npm", + "name": "npm:deep-is", + "data": { + "version": "0.1.4", + "packageName": "deep-is", + "hash": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + } + }, + "npm:deep-map": { + "type": "npm", + "name": "npm:deep-map", + "data": { + "version": "2.0.0", + "packageName": "deep-map", + "hash": "sha512-guIurpeZi1wiclCEEHpJmFx7Tr4gkmSBNcUpY67maP4BJeEa1JPVf9KXURcCI/cAHsvGtqVwQKI/X39rY735Rg==" + } + }, + "npm:deepmerge": { + "type": "npm", + "name": "npm:deepmerge", + "data": { + "version": "4.3.1", + "packageName": "deepmerge", + "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:defaults@1.0.3": { + "type": "npm", + "name": "npm:defaults@1.0.3", + "data": { + "version": "1.0.3", + "packageName": "defaults", + "hash": "2137950240232349323" + } + }, + "npm:define-data-property": { + "type": "npm", + "name": "npm:define-data-property", + "data": { + "version": "1.1.4", + "packageName": "define-data-property", + "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" + } + }, + "npm:define-lazy-prop": { + "type": "npm", + "name": "npm:define-lazy-prop", + "data": { + "version": "2.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + } + }, + "npm:define-properties": { + "type": "npm", + "name": "npm:define-properties", + "data": { + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + } + }, + "npm:del": { + "type": "npm", + "name": "npm:del", + "data": { + "version": "6.1.1", + "packageName": "del", + "hash": "sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==" + } + }, + "npm:p-map@4.0.0": { + "type": "npm", + "name": "npm:p-map@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "2.1.0", + "packageName": "p-map", + "hash": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==" + } + }, + "npm:delayed-stream": { + "type": "npm", + "name": "npm:delayed-stream", + "data": { + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + } + }, + "npm:deprecation": { + "type": "npm", + "name": "npm:deprecation", + "data": { + "version": "2.3.1", + "packageName": "deprecation", + "hash": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" + } + }, + "npm:detect-indent": { + "type": "npm", + "name": "npm:detect-indent", + "data": { + "version": "5.0.0", + "packageName": "detect-indent", + "hash": "sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==" + } + }, + "npm:detect-newline": { + "type": "npm", + "name": "npm:detect-newline", + "data": { + "version": "3.1.0", + "packageName": "detect-newline", + "hash": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==" + } + }, + "npm:detect-newline@2.1.0": { + "type": "npm", + "name": "npm:detect-newline@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "detect-newline", + "hash": "sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==" + } + }, + "npm:detect-port": { + "type": "npm", + "name": "npm:detect-port", + "data": { + "version": "1.6.1", + "packageName": "detect-port", + "hash": "sha512-CmnVc+Hek2egPx1PeTFVta2W78xy2K/9Rkf6cC4T59S50tVnzKj+tnx5mmx5lwvCkujZ4uRrpRSuV+IVs3f90Q==" + } + }, + "npm:diff": { + "type": "npm", + "name": "npm:diff", + "data": { + "version": "4.0.2", + "packageName": "diff", + "hash": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + } + }, + "npm:diff@5.1.0": { + "type": "npm", + "name": "npm:diff@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "diff", + "hash": "14595041656651737167" + } + }, + "npm:diff-sequences": { + "type": "npm", + "name": "npm:diff-sequences", + "data": { + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + } + }, + "npm:dir-glob": { + "type": "npm", + "name": "npm:dir-glob", + "data": { + "version": "3.0.1", + "packageName": "dir-glob", + "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" + } + }, + "npm:doctrine": { + "type": "npm", + "name": "npm:doctrine", + "data": { + "version": "3.0.0", + "packageName": "doctrine", + "hash": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==" + } + }, + "npm:dot-prop": { + "type": "npm", + "name": "npm:dot-prop", + "data": { + "version": "5.3.0", + "packageName": "dot-prop", + "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + } + }, + "npm:dotenv": { + "type": "npm", + "name": "npm:dotenv", + "data": { + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + } + }, + "npm:dotenv-expand": { + "type": "npm", + "name": "npm:dotenv-expand", + "data": { + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + } + }, + "npm:downlevel-dts": { + "type": "npm", + "name": "npm:downlevel-dts", + "data": { + "version": "0.11.0", + "packageName": "downlevel-dts", + "hash": "sha512-vo835pntK7kzYStk7xUHDifiYJvXxVhUapt85uk2AI94gUUAQX9HNRtrcMHNSc3YHJUEHGbYIGsM99uIbgAtxw==" + } + }, + "npm:duplexer": { + "type": "npm", + "name": "npm:duplexer", + "data": { + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + } + }, + "npm:duplexer2": { + "type": "npm", + "name": "npm:duplexer2", + "data": { + "version": "0.1.4", + "packageName": "duplexer2", + "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" + } + }, + "npm:duplexify": { + "type": "npm", + "name": "npm:duplexify", + "data": { + "version": "3.7.1", + "packageName": "duplexify", + "hash": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==" + } + }, + "npm:duplexify@4.1.3": { + "type": "npm", + "name": "npm:duplexify@4.1.3", + "data": { + "version": "4.1.3", + "packageName": "duplexify", + "hash": "sha512-M3BmBhwJRZsSx38lZyhE53Csddgzl5R7xGJNk7CVddZD6CcmwMCH8J+7AprIrQKH7TonKxaCjcv27Qmf+sQ+oA==" + } + }, + "npm:ecdsa-sig-formatter": { + "type": "npm", + "name": "npm:ecdsa-sig-formatter", + "data": { + "version": "1.0.11", + "packageName": "ecdsa-sig-formatter", + "hash": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==" + } + }, + "npm:ejs": { + "type": "npm", + "name": "npm:ejs", + "data": { + "version": "3.1.10", + "packageName": "ejs", + "hash": "sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==" + } + }, + "npm:electron-to-chromium": { + "type": "npm", + "name": "npm:electron-to-chromium", + "data": { + "version": "1.4.802", + "packageName": "electron-to-chromium", + "hash": "sha512-TnTMUATbgNdPXVSHsxvNVSG0uEd6cSZsANjm8c9HbvflZVVn1yTRcmVXYT1Ma95/ssB/Dcd30AHweH2TE+dNpA==" + } + }, + "npm:emittery": { + "type": "npm", + "name": "npm:emittery", + "data": { + "version": "0.13.1", + "packageName": "emittery", + "hash": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==" + } + }, + "npm:emoji-regex": { + "type": "npm", + "name": "npm:emoji-regex", + "data": { + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } + }, + "npm:end-of-stream": { + "type": "npm", + "name": "npm:end-of-stream", + "data": { + "version": "1.4.4", + "packageName": "end-of-stream", + "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + } + }, + "npm:enquirer": { + "type": "npm", + "name": "npm:enquirer", + "data": { + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + } + }, + "npm:entities": { + "type": "npm", + "name": "npm:entities", + "data": { + "version": "3.0.1", + "packageName": "entities", + "hash": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==" + } + }, + "npm:env-ci": { + "type": "npm", + "name": "npm:env-ci", + "data": { + "version": "8.0.0", + "packageName": "env-ci", + "hash": "sha512-W+3BqGZozFua9MPeXpmTm5eYEBtGgL76jGu/pwMVp/L8PdECSCEWaIp7d4Mw7kuUrbUldK0oV0bNd6ZZjLiMiA==" + } + }, + "npm:npm-run-path@5.3.0": { + "type": "npm", + "name": "npm:npm-run-path@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:path-key@4.0.0": { + "type": "npm", + "name": "npm:path-key@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-key", + "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + } + }, + "npm:path-key": { + "type": "npm", + "name": "npm:path-key", + "data": { + "version": "3.1.1", + "packageName": "path-key", + "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + } + }, + "npm:env-paths": { + "type": "npm", + "name": "npm:env-paths", + "data": { + "version": "2.2.1", + "packageName": "env-paths", + "hash": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" + } + }, + "npm:error-ex": { + "type": "npm", + "name": "npm:error-ex", + "data": { + "version": "1.3.2", + "packageName": "error-ex", + "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + } + }, + "npm:es-abstract": { + "type": "npm", + "name": "npm:es-abstract", + "data": { + "version": "1.23.3", + "packageName": "es-abstract", + "hash": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==" + } + }, + "npm:es-define-property": { + "type": "npm", + "name": "npm:es-define-property", + "data": { + "version": "1.0.0", + "packageName": "es-define-property", + "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" + } + }, + "npm:es-errors": { + "type": "npm", + "name": "npm:es-errors", + "data": { + "version": "1.3.0", + "packageName": "es-errors", + "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + } + }, + "npm:es-object-atoms": { + "type": "npm", + "name": "npm:es-object-atoms", + "data": { + "version": "1.0.0", + "packageName": "es-object-atoms", + "hash": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==" + } + }, + "npm:es-set-tostringtag": { + "type": "npm", + "name": "npm:es-set-tostringtag", + "data": { + "version": "2.0.3", + "packageName": "es-set-tostringtag", + "hash": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==" + } + }, + "npm:es-to-primitive": { + "type": "npm", + "name": "npm:es-to-primitive", + "data": { + "version": "1.2.1", + "packageName": "es-to-primitive", + "hash": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==" + } + }, + "npm:es5-ext": { + "type": "npm", + "name": "npm:es5-ext", + "data": { + "version": "0.10.64", + "packageName": "es5-ext", + "hash": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==" + } + }, + "npm:es6-iterator": { + "type": "npm", + "name": "npm:es6-iterator", + "data": { + "version": "2.0.3", + "packageName": "es6-iterator", + "hash": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==" + } + }, + "npm:es6-symbol": { + "type": "npm", + "name": "npm:es6-symbol", + "data": { + "version": "3.1.4", + "packageName": "es6-symbol", + "hash": "sha512-U9bFFjX8tFiATgtkJ1zg25+KviIXpgRvRHS8sau3GfhVzThRQrOeksPeT0BWW2MNZs1OEWJ1DPXOQMn0KKRkvg==" + } + }, + "npm:es6-weak-map": { + "type": "npm", + "name": "npm:es6-weak-map", + "data": { + "version": "2.0.3", + "packageName": "es6-weak-map", + "hash": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==" + } + }, + "npm:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.21.5", + "packageName": "esbuild", + "hash": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==" + } + }, + "npm:esbuild-plugin-copy": { + "type": "npm", + "name": "npm:esbuild-plugin-copy", + "data": { + "version": "2.1.1", + "packageName": "esbuild-plugin-copy", + "hash": "sha512-Bk66jpevTcV8KMFzZI1P7MZKZ+uDcrZm2G2egZ2jNIvVnivDpodZI+/KnpL3Jnap0PBdIHU7HwFGB8r+vV5CVw==" + } + }, + "npm:escalade": { + "type": "npm", + "name": "npm:escalade", + "data": { + "version": "3.1.2", + "packageName": "escalade", + "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" + } + }, + "npm:eslint": { + "type": "npm", + "name": "npm:eslint", + "data": { + "version": "8.57.0", + "packageName": "eslint", + "hash": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==" + } + }, + "npm:eslint-config-prettier": { + "type": "npm", + "name": "npm:eslint-config-prettier", + "data": { + "version": "9.1.0", + "packageName": "eslint-config-prettier", + "hash": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==" + } + }, + "npm:eslint-plugin-prettier": { + "type": "npm", + "name": "npm:eslint-plugin-prettier", + "data": { + "version": "5.1.3", + "packageName": "eslint-plugin-prettier", + "hash": "sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==" + } + }, + "npm:eslint-scope": { + "type": "npm", + "name": "npm:eslint-scope", + "data": { + "version": "7.2.2", + "packageName": "eslint-scope", + "hash": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==" + } + }, + "npm:eslint-visitor-keys": { + "type": "npm", + "name": "npm:eslint-visitor-keys", + "data": { + "version": "3.4.3", + "packageName": "eslint-visitor-keys", + "hash": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==" + } + }, + "npm:esniff": { + "type": "npm", + "name": "npm:esniff", + "data": { + "version": "2.0.1", + "packageName": "esniff", + "hash": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==" + } + }, + "npm:espree": { + "type": "npm", + "name": "npm:espree", + "data": { + "version": "9.6.1", + "packageName": "espree", + "hash": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==" + } + }, + "npm:esprima": { + "type": "npm", + "name": "npm:esprima", + "data": { + "version": "4.0.1", + "packageName": "esprima", + "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + } + }, + "npm:esquery": { + "type": "npm", + "name": "npm:esquery", + "data": { + "version": "1.5.0", + "packageName": "esquery", + "hash": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==" + } + }, + "npm:esrecurse": { + "type": "npm", + "name": "npm:esrecurse", + "data": { + "version": "4.3.0", + "packageName": "esrecurse", + "hash": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==" + } + }, + "npm:estraverse": { + "type": "npm", + "name": "npm:estraverse", + "data": { + "version": "5.3.0", + "packageName": "estraverse", + "hash": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + }, + "npm:esutils": { + "type": "npm", + "name": "npm:esutils", + "data": { + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + } + }, + "npm:event-emitter": { + "type": "npm", + "name": "npm:event-emitter", + "data": { + "version": "0.3.5", + "packageName": "event-emitter", + "hash": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==" + } + }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "4.0.7", + "packageName": "eventemitter3", + "hash": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + } + }, + "npm:exit": { + "type": "npm", + "name": "npm:exit", + "data": { + "version": "0.1.2", + "packageName": "exit", + "hash": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==" + } + }, + "npm:expect": { + "type": "npm", + "name": "npm:expect", + "data": { + "version": "29.7.0", + "packageName": "expect", + "hash": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==" + } + }, + "npm:ext": { + "type": "npm", + "name": "npm:ext", + "data": { + "version": "1.7.0", + "packageName": "ext", + "hash": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==" + } + }, + "npm:fast-deep-equal": { + "type": "npm", + "name": "npm:fast-deep-equal", + "data": { + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } + }, + "npm:fast-diff": { + "type": "npm", + "name": "npm:fast-diff", + "data": { + "version": "1.3.0", + "packageName": "fast-diff", + "hash": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.2.7", + "packageName": "fast-glob", + "hash": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==" + } + }, + "npm:fast-glob@3.3.2": { + "type": "npm", + "name": "npm:fast-glob@3.3.2", + "data": { + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + } + }, + "npm:fast-json-stable-stringify": { + "type": "npm", + "name": "npm:fast-json-stable-stringify", + "data": { + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + } + }, + "npm:fast-levenshtein": { + "type": "npm", + "name": "npm:fast-levenshtein", + "data": { + "version": "2.0.6", + "packageName": "fast-levenshtein", + "hash": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + } + }, + "npm:fast-xml-parser": { + "type": "npm", + "name": "npm:fast-xml-parser", + "data": { + "version": "4.2.5", + "packageName": "fast-xml-parser", + "hash": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.17.1", + "packageName": "fastq", + "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" + } + }, + "npm:fb-watchman": { + "type": "npm", + "name": "npm:fb-watchman", + "data": { + "version": "2.0.2", + "packageName": "fb-watchman", + "hash": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==" + } + }, + "npm:figures": { + "type": "npm", + "name": "npm:figures", + "data": { + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + } + }, + "npm:figures@5.0.0": { + "type": "npm", + "name": "npm:figures@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "figures", + "hash": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==" + } + }, + "npm:figures@2.0.0": { + "type": "npm", + "name": "npm:figures@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "figures", + "hash": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==" + } + }, + "npm:file-entry-cache": { + "type": "npm", + "name": "npm:file-entry-cache", + "data": { + "version": "6.0.1", + "packageName": "file-entry-cache", + "hash": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==" + } + }, + "npm:filelist": { + "type": "npm", + "name": "npm:filelist", + "data": { + "version": "1.0.4", + "packageName": "filelist", + "hash": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==" + } + }, + "npm:fill-range": { + "type": "npm", + "name": "npm:fill-range", + "data": { + "version": "7.1.1", + "packageName": "fill-range", + "hash": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==" + } + }, + "npm:find-versions": { + "type": "npm", + "name": "npm:find-versions", + "data": { + "version": "5.1.0", + "packageName": "find-versions", + "hash": "sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==" + } + }, + "npm:flat": { + "type": "npm", + "name": "npm:flat", + "data": { + "version": "5.0.2", + "packageName": "flat", + "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" + } + }, + "npm:flat-cache": { + "type": "npm", + "name": "npm:flat-cache", + "data": { + "version": "3.2.0", + "packageName": "flat-cache", + "hash": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" + } + }, + "npm:flatted": { + "type": "npm", + "name": "npm:flatted", + "data": { + "version": "3.3.1", + "packageName": "flatted", + "hash": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==" + } + }, + "npm:follow-redirects": { + "type": "npm", + "name": "npm:follow-redirects", + "data": { + "version": "1.15.6", + "packageName": "follow-redirects", + "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" + } + }, + "npm:for-each": { + "type": "npm", + "name": "npm:for-each", + "data": { + "version": "0.3.3", + "packageName": "for-each", + "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" + } + }, + "npm:form-data": { + "type": "npm", + "name": "npm:form-data", + "data": { + "version": "4.0.0", + "packageName": "form-data", + "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" + } + }, + "npm:from2": { + "type": "npm", + "name": "npm:from2", + "data": { + "version": "2.3.0", + "packageName": "from2", + "hash": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==" + } + }, + "npm:front-matter": { + "type": "npm", + "name": "npm:front-matter", + "data": { + "version": "4.0.2", + "packageName": "front-matter", + "hash": "sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==" + } + }, + "npm:fs-constants": { + "type": "npm", + "name": "npm:fs-constants", + "data": { + "version": "1.0.0", + "packageName": "fs-constants", + "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + } + }, + "npm:fs.realpath": { + "type": "npm", + "name": "npm:fs.realpath", + "data": { + "version": "1.0.0", + "packageName": "fs.realpath", + "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + } + }, + "npm:fsevents": { + "type": "npm", + "name": "npm:fsevents", + "data": { + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + } + }, + "npm:function-bind": { + "type": "npm", + "name": "npm:function-bind", + "data": { + "version": "1.1.2", + "packageName": "function-bind", + "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + } + }, + "npm:function-bind@1.1.1": { + "type": "npm", + "name": "npm:function-bind@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "function-bind", + "hash": "4450200913268405890" + } + }, + "npm:function.prototype.name": { + "type": "npm", + "name": "npm:function.prototype.name", + "data": { + "version": "1.1.6", + "packageName": "function.prototype.name", + "hash": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==" + } + }, + "npm:functions-have-names": { + "type": "npm", + "name": "npm:functions-have-names", + "data": { + "version": "1.2.3", + "packageName": "functions-have-names", + "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" + } + }, + "npm:gensync": { + "type": "npm", + "name": "npm:gensync", + "data": { + "version": "1.0.0-beta.2", + "packageName": "gensync", + "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + } + }, + "npm:get-caller-file": { + "type": "npm", + "name": "npm:get-caller-file", + "data": { + "version": "2.0.5", + "packageName": "get-caller-file", + "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + } + }, + "npm:get-intrinsic": { + "type": "npm", + "name": "npm:get-intrinsic", + "data": { + "version": "1.2.4", + "packageName": "get-intrinsic", + "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" + } + }, + "npm:get-package-type": { + "type": "npm", + "name": "npm:get-package-type", + "data": { + "version": "0.1.0", + "packageName": "get-package-type", + "hash": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==" + } + }, + "npm:get-symbol-description": { + "type": "npm", + "name": "npm:get-symbol-description", + "data": { + "version": "1.0.2", + "packageName": "get-symbol-description", + "hash": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==" + } + }, + "npm:git-log-parser": { + "type": "npm", + "name": "npm:git-log-parser", + "data": { + "version": "1.2.0", + "packageName": "git-log-parser", + "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" + } + }, + "npm:through2@2.0.5": { + "type": "npm", + "name": "npm:through2@2.0.5", + "data": { + "version": "2.0.5", + "packageName": "through2", + "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + } + }, + "npm:through2": { + "type": "npm", + "name": "npm:through2", + "data": { + "version": "4.0.2", + "packageName": "through2", + "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + } + }, + "npm:git-raw-commits": { + "type": "npm", + "name": "npm:git-raw-commits", + "data": { + "version": "4.0.0", + "packageName": "git-raw-commits", + "hash": "sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==" + } + }, + "npm:glob": { + "type": "npm", + "name": "npm:glob", + "data": { + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + } + }, + "npm:glob@10.0.0": { + "type": "npm", + "name": "npm:glob@10.0.0", + "data": { + "version": "10.0.0", + "packageName": "glob", + "hash": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==" + } + }, + "npm:glob@8.0.3": { + "type": "npm", + "name": "npm:glob@8.0.3", + "data": { + "version": "8.0.3", + "packageName": "glob", + "hash": "611574584518193827" + } + }, + "npm:global-directory": { + "type": "npm", + "name": "npm:global-directory", + "data": { + "version": "4.0.1", + "packageName": "global-directory", + "hash": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==" + } + }, + "npm:globalthis": { + "type": "npm", + "name": "npm:globalthis", + "data": { + "version": "1.0.4", + "packageName": "globalthis", + "hash": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==" + } + }, + "npm:globby": { + "type": "npm", + "name": "npm:globby", + "data": { + "version": "11.1.0", + "packageName": "globby", + "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" + } + }, + "npm:gopd": { + "type": "npm", + "name": "npm:gopd", + "data": { + "version": "1.0.1", + "packageName": "gopd", + "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" + } + }, + "npm:graphemer": { + "type": "npm", + "name": "npm:graphemer", + "data": { + "version": "1.4.0", + "packageName": "graphemer", + "hash": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + } + }, + "npm:handlebars": { + "type": "npm", + "name": "npm:handlebars", + "data": { + "version": "4.7.8", + "packageName": "handlebars", + "hash": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==" + } + }, + "npm:hard-rejection": { + "type": "npm", + "name": "npm:hard-rejection", + "data": { + "version": "2.1.0", + "packageName": "hard-rejection", + "hash": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==" + } + }, + "npm:harmony-reflect": { + "type": "npm", + "name": "npm:harmony-reflect", + "data": { + "version": "1.6.2", + "packageName": "harmony-reflect", + "hash": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" + } + }, + "npm:has-bigints": { + "type": "npm", + "name": "npm:has-bigints", + "data": { + "version": "1.0.2", + "packageName": "has-bigints", + "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + } + }, + "npm:has-property-descriptors": { + "type": "npm", + "name": "npm:has-property-descriptors", + "data": { + "version": "1.0.2", + "packageName": "has-property-descriptors", + "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" + } + }, + "npm:has-proto": { + "type": "npm", + "name": "npm:has-proto", + "data": { + "version": "1.0.3", + "packageName": "has-proto", + "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + } + }, + "npm:has-symbols": { + "type": "npm", + "name": "npm:has-symbols", + "data": { + "version": "1.0.3", + "packageName": "has-symbols", + "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + } + }, + "npm:has-tostringtag": { + "type": "npm", + "name": "npm:has-tostringtag", + "data": { + "version": "1.0.2", + "packageName": "has-tostringtag", + "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" + } + }, + "npm:hasown": { + "type": "npm", + "name": "npm:hasown", + "data": { + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + } + }, + "npm:hook-std": { + "type": "npm", + "name": "npm:hook-std", + "data": { + "version": "3.0.0", + "packageName": "hook-std", + "hash": "sha512-jHRQzjSDzMtFy34AGj1DN+vq54WVuhSvKgrHf0OMiFQTwDD4L/qqofVEWjLOBMTn5+lCD3fPg32W9yOfnEJTTw==" + } + }, + "npm:html-escaper": { + "type": "npm", + "name": "npm:html-escaper", + "data": { + "version": "2.0.2", + "packageName": "html-escaper", + "hash": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + } + }, + "npm:http-proxy-agent": { + "type": "npm", + "name": "npm:http-proxy-agent", + "data": { + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + } + }, + "npm:http-proxy-agent@5.0.0": { + "type": "npm", + "name": "npm:http-proxy-agent@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "http-proxy-agent", + "hash": "194159576200896097" + } + }, + "npm:https-proxy-agent": { + "type": "npm", + "name": "npm:https-proxy-agent", + "data": { + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + } + }, + "npm:https-proxy-agent@5.0.1": { + "type": "npm", + "name": "npm:https-proxy-agent@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "https-proxy-agent", + "hash": "13321067161176517810" + } + }, + "npm:husky": { + "type": "npm", + "name": "npm:husky", + "data": { + "version": "9.0.11", + "packageName": "husky", + "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" + } + }, + "npm:identity-obj-proxy": { + "type": "npm", + "name": "npm:identity-obj-proxy", + "data": { + "version": "3.0.0", + "packageName": "identity-obj-proxy", + "hash": "sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==" + } + }, + "npm:ieee754": { + "type": "npm", + "name": "npm:ieee754", + "data": { + "version": "1.2.1", + "packageName": "ieee754", + "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + } + }, + "npm:ignore": { + "type": "npm", + "name": "npm:ignore", + "data": { + "version": "5.3.1", + "packageName": "ignore", + "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" + } + }, + "npm:import-fresh": { + "type": "npm", + "name": "npm:import-fresh", + "data": { + "version": "3.3.0", + "packageName": "import-fresh", + "hash": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" + } + }, + "npm:resolve-from@4.0.0": { + "type": "npm", + "name": "npm:resolve-from@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "resolve-from", + "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + }, + "npm:resolve-from": { + "type": "npm", + "name": "npm:resolve-from", + "data": { + "version": "5.0.0", + "packageName": "resolve-from", + "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + }, + "npm:import-from": { + "type": "npm", + "name": "npm:import-from", + "data": { + "version": "4.0.0", + "packageName": "import-from", + "hash": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==" + } + }, + "npm:import-local": { + "type": "npm", + "name": "npm:import-local", + "data": { + "version": "3.1.0", + "packageName": "import-local", + "hash": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==" + } + }, + "npm:import-meta-resolve": { + "type": "npm", + "name": "npm:import-meta-resolve", + "data": { + "version": "4.1.0", + "packageName": "import-meta-resolve", + "hash": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==" + } + }, + "npm:imurmurhash": { + "type": "npm", + "name": "npm:imurmurhash", + "data": { + "version": "0.1.4", + "packageName": "imurmurhash", + "hash": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + } + }, + "npm:indent-string": { + "type": "npm", + "name": "npm:indent-string", + "data": { + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + }, + "npm:indent-string@5.0.0": { + "type": "npm", + "name": "npm:indent-string@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "indent-string", + "hash": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==" + } + }, + "npm:inflight": { + "type": "npm", + "name": "npm:inflight", + "data": { + "version": "1.0.6", + "packageName": "inflight", + "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + } + }, + "npm:inherits": { + "type": "npm", + "name": "npm:inherits", + "data": { + "version": "2.0.4", + "packageName": "inherits", + "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + } + }, + "npm:internal-slot": { + "type": "npm", + "name": "npm:internal-slot", + "data": { + "version": "1.0.7", + "packageName": "internal-slot", + "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" + } + }, + "npm:interpret": { + "type": "npm", + "name": "npm:interpret", + "data": { + "version": "1.4.0", + "packageName": "interpret", + "hash": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + } + }, + "npm:into-stream": { + "type": "npm", + "name": "npm:into-stream", + "data": { + "version": "6.0.0", + "packageName": "into-stream", + "hash": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==" + } + }, + "npm:is-array-buffer": { + "type": "npm", + "name": "npm:is-array-buffer", + "data": { + "version": "3.0.4", + "packageName": "is-array-buffer", + "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" + } + }, + "npm:is-arrayish": { + "type": "npm", + "name": "npm:is-arrayish", + "data": { + "version": "0.2.1", + "packageName": "is-arrayish", + "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + } + }, + "npm:is-bigint": { + "type": "npm", + "name": "npm:is-bigint", + "data": { + "version": "1.0.4", + "packageName": "is-bigint", + "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" + } + }, + "npm:is-binary-path": { + "type": "npm", + "name": "npm:is-binary-path", + "data": { + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + } + }, + "npm:is-boolean-object": { + "type": "npm", + "name": "npm:is-boolean-object", + "data": { + "version": "1.1.2", + "packageName": "is-boolean-object", + "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" + } + }, + "npm:is-callable": { + "type": "npm", + "name": "npm:is-callable", + "data": { + "version": "1.2.7", + "packageName": "is-callable", + "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + } + }, + "npm:is-core-module": { + "type": "npm", + "name": "npm:is-core-module", + "data": { + "version": "2.13.1", + "packageName": "is-core-module", + "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" + } + }, + "npm:is-core-module@2.10.0": { + "type": "npm", + "name": "npm:is-core-module@2.10.0", + "data": { + "version": "2.10.0", + "packageName": "is-core-module", + "hash": "974979189497809642" + } + }, + "npm:is-data-view": { + "type": "npm", + "name": "npm:is-data-view", + "data": { + "version": "1.0.1", + "packageName": "is-data-view", + "hash": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==" + } + }, + "npm:is-date-object": { + "type": "npm", + "name": "npm:is-date-object", + "data": { + "version": "1.0.5", + "packageName": "is-date-object", + "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" + } + }, + "npm:is-docker": { + "type": "npm", + "name": "npm:is-docker", + "data": { + "version": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + } + }, + "npm:is-extglob": { + "type": "npm", + "name": "npm:is-extglob", + "data": { + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + } + }, + "npm:is-fullwidth-code-point": { + "type": "npm", + "name": "npm:is-fullwidth-code-point", + "data": { + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + } + }, + "npm:is-generator-fn": { + "type": "npm", + "name": "npm:is-generator-fn", + "data": { + "version": "2.1.0", + "packageName": "is-generator-fn", + "hash": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==" + } + }, + "npm:is-glob": { + "type": "npm", + "name": "npm:is-glob", + "data": { + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + } + }, + "npm:is-interactive": { + "type": "npm", + "name": "npm:is-interactive", + "data": { + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + } + }, + "npm:is-negative-zero": { + "type": "npm", + "name": "npm:is-negative-zero", + "data": { + "version": "2.0.3", + "packageName": "is-negative-zero", + "hash": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==" + } + }, + "npm:is-number": { + "type": "npm", + "name": "npm:is-number", + "data": { + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + } + }, + "npm:is-number-object": { + "type": "npm", + "name": "npm:is-number-object", + "data": { + "version": "1.0.7", + "packageName": "is-number-object", + "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" + } + }, + "npm:is-obj": { + "type": "npm", + "name": "npm:is-obj", + "data": { + "version": "2.0.0", + "packageName": "is-obj", + "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + } + }, + "npm:is-path-cwd": { + "type": "npm", + "name": "npm:is-path-cwd", + "data": { + "version": "2.2.0", + "packageName": "is-path-cwd", + "hash": "sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==" + } + }, + "npm:is-path-inside": { + "type": "npm", + "name": "npm:is-path-inside", + "data": { + "version": "3.0.3", + "packageName": "is-path-inside", + "hash": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==" + } + }, + "npm:is-plain-obj": { + "type": "npm", + "name": "npm:is-plain-obj", + "data": { + "version": "1.1.0", + "packageName": "is-plain-obj", + "hash": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" + } + }, + "npm:is-plain-object": { + "type": "npm", + "name": "npm:is-plain-object", + "data": { + "version": "5.0.0", + "packageName": "is-plain-object", + "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + } + }, + "npm:is-regex": { + "type": "npm", + "name": "npm:is-regex", + "data": { + "version": "1.1.4", + "packageName": "is-regex", + "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" + } + }, + "npm:is-retry-allowed": { + "type": "npm", + "name": "npm:is-retry-allowed", + "data": { + "version": "2.2.0", + "packageName": "is-retry-allowed", + "hash": "sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==" + } + }, + "npm:is-shared-array-buffer": { + "type": "npm", + "name": "npm:is-shared-array-buffer", + "data": { + "version": "1.0.3", + "packageName": "is-shared-array-buffer", + "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" + } + }, + "npm:is-string": { + "type": "npm", + "name": "npm:is-string", + "data": { + "version": "1.0.7", + "packageName": "is-string", + "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" + } + }, + "npm:is-symbol": { + "type": "npm", + "name": "npm:is-symbol", + "data": { + "version": "1.0.4", + "packageName": "is-symbol", + "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" + } + }, + "npm:is-typed-array": { + "type": "npm", + "name": "npm:is-typed-array", + "data": { + "version": "1.1.13", + "packageName": "is-typed-array", + "hash": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" + } + }, + "npm:is-unicode-supported": { + "type": "npm", + "name": "npm:is-unicode-supported", + "data": { + "version": "0.1.0", + "packageName": "is-unicode-supported", + "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" + } + }, + "npm:is-unicode-supported@1.3.0": { + "type": "npm", + "name": "npm:is-unicode-supported@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "is-unicode-supported", + "hash": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==" + } + }, + "npm:is-weakref": { + "type": "npm", + "name": "npm:is-weakref", + "data": { + "version": "1.0.2", + "packageName": "is-weakref", + "hash": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==" + } + }, + "npm:is-wsl": { + "type": "npm", + "name": "npm:is-wsl", + "data": { + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + } + }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:isomorphic-ws": { + "type": "npm", + "name": "npm:isomorphic-ws", + "data": { + "version": "4.0.1", + "packageName": "isomorphic-ws", + "hash": "sha512-BhBvN2MBpWTaSHdWRb/bwdZJ1WaehQ2L1KngkCkfLUGF0mAWAT1sQUQacEmQ0jXkFw/czDXPNQSL5u2/Krsz1w==" + } + }, + "npm:issue-parser": { + "type": "npm", + "name": "npm:issue-parser", + "data": { + "version": "6.0.0", + "packageName": "issue-parser", + "hash": "sha512-zKa/Dxq2lGsBIXQ7CUZWTHfvxPC2ej0KfO7fIPqLlHB9J2hJ7rGhZ5rilhuufylr4RXYPzJUeFjKxz305OsNlA==" + } + }, + "npm:istanbul-lib-coverage": { + "type": "npm", + "name": "npm:istanbul-lib-coverage", + "data": { + "version": "3.2.2", + "packageName": "istanbul-lib-coverage", + "hash": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==" + } + }, + "npm:istanbul-lib-report": { + "type": "npm", + "name": "npm:istanbul-lib-report", + "data": { + "version": "3.0.1", + "packageName": "istanbul-lib-report", + "hash": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==" + } + }, + "npm:istanbul-lib-source-maps": { + "type": "npm", + "name": "npm:istanbul-lib-source-maps", + "data": { + "version": "4.0.1", + "packageName": "istanbul-lib-source-maps", + "hash": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==" + } + }, + "npm:istanbul-reports": { + "type": "npm", + "name": "npm:istanbul-reports", + "data": { + "version": "3.1.7", + "packageName": "istanbul-reports", + "hash": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==" + } + }, + "npm:jake": { + "type": "npm", + "name": "npm:jake", + "data": { + "version": "10.9.1", + "packageName": "jake", + "hash": "sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==" + } + }, + "npm:java-properties": { + "type": "npm", + "name": "npm:java-properties", + "data": { + "version": "1.0.2", + "packageName": "java-properties", + "hash": "sha512-qjdpeo2yKlYTH7nFdK0vbZWuTCesk4o63v5iVOlhMQPfuIZQfW/HI35SjfhA+4qpg36rnFSvUK5b1m+ckIblQQ==" + } + }, + "npm:jest": { + "type": "npm", + "name": "npm:jest", + "data": { + "version": "29.7.0", + "packageName": "jest", + "hash": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==" + } + }, + "npm:jest-changed-files": { + "type": "npm", + "name": "npm:jest-changed-files", + "data": { + "version": "29.7.0", + "packageName": "jest-changed-files", + "hash": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==" + } + }, + "npm:jest-circus": { + "type": "npm", + "name": "npm:jest-circus", + "data": { + "version": "29.7.0", + "packageName": "jest-circus", + "hash": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==" + } + }, + "npm:dedent@1.5.3": { + "type": "npm", + "name": "npm:dedent@1.5.3", + "data": { + "version": "1.5.3", + "packageName": "dedent", + "hash": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==" + } + }, + "npm:jest-cli": { + "type": "npm", + "name": "npm:jest-cli", + "data": { + "version": "29.7.0", + "packageName": "jest-cli", + "hash": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==" + } + }, + "npm:jest-config": { + "type": "npm", + "name": "npm:jest-config", + "data": { + "version": "29.7.0", + "packageName": "jest-config", + "hash": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==" + } + }, + "npm:jest-diff": { + "type": "npm", + "name": "npm:jest-diff", + "data": { + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + } + }, + "npm:jest-docblock": { + "type": "npm", + "name": "npm:jest-docblock", + "data": { + "version": "29.7.0", + "packageName": "jest-docblock", + "hash": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==" + } + }, + "npm:jest-each": { + "type": "npm", + "name": "npm:jest-each", + "data": { + "version": "29.7.0", + "packageName": "jest-each", + "hash": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==" + } + }, + "npm:jest-environment-node": { + "type": "npm", + "name": "npm:jest-environment-node", + "data": { + "version": "29.7.0", + "packageName": "jest-environment-node", + "hash": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==" + } + }, + "npm:jest-get-type": { + "type": "npm", + "name": "npm:jest-get-type", + "data": { + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } + }, + "npm:jest-haste-map": { + "type": "npm", + "name": "npm:jest-haste-map", + "data": { + "version": "29.7.0", + "packageName": "jest-haste-map", + "hash": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==" + } + }, + "npm:jest-leak-detector": { + "type": "npm", + "name": "npm:jest-leak-detector", + "data": { + "version": "29.7.0", + "packageName": "jest-leak-detector", + "hash": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==" + } + }, + "npm:jest-matcher-utils": { + "type": "npm", + "name": "npm:jest-matcher-utils", + "data": { + "version": "29.7.0", + "packageName": "jest-matcher-utils", + "hash": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==" + } + }, + "npm:jest-message-util": { + "type": "npm", + "name": "npm:jest-message-util", + "data": { + "version": "29.7.0", + "packageName": "jest-message-util", + "hash": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==" + } + }, + "npm:jest-mock": { + "type": "npm", + "name": "npm:jest-mock", + "data": { + "version": "29.7.0", + "packageName": "jest-mock", + "hash": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==" + } + }, + "npm:jest-pnp-resolver": { + "type": "npm", + "name": "npm:jest-pnp-resolver", + "data": { + "version": "1.2.3", + "packageName": "jest-pnp-resolver", + "hash": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==" + } + }, + "npm:jest-regex-util": { + "type": "npm", + "name": "npm:jest-regex-util", + "data": { + "version": "29.6.3", + "packageName": "jest-regex-util", + "hash": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==" + } + }, + "npm:jest-resolve": { + "type": "npm", + "name": "npm:jest-resolve", + "data": { + "version": "29.7.0", + "packageName": "jest-resolve", + "hash": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==" + } + }, + "npm:jest-resolve-dependencies": { + "type": "npm", + "name": "npm:jest-resolve-dependencies", + "data": { + "version": "29.7.0", + "packageName": "jest-resolve-dependencies", + "hash": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==" + } + }, + "npm:resolve.exports@2.0.2": { + "type": "npm", + "name": "npm:resolve.exports@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "resolve.exports", + "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + } + }, + "npm:resolve.exports": { + "type": "npm", + "name": "npm:resolve.exports", + "data": { + "version": "1.1.0", + "packageName": "resolve.exports", + "hash": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==" + } + }, + "npm:jest-runner": { + "type": "npm", + "name": "npm:jest-runner", + "data": { + "version": "29.7.0", + "packageName": "jest-runner", + "hash": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==" + } + }, + "npm:jest-runtime": { + "type": "npm", + "name": "npm:jest-runtime", + "data": { + "version": "29.7.0", + "packageName": "jest-runtime", + "hash": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==" + } + }, + "npm:jest-snapshot": { + "type": "npm", + "name": "npm:jest-snapshot", + "data": { + "version": "29.7.0", + "packageName": "jest-snapshot", + "hash": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==" + } + }, + "npm:jest-util": { + "type": "npm", + "name": "npm:jest-util", + "data": { + "version": "29.7.0", + "packageName": "jest-util", + "hash": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==" + } + }, + "npm:jest-validate": { + "type": "npm", + "name": "npm:jest-validate", + "data": { + "version": "29.7.0", + "packageName": "jest-validate", + "hash": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==" + } + }, + "npm:jest-watcher": { + "type": "npm", + "name": "npm:jest-watcher", + "data": { + "version": "29.7.0", + "packageName": "jest-watcher", + "hash": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==" + } + }, + "npm:jest-worker": { + "type": "npm", + "name": "npm:jest-worker", + "data": { + "version": "29.7.0", + "packageName": "jest-worker", + "hash": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==" + } + }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "1.21.6", + "packageName": "jiti", + "hash": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==" + } + }, + "npm:jose": { + "type": "npm", + "name": "npm:jose", + "data": { + "version": "5.6.3", + "packageName": "jose", + "hash": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==" + } + }, + "npm:js-sdsl": { + "type": "npm", + "name": "npm:js-sdsl", + "data": { + "version": "4.3.0", + "packageName": "js-sdsl", + "hash": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==" + } + }, + "npm:js-tokens": { + "type": "npm", + "name": "npm:js-tokens", + "data": { + "version": "4.0.0", + "packageName": "js-tokens", + "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + } + }, + "npm:jsesc": { + "type": "npm", + "name": "npm:jsesc", + "data": { + "version": "2.5.2", + "packageName": "jsesc", + "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + } + }, + "npm:jsesc@0.5.0": { + "type": "npm", + "name": "npm:jsesc@0.5.0", + "data": { + "version": "0.5.0", + "packageName": "jsesc", + "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" + } + }, + "npm:jsii": { + "type": "npm", + "name": "npm:jsii", + "data": { + "version": "5.4.21", + "packageName": "jsii", + "hash": "sha512-uCruIDzEEFHBwZRT5PiRSd2/KdsZWwHq8VWS5o8p5tngUGpz4BYdEG/jmOKYyjVz+ScVx+Ur/eN2zieTP6Ge2Q==" + } + }, + "npm:jsii-pacmak": { + "type": "npm", + "name": "npm:jsii-pacmak", + "data": { + "version": "1.101.0", + "packageName": "jsii-pacmak", + "hash": "sha512-07a04KtOj+Kmx+5XQVD1JG6QOh6JNqFWh4bbzMDKiFx7JoHhQnLq07b/OlUpCuP7J7Q9WaXXYM59EUQpXO07wg==" + } + }, + "npm:yargs@16.2.0": { + "type": "npm", + "name": "npm:yargs@16.2.0", + "data": { + "version": "16.2.0", + "packageName": "yargs", + "hash": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==" + } + }, + "npm:yargs": { + "type": "npm", + "name": "npm:yargs", + "data": { + "version": "17.7.2", + "packageName": "yargs", + "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + } + }, + "npm:jsii-reflect": { + "type": "npm", + "name": "npm:jsii-reflect", + "data": { + "version": "1.101.0", + "packageName": "jsii-reflect", + "hash": "sha512-ZCFb+laktj/ekNadUYksf+jLZq4fjoQeNe344GwslJOaemGjgAeqy0atV2H8nvTYU8ubszFApUPpdoRvtxgdPw==" + } + }, + "npm:jsii-release": { + "type": "npm", + "name": "npm:jsii-release", + "data": { + "version": "0.2.846", + "packageName": "jsii-release", + "hash": "sha512-jQDzWE0w3B1psc9E2SaBFdTLaupViEx6XH3imjtdrBw+P+ZGo8oqM9AmrfX8oLrkW1j5NV5w0tMsS1XaILwbUQ==" + } + }, + "npm:jsonfile@4.0.0": { + "type": "npm", + "name": "npm:jsonfile@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + } + }, + "npm:jsonfile": { + "type": "npm", + "name": "npm:jsonfile", + "data": { + "version": "6.1.0", + "packageName": "jsonfile", + "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:jsii-rosetta": { + "type": "npm", + "name": "npm:jsii-rosetta", + "data": { + "version": "5.4.21", + "packageName": "jsii-rosetta", + "hash": "sha512-g7E935trSNQ8rbs+VYQiDBbeoaqS0sO7HuJ+bz27x7pvKBri5Uk9w+aLtmFI8UhHX7JgZ6mUxruY0zRW4AqCyQ==" + } + }, + "npm:json-buffer": { + "type": "npm", + "name": "npm:json-buffer", + "data": { + "version": "3.0.1", + "packageName": "json-buffer", + "hash": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + } + }, + "npm:json-parse-better-errors": { + "type": "npm", + "name": "npm:json-parse-better-errors", + "data": { + "version": "1.0.2", + "packageName": "json-parse-better-errors", + "hash": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" + } + }, + "npm:json-parse-even-better-errors": { + "type": "npm", + "name": "npm:json-parse-even-better-errors", + "data": { + "version": "2.3.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + } + }, + "npm:json-stable-stringify-without-jsonify": { + "type": "npm", + "name": "npm:json-stable-stringify-without-jsonify", + "data": { + "version": "1.0.1", + "packageName": "json-stable-stringify-without-jsonify", + "hash": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + } + }, + "npm:json-stringify-safe": { + "type": "npm", + "name": "npm:json-stringify-safe", + "data": { + "version": "5.0.1", + "packageName": "json-stringify-safe", + "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + } + }, + "npm:json5": { + "type": "npm", + "name": "npm:json5", + "data": { + "version": "2.2.3", + "packageName": "json5", + "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" + } + }, + "npm:jsonc-eslint-parser": { + "type": "npm", + "name": "npm:jsonc-eslint-parser", + "data": { + "version": "2.4.0", + "packageName": "jsonc-eslint-parser", + "hash": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==" + } + }, + "npm:jsonc-parser": { + "type": "npm", + "name": "npm:jsonc-parser", + "data": { + "version": "3.2.0", + "packageName": "jsonc-parser", + "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + } + }, + "npm:jsonparse": { + "type": "npm", + "name": "npm:jsonparse", + "data": { + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + } + }, + "npm:JSONStream": { + "type": "npm", + "name": "npm:JSONStream", + "data": { + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + } + }, + "npm:jsonwebtoken": { + "type": "npm", + "name": "npm:jsonwebtoken", + "data": { + "version": "9.0.2", + "packageName": "jsonwebtoken", + "hash": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==" + } + }, + "npm:jwa": { + "type": "npm", + "name": "npm:jwa", + "data": { + "version": "1.4.1", + "packageName": "jwa", + "hash": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==" + } + }, + "npm:jws": { + "type": "npm", + "name": "npm:jws", + "data": { + "version": "3.2.2", + "packageName": "jws", + "hash": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==" + } + }, + "npm:keyv": { + "type": "npm", + "name": "npm:keyv", + "data": { + "version": "4.5.4", + "packageName": "keyv", + "hash": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" + } + }, + "npm:kind-of": { + "type": "npm", + "name": "npm:kind-of", + "data": { + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + }, + "npm:kleur": { + "type": "npm", + "name": "npm:kleur", + "data": { + "version": "3.0.3", + "packageName": "kleur", + "hash": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + } + }, + "npm:levn": { + "type": "npm", + "name": "npm:levn", + "data": { + "version": "0.4.1", + "packageName": "levn", + "hash": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==" + } + }, + "npm:lines-and-columns": { + "type": "npm", + "name": "npm:lines-and-columns", + "data": { + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + } + }, + "npm:lines-and-columns@1.2.4": { + "type": "npm", + "name": "npm:lines-and-columns@1.2.4", + "data": { + "version": "1.2.4", + "packageName": "lines-and-columns", + "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + } + }, + "npm:load-json-file": { + "type": "npm", + "name": "npm:load-json-file", + "data": { + "version": "4.0.0", + "packageName": "load-json-file", + "hash": "sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==" + } + }, + "npm:parse-json@4.0.0": { + "type": "npm", + "name": "npm:parse-json@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "parse-json", + "hash": "sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==" + } + }, + "npm:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "npm:strip-bom@3.0.0": { + "type": "npm", + "name": "npm:strip-bom@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "npm:strip-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "4.0.0", + "packageName": "strip-bom", + "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } + }, + "npm:lodash": { + "type": "npm", + "name": "npm:lodash", + "data": { + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + }, + "npm:lodash-es": { + "type": "npm", + "name": "npm:lodash-es", + "data": { + "version": "4.17.21", + "packageName": "lodash-es", + "hash": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + } + }, + "npm:lodash.camelcase": { + "type": "npm", + "name": "npm:lodash.camelcase", + "data": { + "version": "4.3.0", + "packageName": "lodash.camelcase", + "hash": "sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==" + } + }, + "npm:lodash.capitalize": { + "type": "npm", + "name": "npm:lodash.capitalize", + "data": { + "version": "4.2.1", + "packageName": "lodash.capitalize", + "hash": "sha512-kZzYOKspf8XVX5AvmQF94gQW0lejFVgb80G85bU4ZWzoJ6C03PQg3coYAUpSTpQWelrZELd3XWgHzw4Ck5kaIw==" + } + }, + "npm:lodash.debounce": { + "type": "npm", + "name": "npm:lodash.debounce", + "data": { + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + } + }, + "npm:lodash.escaperegexp": { + "type": "npm", + "name": "npm:lodash.escaperegexp", + "data": { + "version": "4.1.2", + "packageName": "lodash.escaperegexp", + "hash": "sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==" + } + }, + "npm:lodash.includes": { + "type": "npm", + "name": "npm:lodash.includes", + "data": { + "version": "4.3.0", + "packageName": "lodash.includes", + "hash": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==" + } + }, + "npm:lodash.isboolean": { + "type": "npm", + "name": "npm:lodash.isboolean", + "data": { + "version": "3.0.3", + "packageName": "lodash.isboolean", + "hash": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==" + } + }, + "npm:lodash.isinteger": { + "type": "npm", + "name": "npm:lodash.isinteger", + "data": { + "version": "4.0.4", + "packageName": "lodash.isinteger", + "hash": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==" + } + }, + "npm:lodash.ismatch": { + "type": "npm", + "name": "npm:lodash.ismatch", + "data": { + "version": "4.4.0", + "packageName": "lodash.ismatch", + "hash": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==" + } + }, + "npm:lodash.isnumber": { + "type": "npm", + "name": "npm:lodash.isnumber", + "data": { + "version": "3.0.3", + "packageName": "lodash.isnumber", + "hash": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==" + } + }, + "npm:lodash.isplainobject": { + "type": "npm", + "name": "npm:lodash.isplainobject", + "data": { + "version": "4.0.6", + "packageName": "lodash.isplainobject", + "hash": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==" + } + }, + "npm:lodash.isstring": { + "type": "npm", + "name": "npm:lodash.isstring", + "data": { + "version": "4.0.1", + "packageName": "lodash.isstring", + "hash": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" + } + }, + "npm:lodash.kebabcase": { + "type": "npm", + "name": "npm:lodash.kebabcase", + "data": { + "version": "4.1.1", + "packageName": "lodash.kebabcase", + "hash": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==" + } + }, + "npm:lodash.memoize": { + "type": "npm", + "name": "npm:lodash.memoize", + "data": { + "version": "4.1.2", + "packageName": "lodash.memoize", + "hash": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" + } + }, + "npm:lodash.merge": { + "type": "npm", + "name": "npm:lodash.merge", + "data": { + "version": "4.6.2", + "packageName": "lodash.merge", + "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + } + }, + "npm:lodash.mergewith": { + "type": "npm", + "name": "npm:lodash.mergewith", + "data": { + "version": "4.6.2", + "packageName": "lodash.mergewith", + "hash": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==" + } + }, + "npm:lodash.once": { + "type": "npm", + "name": "npm:lodash.once", + "data": { + "version": "4.1.1", + "packageName": "lodash.once", + "hash": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==" + } + }, + "npm:lodash.snakecase": { + "type": "npm", + "name": "npm:lodash.snakecase", + "data": { + "version": "4.1.1", + "packageName": "lodash.snakecase", + "hash": "sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==" + } + }, + "npm:lodash.startcase": { + "type": "npm", + "name": "npm:lodash.startcase", + "data": { + "version": "4.4.0", + "packageName": "lodash.startcase", + "hash": "sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==" + } + }, + "npm:lodash.uniq": { + "type": "npm", + "name": "npm:lodash.uniq", + "data": { + "version": "4.5.0", + "packageName": "lodash.uniq", + "hash": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" + } + }, + "npm:lodash.uniqby": { + "type": "npm", + "name": "npm:lodash.uniqby", + "data": { + "version": "4.7.0", + "packageName": "lodash.uniqby", + "hash": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==" + } + }, + "npm:lodash.upperfirst": { + "type": "npm", + "name": "npm:lodash.upperfirst", + "data": { + "version": "4.3.1", + "packageName": "lodash.upperfirst", + "hash": "sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==" + } + }, + "npm:log-symbols": { + "type": "npm", + "name": "npm:log-symbols", + "data": { + "version": "4.1.0", + "packageName": "log-symbols", + "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" + } + }, + "npm:log4js": { + "type": "npm", + "name": "npm:log4js", + "data": { + "version": "6.9.1", + "packageName": "log4js", + "hash": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==" + } + }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "4.0.0", + "packageName": "make-dir", + "hash": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==" + } + }, + "npm:make-error": { + "type": "npm", + "name": "npm:make-error", + "data": { + "version": "1.3.6", + "packageName": "make-error", + "hash": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" + } + }, + "npm:makeerror": { + "type": "npm", + "name": "npm:makeerror", + "data": { + "version": "1.0.12", + "packageName": "makeerror", + "hash": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==" + } + }, + "npm:marked": { + "type": "npm", + "name": "npm:marked", + "data": { + "version": "4.3.0", + "packageName": "marked", + "hash": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==" + } + }, + "npm:marked-terminal": { + "type": "npm", + "name": "npm:marked-terminal", + "data": { + "version": "5.2.0", + "packageName": "marked-terminal", + "hash": "sha512-Piv6yNwAQXGFjZSaiNljyNFw7jKDdGrw70FSbtxEyldLsyeuV5ZHm/1wW++kWbrOF1VPnUgYOhB2oLL0ZpnekA==" + } + }, + "npm:mdurl": { + "type": "npm", + "name": "npm:mdurl", + "data": { + "version": "1.0.1", + "packageName": "mdurl", + "hash": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==" + } + }, + "npm:merge-stream": { + "type": "npm", + "name": "npm:merge-stream", + "data": { + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + } + }, + "npm:merge2": { + "type": "npm", + "name": "npm:merge2", + "data": { + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.7", + "packageName": "micromatch", + "hash": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==" + } + }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "3.0.0", + "packageName": "mime", + "hash": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==" + } + }, + "npm:mime-db": { + "type": "npm", + "name": "npm:mime-db", + "data": { + "version": "1.52.0", + "packageName": "mime-db", + "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + } + }, + "npm:mime-types": { + "type": "npm", + "name": "npm:mime-types", + "data": { + "version": "2.1.35", + "packageName": "mime-types", + "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + } + }, + "npm:min-indent": { + "type": "npm", + "name": "npm:min-indent", + "data": { + "version": "1.0.1", + "packageName": "min-indent", + "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minimist-options": { + "type": "npm", + "name": "npm:minimist-options", + "data": { + "version": "4.1.0", + "packageName": "minimist-options", + "hash": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "5.0.0", + "packageName": "minipass", + "hash": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==" + } + }, + "npm:minipass@3.3.4": { + "type": "npm", + "name": "npm:minipass@3.3.4", + "data": { + "version": "3.3.4", + "packageName": "minipass", + "hash": "7269128203336284031" + } + }, + "npm:modify-values": { + "type": "npm", + "name": "npm:modify-values", + "data": { + "version": "1.0.1", + "packageName": "modify-values", + "hash": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==" + } + }, + "npm:mqtt": { + "type": "npm", + "name": "npm:mqtt", + "data": { + "version": "4.3.8", + "packageName": "mqtt", + "hash": "sha512-2xT75uYa0kiPEF/PE0VPdavmEkoBzMT/UL9moid0rAvlCtV48qBwxD62m7Ld/4j8tSkIO1E/iqRl/S72SEOhOw==" + } + }, + "npm:mqtt-packet": { + "type": "npm", + "name": "npm:mqtt-packet", + "data": { + "version": "6.10.0", + "packageName": "mqtt-packet", + "hash": "sha512-ja8+mFKIHdB1Tpl6vac+sktqy3gA8t9Mduom1BA75cI+R9AHnZOiaBQwpGiWnaVJLDGRdNhQmFaAqd7tkKSMGA==" + } + }, + "npm:ws@7.5.10": { + "type": "npm", + "name": "npm:ws@7.5.10", + "data": { + "version": "7.5.10", + "packageName": "ws", + "hash": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.17.1", + "packageName": "ws", + "hash": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.2", + "packageName": "ms", + "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + }, + "npm:ms@2.1.3": { + "type": "npm", + "name": "npm:ms@2.1.3", + "data": { + "version": "2.1.3", + "packageName": "ms", + "hash": "7983584697866717947" + } + }, + "npm:natural-compare": { + "type": "npm", + "name": "npm:natural-compare", + "data": { + "version": "1.4.0", + "packageName": "natural-compare", + "hash": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + } + }, + "npm:neo-async": { + "type": "npm", + "name": "npm:neo-async", + "data": { + "version": "2.6.2", + "packageName": "neo-async", + "hash": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + } + }, + "npm:nerf-dart": { + "type": "npm", + "name": "npm:nerf-dart", + "data": { + "version": "1.0.0", + "packageName": "nerf-dart", + "hash": "sha512-EZSPZB70jiVsivaBLYDCyntd5eH8NTSMOn3rB+HxwdmKThGELLdYv8qVIMWvZEFy9w8ZZpW9h9OB32l1rGtj7g==" + } + }, + "npm:next-tick": { + "type": "npm", + "name": "npm:next-tick", + "data": { + "version": "1.1.0", + "packageName": "next-tick", + "hash": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + } + }, + "npm:node-emoji": { + "type": "npm", + "name": "npm:node-emoji", + "data": { + "version": "1.11.0", + "packageName": "node-emoji", + "hash": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "2.7.0", + "packageName": "node-fetch", + "hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" + } + }, + "npm:node-int64": { + "type": "npm", + "name": "npm:node-int64", + "data": { + "version": "0.4.0", + "packageName": "node-int64", + "hash": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.14", + "packageName": "node-releases", + "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + } + }, + "npm:normalize-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:normalize-url": { + "type": "npm", + "name": "npm:normalize-url", + "data": { + "version": "6.1.0", + "packageName": "normalize-url", + "hash": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==" + } + }, + "npm:npm": { + "type": "npm", + "name": "npm:npm", + "data": { + "version": "8.19.4", + "packageName": "npm", + "hash": "sha512-3HANl8i9DKnUA89P4KEgVNN28EjSeDCmvEqbzOAuxCFDzdBZzjUl99zgnGpOUumvW5lvJo2HKcjrsc+tfyv1Hw==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-package-arg@9.1.0": { + "type": "npm", + "name": "npm:npm-package-arg@9.1.0", + "data": { + "version": "9.1.0", + "packageName": "npm-package-arg", + "hash": "15889949092393803284" + } + }, + "npm:@gar/promisify@1.1.3": { + "type": "npm", + "name": "npm:@gar/promisify@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "@gar/promisify", + "hash": "4915387772283302449" + } + }, + "npm:@isaacs/string-locale-compare@1.1.0": { + "type": "npm", + "name": "npm:@isaacs/string-locale-compare@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "@isaacs/string-locale-compare", + "hash": "13187644880041451271" + } + }, + "npm:@npmcli/arborist@5.6.3": { + "type": "npm", + "name": "npm:@npmcli/arborist@5.6.3", + "data": { + "version": "5.6.3", + "packageName": "@npmcli/arborist", + "hash": "12732807465666204530" + } + }, + "npm:@npmcli/ci-detect@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/ci-detect@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/ci-detect", + "hash": "13217811275852960686" + } + }, + "npm:@npmcli/config@4.2.2": { + "type": "npm", + "name": "npm:@npmcli/config@4.2.2", + "data": { + "version": "4.2.2", + "packageName": "@npmcli/config", + "hash": "16049732598812582817" + } + }, + "npm:@npmcli/disparity-colors@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/disparity-colors@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/disparity-colors", + "hash": "16667164477286306237" + } + }, + "npm:@npmcli/fs@2.1.2": { + "type": "npm", + "name": "npm:@npmcli/fs@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "@npmcli/fs", + "hash": "216606194216159341" + } + }, + "npm:@npmcli/git@3.0.2": { + "type": "npm", + "name": "npm:@npmcli/git@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "@npmcli/git", + "hash": "9121205932483378263" + } + }, + "npm:@npmcli/installed-package-contents@1.0.7": { + "type": "npm", + "name": "npm:@npmcli/installed-package-contents@1.0.7", + "data": { + "version": "1.0.7", + "packageName": "@npmcli/installed-package-contents", + "hash": "18307146177173443176" + } + }, + "npm:npm-bundled@1.1.2": { + "type": "npm", + "name": "npm:npm-bundled@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "npm-bundled", + "hash": "11444509274468080640" + } + }, + "npm:npm-bundled@2.0.1": { + "type": "npm", + "name": "npm:npm-bundled@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "npm-bundled", + "hash": "3067631785986797605" + } + }, + "npm:@npmcli/map-workspaces@2.0.4": { + "type": "npm", + "name": "npm:@npmcli/map-workspaces@2.0.4", + "data": { + "version": "2.0.4", + "packageName": "@npmcli/map-workspaces", + "hash": "4287396423924372209" + } + }, + "npm:@npmcli/metavuln-calculator@3.1.1": { + "type": "npm", + "name": "npm:@npmcli/metavuln-calculator@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "@npmcli/metavuln-calculator", + "hash": "17720041657124486933" + } + }, + "npm:@npmcli/move-file@2.0.1": { + "type": "npm", + "name": "npm:@npmcli/move-file@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "@npmcli/move-file", + "hash": "4860648303357382463" + } + }, + "npm:@npmcli/name-from-folder@1.0.1": { + "type": "npm", + "name": "npm:@npmcli/name-from-folder@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "@npmcli/name-from-folder", + "hash": "12814643443581718287" + } + }, + "npm:@npmcli/node-gyp@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/node-gyp@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/node-gyp", + "hash": "8733513931200035435" + } + }, + "npm:@npmcli/package-json@2.0.0": { + "type": "npm", + "name": "npm:@npmcli/package-json@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/package-json", + "hash": "13461457774682381746" + } + }, + "npm:@npmcli/promise-spawn@3.0.0": { + "type": "npm", + "name": "npm:@npmcli/promise-spawn@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "@npmcli/promise-spawn", + "hash": "14197995005591665586" + } + }, + "npm:@npmcli/query@1.2.0": { + "type": "npm", + "name": "npm:@npmcli/query@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "@npmcli/query", + "hash": "17970743293057934902" + } + }, + "npm:@npmcli/run-script@4.2.1": { + "type": "npm", + "name": "npm:@npmcli/run-script@4.2.1", + "data": { + "version": "4.2.1", + "packageName": "@npmcli/run-script", + "hash": "5433072075016656765" + } + }, + "npm:@tootallnate/once@2.0.0": { + "type": "npm", + "name": "npm:@tootallnate/once@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "@tootallnate/once", + "hash": "9562779534681632369" + } + }, + "npm:abbrev@1.1.1": { + "type": "npm", + "name": "npm:abbrev@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "abbrev", + "hash": "3099984874691352246" + } + }, + "npm:agentkeepalive@4.2.1": { + "type": "npm", + "name": "npm:agentkeepalive@4.2.1", + "data": { + "version": "4.2.1", + "packageName": "agentkeepalive", + "hash": "1345911168015715865" + } + }, + "npm:aproba@2.0.0": { + "type": "npm", + "name": "npm:aproba@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "aproba", + "hash": "17279615999774402081" + } + }, + "npm:archy@1.0.0": { + "type": "npm", + "name": "npm:archy@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "archy", + "hash": "7927190020983769851" + } + }, + "npm:are-we-there-yet@3.0.1": { + "type": "npm", + "name": "npm:are-we-there-yet@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "are-we-there-yet", + "hash": "11274109464236352090" + } + }, + "npm:asap@2.0.6": { + "type": "npm", + "name": "npm:asap@2.0.6", + "data": { + "version": "2.0.6", + "packageName": "asap", + "hash": "17422316248227119792" + } + }, + "npm:bin-links@3.0.3": { + "type": "npm", + "name": "npm:bin-links@3.0.3", + "data": { + "version": "3.0.3", + "packageName": "bin-links", + "hash": "10864071977797790034" + } + }, + "npm:npm-normalize-package-bin@2.0.0": { + "type": "npm", + "name": "npm:npm-normalize-package-bin@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "npm-normalize-package-bin", + "hash": "6712449294377330611" + } + }, + "npm:npm-normalize-package-bin@1.0.1": { + "type": "npm", + "name": "npm:npm-normalize-package-bin@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "2362784786842208194" + } + }, + "npm:builtins@5.0.1": { + "type": "npm", + "name": "npm:builtins@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "builtins", + "hash": "9505043888482714776" + } + }, + "npm:cacache@16.1.3": { + "type": "npm", + "name": "npm:cacache@16.1.3", + "data": { + "version": "16.1.3", + "packageName": "cacache", + "hash": "13723469106468827429" + } + }, + "npm:chownr@2.0.0": { + "type": "npm", + "name": "npm:chownr@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "chownr", + "hash": "15956395535354890080" + } + }, + "npm:cidr-regex@3.1.1": { + "type": "npm", + "name": "npm:cidr-regex@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "cidr-regex", + "hash": "9728716083115443271" + } + }, + "npm:cli-columns@4.0.0": { + "type": "npm", + "name": "npm:cli-columns@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "cli-columns", + "hash": "11864858422112434879" + } + }, + "npm:cmd-shim@5.0.0": { + "type": "npm", + "name": "npm:cmd-shim@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "cmd-shim", + "hash": "8164180366854413935" + } + }, + "npm:color-support@1.1.3": { + "type": "npm", + "name": "npm:color-support@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "color-support", + "hash": "3393818179792164157" + } + }, + "npm:common-ancestor-path@1.0.1": { + "type": "npm", + "name": "npm:common-ancestor-path@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "common-ancestor-path", + "hash": "6661427358504839173" + } + }, + "npm:console-control-strings@1.1.0": { + "type": "npm", + "name": "npm:console-control-strings@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "console-control-strings", + "hash": "15599562434471903839" + } + }, + "npm:cssesc@3.0.0": { + "type": "npm", + "name": "npm:cssesc@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "cssesc", + "hash": "4779829568381017195" + } + }, + "npm:debuglog@1.0.1": { + "type": "npm", + "name": "npm:debuglog@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "debuglog", + "hash": "13637236669951039730" + } + }, + "npm:delegates@1.0.0": { + "type": "npm", + "name": "npm:delegates@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "delegates", + "hash": "8733352999539432694" + } + }, + "npm:depd@1.1.2": { + "type": "npm", + "name": "npm:depd@1.1.2", + "data": { + "version": "1.1.2", + "packageName": "depd", + "hash": "2890543441730259898" + } + }, + "npm:dezalgo@1.0.4": { + "type": "npm", + "name": "npm:dezalgo@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "dezalgo", + "hash": "1493112745342671433" + } + }, + "npm:encoding@0.1.13": { + "type": "npm", + "name": "npm:encoding@0.1.13", + "data": { + "version": "0.1.13", + "packageName": "encoding", + "hash": "13045577759231307525" + } + }, + "npm:err-code@2.0.3": { + "type": "npm", + "name": "npm:err-code@2.0.3", + "data": { + "version": "2.0.3", + "packageName": "err-code", + "hash": "5290893530060854136" + } + }, + "npm:fastest-levenshtein@1.0.12": { + "type": "npm", + "name": "npm:fastest-levenshtein@1.0.12", + "data": { + "version": "1.0.12", + "packageName": "fastest-levenshtein", + "hash": "15389964063740148860" + } + }, + "npm:fs-minipass@2.1.0": { + "type": "npm", + "name": "npm:fs-minipass@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "fs-minipass", + "hash": "11506148351665826113" + } + }, + "npm:gauge@4.0.4": { + "type": "npm", + "name": "npm:gauge@4.0.4", + "data": { + "version": "4.0.4", + "packageName": "gauge", + "hash": "9205082522526805743" + } + }, + "npm:has@1.0.3": { + "type": "npm", + "name": "npm:has@1.0.3", + "data": { + "version": "1.0.3", + "packageName": "has", + "hash": "11765713121937563238" + } + }, + "npm:has-unicode@2.0.1": { + "type": "npm", + "name": "npm:has-unicode@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "has-unicode", + "hash": "13943981828416008621" + } + }, + "npm:http-cache-semantics@4.1.1": { + "type": "npm", + "name": "npm:http-cache-semantics@4.1.1", + "data": { + "version": "4.1.1", + "packageName": "http-cache-semantics", + "hash": "11673138995573513177" + } + }, + "npm:humanize-ms@1.2.1": { + "type": "npm", + "name": "npm:humanize-ms@1.2.1", + "data": { + "version": "1.2.1", + "packageName": "humanize-ms", + "hash": "7757303854683551971" + } + }, + "npm:iconv-lite@0.6.3": { + "type": "npm", + "name": "npm:iconv-lite@0.6.3", + "data": { + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "7421171373803361012" + } + }, + "npm:ignore-walk@5.0.1": { + "type": "npm", + "name": "npm:ignore-walk@5.0.1", + "data": { + "version": "5.0.1", + "packageName": "ignore-walk", + "hash": "17801084569473835035" + } + }, + "npm:infer-owner@1.0.4": { + "type": "npm", + "name": "npm:infer-owner@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "infer-owner", + "hash": "9592905291386480636" + } + }, + "npm:init-package-json@3.0.2": { + "type": "npm", + "name": "npm:init-package-json@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "init-package-json", + "hash": "16744114426784028573" + } + }, + "npm:ip@2.0.0": { + "type": "npm", + "name": "npm:ip@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "ip", + "hash": "13710680813638565005" + } + }, + "npm:ip-regex@4.3.0": { + "type": "npm", + "name": "npm:ip-regex@4.3.0", + "data": { + "version": "4.3.0", + "packageName": "ip-regex", + "hash": "13487806186465126933" + } + }, + "npm:is-cidr@4.0.2": { + "type": "npm", + "name": "npm:is-cidr@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "is-cidr", + "hash": "5075790416463488446" + } + }, + "npm:is-lambda@1.0.1": { + "type": "npm", + "name": "npm:is-lambda@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "is-lambda", + "hash": "8448322565985216301" + } + }, + "npm:json-stringify-nice@1.1.4": { + "type": "npm", + "name": "npm:json-stringify-nice@1.1.4", + "data": { + "version": "1.1.4", + "packageName": "json-stringify-nice", + "hash": "1591436175625616703" + } + }, + "npm:just-diff@5.1.1": { + "type": "npm", + "name": "npm:just-diff@5.1.1", + "data": { + "version": "5.1.1", + "packageName": "just-diff", + "hash": "4913452672572624105" + } + }, + "npm:just-diff-apply@5.4.1": { + "type": "npm", + "name": "npm:just-diff-apply@5.4.1", + "data": { + "version": "5.4.1", + "packageName": "just-diff-apply", + "hash": "6693024885978394835" + } + }, + "npm:libnpmaccess@6.0.4": { + "type": "npm", + "name": "npm:libnpmaccess@6.0.4", + "data": { + "version": "6.0.4", + "packageName": "libnpmaccess", + "hash": "15456621467019106087" + } + }, + "npm:libnpmdiff@4.0.5": { + "type": "npm", + "name": "npm:libnpmdiff@4.0.5", + "data": { + "version": "4.0.5", + "packageName": "libnpmdiff", + "hash": "12564864779189764665" + } + }, + "npm:libnpmexec@4.0.14": { + "type": "npm", + "name": "npm:libnpmexec@4.0.14", + "data": { + "version": "4.0.14", + "packageName": "libnpmexec", + "hash": "15730731058416727562" + } + }, + "npm:libnpmfund@3.0.5": { + "type": "npm", + "name": "npm:libnpmfund@3.0.5", + "data": { + "version": "3.0.5", + "packageName": "libnpmfund", + "hash": "2231116162714996244" + } + }, + "npm:libnpmhook@8.0.4": { + "type": "npm", + "name": "npm:libnpmhook@8.0.4", + "data": { + "version": "8.0.4", + "packageName": "libnpmhook", + "hash": "10905649501298668784" + } + }, + "npm:libnpmorg@4.0.4": { + "type": "npm", + "name": "npm:libnpmorg@4.0.4", + "data": { + "version": "4.0.4", + "packageName": "libnpmorg", + "hash": "11121728539177907104" + } + }, + "npm:libnpmpack@4.1.3": { + "type": "npm", + "name": "npm:libnpmpack@4.1.3", + "data": { + "version": "4.1.3", + "packageName": "libnpmpack", + "hash": "14516333359906949719" + } + }, + "npm:libnpmpublish@6.0.5": { + "type": "npm", + "name": "npm:libnpmpublish@6.0.5", + "data": { + "version": "6.0.5", + "packageName": "libnpmpublish", + "hash": "9828902659518999833" + } + }, + "npm:libnpmsearch@5.0.4": { + "type": "npm", + "name": "npm:libnpmsearch@5.0.4", + "data": { + "version": "5.0.4", + "packageName": "libnpmsearch", + "hash": "8518943871324171405" + } + }, + "npm:libnpmteam@4.0.4": { + "type": "npm", + "name": "npm:libnpmteam@4.0.4", + "data": { + "version": "4.0.4", + "packageName": "libnpmteam", + "hash": "7540678409340063063" + } + }, + "npm:libnpmversion@3.0.7": { + "type": "npm", + "name": "npm:libnpmversion@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "libnpmversion", + "hash": "11539508657241008333" + } + }, + "npm:make-fetch-happen@10.2.1": { + "type": "npm", + "name": "npm:make-fetch-happen@10.2.1", + "data": { + "version": "10.2.1", + "packageName": "make-fetch-happen", + "hash": "5755374460246096262" + } + }, + "npm:minipass-collect@1.0.2": { + "type": "npm", + "name": "npm:minipass-collect@1.0.2", + "data": { + "version": "1.0.2", + "packageName": "minipass-collect", + "hash": "7629739750421332479" + } + }, + "npm:minipass-fetch@2.1.1": { + "type": "npm", + "name": "npm:minipass-fetch@2.1.1", + "data": { + "version": "2.1.1", + "packageName": "minipass-fetch", + "hash": "220980564195127386" + } + }, + "npm:minipass-flush@1.0.5": { + "type": "npm", + "name": "npm:minipass-flush@1.0.5", + "data": { + "version": "1.0.5", + "packageName": "minipass-flush", + "hash": "4964371255953145995" + } + }, + "npm:minipass-json-stream@1.0.1": { + "type": "npm", + "name": "npm:minipass-json-stream@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "minipass-json-stream", + "hash": "3643202383199343680" + } + }, + "npm:minipass-pipeline@1.2.4": { + "type": "npm", + "name": "npm:minipass-pipeline@1.2.4", + "data": { + "version": "1.2.4", + "packageName": "minipass-pipeline", + "hash": "8953144040706547666" + } + }, + "npm:minipass-sized@1.0.3": { + "type": "npm", + "name": "npm:minipass-sized@1.0.3", + "data": { + "version": "1.0.3", + "packageName": "minipass-sized", + "hash": "4712991660875956378" + } + }, + "npm:minizlib@2.1.2": { + "type": "npm", + "name": "npm:minizlib@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "minizlib", + "hash": "13532066331159407151" + } + }, + "npm:mkdirp@1.0.4": { + "type": "npm", + "name": "npm:mkdirp@1.0.4", + "data": { + "version": "1.0.4", + "packageName": "mkdirp", + "hash": "17565503203278009010" + } + }, + "npm:mkdirp-infer-owner@2.0.0": { + "type": "npm", + "name": "npm:mkdirp-infer-owner@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "mkdirp-infer-owner", + "hash": "8645183940188707883" + } + }, + "npm:mute-stream@0.0.8": { + "type": "npm", + "name": "npm:mute-stream@0.0.8", + "data": { + "version": "0.0.8", + "packageName": "mute-stream", + "hash": "14200682718628895098" + } + }, + "npm:negotiator@0.6.3": { + "type": "npm", + "name": "npm:negotiator@0.6.3", + "data": { + "version": "0.6.3", + "packageName": "negotiator", + "hash": "9280805870557328291" + } + }, + "npm:node-gyp@9.1.0": { + "type": "npm", + "name": "npm:node-gyp@9.1.0", + "data": { + "version": "9.1.0", + "packageName": "node-gyp", + "hash": "6639505624465873453" + } + }, + "npm:nopt@5.0.0": { + "type": "npm", + "name": "npm:nopt@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "nopt", + "hash": "6389711394169585254" + } + }, + "npm:nopt@6.0.0": { + "type": "npm", + "name": "npm:nopt@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "nopt", + "hash": "16342660997183208141" + } + }, + "npm:npm-audit-report@3.0.0": { + "type": "npm", + "name": "npm:npm-audit-report@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "npm-audit-report", + "hash": "740877953104656726" + } + }, + "npm:npm-install-checks@5.0.0": { + "type": "npm", + "name": "npm:npm-install-checks@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "npm-install-checks", + "hash": "12939531995528006310" + } + }, + "npm:npm-packlist@5.1.3": { + "type": "npm", + "name": "npm:npm-packlist@5.1.3", + "data": { + "version": "5.1.3", + "packageName": "npm-packlist", + "hash": "11634107465126432860" + } + }, + "npm:npm-pick-manifest@7.0.2": { + "type": "npm", + "name": "npm:npm-pick-manifest@7.0.2", + "data": { + "version": "7.0.2", + "packageName": "npm-pick-manifest", + "hash": "13601673319508726125" + } + }, + "npm:npm-profile@6.2.1": { + "type": "npm", + "name": "npm:npm-profile@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "npm-profile", + "hash": "2581788580398619429" + } + }, + "npm:npm-registry-fetch@13.3.1": { + "type": "npm", + "name": "npm:npm-registry-fetch@13.3.1", + "data": { + "version": "13.3.1", + "packageName": "npm-registry-fetch", + "hash": "8957585858220359617" + } + }, + "npm:npm-user-validate@1.0.1": { + "type": "npm", + "name": "npm:npm-user-validate@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "npm-user-validate", + "hash": "2764861028829561434" + } + }, + "npm:npmlog@6.0.2": { + "type": "npm", + "name": "npm:npmlog@6.0.2", + "data": { + "version": "6.0.2", + "packageName": "npmlog", + "hash": "15474869009956597238" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "18130069600756275812" + } + }, + "npm:opener@1.5.2": { + "type": "npm", + "name": "npm:opener@1.5.2", + "data": { + "version": "1.5.2", + "packageName": "opener", + "hash": "560921977655139350" + } + }, + "npm:pacote@13.6.2": { + "type": "npm", + "name": "npm:pacote@13.6.2", + "data": { + "version": "13.6.2", + "packageName": "pacote", + "hash": "5633237474591869845" + } + }, + "npm:parse-conflict-json@2.0.2": { + "type": "npm", + "name": "npm:parse-conflict-json@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "parse-conflict-json", + "hash": "14666583087351369661" + } + }, + "npm:path-is-absolute": { + "type": "npm", + "name": "npm:path-is-absolute", + "data": { + "version": "1.0.1", + "packageName": "path-is-absolute", + "hash": "13867861482018667185" + } + }, + "npm:postcss-selector-parser@6.0.10": { + "type": "npm", + "name": "npm:postcss-selector-parser@6.0.10", + "data": { + "version": "6.0.10", + "packageName": "postcss-selector-parser", + "hash": "6866351705357526357" + } + }, + "npm:proc-log@2.0.1": { + "type": "npm", + "name": "npm:proc-log@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "proc-log", + "hash": "6548856338988029002" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:promise-all-reject-late@1.0.1": { + "type": "npm", + "name": "npm:promise-all-reject-late@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "promise-all-reject-late", + "hash": "8115079043743132112" + } + }, + "npm:promise-call-limit@1.0.1": { + "type": "npm", + "name": "npm:promise-call-limit@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "promise-call-limit", + "hash": "7577013180027611596" + } + }, + "npm:promise-inflight@1.0.1": { + "type": "npm", + "name": "npm:promise-inflight@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "17505959410500941643" + } + }, + "npm:promise-retry@2.0.1": { + "type": "npm", + "name": "npm:promise-retry@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "6430051236100879397" + } + }, + "npm:promzard@0.3.0": { + "type": "npm", + "name": "npm:promzard@0.3.0", + "data": { + "version": "0.3.0", + "packageName": "promzard", + "hash": "6830464028383824638" + } + }, + "npm:qrcode-terminal@0.12.0": { + "type": "npm", + "name": "npm:qrcode-terminal@0.12.0", + "data": { + "version": "0.12.0", + "packageName": "qrcode-terminal", + "hash": "8604977206135799318" + } + }, + "npm:read@1.0.7": { + "type": "npm", + "name": "npm:read@1.0.7", + "data": { + "version": "1.0.7", + "packageName": "read", + "hash": "2970621517632592905" + } + }, + "npm:read-cmd-shim@3.0.0": { + "type": "npm", + "name": "npm:read-cmd-shim@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "read-cmd-shim", + "hash": "1392406493166379400" + } + }, + "npm:read-package-json@5.0.2": { + "type": "npm", + "name": "npm:read-package-json@5.0.2", + "data": { + "version": "5.0.2", + "packageName": "read-package-json", + "hash": "1432096038211124484" + } + }, + "npm:read-package-json-fast@2.0.3": { + "type": "npm", + "name": "npm:read-package-json-fast@2.0.3", + "data": { + "version": "2.0.3", + "packageName": "read-package-json-fast", + "hash": "15215973364415358483" + } + }, + "npm:readdir-scoped-modules@1.1.0": { + "type": "npm", + "name": "npm:readdir-scoped-modules@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "readdir-scoped-modules", + "hash": "8625704486603537029" + } + }, + "npm:retry@0.12.0": { + "type": "npm", + "name": "npm:retry@0.12.0", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "577959566566698873" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "16864181468367228999" + } + }, + "npm:safer-buffer@2.1.2": { + "type": "npm", + "name": "npm:safer-buffer@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "16796670911009069817" + } + }, + "npm:set-blocking@2.0.0": { + "type": "npm", + "name": "npm:set-blocking@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "set-blocking", + "hash": "7925479020392693302" + } + }, + "npm:smart-buffer@4.2.0": { + "type": "npm", + "name": "npm:smart-buffer@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "smart-buffer", + "hash": "9325347317011058594" + } + }, + "npm:socks@2.7.0": { + "type": "npm", + "name": "npm:socks@2.7.0", + "data": { + "version": "2.7.0", + "packageName": "socks", + "hash": "11542678000999248248" + } + }, + "npm:socks-proxy-agent@7.0.0": { + "type": "npm", + "name": "npm:socks-proxy-agent@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "socks-proxy-agent", + "hash": "17235907017924702931" + } + }, + "npm:spdx-correct@3.1.1": { + "type": "npm", + "name": "npm:spdx-correct@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "spdx-correct", + "hash": "4681374506821215916" + } + }, + "npm:spdx-correct": { + "type": "npm", + "name": "npm:spdx-correct", + "data": { + "version": "3.2.0", + "packageName": "spdx-correct", + "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + } + }, + "npm:spdx-exceptions@2.3.0": { + "type": "npm", + "name": "npm:spdx-exceptions@2.3.0", + "data": { + "version": "2.3.0", + "packageName": "spdx-exceptions", + "hash": "7642298428353548034" + } + }, + "npm:spdx-exceptions": { + "type": "npm", + "name": "npm:spdx-exceptions", + "data": { + "version": "2.5.0", + "packageName": "spdx-exceptions", + "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + } + }, + "npm:spdx-expression-parse": { + "type": "npm", + "name": "npm:spdx-expression-parse", + "data": { + "version": "3.0.1", + "packageName": "spdx-expression-parse", + "hash": "1415946028849809017" + } + }, + "npm:spdx-license-ids@3.0.11": { + "type": "npm", + "name": "npm:spdx-license-ids@3.0.11", + "data": { + "version": "3.0.11", + "packageName": "spdx-license-ids", + "hash": "3311985961649482920" + } + }, + "npm:spdx-license-ids": { + "type": "npm", + "name": "npm:spdx-license-ids", + "data": { + "version": "3.0.18", + "packageName": "spdx-license-ids", + "hash": "sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==" + } + }, + "npm:ssri@9.0.1": { + "type": "npm", + "name": "npm:ssri@9.0.1", + "data": { + "version": "9.0.1", + "packageName": "ssri", + "hash": "8720279321855488270" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "13543247940053143024" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "11479311392825997119" + } + }, + "npm:tar@6.1.11": { + "type": "npm", + "name": "npm:tar@6.1.11", + "data": { + "version": "6.1.11", + "packageName": "tar", + "hash": "10268729025719379403" + } + }, + "npm:text-table": { + "type": "npm", + "name": "npm:text-table", + "data": { + "version": "0.2.0", + "packageName": "text-table", + "hash": "18257468142112457810" + } + }, + "npm:tiny-relative-date@1.3.0": { + "type": "npm", + "name": "npm:tiny-relative-date@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "tiny-relative-date", + "hash": "13109578067881593908" + } + }, + "npm:treeverse@2.0.0": { + "type": "npm", + "name": "npm:treeverse@2.0.0", + "data": { + "version": "2.0.0", + "packageName": "treeverse", + "hash": "5573445924162883587" + } + }, + "npm:unique-filename@2.0.1": { + "type": "npm", + "name": "npm:unique-filename@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "unique-filename", + "hash": "10562460252903211514" + } + }, + "npm:unique-slug@3.0.0": { + "type": "npm", + "name": "npm:unique-slug@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "unique-slug", + "hash": "1901199037501141868" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "17916194938027055625" + } + }, + "npm:validate-npm-package-license": { + "type": "npm", + "name": "npm:validate-npm-package-license", + "data": { + "version": "3.0.4", + "packageName": "validate-npm-package-license", + "hash": "14893158163252173577" + } + }, + "npm:validate-npm-package-name@4.0.0": { + "type": "npm", + "name": "npm:validate-npm-package-name@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "validate-npm-package-name", + "hash": "11252195179068276199" + } + }, + "npm:validate-npm-package-name": { + "type": "npm", + "name": "npm:validate-npm-package-name", + "data": { + "version": "5.0.1", + "packageName": "validate-npm-package-name", + "hash": "sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==" + } + }, + "npm:walk-up-path@1.0.0": { + "type": "npm", + "name": "npm:walk-up-path@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "walk-up-path", + "hash": "6221253280820009909" + } + }, + "npm:wcwidth": { + "type": "npm", + "name": "npm:wcwidth", + "data": { + "version": "1.0.1", + "packageName": "wcwidth", + "hash": "10410747907664628096" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "228540766434988782" + } + }, + "npm:wide-align@1.1.5": { + "type": "npm", + "name": "npm:wide-align@1.1.5", + "data": { + "version": "1.1.5", + "packageName": "wide-align", + "hash": "9514910874233485267" + } + }, + "npm:wrappy": { + "type": "npm", + "name": "npm:wrappy", + "data": { + "version": "1.0.2", + "packageName": "wrappy", + "hash": "13036395546180351201" + } + }, + "npm:write-file-atomic": { + "type": "npm", + "name": "npm:write-file-atomic", + "data": { + "version": "4.0.2", + "packageName": "write-file-atomic", + "hash": "3737264611230369299" + } + }, + "npm:number-allocator": { + "type": "npm", + "name": "npm:number-allocator", + "data": { + "version": "1.0.14", + "packageName": "number-allocator", + "hash": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==" + } + }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.1", + "packageName": "object-inspect", + "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + } + }, + "npm:object-keys": { + "type": "npm", + "name": "npm:object-keys", + "data": { + "version": "1.1.1", + "packageName": "object-keys", + "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + } + }, + "npm:object.assign": { + "type": "npm", + "name": "npm:object.assign", + "data": { + "version": "4.1.5", + "packageName": "object.assign", + "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + } + }, + "npm:oo-ascii-tree": { + "type": "npm", + "name": "npm:oo-ascii-tree", + "data": { + "version": "1.101.0", + "packageName": "oo-ascii-tree", + "hash": "sha512-hNE9Nfvo4HLa9/dAiaiXUm64KHUvgBa7jPftsb8gZdTv1G1wSMMnd9j7SMcRzaMbDEqi+0cfgeBSIcsKy+k0vA==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:optionator": { + "type": "npm", + "name": "npm:optionator", + "data": { + "version": "0.9.4", + "packageName": "optionator", + "hash": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==" + } + }, + "npm:ora": { + "type": "npm", + "name": "npm:ora", + "data": { + "version": "5.3.0", + "packageName": "ora", + "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + } + }, + "npm:p-each-series": { + "type": "npm", + "name": "npm:p-each-series", + "data": { + "version": "3.0.0", + "packageName": "p-each-series", + "hash": "sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==" + } + }, + "npm:p-filter": { + "type": "npm", + "name": "npm:p-filter", + "data": { + "version": "2.1.0", + "packageName": "p-filter", + "hash": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==" + } + }, + "npm:p-finally": { + "type": "npm", + "name": "npm:p-finally", + "data": { + "version": "1.0.0", + "packageName": "p-finally", + "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + } + }, + "npm:p-is-promise": { + "type": "npm", + "name": "npm:p-is-promise", + "data": { + "version": "3.0.0", + "packageName": "p-is-promise", + "hash": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==" + } + }, + "npm:yocto-queue@1.0.0": { + "type": "npm", + "name": "npm:yocto-queue@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "yocto-queue", + "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:p-queue": { + "type": "npm", + "name": "npm:p-queue", + "data": { + "version": "6.6.2", + "packageName": "p-queue", + "hash": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==" + } + }, + "npm:p-reduce": { + "type": "npm", + "name": "npm:p-reduce", + "data": { + "version": "2.1.0", + "packageName": "p-reduce", + "hash": "sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==" + } + }, + "npm:p-reduce@3.0.0": { + "type": "npm", + "name": "npm:p-reduce@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "p-reduce", + "hash": "sha512-xsrIUgI0Kn6iyDYm9StOpOeK29XM1aboGji26+QEortiFST1hGZaUQOLhtEbqHErPpGW/aSz6allwK2qcptp0Q==" + } + }, + "npm:p-timeout": { + "type": "npm", + "name": "npm:p-timeout", + "data": { + "version": "3.2.0", + "packageName": "p-timeout", + "hash": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==" + } + }, + "npm:p-try": { + "type": "npm", + "name": "npm:p-try", + "data": { + "version": "2.2.0", + "packageName": "p-try", + "hash": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + } + }, + "npm:p-try@1.0.0": { + "type": "npm", + "name": "npm:p-try@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "p-try", + "hash": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==" + } + }, + "npm:parent-module": { + "type": "npm", + "name": "npm:parent-module", + "data": { + "version": "1.0.1", + "packageName": "parent-module", + "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" + } + }, + "npm:path-parse": { + "type": "npm", + "name": "npm:path-parse", + "data": { + "version": "1.0.7", + "packageName": "path-parse", + "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + } + }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.11.1", + "packageName": "path-scurry", + "hash": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==" + } + }, + "npm:path-type": { + "type": "npm", + "name": "npm:path-type", + "data": { + "version": "4.0.0", + "packageName": "path-type", + "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + } + }, + "npm:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.0.1", + "packageName": "picocolors", + "hash": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:pify": { + "type": "npm", + "name": "npm:pify", + "data": { + "version": "3.0.0", + "packageName": "pify", + "hash": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==" + } + }, + "npm:pirates": { + "type": "npm", + "name": "npm:pirates", + "data": { + "version": "4.0.6", + "packageName": "pirates", + "hash": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" + } + }, + "npm:pkg-conf": { + "type": "npm", + "name": "npm:pkg-conf", + "data": { + "version": "2.1.0", + "packageName": "pkg-conf", + "hash": "sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==" + } + }, + "npm:pkg-dir": { + "type": "npm", + "name": "npm:pkg-dir", + "data": { + "version": "4.2.0", + "packageName": "pkg-dir", + "hash": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==" + } + }, + "npm:possible-typed-array-names": { + "type": "npm", + "name": "npm:possible-typed-array-names", + "data": { + "version": "1.0.0", + "packageName": "possible-typed-array-names", + "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + } + }, + "npm:prelude-ls": { + "type": "npm", + "name": "npm:prelude-ls", + "data": { + "version": "1.2.1", + "packageName": "prelude-ls", + "hash": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "3.3.2", + "packageName": "prettier", + "hash": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==" + } + }, + "npm:prettier-linter-helpers": { + "type": "npm", + "name": "npm:prettier-linter-helpers", + "data": { + "version": "1.0.0", + "packageName": "prettier-linter-helpers", + "hash": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "npm:process": { + "type": "npm", + "name": "npm:process", + "data": { + "version": "0.11.10", + "packageName": "process", + "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" + } + }, + "npm:process-nextick-args": { + "type": "npm", + "name": "npm:process-nextick-args", + "data": { + "version": "2.0.1", + "packageName": "process-nextick-args", + "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + } + }, + "npm:prompts": { + "type": "npm", + "name": "npm:prompts", + "data": { + "version": "2.4.2", + "packageName": "prompts", + "hash": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==" + } + }, + "npm:proto-list": { + "type": "npm", + "name": "npm:proto-list", + "data": { + "version": "1.2.4", + "packageName": "proto-list", + "hash": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:pump": { + "type": "npm", + "name": "npm:pump", + "data": { + "version": "3.0.0", + "packageName": "pump", + "hash": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:punycode@1.4.1": { + "type": "npm", + "name": "npm:punycode@1.4.1", + "data": { + "version": "1.4.1", + "packageName": "punycode", + "hash": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==" + } + }, + "npm:pure-rand": { + "type": "npm", + "name": "npm:pure-rand", + "data": { + "version": "6.1.0", + "packageName": "pure-rand", + "hash": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==" + } + }, + "npm:q": { + "type": "npm", + "name": "npm:q", + "data": { + "version": "1.5.1", + "packageName": "q", + "hash": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==" + } + }, + "npm:qs": { + "type": "npm", + "name": "npm:qs", + "data": { + "version": "6.12.1", + "packageName": "qs", + "hash": "sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:quick-lru": { + "type": "npm", + "name": "npm:quick-lru", + "data": { + "version": "4.0.1", + "packageName": "quick-lru", + "hash": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==" + } + }, + "npm:rc": { + "type": "npm", + "name": "npm:rc", + "data": { + "version": "1.2.8", + "packageName": "rc", + "hash": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==" + } + }, + "npm:strip-json-comments@2.0.1": { + "type": "npm", + "name": "npm:strip-json-comments@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "strip-json-comments", + "hash": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:react-is": { + "type": "npm", + "name": "npm:react-is", + "data": { + "version": "18.3.1", + "packageName": "react-is", + "hash": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==" + } + }, + "npm:read-pkg": { + "type": "npm", + "name": "npm:read-pkg", + "data": { + "version": "5.2.0", + "packageName": "read-pkg", + "hash": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" + } + }, + "npm:read-pkg@7.1.0": { + "type": "npm", + "name": "npm:read-pkg@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "read-pkg", + "hash": "sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.6.2", + "packageName": "rechoir", + "hash": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==" + } + }, + "npm:redent": { + "type": "npm", + "name": "npm:redent", + "data": { + "version": "3.0.0", + "packageName": "redent", + "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + } + }, + "npm:redeyed": { + "type": "npm", + "name": "npm:redeyed", + "data": { + "version": "2.1.1", + "packageName": "redeyed", + "hash": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==" + } + }, + "npm:regenerate": { + "type": "npm", + "name": "npm:regenerate", + "data": { + "version": "1.4.2", + "packageName": "regenerate", + "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + } + }, + "npm:regenerate-unicode-properties": { + "type": "npm", + "name": "npm:regenerate-unicode-properties", + "data": { + "version": "10.1.1", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regenerator-transform": { + "type": "npm", + "name": "npm:regenerator-transform", + "data": { + "version": "0.15.2", + "packageName": "regenerator-transform", + "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + } + }, + "npm:regexp.prototype.flags": { + "type": "npm", + "name": "npm:regexp.prototype.flags", + "data": { + "version": "1.5.2", + "packageName": "regexp.prototype.flags", + "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + } + }, + "npm:regexpu-core": { + "type": "npm", + "name": "npm:regexpu-core", + "data": { + "version": "5.3.2", + "packageName": "regexpu-core", + "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + } + }, + "npm:registry-auth-token": { + "type": "npm", + "name": "npm:registry-auth-token", + "data": { + "version": "5.0.2", + "packageName": "registry-auth-token", + "hash": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==" + } + }, + "npm:regjsparser": { + "type": "npm", + "name": "npm:regjsparser", + "data": { + "version": "0.9.1", + "packageName": "regjsparser", + "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + } + }, + "npm:reinterval": { + "type": "npm", + "name": "npm:reinterval", + "data": { + "version": "1.1.0", + "packageName": "reinterval", + "hash": "sha512-QIRet3SYrGp0HUHO88jVskiG6seqUGC5iAG7AwI/BV4ypGcuqk9Du6YQBUOUqm9c8pw1eyLoIaONifRua1lsEQ==" + } + }, + "npm:remeda": { + "type": "npm", + "name": "npm:remeda", + "data": { + "version": "0.0.32", + "packageName": "remeda", + "hash": "sha512-FEdl8ONpqY7AvvMHG5WYdomc0mGf2khHPUDu6QvNkOq4Wjkw5BvzWM4QyksAQ/US1sFIIRG8TVBn6iJx6HbRrA==" + } + }, + "npm:require-directory": { + "type": "npm", + "name": "npm:require-directory", + "data": { + "version": "2.1.1", + "packageName": "require-directory", + "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + } + }, + "npm:require-from-string": { + "type": "npm", + "name": "npm:require-from-string", + "data": { + "version": "2.0.2", + "packageName": "require-from-string", + "hash": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" + } + }, + "npm:resolve": { + "type": "npm", + "name": "npm:resolve", + "data": { + "version": "1.22.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "npm:resolve-cwd": { + "type": "npm", + "name": "npm:resolve-cwd", + "data": { + "version": "3.0.0", + "packageName": "resolve-cwd", + "hash": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:reusify": { + "type": "npm", + "name": "npm:reusify", + "data": { + "version": "1.0.4", + "packageName": "reusify", + "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + } + }, + "npm:rfdc": { + "type": "npm", + "name": "npm:rfdc", + "data": { + "version": "1.4.1", + "packageName": "rfdc", + "hash": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" + } + }, + "npm:run-parallel": { + "type": "npm", + "name": "npm:run-parallel", + "data": { + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:safe-array-concat": { + "type": "npm", + "name": "npm:safe-array-concat", + "data": { + "version": "1.1.2", + "packageName": "safe-array-concat", + "hash": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==" + } + }, + "npm:safe-regex-test": { + "type": "npm", + "name": "npm:safe-regex-test", + "data": { + "version": "1.0.3", + "packageName": "safe-regex-test", + "hash": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==" + } + }, + "npm:semantic-release": { + "type": "npm", + "name": "npm:semantic-release", + "data": { + "version": "20.1.0", + "packageName": "semantic-release", + "hash": "sha512-+9+n6RIr0Fz0F53cXrjpawxWlUg3O7/qr1jF9lrE+/v6WqwBrSWnavVHTPaf2WLerET2EngoqI0M4pahkKl6XQ==" + } + }, + "npm:semantic-release-plugin-decorators": { + "type": "npm", + "name": "npm:semantic-release-plugin-decorators", + "data": { + "version": "3.0.1", + "packageName": "semantic-release-plugin-decorators", + "hash": "sha512-f5Qjvv/AJYByvkaj11a+05gQwfPwgQKo5OIhj8YVM2Dhf2rOPEOLD83jGrTdM7Nuf//sZYw77/cGUSVygUG9Kg==" + } + }, + "npm:semver-diff": { + "type": "npm", + "name": "npm:semver-diff", + "data": { + "version": "4.0.0", + "packageName": "semver-diff", + "hash": "sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==" + } + }, + "npm:semver-intersect": { + "type": "npm", + "name": "npm:semver-intersect", + "data": { + "version": "1.5.0", + "packageName": "semver-intersect", + "hash": "sha512-BDjWX7yCC0haX4W/zrnV2JaMpVirwaEkGOBmgRQtH++F1N3xl9v7k9H44xfTqwl+yLNNSbMKosoVSTIiJVQ2Pw==" + } + }, + "npm:semver-regex": { + "type": "npm", + "name": "npm:semver-regex", + "data": { + "version": "4.0.5", + "packageName": "semver-regex", + "hash": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==" + } + }, + "npm:set-function-length": { + "type": "npm", + "name": "npm:set-function-length", + "data": { + "version": "1.2.2", + "packageName": "set-function-length", + "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + } + }, + "npm:set-function-name": { + "type": "npm", + "name": "npm:set-function-name", + "data": { + "version": "2.0.2", + "packageName": "set-function-name", + "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:shelljs": { + "type": "npm", + "name": "npm:shelljs", + "data": { + "version": "0.8.5", + "packageName": "shelljs", + "hash": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==" + } + }, + "npm:shlex": { + "type": "npm", + "name": "npm:shlex", + "data": { + "version": "2.1.2", + "packageName": "shlex", + "hash": "sha512-Nz6gtibMVgYeMEhUjp2KuwAgqaJA1K155dU/HuDaEJUGgnmYfVtVZah+uerVWdH8UGnyahhDCgABbYTbs254+w==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.0.6", + "packageName": "side-channel", + "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + } + }, + "npm:signale": { + "type": "npm", + "name": "npm:signale", + "data": { + "version": "1.4.0", + "packageName": "signale", + "hash": "sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==" + } + }, + "npm:sisteransi": { + "type": "npm", + "name": "npm:sisteransi", + "data": { + "version": "1.0.5", + "packageName": "sisteransi", + "hash": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:sort-json": { + "type": "npm", + "name": "npm:sort-json", + "data": { + "version": "2.0.1", + "packageName": "sort-json", + "hash": "sha512-s8cs2bcsQCzo/P2T/uoU6Js4dS/jnX8+4xunziNoq9qmSpZNCrRIAIvp4avsz0ST18HycV4z/7myJ7jsHWB2XQ==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:spawn-error-forwarder": { + "type": "npm", + "name": "npm:spawn-error-forwarder", + "data": { + "version": "1.0.0", + "packageName": "spawn-error-forwarder", + "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + } + }, + "npm:spdx-license-list": { + "type": "npm", + "name": "npm:spdx-license-list", + "data": { + "version": "6.9.0", + "packageName": "spdx-license-list", + "hash": "sha512-L2jl5vc2j6jxWcNCvcVj/BW9A8yGIG02Dw+IUw0ZxDM70f7Ylf5Hq39appV1BI9yxyWQRpq2TQ1qaXvf+yjkqA==" + } + }, + "npm:split": { + "type": "npm", + "name": "npm:split", + "data": { + "version": "1.0.1", + "packageName": "split", + "hash": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:stack-utils": { + "type": "npm", + "name": "npm:stack-utils", + "data": { + "version": "2.0.6", + "packageName": "stack-utils", + "hash": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==" + } + }, + "npm:stream-chain": { + "type": "npm", + "name": "npm:stream-chain", + "data": { + "version": "2.2.5", + "packageName": "stream-chain", + "hash": "sha512-1TJmBx6aSWqZ4tx7aTpBDXK0/e2hhcNSTV8+CbFJtDjbb+I1mZ8lHit0Grw9GRT+6JbIrrDd8esncgBi8aBXGA==" + } + }, + "npm:stream-combiner2": { + "type": "npm", + "name": "npm:stream-combiner2", + "data": { + "version": "1.1.1", + "packageName": "stream-combiner2", + "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + } + }, + "npm:stream-json": { + "type": "npm", + "name": "npm:stream-json", + "data": { + "version": "1.8.0", + "packageName": "stream-json", + "hash": "sha512-HZfXngYHUAr1exT4fxlbc1IOce1RYxp2ldeaf97LYCOPSoOqY/1Psp7iGvpb+6JIOgkra9zDYnPX01hGAHzEPw==" + } + }, + "npm:stream-shift": { + "type": "npm", + "name": "npm:stream-shift", + "data": { + "version": "1.0.3", + "packageName": "stream-shift", + "hash": "sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==" + } + }, + "npm:streamroller": { + "type": "npm", + "name": "npm:streamroller", + "data": { + "version": "3.1.5", + "packageName": "streamroller", + "hash": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==" + } + }, + "npm:string-length": { + "type": "npm", + "name": "npm:string-length", + "data": { + "version": "4.0.2", + "packageName": "string-length", + "hash": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==" + } + }, + "npm:string.prototype.repeat": { + "type": "npm", + "name": "npm:string.prototype.repeat", + "data": { + "version": "1.0.0", + "packageName": "string.prototype.repeat", + "hash": "sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==" + } + }, + "npm:string.prototype.trim": { + "type": "npm", + "name": "npm:string.prototype.trim", + "data": { + "version": "1.2.9", + "packageName": "string.prototype.trim", + "hash": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==" + } + }, + "npm:string.prototype.trimend": { + "type": "npm", + "name": "npm:string.prototype.trimend", + "data": { + "version": "1.0.8", + "packageName": "string.prototype.trimend", + "hash": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==" + } + }, + "npm:string.prototype.trimstart": { + "type": "npm", + "name": "npm:string.prototype.trimstart", + "data": { + "version": "1.0.8", + "packageName": "string.prototype.trimstart", + "hash": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==" + } + }, + "npm:strip-indent": { + "type": "npm", + "name": "npm:strip-indent", + "data": { + "version": "3.0.0", + "packageName": "strip-indent", + "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + } + }, + "npm:strnum": { + "type": "npm", + "name": "npm:strnum", + "data": { + "version": "1.0.5", + "packageName": "strnum", + "hash": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" + } + }, + "npm:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:supports-hyperlinks": { + "type": "npm", + "name": "npm:supports-hyperlinks", + "data": { + "version": "2.3.0", + "packageName": "supports-hyperlinks", + "hash": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==" + } + }, + "npm:supports-preserve-symlinks-flag": { + "type": "npm", + "name": "npm:supports-preserve-symlinks-flag", + "data": { + "version": "1.0.0", + "packageName": "supports-preserve-symlinks-flag", + "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + } + }, + "npm:synckit": { + "type": "npm", + "name": "npm:synckit", + "data": { + "version": "0.8.8", + "packageName": "synckit", + "hash": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:temp-dir": { + "type": "npm", + "name": "npm:temp-dir", + "data": { + "version": "2.0.0", + "packageName": "temp-dir", + "hash": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==" + } + }, + "npm:tempy": { + "type": "npm", + "name": "npm:tempy", + "data": { + "version": "1.0.1", + "packageName": "tempy", + "hash": "sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==" + } + }, + "npm:test-exclude": { + "type": "npm", + "name": "npm:test-exclude", + "data": { + "version": "6.0.0", + "packageName": "test-exclude", + "hash": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tmp": { + "type": "npm", + "name": "npm:tmp", + "data": { + "version": "0.2.3", + "packageName": "tmp", + "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + } + }, + "npm:tmpl": { + "type": "npm", + "name": "npm:tmpl", + "data": { + "version": "1.0.5", + "packageName": "tmpl", + "hash": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + } + }, + "npm:to-fast-properties": { + "type": "npm", + "name": "npm:to-fast-properties", + "data": { + "version": "2.0.0", + "packageName": "to-fast-properties", + "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + } + }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "0.0.3", + "packageName": "tr46", + "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + } + }, + "npm:traverse": { + "type": "npm", + "name": "npm:traverse", + "data": { + "version": "0.6.9", + "packageName": "traverse", + "hash": "sha512-7bBrcF+/LQzSgFmT0X5YclVqQxtv7TDJ1f8Wj7ibBu/U6BMLeOpUxuZjV7rMc44UtKxlnMFigdhFAIszSX1DMg==" + } + }, + "npm:trim-newlines": { + "type": "npm", + "name": "npm:trim-newlines", + "data": { + "version": "3.0.1", + "packageName": "trim-newlines", + "hash": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==" + } + }, + "npm:ts-api-utils": { + "type": "npm", + "name": "npm:ts-api-utils", + "data": { + "version": "1.3.0", + "packageName": "ts-api-utils", + "hash": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==" + } + }, + "npm:ts-jest": { + "type": "npm", + "name": "npm:ts-jest", + "data": { + "version": "29.1.4", + "packageName": "ts-jest", + "hash": "sha512-YiHwDhSvCiItoAgsKtoLFCuakDzDsJ1DLDnSouTaTmdOcOwIkSzbLXduaQ6M5DRVhuZC/NYaaZ/mtHbWMv/S6Q==" + } + }, + "npm:tsconfig-paths": { + "type": "npm", + "name": "npm:tsconfig-paths", + "data": { + "version": "4.2.0", + "packageName": "tsconfig-paths", + "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + } + }, + "npm:type": { + "type": "npm", + "name": "npm:type", + "data": { + "version": "2.7.3", + "packageName": "type", + "hash": "sha512-8j+1QmAbPvLZow5Qpi6NCaN8FB60p/6x8/vfNqOk/hC+HuvFZhL4+WfekuhQLiqFZXOgQdrs3B+XxEmCc6b3FQ==" + } + }, + "npm:type-check": { + "type": "npm", + "name": "npm:type-check", + "data": { + "version": "0.4.0", + "packageName": "type-check", + "hash": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==" + } + }, + "npm:type-detect": { + "type": "npm", + "name": "npm:type-detect", + "data": { + "version": "4.0.8", + "packageName": "type-detect", + "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + } + }, + "npm:typed-array-buffer": { + "type": "npm", + "name": "npm:typed-array-buffer", + "data": { + "version": "1.0.2", + "packageName": "typed-array-buffer", + "hash": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==" + } + }, + "npm:typed-array-byte-length": { + "type": "npm", + "name": "npm:typed-array-byte-length", + "data": { + "version": "1.0.1", + "packageName": "typed-array-byte-length", + "hash": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==" + } + }, + "npm:typed-array-byte-offset": { + "type": "npm", + "name": "npm:typed-array-byte-offset", + "data": { + "version": "1.0.2", + "packageName": "typed-array-byte-offset", + "hash": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==" + } + }, + "npm:typed-array-length": { + "type": "npm", + "name": "npm:typed-array-length", + "data": { + "version": "1.0.6", + "packageName": "typed-array-length", + "hash": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==" + } + }, + "npm:typedarray": { + "type": "npm", + "name": "npm:typedarray", + "data": { + "version": "0.0.6", + "packageName": "typedarray", + "hash": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + } + }, + "npm:typedarray.prototype.slice": { + "type": "npm", + "name": "npm:typedarray.prototype.slice", + "data": { + "version": "1.0.3", + "packageName": "typedarray.prototype.slice", + "hash": "sha512-8WbVAQAUlENo1q3c3zZYuy5k9VzBQvp8AX9WOtbvyWlLM1v5JaSRmjubLjzHF4JFtptjH/5c/i95yaElvcjC0A==" + } + }, + "npm:uglify-js": { + "type": "npm", + "name": "npm:uglify-js", + "data": { + "version": "3.18.0", + "packageName": "uglify-js", + "hash": "sha512-SyVVbcNBCk0dzr9XL/R/ySrmYf0s372K6/hFklzgcp2lBFyXtw4I7BOdDjlLhE1aVqaI/SHWXWmYdlZxuyF38A==" + } + }, + "npm:unbox-primitive": { + "type": "npm", + "name": "npm:unbox-primitive", + "data": { + "version": "1.0.2", + "packageName": "unbox-primitive", + "hash": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "5.26.5", + "packageName": "undici-types", + "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + } + }, + "npm:unicode-canonical-property-names-ecmascript": { + "type": "npm", + "name": "npm:unicode-canonical-property-names-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-canonical-property-names-ecmascript", + "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + } + }, + "npm:unicode-match-property-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-match-property-ecmascript", + "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + } + }, + "npm:unicode-match-property-value-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-value-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unicorn-magic": { + "type": "npm", + "name": "npm:unicorn-magic", + "data": { + "version": "0.1.0", + "packageName": "unicorn-magic", + "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + } + }, + "npm:unique-string": { + "type": "npm", + "name": "npm:unique-string", + "data": { + "version": "2.0.0", + "packageName": "unique-string", + "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + } + }, + "npm:universal-user-agent": { + "type": "npm", + "name": "npm:universal-user-agent", + "data": { + "version": "6.0.1", + "packageName": "universal-user-agent", + "hash": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.0.16", + "packageName": "update-browserslist-db", + "hash": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url": { + "type": "npm", + "name": "npm:url", + "data": { + "version": "0.11.3", + "packageName": "url", + "hash": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==" + } + }, + "npm:url-join": { + "type": "npm", + "name": "npm:url-join", + "data": { + "version": "4.0.1", + "packageName": "url-join", + "hash": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==" + } + }, + "npm:uuid": { + "type": "npm", + "name": "npm:uuid", + "data": { + "version": "9.0.1", + "packageName": "uuid", + "hash": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + } + }, + "npm:v8-compile-cache-lib": { + "type": "npm", + "name": "npm:v8-compile-cache-lib", + "data": { + "version": "3.0.1", + "packageName": "v8-compile-cache-lib", + "hash": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" + } + }, + "npm:v8-to-istanbul": { + "type": "npm", + "name": "npm:v8-to-istanbul", + "data": { + "version": "9.2.0", + "packageName": "v8-to-istanbul", + "hash": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==" + } + }, + "npm:walker": { + "type": "npm", + "name": "npm:walker", + "data": { + "version": "1.0.8", + "packageName": "walker", + "hash": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==" + } + }, + "npm:webidl-conversions": { + "type": "npm", + "name": "npm:webidl-conversions", + "data": { + "version": "3.0.1", + "packageName": "webidl-conversions", + "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "5.0.0", + "packageName": "whatwg-url", + "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" + } + }, + "npm:which-boxed-primitive": { + "type": "npm", + "name": "npm:which-boxed-primitive", + "data": { + "version": "1.0.2", + "packageName": "which-boxed-primitive", + "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + } + }, + "npm:which-typed-array": { + "type": "npm", + "name": "npm:which-typed-array", + "data": { + "version": "1.1.15", + "packageName": "which-typed-array", + "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + } + }, + "npm:word-wrap": { + "type": "npm", + "name": "npm:word-wrap", + "data": { + "version": "1.2.5", + "packageName": "word-wrap", + "hash": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==" + } + }, + "npm:wordwrap": { + "type": "npm", + "name": "npm:wordwrap", + "data": { + "version": "1.0.0", + "packageName": "wordwrap", + "hash": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==" + } + }, + "npm:workerpool": { + "type": "npm", + "name": "npm:workerpool", + "data": { + "version": "6.5.1", + "packageName": "workerpool", + "hash": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:xmlbuilder": { + "type": "npm", + "name": "npm:xmlbuilder", + "data": { + "version": "15.1.1", + "packageName": "xmlbuilder", + "hash": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==" + } + }, + "npm:xtend": { + "type": "npm", + "name": "npm:xtend", + "data": { + "version": "4.0.2", + "packageName": "xtend", + "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + }, + "npm:y18n": { + "type": "npm", + "name": "npm:y18n", + "data": { + "version": "5.0.8", + "packageName": "y18n", + "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "1.10.2", + "packageName": "yaml", + "hash": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + } + }, + "npm:yn": { + "type": "npm", + "name": "npm:yn", + "data": { + "version": "3.1.1", + "packageName": "yn", + "hash": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" + } + }, + "npm:zod": { + "type": "npm", + "name": "npm:zod", + "data": { + "version": "3.23.8", + "packageName": "zod", + "hash": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==" + } + } + }, + "dependencies": { + "@affinidi-tdk/credential-verification-client": [ + { + "source": "@affinidi-tdk/credential-verification-client", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-verification-client", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-verification-client", + "target": "npm:@types/node@18.19.31", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-verification-client", + "target": "npm:typescript@4.9.5", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-verification-client", + "target": "npm:url", + "type": "static" + } + ], + "@affinidi-tdk/credential-issuance-client": [ + { + "source": "@affinidi-tdk/credential-issuance-client", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-issuance-client", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-issuance-client", + "target": "npm:@types/node@18.19.31", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-issuance-client", + "target": "npm:typescript@4.9.5", + "type": "static" + }, + { + "source": "@affinidi-tdk/credential-issuance-client", + "target": "npm:url", + "type": "static" + } + ], + "@affinidi-tdk/login-configuration-client": [ + { + "source": "@affinidi-tdk/login-configuration-client", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/login-configuration-client", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "@affinidi-tdk/login-configuration-client", + "target": "npm:@types/node@18.19.31", + "type": "static" + }, + { + "source": "@affinidi-tdk/login-configuration-client", + "target": "npm:typescript@4.9.5", + "type": "static" + }, + { + "source": "@affinidi-tdk/login-configuration-client", + "target": "npm:url", + "type": "static" + } + ], + "@affinidi-tdk/wallets-client": [ + { + "source": "@affinidi-tdk/wallets-client", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/wallets-client", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "@affinidi-tdk/wallets-client", + "target": "npm:@types/node@18.19.33", + "type": "static" + }, + { + "source": "@affinidi-tdk/wallets-client", + "target": "npm:typescript@4.9.5", + "type": "static" + }, + { + "source": "@affinidi-tdk/wallets-client", + "target": "npm:url", + "type": "static" + } + ], + "@affinidi-tdk/iota-client": [ + { + "source": "@affinidi-tdk/iota-client", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-client", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-client", + "target": "npm:@types/node@18.19.33", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-client", + "target": "npm:typescript@4.9.5", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-client", + "target": "npm:url", + "type": "static" + } + ], + "@affinidi-tdk/iam-client": [ + { + "source": "@affinidi-tdk/iam-client", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/iam-client", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "@affinidi-tdk/iam-client", + "target": "npm:@types/node@18.19.31", + "type": "static" + }, + { + "source": "@affinidi-tdk/iam-client", + "target": "npm:typescript@4.9.5", + "type": "static" + }, + { + "source": "@affinidi-tdk/iam-client", + "target": "npm:url", + "type": "static" + } + ], + "@affinidi-tdk/auth-provider": [ + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:jsonwebtoken", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:qs", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:jose", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:@typescript-eslint/parser@7.4.0", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:jsii", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:jsii-pacmak", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:jsii-release", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "@affinidi-tdk/common", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:@types/jsonwebtoken", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:@types/qs", + "type": "static" + }, + { + "source": "@affinidi-tdk/auth-provider", + "target": "npm:@types/uuid", + "type": "static" + } + ], + "@affinidi-tdk/iota-browser": [ + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:@types/uuid", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:esbuild-plugin-copy", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "@affinidi-tdk/common", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:aws-iot-device-sdk-v2", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:jose", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:zod", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-browser", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + } + ], + "@affinidi-tdk/common": [ + { + "source": "@affinidi-tdk/common", + "target": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:jsii", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:jsii-pacmak", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:jsii-release", + "type": "static" + }, + { + "source": "@affinidi-tdk/common", + "target": "npm:typescript", + "type": "static" + } + ], + "@affinidi-tdk/iota-core": [ + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:@aws-sdk/client-cognito-identity", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:eslint-plugin-prettier", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:jsii", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:jsii-pacmak", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "@affinidi-tdk/common", + "type": "static" + }, + { + "source": "@affinidi-tdk/iota-core", + "target": "@affinidi-tdk/iota-client", + "type": "static" + } + ], + "npm:@types/node@18.19.31": [ + { + "source": "npm:@types/node@18.19.31", + "target": "npm:undici-types", + "type": "static" + } + ], + "npm:@types/node@18.19.33": [ + { + "source": "npm:@types/node@18.19.33", + "target": "npm:undici-types", + "type": "static" + } + ], + "npm:@typescript-eslint/eslint-plugin@7.14.1": [ + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/parser@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/parser@7.14.1": [ + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.14.1", + "target": "npm:debug", + "type": "static" + } + ], + "npm:@typescript-eslint/scope-manager@7.14.1": [ + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + } + ], + "npm:@typescript-eslint/typescript-estree@7.14.1": [ + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:@typescript-eslint/visitor-keys@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:minimatch@9.0.5", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.14.1", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/visitor-keys@7.14.1": [ + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.14.1", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ], + "npm:minimatch@9.0.5": [ + { + "source": "npm:minimatch@9.0.5", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:@affinidi-tdk/iota-client@1.8.0": [ + { + "source": "npm:@affinidi-tdk/iota-client@1.8.0", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.8.0", + "target": "npm:axios-retry", + "type": "static" + }, + { + "source": "npm:@affinidi-tdk/iota-client@1.8.0", + "target": "npm:url", + "type": "static" + } + ], + "npm:@ampproject/remapping": [ + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@aws-crypto/ie11-detection": [ + { + "source": "npm:@aws-crypto/ie11-detection", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@aws-crypto/sha256-browser": [ + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/ie11-detection", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/supports-web-crypto", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-crypto/util", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-sdk/util-locate-window", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-browser", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@aws-crypto/sha256-js": [ + { + "source": "npm:@aws-crypto/sha256-js", + "target": "npm:@aws-crypto/util", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-js", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-crypto/sha256-js", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@aws-crypto/supports-web-crypto": [ + { + "source": "npm:@aws-crypto/supports-web-crypto", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@aws-crypto/util": [ + { + "source": "npm:@aws-crypto/util", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-crypto/util", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:@aws-crypto/util", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@aws-sdk/client-codeartifact": [ + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-stream", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-codeartifact", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/client-cognito-identity": [ + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-cognito-identity", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/client-sso": [ + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/client-sso-oidc": [ + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sso-oidc", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/client-sts": [ + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-crypto/sha256-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-crypto/sha256-js", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-host-header", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-logger", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-recursion-detection", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/middleware-user-agent", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/region-config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/util-user-agent-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@aws-sdk/util-user-agent-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/hash-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/invalid-dependency", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-content-length", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-body-length-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-body-length-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-defaults-mode-browser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-defaults-mode-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@aws-sdk/client-sts", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/core": [ + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/core", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/signature-v4", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:fast-xml-parser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/core", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-cognito-identity": [ + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@aws-sdk/client-cognito-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-cognito-identity", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-env": [ + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-env", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-http": [ + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:@smithy/util-stream", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-http", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-ini": [ + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-env", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-process", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/credential-provider-web-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-ini", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-node": [ + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-env", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-ini", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-process", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/credential-provider-web-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-node", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-process": [ + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-process", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-sso": [ + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@aws-sdk/client-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@aws-sdk/token-providers", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-sso", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-provider-web-identity": [ + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-provider-web-identity", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/credential-providers": [ + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/client-cognito-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/client-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/client-sts", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-cognito-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-env", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-ini", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-node", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-process", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-sso", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/credential-provider-web-identity", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/credential-providers", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/middleware-host-header": [ + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-host-header", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/middleware-logger": [ + { + "source": "npm:@aws-sdk/middleware-logger", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-logger", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-logger", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/middleware-recursion-detection": [ + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-recursion-detection", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/middleware-user-agent": [ + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@aws-sdk/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/middleware-user-agent", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/region-config-resolver": [ + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/util-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@aws-sdk/region-config-resolver", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/token-providers": [ + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@aws-sdk/client-sso-oidc", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/token-providers", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/types": [ + { + "source": "npm:@aws-sdk/types", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/types", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/util-endpoints": [ + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:@smithy/util-endpoints", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-endpoints", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/util-locate-window": [ + { + "source": "npm:@aws-sdk/util-locate-window", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/util-user-agent-browser": [ + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:bowser", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-browser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/util-user-agent-node": [ + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:aws-crt", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@aws-sdk/util-user-agent-node", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@aws-sdk/util-utf8-browser": [ + { + "source": "npm:@aws-sdk/util-utf8-browser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@babel/code-frame": [ + { + "source": "npm:@babel/code-frame", + "target": "npm:@babel/highlight", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:@babel/core": [ + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/generator": [ + { + "source": "npm:@babel/generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:jsesc", + "type": "static" + } + ], + "npm:@babel/helper-annotate-as-pure": [ + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-builder-binary-assignment-operator-visitor": [ + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-compilation-targets": [ + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:lru-cache", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/helper-create-class-features-plugin": [ + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/helper-create-regexp-features-plugin": [ + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:regexpu-core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/helper-define-polyfill-provider": [ + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:lodash.debounce", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:@babel/helper-environment-visitor": [ + { + "source": "npm:@babel/helper-environment-visitor", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-function-name": [ + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-hoist-variables": [ + { + "source": "npm:@babel/helper-hoist-variables", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-member-expression-to-functions": [ + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-module-imports": [ + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-module-transforms": [ + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + } + ], + "npm:@babel/helper-optimise-call-expression": [ + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-remap-async-to-generator": [ + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-wrap-function", + "type": "static" + } + ], + "npm:@babel/helper-replace-supers": [ + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + } + ], + "npm:@babel/helper-simple-access": [ + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-skip-transparent-expression-wrappers": [ + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-split-export-declaration": [ + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-wrap-function": [ + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helpers": [ + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/highlight": [ + { + "source": "npm:@babel/highlight", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:ansi-styles@3.2.1": [ + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert", + "type": "static" + } + ], + "npm:chalk@2.4.2": [ + { + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", + "type": "static" + } + ], + "npm:supports-color@5.5.0": [ + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": [ + { + "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-proposal-decorators": [ + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-decorators", + "target": "npm:@babel/plugin-syntax-decorators", + "type": "static" + } + ], + "npm:@babel/plugin-proposal-private-property-in-object": [ + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-async-generators": [ + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-bigint": [ + { + "source": "npm:@babel/plugin-syntax-bigint", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-bigint", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-class-properties": [ + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-class-static-block": [ + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-decorators": [ + { + "source": "npm:@babel/plugin-syntax-decorators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-decorators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-dynamic-import": [ + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-export-namespace-from": [ + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-assertions": [ + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-attributes": [ + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-meta": [ + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-json-strings": [ + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-jsx": [ + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-logical-assignment-operators": [ + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-nullish-coalescing-operator": [ + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-numeric-separator": [ + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-object-rest-spread": [ + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-optional-catch-binding": [ + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-optional-chaining": [ + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-private-property-in-object": [ + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-top-level-await": [ + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-typescript": [ + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-unicode-sets-regex": [ + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-arrow-functions": [ + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-generator-functions": [ + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-to-generator": [ + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-block-scoped-functions": [ + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-block-scoping": [ + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-class-properties": [ + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-class-static-block": [ + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + } + ], + "npm:@babel/plugin-transform-classes": [ + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:globals", + "type": "static" + } + ], + "npm:@babel/plugin-transform-computed-properties": [ + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/template", + "type": "static" + } + ], + "npm:@babel/plugin-transform-destructuring": [ + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-dotall-regex": [ + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-duplicate-keys": [ + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-dynamic-import": [ + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + } + ], + "npm:@babel/plugin-transform-exponentiation-operator": [ + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-export-namespace-from": [ + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + } + ], + "npm:@babel/plugin-transform-for-of": [ + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-function-name": [ + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-json-strings": [ + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + } + ], + "npm:@babel/plugin-transform-literals": [ + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-logical-assignment-operators": [ + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + } + ], + "npm:@babel/plugin-transform-member-expression-literals": [ + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-amd": [ + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-commonjs": [ + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-simple-access", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-systemjs": [ + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-umd": [ + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-named-capturing-groups-regex": [ + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-new-target": [ + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-nullish-coalescing-operator": [ + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-numeric-separator": [ + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-object-rest-spread": [ + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + } + ], + "npm:@babel/plugin-transform-object-super": [ + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-optional-catch-binding": [ + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + } + ], + "npm:@babel/plugin-transform-optional-chaining": [ + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + } + ], + "npm:@babel/plugin-transform-parameters": [ + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-private-methods": [ + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-private-property-in-object": [ + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + } + ], + "npm:@babel/plugin-transform-property-literals": [ + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-regenerator": [ + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:regenerator-transform", + "type": "static" + } + ], + "npm:@babel/plugin-transform-reserved-words": [ + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-runtime": [ + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-runtime", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/plugin-transform-shorthand-properties": [ + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-spread": [ + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-sticky-regex": [ + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-template-literals": [ + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-typeof-symbol": [ + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-typescript": [ + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-escapes": [ + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-property-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-sets-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/preset-env": [ + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:@babel/preset-modules": [ + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:esutils", + "type": "static" + } + ], + "npm:@babel/preset-typescript": [ + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-typescript", + "type": "static" + } + ], + "npm:@babel/runtime": [ + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + } + ], + "npm:@babel/template": [ + { + "source": "npm:@babel/template", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/traverse": [ + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:globals", + "type": "static" + } + ], + "npm:@babel/types": [ + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:to-fast-properties", + "type": "static" + } + ], + "npm:@commitlint/cli": [ + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/format", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/lint", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/load", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/read", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@commitlint/cli", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:@commitlint/config-conventional": [ + { + "source": "npm:@commitlint/config-conventional", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/config-conventional", + "target": "npm:conventional-changelog-conventionalcommits", + "type": "static" + } + ], + "npm:@commitlint/config-validator": [ + { + "source": "npm:@commitlint/config-validator", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/config-validator", + "target": "npm:ajv", + "type": "static" + } + ], + "npm:@commitlint/ensure": [ + { + "source": "npm:@commitlint/ensure", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.camelcase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.kebabcase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.snakecase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.startcase", + "type": "static" + }, + { + "source": "npm:@commitlint/ensure", + "target": "npm:lodash.upperfirst", + "type": "static" + } + ], + "npm:@commitlint/format": [ + { + "source": "npm:@commitlint/format", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/format", + "target": "npm:chalk", + "type": "static" + } + ], + "npm:@commitlint/is-ignored": [ + { + "source": "npm:@commitlint/is-ignored", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/is-ignored", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@commitlint/lint": [ + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/is-ignored", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/parse", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/rules", + "type": "static" + }, + { + "source": "npm:@commitlint/lint", + "target": "npm:@commitlint/types", + "type": "static" + } + ], + "npm:@commitlint/load": [ + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/config-validator", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/execute-rule", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/resolve-extends", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:cosmiconfig-typescript-loader", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:lodash.isplainobject", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "npm:@commitlint/load", + "target": "npm:lodash.uniq", + "type": "static" + } + ], + "npm:@commitlint/parse": [ + { + "source": "npm:@commitlint/parse", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-changelog-angular", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-commits-parser", + "type": "static" + } + ], + "npm:@commitlint/read": [ + { + "source": "npm:@commitlint/read", + "target": "npm:@commitlint/top-level", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:git-raw-commits", + "type": "static" + }, + { + "source": "npm:@commitlint/read", + "target": "npm:minimist", + "type": "static" + } + ], + "npm:@commitlint/resolve-extends": [ + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:@commitlint/config-validator", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:global-directory", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:import-meta-resolve", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:lodash.mergewith", + "type": "static" + }, + { + "source": "npm:@commitlint/resolve-extends", + "target": "npm:resolve-from", + "type": "static" + } + ], + "npm:@commitlint/rules": [ + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/ensure", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/message", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/to-lines", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/rules", + "target": "npm:execa", + "type": "static" + } + ], + "npm:@commitlint/top-level": [ + { + "source": "npm:@commitlint/top-level", + "target": "npm:find-up", + "type": "static" + } + ], + "npm:@commitlint/types": [ + { + "source": "npm:@commitlint/types", + "target": "npm:@types/conventional-commits-parser", + "type": "static" + }, + { + "source": "npm:@commitlint/types", + "target": "npm:chalk", + "type": "static" + } + ], + "npm:@cspotcode/source-map-support": [ + { + "source": "npm:@cspotcode/source-map-support", + "target": "npm:@jridgewell/trace-mapping@0.3.9", + "type": "static" + } + ], + "npm:@jridgewell/trace-mapping@0.3.9": [ + { + "source": "npm:@jridgewell/trace-mapping@0.3.9", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping@0.3.9", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:@eslint-community/eslint-utils": [ + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@eslint-community/eslint-utils", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ], + "npm:@eslint/eslintrc": [ + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:globals@13.24.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:@eslint/eslintrc", + "target": "npm:strip-json-comments", + "type": "static" + } + ], + "npm:ajv@6.12.6": [ + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:json-schema-traverse@0.4.1", + "type": "static" + }, + { + "source": "npm:ajv@6.12.6", + "target": "npm:uri-js", + "type": "static" + } + ], + "npm:brace-expansion@1.1.11": [ + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + } + ], + "npm:globals@13.24.0": [ + { + "source": "npm:globals@13.24.0", + "target": "npm:type-fest@0.20.2", + "type": "static" + } + ], + "npm:js-yaml@4.1.0": [ + { + "source": "npm:js-yaml@4.1.0", + "target": "npm:argparse@2.0.1", + "type": "static" + } + ], + "npm:minimatch@3.1.2": [ + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + } + ], + "npm:@httptoolkit/websocket-stream": [ + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:@types/ws", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:duplexify", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:isomorphic-ws", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:@httptoolkit/websocket-stream", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:readable-stream@2.3.8": [ + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder@1.1.1", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:string_decoder@1.1.1": [ + { + "source": "npm:string_decoder@1.1.1", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + } + ], + "npm:@humanwhocodes/config-array": [ + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:@humanwhocodes/object-schema", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@humanwhocodes/config-array", + "target": "npm:minimatch@3.1.2", + "type": "static" + } + ], + "npm:@istanbuljs/load-nyc-config": [ + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:get-package-type", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@istanbuljs/load-nyc-config", + "target": "npm:resolve-from", + "type": "static" + } + ], + "npm:find-up@4.1.0": [ + { + "source": "npm:find-up@4.1.0", + "target": "npm:locate-path@5.0.0", + "type": "static" + }, + { + "source": "npm:find-up@4.1.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + } + ], + "npm:locate-path@5.0.0": [ + { + "source": "npm:locate-path@5.0.0", + "target": "npm:p-locate@4.1.0", + "type": "static" + } + ], + "npm:p-limit@2.3.0": [ + { + "source": "npm:p-limit@2.3.0", + "target": "npm:p-try", + "type": "static" + } + ], + "npm:p-locate@4.1.0": [ + { + "source": "npm:p-locate@4.1.0", + "target": "npm:p-limit@2.3.0", + "type": "static" + } + ], + "npm:@jest/console": [ + { + "source": "npm:@jest/console", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/console", + "target": "npm:slash", + "type": "static" + } + ], + "npm:ansi-styles@4.3.0": [ + { + "source": "npm:ansi-styles@4.3.0", + "target": "npm:color-convert@2.0.1", + "type": "static" + } + ], + "npm:chalk@4.1.2": [ + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:color-convert@2.0.1": [ + { + "source": "npm:color-convert@2.0.1", + "target": "npm:color-name@1.1.4", + "type": "static" + } + ], + "npm:@jest/core": [ + { + "source": "npm:@jest/core", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/reporters", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:ci-info", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-changed-files", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-resolve-dependencies", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-runner", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-runtime", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:jest-watcher", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/core", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:@jest/environment": [ + { + "source": "npm:@jest/environment", + "target": "npm:@jest/fake-timers", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/environment", + "target": "npm:jest-mock", + "type": "static" + } + ], + "npm:@jest/expect": [ + { + "source": "npm:@jest/expect", + "target": "npm:expect", + "type": "static" + }, + { + "source": "npm:@jest/expect", + "target": "npm:jest-snapshot", + "type": "static" + } + ], + "npm:@jest/expect-utils": [ + { + "source": "npm:@jest/expect-utils", + "target": "npm:jest-get-type", + "type": "static" + } + ], + "npm:@jest/fake-timers": [ + { + "source": "npm:@jest/fake-timers", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:@sinonjs/fake-timers", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:@jest/fake-timers", + "target": "npm:jest-util", + "type": "static" + } + ], + "npm:@jest/globals": [ + { + "source": "npm:@jest/globals", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:@jest/expect", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/globals", + "target": "npm:jest-mock", + "type": "static" + } + ], + "npm:@jest/reporters": [ + { + "source": "npm:@jest/reporters", + "target": "npm:@bcoe/v8-coverage", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:collect-v8-coverage", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-instrument", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-report", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-lib-source-maps", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:istanbul-reports", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:jest-worker", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:string-length", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:@jest/reporters", + "target": "npm:v8-to-istanbul", + "type": "static" + } + ], + "npm:@jest/schemas": [ + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + } + ], + "npm:@jest/source-map": [ + { + "source": "npm:@jest/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jest/source-map", + "target": "npm:callsites", + "type": "static" + }, + { + "source": "npm:@jest/source-map", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:@jest/test-result": [ + { + "source": "npm:@jest/test-result", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@jest/test-result", + "target": "npm:collect-v8-coverage", + "type": "static" + } + ], + "npm:@jest/test-sequencer": [ + { + "source": "npm:@jest/test-sequencer", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:@jest/test-sequencer", + "target": "npm:slash", + "type": "static" + } + ], + "npm:@jest/transform": [ + { + "source": "npm:@jest/transform", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:babel-plugin-istanbul", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:pirates", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:@jest/transform", + "target": "npm:write-file-atomic", + "type": "static" + } + ], + "npm:@jest/types": [ + { + "source": "npm:@jest/types", + "target": "npm:@jest/schemas", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/istanbul-reports", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:@types/yargs", + "type": "static" + }, + { + "source": "npm:@jest/types", + "target": "npm:chalk@4.1.2", + "type": "static" + } + ], + "npm:@jridgewell/gen-mapping": [ + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@jridgewell/trace-mapping": [ + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:@jsii/check-node": [ + { + "source": "npm:@jsii/check-node", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@jsii/spec": [ + { + "source": "npm:@jsii/spec", + "target": "npm:ajv", + "type": "static" + } + ], + "npm:@nodelib/fs.scandir": [ + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + } + ], + "npm:@nodelib/fs.walk": [ + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + } + ], + "npm:@nrwl/devkit": [ + { + "source": "npm:@nrwl/devkit", + "target": "npm:@nx/devkit", + "type": "static" + } + ], + "npm:@nrwl/eslint-plugin-nx": [ + { + "source": "npm:@nrwl/eslint-plugin-nx", + "target": "npm:@nx/eslint-plugin", + "type": "static" + } + ], + "npm:@nrwl/jest": [ + { + "source": "npm:@nrwl/jest", + "target": "npm:@nx/jest", + "type": "static" + } + ], + "npm:@nrwl/js": [ + { + "source": "npm:@nrwl/js", + "target": "npm:@nx/js", + "type": "static" + } + ], + "npm:@nrwl/tao": [ + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@nrwl/workspace": [ + { + "source": "npm:@nrwl/workspace", + "target": "npm:@nx/workspace", + "type": "static" + } + ], + "npm:@nx/devkit": [ + { + "source": "npm:@nx/devkit", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:@nrwl/devkit", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/devkit", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:@nx/eslint": [ + { + "source": "npm:@nx/eslint", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:@nx/linter", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/eslint", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:@nx/eslint-plugin": [ + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nrwl/eslint-plugin-nx", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:confusing-browser-globals", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:jsonc-eslint-parser", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/eslint-plugin", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@nx/jest": [ + { + "source": "npm:@nx/jest", + "target": "npm:@jest/reporters", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@nrwl/jest", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@nx/js", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:@phenomnomnominal/tsquery", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:identity-obj-proxy", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:resolve.exports", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/jest", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:@nx/js": [ + { + "source": "npm:@nx/js", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/plugin-proposal-decorators", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/plugin-transform-runtime", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/preset-env", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/preset-typescript", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@nrwl/js", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:@nx/workspace", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:babel-plugin-const-enum", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:babel-plugin-macros", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:babel-plugin-transform-typescript-metadata", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:columnify", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:detect-port", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:source-map-support", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:ts-node@10.9.1", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:@nx/js", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:ts-node@10.9.1": [ + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@cspotcode/source-map-support", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node10", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node12", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node14", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:@tsconfig/node16", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:acorn-walk", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:arg", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:create-require", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:diff", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:make-error", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:v8-compile-cache-lib", + "type": "static" + }, + { + "source": "npm:ts-node@10.9.1", + "target": "npm:yn", + "type": "static" + } + ], + "npm:@nx/linter": [ + { + "source": "npm:@nx/linter", + "target": "npm:@nx/eslint", + "type": "static" + } + ], + "npm:@nx/workspace": [ + { + "source": "npm:@nx/workspace", + "target": "npm:@nrwl/workspace", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:@nx/devkit", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/workspace", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:@octokit/core": [ + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/auth-token", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/graphql", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/request", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/request-error", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:before-after-hook", + "type": "static" + }, + { + "source": "npm:@octokit/core", + "target": "npm:universal-user-agent", + "type": "static" + } + ], + "npm:@octokit/endpoint": [ + { + "source": "npm:@octokit/endpoint", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/endpoint", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:@octokit/endpoint", + "target": "npm:universal-user-agent", + "type": "static" + } + ], + "npm:@octokit/graphql": [ + { + "source": "npm:@octokit/graphql", + "target": "npm:@octokit/request", + "type": "static" + }, + { + "source": "npm:@octokit/graphql", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/graphql", + "target": "npm:universal-user-agent", + "type": "static" + } + ], + "npm:@octokit/plugin-paginate-rest": [ + { + "source": "npm:@octokit/plugin-paginate-rest", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-paginate-rest", + "target": "npm:@octokit/tsconfig", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-paginate-rest", + "target": "npm:@octokit/types", + "type": "static" + } + ], + "npm:@octokit/plugin-retry": [ + { + "source": "npm:@octokit/plugin-retry", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-retry", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-retry", + "target": "npm:bottleneck", + "type": "static" + } + ], + "npm:@octokit/plugin-throttling": [ + { + "source": "npm:@octokit/plugin-throttling", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-throttling", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/plugin-throttling", + "target": "npm:bottleneck", + "type": "static" + } + ], + "npm:@octokit/request": [ + { + "source": "npm:@octokit/request", + "target": "npm:@octokit/endpoint", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:@octokit/request-error", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@octokit/request", + "target": "npm:universal-user-agent", + "type": "static" + } + ], + "npm:@octokit/request-error": [ + { + "source": "npm:@octokit/request-error", + "target": "npm:@octokit/types", + "type": "static" + }, + { + "source": "npm:@octokit/request-error", + "target": "npm:deprecation", + "type": "static" + }, + { + "source": "npm:@octokit/request-error", + "target": "npm:once", + "type": "static" + } + ], + "npm:@octokit/types": [ + { + "source": "npm:@octokit/types", + "target": "npm:@octokit/openapi-types", + "type": "static" + } + ], + "npm:@phenomnomnominal/tsquery": [ + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@phenomnomnominal/tsquery", + "target": "npm:esquery", + "type": "static" + } + ], + "npm:@pnpm/network.ca-file": [ + { + "source": "npm:@pnpm/network.ca-file", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + } + ], + "npm:@pnpm/npm-conf": [ + { + "source": "npm:@pnpm/npm-conf", + "target": "npm:@pnpm/config.env-replace", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-conf", + "target": "npm:@pnpm/network.ca-file", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-conf", + "target": "npm:config-chain", + "type": "static" + } + ], + "npm:@semantic-release/changelog": [ + { + "source": "npm:@semantic-release/changelog", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@semantic-release/changelog", + "target": "npm:lodash", + "type": "static" + } + ], + "npm:@semantic-release/commit-analyzer": [ + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:conventional-changelog-angular@5.0.13", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:conventional-commits-filter", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:conventional-commits-parser@3.2.4", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:import-from", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/commit-analyzer", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:conventional-changelog-angular@5.0.13": [ + { + "source": "npm:conventional-changelog-angular@5.0.13", + "target": "npm:compare-func", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular@5.0.13", + "target": "npm:q", + "type": "static" + } + ], + "npm:conventional-commits-parser@3.2.4": [ + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:is-text-path@1.0.1", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:meow@8.1.2", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser@3.2.4", + "target": "npm:through2", + "type": "static" + } + ], + "npm:hosted-git-info@4.1.0": [ + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:is-text-path@1.0.1": [ + { + "source": "npm:is-text-path@1.0.1", + "target": "npm:text-extensions@1.9.0", + "type": "static" + } + ], + "npm:lru-cache@6.0.0": [ + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + } + ], + "npm:meow@8.1.2": [ + { + "source": "npm:meow@8.1.2", + "target": "npm:@types/minimist", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:camelcase-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:decamelize-keys", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:hard-rejection", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:minimist-options", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:normalize-package-data@3.0.3", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:read-pkg-up@7.0.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:redent", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:trim-newlines", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:type-fest@0.18.1", + "type": "static" + }, + { + "source": "npm:meow@8.1.2", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + } + ], + "npm:normalize-package-data@3.0.3": [ + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:normalize-package-data@3.0.3", + "target": "npm:validate-npm-package-license", + "type": "static" + } + ], + "npm:read-pkg-up@7.0.1": [ + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:find-up@4.1.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:read-pkg-up@7.0.1", + "target": "npm:type-fest@0.8.1", + "type": "static" + } + ], + "npm:split2@3.2.2": [ + { + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:@semantic-release/exec": [ + { + "source": "npm:@semantic-release/exec", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/exec", + "target": "npm:parse-json", + "type": "static" + } + ], + "npm:execa@5.1.1": [ + { + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:human-signals@2.1.0", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline@2.0.0", + "type": "static" + } + ], + "npm:onetime@5.1.2": [ + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + } + ], + "npm:@semantic-release/git": [ + { + "source": "npm:@semantic-release/git", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:@semantic-release/git", + "target": "npm:p-reduce", + "type": "static" + } + ], + "npm:@semantic-release/github": [ + { + "source": "npm:@semantic-release/github", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/core", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/plugin-paginate-rest", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/plugin-retry", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@octokit/plugin-throttling", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:issue-parser", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:p-filter", + "type": "static" + }, + { + "source": "npm:@semantic-release/github", + "target": "npm:url-join", + "type": "static" + } + ], + "npm:@semantic-release/npm": [ + { + "source": "npm:@semantic-release/npm", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:nerf-dart", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:normalize-url", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:npm", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:rc", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:read-pkg", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:registry-auth-token", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@semantic-release/npm", + "target": "npm:tempy", + "type": "static" + } + ], + "npm:@semantic-release/release-notes-generator": [ + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-changelog-angular@5.0.13", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-changelog-writer", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-commits-filter", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:conventional-commits-parser@3.2.4", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:import-from", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:into-stream", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@semantic-release/release-notes-generator", + "target": "npm:read-pkg-up@7.0.1", + "type": "static" + } + ], + "npm:@sinonjs/commons": [ + { + "source": "npm:@sinonjs/commons", + "target": "npm:type-detect", + "type": "static" + } + ], + "npm:@sinonjs/fake-timers": [ + { + "source": "npm:@sinonjs/fake-timers", + "target": "npm:@sinonjs/commons", + "type": "static" + } + ], + "npm:@smithy/abort-controller": [ + { + "source": "npm:@smithy/abort-controller", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/abort-controller", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/config-resolver": [ + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/util-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/config-resolver", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/core": [ + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/middleware-retry", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/core", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/credential-provider-imds": [ + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@smithy/credential-provider-imds", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/fetch-http-handler": [ + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/querystring-builder", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@smithy/fetch-http-handler", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/hash-node": [ + { + "source": "npm:@smithy/hash-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/hash-node", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/invalid-dependency": [ + { + "source": "npm:@smithy/invalid-dependency", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/invalid-dependency", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/is-array-buffer": [ + { + "source": "npm:@smithy/is-array-buffer", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/middleware-content-length": [ + { + "source": "npm:@smithy/middleware-content-length", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-content-length", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-content-length", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/middleware-endpoint": [ + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/middleware-serde", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/url-parser", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-endpoint", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/middleware-retry": [ + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/service-error-classification", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:@smithy/util-retry", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-retry", + "target": "npm:uuid", + "type": "static" + } + ], + "npm:@smithy/middleware-serde": [ + { + "source": "npm:@smithy/middleware-serde", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-serde", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/middleware-stack": [ + { + "source": "npm:@smithy/middleware-stack", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/middleware-stack", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/node-config-provider": [ + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:@smithy/shared-ini-file-loader", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/node-config-provider", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/node-http-handler": [ + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/abort-controller", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/querystring-builder", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/node-http-handler", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/property-provider": [ + { + "source": "npm:@smithy/property-provider", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/property-provider", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/protocol-http": [ + { + "source": "npm:@smithy/protocol-http", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/protocol-http", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/querystring-builder": [ + { + "source": "npm:@smithy/querystring-builder", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-builder", + "target": "npm:@smithy/util-uri-escape", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-builder", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/querystring-parser": [ + { + "source": "npm:@smithy/querystring-parser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/querystring-parser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/service-error-classification": [ + { + "source": "npm:@smithy/service-error-classification", + "target": "npm:@smithy/types", + "type": "static" + } + ], + "npm:@smithy/shared-ini-file-loader": [ + { + "source": "npm:@smithy/shared-ini-file-loader", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/shared-ini-file-loader", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/signature-v4": [ + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/is-array-buffer", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-hex-encoding", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-middleware", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-uri-escape", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/signature-v4", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/smithy-client": [ + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/middleware-endpoint", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/middleware-stack", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/protocol-http", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:@smithy/util-stream", + "type": "static" + }, + { + "source": "npm:@smithy/smithy-client", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/types": [ + { + "source": "npm:@smithy/types", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/url-parser": [ + { + "source": "npm:@smithy/url-parser", + "target": "npm:@smithy/querystring-parser", + "type": "static" + }, + { + "source": "npm:@smithy/url-parser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/url-parser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-base64": [ + { + "source": "npm:@smithy/util-base64", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/util-base64", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/util-base64", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-body-length-browser": [ + { + "source": "npm:@smithy/util-body-length-browser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-body-length-node": [ + { + "source": "npm:@smithy/util-body-length-node", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-buffer-from": [ + { + "source": "npm:@smithy/util-buffer-from", + "target": "npm:@smithy/is-array-buffer", + "type": "static" + }, + { + "source": "npm:@smithy/util-buffer-from", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-config-provider": [ + { + "source": "npm:@smithy/util-config-provider", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-defaults-mode-browser": [ + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:bowser", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-browser", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-defaults-mode-node": [ + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/config-resolver", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/credential-provider-imds", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/property-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/smithy-client", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-defaults-mode-node", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-endpoints": [ + { + "source": "npm:@smithy/util-endpoints", + "target": "npm:@smithy/node-config-provider", + "type": "static" + }, + { + "source": "npm:@smithy/util-endpoints", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-endpoints", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-hex-encoding": [ + { + "source": "npm:@smithy/util-hex-encoding", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-middleware": [ + { + "source": "npm:@smithy/util-middleware", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-middleware", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-retry": [ + { + "source": "npm:@smithy/util-retry", + "target": "npm:@smithy/service-error-classification", + "type": "static" + }, + { + "source": "npm:@smithy/util-retry", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-retry", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-stream": [ + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/fetch-http-handler", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/node-http-handler", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/types", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-base64", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-hex-encoding", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:@smithy/util-utf8", + "type": "static" + }, + { + "source": "npm:@smithy/util-stream", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-uri-escape": [ + { + "source": "npm:@smithy/util-uri-escape", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@smithy/util-utf8": [ + { + "source": "npm:@smithy/util-utf8", + "target": "npm:@smithy/util-buffer-from", + "type": "static" + }, + { + "source": "npm:@smithy/util-utf8", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@swc-node/core": [ + { + "source": "npm:@swc-node/core", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:@swc-node/core", + "target": "npm:@swc/types", + "type": "static" + } + ], + "npm:@swc-node/register": [ + { + "source": "npm:@swc-node/register", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:@swc-node/core", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:@swc-node/sourcemap-support", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:pirates", + "type": "static" + }, + { + "source": "npm:@swc-node/register", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@swc-node/sourcemap-support": [ + { + "source": "npm:@swc-node/sourcemap-support", + "target": "npm:source-map-support@0.5.21", + "type": "static" + }, + { + "source": "npm:@swc-node/sourcemap-support", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:source-map-support@0.5.21": [ + { + "source": "npm:source-map-support@0.5.21", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support@0.5.21", + "target": "npm:source-map", + "type": "static" + } + ], + "npm:@swc/core": [ + { + "source": "npm:@swc/core", + "target": "npm:@swc/helpers", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/counter", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/types", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-darwin-arm64", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-darwin-x64", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:@swc/core", + "target": "npm:@swc/core-win32-x64-msvc", + "type": "static" + } + ], + "npm:@swc/helpers": [ + { + "source": "npm:@swc/helpers", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@swc/types": [ + { + "source": "npm:@swc/types", + "target": "npm:@swc/counter", + "type": "static" + } + ], + "npm:@theunderscorer/nx-semantic-release": [ + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@nrwl/devkit@17.2.7", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@nx/devkit@17.3.2", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/changelog", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/exec", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/git", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/github", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:@semantic-release/npm", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:cosmiconfig@7.1.0", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:deep-map", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:es6-weak-map", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:remeda", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:semantic-release", + "type": "static" + }, + { + "source": "npm:@theunderscorer/nx-semantic-release", + "target": "npm:semantic-release-plugin-decorators", + "type": "static" + } + ], + "npm:@nrwl/devkit@17.2.7": [ + { + "source": "npm:@nrwl/devkit@17.2.7", + "target": "npm:@nx/devkit@17.2.7", + "type": "static" + } + ], + "npm:@nx/devkit@17.2.7": [ + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:nx@18.3.5", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:@nrwl/devkit@17.2.7", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.2.7", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@nrwl/tao@18.3.5": [ + { + "source": "npm:@nrwl/tao@18.3.5", + "target": "npm:nx@18.3.5", + "type": "static" + }, + { + "source": "npm:@nrwl/tao@18.3.5", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@nx/devkit@17.3.2": [ + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:nx@18.3.5", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:@nrwl/devkit@17.3.2", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:ejs", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@nx/devkit@17.3.2", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:@nrwl/devkit@17.3.2": [ + { + "source": "npm:@nrwl/devkit@17.3.2", + "target": "npm:@nx/devkit@17.3.2", + "type": "static" + } + ], + "npm:@zkochan/js-yaml@0.0.6": [ + { + "source": "npm:@zkochan/js-yaml@0.0.6", + "target": "npm:argparse@2.0.1", + "type": "static" + } + ], + "npm:cosmiconfig@7.1.0": [ + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig@7.1.0", + "target": "npm:yaml", + "type": "static" + } + ], + "npm:nx@18.3.5": [ + { + "source": "npm:nx@18.3.5", + "target": "npm:@swc-node/register", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nrwl/tao@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@yarnpkg/parsers", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@zkochan/js-yaml@0.0.6", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:semver@7.5.3", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-darwin-arm64@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-darwin-x64@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-freebsd-x64@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-arm-gnueabihf@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-arm64-gnu@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-arm64-musl@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-x64-gnu@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-linux-x64-musl@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-win32-arm64-msvc@18.3.5", + "type": "static" + }, + { + "source": "npm:nx@18.3.5", + "target": "npm:@nx/nx-win32-x64-msvc@18.3.5", + "type": "static" + } + ], + "npm:semver@7.5.3": [ + { + "source": "npm:semver@7.5.3", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:@types/babel__core": [ + { + "source": "npm:@types/babel__core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@types/babel__generator", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@types/babel__template", + "type": "static" + }, + { + "source": "npm:@types/babel__core", + "target": "npm:@types/babel__traverse", + "type": "static" + } + ], + "npm:@types/babel__generator": [ + { + "source": "npm:@types/babel__generator", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@types/babel__template": [ + { + "source": "npm:@types/babel__template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@types/babel__template", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@types/babel__traverse": [ + { + "source": "npm:@types/babel__traverse", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@types/conventional-commits-parser": [ + { + "source": "npm:@types/conventional-commits-parser", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/fs-extra": [ + { + "source": "npm:@types/fs-extra", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/graceful-fs": [ + { + "source": "npm:@types/graceful-fs", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/istanbul-lib-report": [ + { + "source": "npm:@types/istanbul-lib-report", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + } + ], + "npm:@types/istanbul-reports": [ + { + "source": "npm:@types/istanbul-reports", + "target": "npm:@types/istanbul-lib-report", + "type": "static" + } + ], + "npm:@types/jest": [ + { + "source": "npm:@types/jest", + "target": "npm:expect", + "type": "static" + }, + { + "source": "npm:@types/jest", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:@types/jsonwebtoken": [ + { + "source": "npm:@types/jsonwebtoken", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/node": [ + { + "source": "npm:@types/node", + "target": "npm:undici-types", + "type": "static" + } + ], + "npm:@types/ws": [ + { + "source": "npm:@types/ws", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@types/yargs": [ + { + "source": "npm:@types/yargs", + "target": "npm:@types/yargs-parser", + "type": "static" + } + ], + "npm:@typescript-eslint/eslint-plugin": [ + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/parser", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/type-utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/type-utils@6.21.0": [ + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:@typescript-eslint/utils@6.21.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@6.21.0", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/utils@6.21.0": [ + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@types/semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@6.21.0", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@typescript-eslint/parser": [ + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/scope-manager", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/typescript-estree", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser", + "target": "npm:debug", + "type": "static" + } + ], + "npm:@typescript-eslint/scope-manager": [ + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + } + ], + "npm:@typescript-eslint/type-utils": [ + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:@typescript-eslint/utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/typescript-estree": [ + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:@typescript-eslint/visitor-keys", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/utils": [ + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/scope-manager@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/types@7.14.1", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils", + "target": "npm:@typescript-eslint/typescript-estree@7.14.1", + "type": "static" + } + ], + "npm:@typescript-eslint/visitor-keys": [ + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:@typescript-eslint/types", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ], + "npm:@yarnpkg/parsers": [ + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@zkochan/js-yaml": [ + { + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse@2.0.1", + "type": "static" + } + ], + "npm:acorn-jsx": [ + { + "source": "npm:acorn-jsx", + "target": "npm:acorn", + "type": "static" + } + ], + "npm:acorn-walk": [ + { + "source": "npm:acorn-walk", + "target": "npm:acorn", + "type": "static" + } + ], + "npm:agent-base": [ + { + "source": "npm:agent-base", + "target": "npm:debug", + "type": "static" + } + ], + "npm:aggregate-error": [ + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + } + ], + "npm:ajv": [ + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:require-from-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + } + ], + "npm:ansi-escapes": [ + { + "source": "npm:ansi-escapes", + "target": "npm:type-fest", + "type": "static" + } + ], + "npm:anymatch": [ + { + "source": "npm:anymatch", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:picomatch", + "type": "static" + } + ], + "npm:argparse": [ + { + "source": "npm:argparse", + "target": "npm:sprintf-js", + "type": "static" + } + ], + "npm:array-buffer-byte-length": [ + { + "source": "npm:array-buffer-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:array-buffer-byte-length", + "target": "npm:is-array-buffer", + "type": "static" + } + ], + "npm:arraybuffer.prototype.slice": [ + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:array-buffer-byte-length", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:arraybuffer.prototype.slice", + "target": "npm:is-shared-array-buffer", + "type": "static" + } + ], + "npm:available-typed-arrays": [ + { + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", + "type": "static" + } + ], + "npm:aws-crt": [ + { + "source": "npm:aws-crt", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:@httptoolkit/websocket-stream", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:buffer@6.0.3", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:crypto-js", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:mqtt", + "type": "static" + }, + { + "source": "npm:aws-crt", + "target": "npm:process", + "type": "static" + } + ], + "npm:buffer@6.0.3": [ + { + "source": "npm:buffer@6.0.3", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer@6.0.3", + "target": "npm:ieee754", + "type": "static" + } + ], + "npm:aws-iot-device-sdk-v2": [ + { + "source": "npm:aws-iot-device-sdk-v2", + "target": "npm:@aws-sdk/util-utf8-browser", + "type": "static" + }, + { + "source": "npm:aws-iot-device-sdk-v2", + "target": "npm:aws-crt", + "type": "static" + } + ], + "npm:axios": [ + { + "source": "npm:axios", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:proxy-from-env", + "type": "static" + } + ], + "npm:axios-retry": [ + { + "source": "npm:axios-retry", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:axios-retry", + "target": "npm:is-retry-allowed", + "type": "static" + } + ], + "npm:babel-jest": [ + { + "source": "npm:babel-jest", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:@types/babel__core", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:babel-plugin-istanbul", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:babel-preset-jest", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:babel-jest", + "target": "npm:slash", + "type": "static" + } + ], + "npm:babel-plugin-const-enum": [ + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:babel-plugin-const-enum", + "target": "npm:@babel/traverse", + "type": "static" + } + ], + "npm:babel-plugin-istanbul": [ + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:@istanbuljs/load-nyc-config", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:istanbul-lib-instrument@5.2.1", + "type": "static" + }, + { + "source": "npm:babel-plugin-istanbul", + "target": "npm:test-exclude", + "type": "static" + } + ], + "npm:istanbul-lib-instrument@5.2.1": [ + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument@5.2.1", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:babel-plugin-jest-hoist": [ + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@types/babel__core", + "type": "static" + }, + { + "source": "npm:babel-plugin-jest-hoist", + "target": "npm:@types/babel__traverse", + "type": "static" + } + ], + "npm:babel-plugin-macros": [ + { + "source": "npm:babel-plugin-macros", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros", + "target": "npm:cosmiconfig@6.0.0", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:cosmiconfig@6.0.0": [ + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:@types/parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:cosmiconfig@6.0.0", + "target": "npm:yaml", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-corejs2": [ + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-corejs3": [ + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:core-js-compat", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-regenerator": [ + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + } + ], + "npm:babel-plugin-transform-typescript-metadata": [ + { + "source": "npm:babel-plugin-transform-typescript-metadata", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:babel-preset-current-node-syntax": [ + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-bigint", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:babel-preset-current-node-syntax", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + } + ], + "npm:babel-preset-jest": [ + { + "source": "npm:babel-preset-jest", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-preset-jest", + "target": "npm:babel-plugin-jest-hoist", + "type": "static" + }, + { + "source": "npm:babel-preset-jest", + "target": "npm:babel-preset-current-node-syntax", + "type": "static" + } + ], + "npm:bl": [ + { + "source": "npm:bl", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:brace-expansion": [ + { + "source": "npm:brace-expansion", + "target": "npm:balanced-match", + "type": "static" + } + ], + "npm:braces": [ + { + "source": "npm:braces", + "target": "npm:fill-range", + "type": "static" + } + ], + "npm:browserslist": [ + { + "source": "npm:browserslist", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:electron-to-chromium", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:node-releases", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:update-browserslist-db", + "type": "static" + } + ], + "npm:bs-logger": [ + { + "source": "npm:bs-logger", + "target": "npm:fast-json-stable-stringify", + "type": "static" + } + ], + "npm:bser": [ + { + "source": "npm:bser", + "target": "npm:node-int64", + "type": "static" + } + ], + "npm:buffer": [ + { + "source": "npm:buffer", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:ieee754", + "type": "static" + } + ], + "npm:call-bind": [ + { + "source": "npm:call-bind", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:set-function-length", + "type": "static" + } + ], + "npm:camelcase-keys": [ + { + "source": "npm:camelcase-keys", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:camelcase-keys", + "target": "npm:map-obj", + "type": "static" + }, + { + "source": "npm:camelcase-keys", + "target": "npm:quick-lru", + "type": "static" + } + ], + "npm:cardinal": [ + { + "source": "npm:cardinal", + "target": "npm:ansicolors", + "type": "static" + }, + { + "source": "npm:cardinal", + "target": "npm:redeyed", + "type": "static" + } + ], + "npm:chokidar": [ + { + "source": "npm:chokidar", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:readdirp", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:glob-parent@5.1.2": [ + { + "source": "npm:glob-parent@5.1.2", + "target": "npm:is-glob", + "type": "static" + } + ], + "npm:cli-cursor": [ + { + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", + "type": "static" + } + ], + "npm:cli-table3": [ + { + "source": "npm:cli-table3", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cli-table3", + "target": "npm:@colors/colors", + "type": "static" + } + ], + "npm:cliui": [ + { + "source": "npm:cliui", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:wrap-ansi", + "type": "static" + } + ], + "npm:codemaker": [ + { + "source": "npm:codemaker", + "target": "npm:camelcase@6.3.0", + "type": "static" + }, + { + "source": "npm:codemaker", + "target": "npm:decamelize", + "type": "static" + }, + { + "source": "npm:codemaker", + "target": "npm:fs-extra@10.1.0", + "type": "static" + } + ], + "npm:fs-extra@10.1.0": [ + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + } + ], + "npm:color-convert": [ + { + "source": "npm:color-convert", + "target": "npm:color-name", + "type": "static" + } + ], + "npm:columnify": [ + { + "source": "npm:columnify", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:columnify", + "target": "npm:wcwidth", + "type": "static" + } + ], + "npm:combined-stream": [ + { + "source": "npm:combined-stream", + "target": "npm:delayed-stream", + "type": "static" + } + ], + "npm:commist": [ + { + "source": "npm:commist", + "target": "npm:leven@2.1.0", + "type": "static" + }, + { + "source": "npm:commist", + "target": "npm:minimist", + "type": "static" + } + ], + "npm:commonmark": [ + { + "source": "npm:commonmark", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:mdurl", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:commonmark", + "target": "npm:string.prototype.repeat", + "type": "static" + } + ], + "npm:compare-func": [ + { + "source": "npm:compare-func", + "target": "npm:array-ify", + "type": "static" + }, + { + "source": "npm:compare-func", + "target": "npm:dot-prop", + "type": "static" + } + ], + "npm:concat-stream": [ + { + "source": "npm:concat-stream", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:concat-stream", + "target": "npm:typedarray", + "type": "static" + } + ], + "npm:config-chain": [ + { + "source": "npm:config-chain", + "target": "npm:ini@1.3.8", + "type": "static" + }, + { + "source": "npm:config-chain", + "target": "npm:proto-list", + "type": "static" + } + ], + "npm:conventional-changelog-angular": [ + { + "source": "npm:conventional-changelog-angular", + "target": "npm:compare-func", + "type": "static" + } + ], + "npm:conventional-changelog-conventionalcommits": [ + { + "source": "npm:conventional-changelog-conventionalcommits", + "target": "npm:compare-func", + "type": "static" + } + ], + "npm:conventional-changelog-writer": [ + { + "source": "npm:conventional-changelog-writer", + "target": "npm:conventional-commits-filter", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:dateformat", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:handlebars", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:json-stringify-safe", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:meow@8.1.2", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:semver@6.3.1", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:split", + "type": "static" + }, + { + "source": "npm:conventional-changelog-writer", + "target": "npm:through2", + "type": "static" + } + ], + "npm:conventional-commits-filter": [ + { + "source": "npm:conventional-commits-filter", + "target": "npm:lodash.ismatch", + "type": "static" + }, + { + "source": "npm:conventional-commits-filter", + "target": "npm:modify-values", + "type": "static" + } + ], + "npm:conventional-commits-parser": [ + { + "source": "npm:conventional-commits-parser", + "target": "npm:is-text-path", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:meow", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:split2", + "type": "static" + } + ], + "npm:core-js-compat": [ + { + "source": "npm:core-js-compat", + "target": "npm:browserslist", + "type": "static" + } + ], + "npm:cosmiconfig": [ + { + "source": "npm:cosmiconfig", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:env-paths", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:parse-json", + "type": "static" + } + ], + "npm:cosmiconfig-typescript-loader": [ + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig-typescript-loader", + "target": "npm:jiti", + "type": "static" + } + ], + "npm:create-jest": [ + { + "source": "npm:create-jest", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:create-jest", + "target": "npm:prompts", + "type": "static" + } + ], + "npm:cross-spawn": [ + { + "source": "npm:cross-spawn", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:shebang-command", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:which", + "type": "static" + } + ], + "npm:d": [ + { + "source": "npm:d", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:d", + "target": "npm:type", + "type": "static" + } + ], + "npm:data-view-buffer": [ + { + "source": "npm:data-view-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:data-view-buffer", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:data-view-buffer", + "target": "npm:is-data-view", + "type": "static" + } + ], + "npm:data-view-byte-length": [ + { + "source": "npm:data-view-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:data-view-byte-length", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:data-view-byte-length", + "target": "npm:is-data-view", + "type": "static" + } + ], + "npm:data-view-byte-offset": [ + { + "source": "npm:data-view-byte-offset", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:data-view-byte-offset", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:data-view-byte-offset", + "target": "npm:is-data-view", + "type": "static" + } + ], + "npm:debug": [ + { + "source": "npm:debug", + "target": "npm:ms", + "type": "static" + } + ], + "npm:decamelize-keys": [ + { + "source": "npm:decamelize-keys", + "target": "npm:decamelize@1.2.0", + "type": "static" + }, + { + "source": "npm:decamelize-keys", + "target": "npm:map-obj@1.0.1", + "type": "static" + } + ], + "npm:deep-map": [ + { + "source": "npm:deep-map", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:deep-map", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:defaults": [ + { + "source": "npm:defaults", + "target": "npm:clone@1.0.4", + "type": "static" + } + ], + "npm:define-data-property": [ + { + "source": "npm:define-data-property", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:gopd", + "type": "static" + } + ], + "npm:define-properties": [ + { + "source": "npm:define-properties", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:object-keys", + "type": "static" + } + ], + "npm:del": [ + { + "source": "npm:del", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:is-path-cwd", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:is-path-inside", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:p-map@4.0.0", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:del", + "target": "npm:slash", + "type": "static" + } + ], + "npm:p-map@4.0.0": [ + { + "source": "npm:p-map@4.0.0", + "target": "npm:aggregate-error", + "type": "static" + } + ], + "npm:detect-port": [ + { + "source": "npm:detect-port", + "target": "npm:address", + "type": "static" + }, + { + "source": "npm:detect-port", + "target": "npm:debug", + "type": "static" + } + ], + "npm:dir-glob": [ + { + "source": "npm:dir-glob", + "target": "npm:path-type", + "type": "static" + } + ], + "npm:doctrine": [ + { + "source": "npm:doctrine", + "target": "npm:esutils", + "type": "static" + } + ], + "npm:dot-prop": [ + { + "source": "npm:dot-prop", + "target": "npm:is-obj", + "type": "static" + } + ], + "npm:downlevel-dts": [ + { + "source": "npm:downlevel-dts", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:downlevel-dts", + "target": "npm:shelljs", + "type": "static" + } + ], + "npm:duplexer2": [ + { + "source": "npm:duplexer2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:duplexify": [ + { + "source": "npm:duplexify", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:duplexify", + "target": "npm:stream-shift", + "type": "static" + } + ], + "npm:ecdsa-sig-formatter": [ + { + "source": "npm:ecdsa-sig-formatter", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:ejs": [ + { + "source": "npm:ejs", + "target": "npm:jake", + "type": "static" + } + ], + "npm:end-of-stream": [ + { + "source": "npm:end-of-stream", + "target": "npm:once", + "type": "static" + } + ], + "npm:enquirer": [ + { + "source": "npm:enquirer", + "target": "npm:ansi-colors", + "type": "static" + } + ], + "npm:env-ci": [ + { + "source": "npm:env-ci", + "target": "npm:execa@6.1.0", + "type": "static" + }, + { + "source": "npm:env-ci", + "target": "npm:java-properties", + "type": "static" + } + ], + "npm:execa@6.1.0": [ + { + "source": "npm:execa@6.1.0", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:human-signals@3.0.1", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@6.1.0", + "target": "npm:strip-final-newline", + "type": "static" + } + ], + "npm:npm-run-path@5.3.0": [ + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + } + ], + "npm:error-ex": [ + { + "source": "npm:error-ex", + "target": "npm:is-arrayish", + "type": "static" + } + ], + "npm:es-abstract": [ + { + "source": "npm:es-abstract", + "target": "npm:array-buffer-byte-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:arraybuffer.prototype.slice", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:data-view-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:data-view-byte-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:data-view-byte-offset", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-object-atoms", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-set-tostringtag", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:es-to-primitive", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:function.prototype.name", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:get-symbol-description", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:globalthis", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:internal-slot", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-data-view", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-negative-zero", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-regex", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-shared-array-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:is-weakref", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:object.assign", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:regexp.prototype.flags", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:safe-array-concat", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:safe-regex-test", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:string.prototype.trim", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:string.prototype.trimend", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:string.prototype.trimstart", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-buffer", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-byte-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-byte-offset", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:typed-array-length", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:unbox-primitive", + "type": "static" + }, + { + "source": "npm:es-abstract", + "target": "npm:which-typed-array", + "type": "static" + } + ], + "npm:es-define-property": [ + { + "source": "npm:es-define-property", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:es-object-atoms": [ + { + "source": "npm:es-object-atoms", + "target": "npm:es-errors", + "type": "static" + } + ], + "npm:es-set-tostringtag": [ + { + "source": "npm:es-set-tostringtag", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-set-tostringtag", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:es-set-tostringtag", + "target": "npm:hasown", + "type": "static" + } + ], + "npm:es-to-primitive": [ + { + "source": "npm:es-to-primitive", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:es-to-primitive", + "target": "npm:is-date-object", + "type": "static" + }, + { + "source": "npm:es-to-primitive", + "target": "npm:is-symbol", + "type": "static" + } + ], + "npm:es5-ext": [ + { + "source": "npm:es5-ext", + "target": "npm:es6-iterator", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:es6-symbol", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:esniff", + "type": "static" + }, + { + "source": "npm:es5-ext", + "target": "npm:next-tick", + "type": "static" + } + ], + "npm:es6-iterator": [ + { + "source": "npm:es6-iterator", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:es6-iterator", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:es6-iterator", + "target": "npm:es6-symbol", + "type": "static" + } + ], + "npm:es6-symbol": [ + { + "source": "npm:es6-symbol", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:es6-symbol", + "target": "npm:ext", + "type": "static" + } + ], + "npm:es6-weak-map": [ + { + "source": "npm:es6-weak-map", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:es6-iterator", + "type": "static" + }, + { + "source": "npm:es6-weak-map", + "target": "npm:es6-symbol", + "type": "static" + } + ], + "npm:esbuild": [ + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + } + ], + "npm:esbuild-plugin-copy": [ + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-copy", + "target": "npm:globby", + "type": "static" + } + ], + "npm:eslint": [ + { + "source": "npm:eslint", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/eslintrc", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@eslint/js", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/config-array", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@humanwhocodes/module-importer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:@ungap/structured-clone", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ajv@6.12.6", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:doctrine", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-scope", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esquery", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:file-entry-cache", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:find-up@5.0.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:globals@13.24.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:is-path-inside", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:json-stable-stringify-without-jsonify", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:optionator", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:eslint", + "target": "npm:text-table", + "type": "static" + } + ], + "npm:eslint-config-prettier": [ + { + "source": "npm:eslint-config-prettier", + "target": "npm:eslint", + "type": "static" + } + ], + "npm:eslint-plugin-prettier": [ + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:eslint-config-prettier", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:prettier-linter-helpers", + "type": "static" + }, + { + "source": "npm:eslint-plugin-prettier", + "target": "npm:synckit", + "type": "static" + } + ], + "npm:eslint-scope": [ + { + "source": "npm:eslint-scope", + "target": "npm:esrecurse", + "type": "static" + }, + { + "source": "npm:eslint-scope", + "target": "npm:estraverse", + "type": "static" + } + ], + "npm:find-up@5.0.0": [ + { + "source": "npm:find-up@5.0.0", + "target": "npm:locate-path@6.0.0", + "type": "static" + }, + { + "source": "npm:find-up@5.0.0", + "target": "npm:path-exists@4.0.0", + "type": "static" + } + ], + "npm:locate-path@6.0.0": [ + { + "source": "npm:locate-path@6.0.0", + "target": "npm:p-locate@5.0.0", + "type": "static" + } + ], + "npm:p-locate@5.0.0": [ + { + "source": "npm:p-locate@5.0.0", + "target": "npm:p-limit", + "type": "static" + } + ], + "npm:esniff": [ + { + "source": "npm:esniff", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:es5-ext", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:event-emitter", + "type": "static" + }, + { + "source": "npm:esniff", + "target": "npm:type", + "type": "static" + } + ], + "npm:espree": [ + { + "source": "npm:espree", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:acorn-jsx", + "type": "static" + }, + { + "source": "npm:espree", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ], + "npm:esquery": [ + { + "source": "npm:esquery", + "target": "npm:estraverse", + "type": "static" + } + ], + "npm:esrecurse": [ + { + "source": "npm:esrecurse", + "target": "npm:estraverse", + "type": "static" + } + ], + "npm:event-emitter": [ + { + "source": "npm:event-emitter", + "target": "npm:d", + "type": "static" + }, + { + "source": "npm:event-emitter", + "target": "npm:es5-ext", + "type": "static" + } + ], + "npm:execa": [ + { + "source": "npm:execa", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:human-signals", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:strip-final-newline", + "type": "static" + } + ], + "npm:expect": [ + { + "source": "npm:expect", + "target": "npm:@jest/expect-utils", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-matcher-utils", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:expect", + "target": "npm:jest-util", + "type": "static" + } + ], + "npm:ext": [ + { + "source": "npm:ext", + "target": "npm:type", + "type": "static" + } + ], + "npm:fast-glob": [ + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:fast-xml-parser": [ + { + "source": "npm:fast-xml-parser", + "target": "npm:strnum", + "type": "static" + } + ], + "npm:fastq": [ + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + } + ], + "npm:fb-watchman": [ + { + "source": "npm:fb-watchman", + "target": "npm:bser", + "type": "static" + } + ], + "npm:figures": [ + { + "source": "npm:figures", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + } + ], + "npm:file-entry-cache": [ + { + "source": "npm:file-entry-cache", + "target": "npm:flat-cache", + "type": "static" + } + ], + "npm:filelist": [ + { + "source": "npm:filelist", + "target": "npm:minimatch@5.1.6", + "type": "static" + } + ], + "npm:minimatch@5.1.6": [ + { + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:fill-range": [ + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + } + ], + "npm:find-up": [ + { + "source": "npm:find-up", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:path-exists", + "type": "static" + }, + { + "source": "npm:find-up", + "target": "npm:unicorn-magic", + "type": "static" + } + ], + "npm:find-versions": [ + { + "source": "npm:find-versions", + "target": "npm:semver-regex", + "type": "static" + } + ], + "npm:flat-cache": [ + { + "source": "npm:flat-cache", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:keyv", + "type": "static" + }, + { + "source": "npm:flat-cache", + "target": "npm:rimraf", + "type": "static" + } + ], + "npm:for-each": [ + { + "source": "npm:for-each", + "target": "npm:is-callable", + "type": "static" + } + ], + "npm:form-data": [ + { + "source": "npm:form-data", + "target": "npm:asynckit", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:combined-stream", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:mime-types", + "type": "static" + } + ], + "npm:from2": [ + { + "source": "npm:from2", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:from2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:front-matter": [ + { + "source": "npm:front-matter", + "target": "npm:js-yaml", + "type": "static" + } + ], + "npm:fs-extra": [ + { + "source": "npm:fs-extra", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:universalify", + "type": "static" + } + ], + "npm:function.prototype.name": [ + { + "source": "npm:function.prototype.name", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:function.prototype.name", + "target": "npm:functions-have-names", + "type": "static" + } + ], + "npm:get-intrinsic": [ + { + "source": "npm:get-intrinsic", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:hasown", + "type": "static" + } + ], + "npm:get-symbol-description": [ + { + "source": "npm:get-symbol-description", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:get-symbol-description", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:get-symbol-description", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:git-log-parser": [ + { + "source": "npm:git-log-parser", + "target": "npm:argv-formatter", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:spawn-error-forwarder", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:split2@1.0.0", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:stream-combiner2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:through2@2.0.5", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:traverse", + "type": "static" + } + ], + "npm:split2@1.0.0": [ + { + "source": "npm:split2@1.0.0", + "target": "npm:through2@2.0.5", + "type": "static" + } + ], + "npm:through2@2.0.5": [ + { + "source": "npm:through2@2.0.5", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:through2@2.0.5", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:git-raw-commits": [ + { + "source": "npm:git-raw-commits", + "target": "npm:dargs", + "type": "static" + }, + { + "source": "npm:git-raw-commits", + "target": "npm:meow", + "type": "static" + }, + { + "source": "npm:git-raw-commits", + "target": "npm:split2", + "type": "static" + } + ], + "npm:glob": [ + { + "source": "npm:glob", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:path-is-absolute", + "type": "static" + } + ], + "npm:glob-parent": [ + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + } + ], + "npm:global-directory": [ + { + "source": "npm:global-directory", + "target": "npm:ini", + "type": "static" + } + ], + "npm:globalthis": [ + { + "source": "npm:globalthis", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:globalthis", + "target": "npm:gopd", + "type": "static" + } + ], + "npm:globby": [ + { + "source": "npm:globby", + "target": "npm:array-union", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:dir-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:fast-glob@3.3.2", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:slash", + "type": "static" + } + ], + "npm:fast-glob@3.3.2": [ + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:glob-parent@5.1.2", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob@3.3.2", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:gopd": [ + { + "source": "npm:gopd", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:handlebars": [ + { + "source": "npm:handlebars", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:neo-async", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:wordwrap", + "type": "static" + }, + { + "source": "npm:handlebars", + "target": "npm:uglify-js", + "type": "static" + } + ], + "npm:has-property-descriptors": [ + { + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", + "type": "static" + } + ], + "npm:has-tostringtag": [ + { + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", + "type": "static" + } + ], + "npm:hasown": [ + { + "source": "npm:hasown", + "target": "npm:function-bind", + "type": "static" + } + ], + "npm:hosted-git-info": [ + { + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.2.2", + "type": "static" + } + ], + "npm:http-proxy-agent": [ + { + "source": "npm:http-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:debug", + "type": "static" + } + ], + "npm:https-proxy-agent": [ + { + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:debug", + "type": "static" + } + ], + "npm:identity-obj-proxy": [ + { + "source": "npm:identity-obj-proxy", + "target": "npm:harmony-reflect", + "type": "static" + } + ], + "npm:import-fresh": [ + { + "source": "npm:import-fresh", + "target": "npm:parent-module", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:resolve-from@4.0.0", + "type": "static" + } + ], + "npm:import-local": [ + { + "source": "npm:import-local", + "target": "npm:pkg-dir", + "type": "static" + }, + { + "source": "npm:import-local", + "target": "npm:resolve-cwd", + "type": "static" + } + ], + "npm:inflight": [ + { + "source": "npm:inflight", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:internal-slot": [ + { + "source": "npm:internal-slot", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:side-channel", + "type": "static" + } + ], + "npm:into-stream": [ + { + "source": "npm:into-stream", + "target": "npm:from2", + "type": "static" + }, + { + "source": "npm:into-stream", + "target": "npm:p-is-promise", + "type": "static" + } + ], + "npm:is-array-buffer": [ + { + "source": "npm:is-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-array-buffer", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:is-bigint": [ + { + "source": "npm:is-bigint", + "target": "npm:has-bigints", + "type": "static" + } + ], + "npm:is-binary-path": [ + { + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", + "type": "static" + } + ], + "npm:is-boolean-object": [ + { + "source": "npm:is-boolean-object", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-core-module": [ + { + "source": "npm:is-core-module", + "target": "npm:hasown", + "type": "static" + } + ], + "npm:is-data-view": [ + { + "source": "npm:is-data-view", + "target": "npm:is-typed-array", + "type": "static" + } + ], + "npm:is-date-object": [ + { + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-glob": [ + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + } + ], + "npm:is-number-object": [ + { + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-regex": [ + { + "source": "npm:is-regex", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-regex", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-shared-array-buffer": [ + { + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bind", + "type": "static" + } + ], + "npm:is-string": [ + { + "source": "npm:is-string", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-symbol": [ + { + "source": "npm:is-symbol", + "target": "npm:has-symbols", + "type": "static" + } + ], + "npm:is-text-path": [ + { + "source": "npm:is-text-path", + "target": "npm:text-extensions", + "type": "static" + } + ], + "npm:is-typed-array": [ + { + "source": "npm:is-typed-array", + "target": "npm:which-typed-array", + "type": "static" + } + ], + "npm:is-weakref": [ + { + "source": "npm:is-weakref", + "target": "npm:call-bind", + "type": "static" + } + ], + "npm:is-wsl": [ + { + "source": "npm:is-wsl", + "target": "npm:is-docker", + "type": "static" + } + ], + "npm:isomorphic-ws": [ + { + "source": "npm:isomorphic-ws", + "target": "npm:ws", + "type": "static" + } + ], + "npm:issue-parser": [ + { + "source": "npm:issue-parser", + "target": "npm:lodash.capitalize", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.escaperegexp", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.isplainobject", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.isstring", + "type": "static" + }, + { + "source": "npm:issue-parser", + "target": "npm:lodash.uniqby", + "type": "static" + } + ], + "npm:istanbul-lib-instrument": [ + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-instrument", + "target": "npm:semver", + "type": "static" + } + ], + "npm:istanbul-lib-report": [ + { + "source": "npm:istanbul-lib-report", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:istanbul-lib-report", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:istanbul-lib-source-maps": [ + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:istanbul-lib-source-maps", + "target": "npm:source-map", + "type": "static" + } + ], + "npm:istanbul-reports": [ + { + "source": "npm:istanbul-reports", + "target": "npm:html-escaper", + "type": "static" + }, + { + "source": "npm:istanbul-reports", + "target": "npm:istanbul-lib-report", + "type": "static" + } + ], + "npm:jake": [ + { + "source": "npm:jake", + "target": "npm:async", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:filelist", + "type": "static" + }, + { + "source": "npm:jake", + "target": "npm:minimatch@3.1.2", + "type": "static" + } + ], + "npm:jest": [ + { + "source": "npm:jest", + "target": "npm:@jest/core", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:import-local", + "type": "static" + }, + { + "source": "npm:jest", + "target": "npm:jest-cli", + "type": "static" + } + ], + "npm:jest-changed-files": [ + { + "source": "npm:jest-changed-files", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:jest-changed-files", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-changed-files", + "target": "npm:p-limit", + "type": "static" + } + ], + "npm:jest-circus": [ + { + "source": "npm:jest-circus", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/expect", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:co", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:dedent@1.5.3", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:is-generator-fn", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-each", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-matcher-utils", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-runtime", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:pure-rand", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-circus", + "target": "npm:stack-utils", + "type": "static" + } + ], + "npm:babel-plugin-macros@3.1.0": [ + { + "source": "npm:babel-plugin-macros@3.1.0", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros@3.1.0", + "target": "npm:cosmiconfig@7.1.0", + "type": "static" + }, + { + "source": "npm:babel-plugin-macros@3.1.0", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:dedent@1.5.3": [ + { + "source": "npm:dedent@1.5.3", + "target": "npm:babel-plugin-macros@3.1.0", + "type": "static" + } + ], + "npm:jest-cli": [ + { + "source": "npm:jest-cli", + "target": "npm:@jest/core", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:create-jest", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:exit", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:import-local", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:jest-config", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:jest-cli", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:jest-config": [ + { + "source": "npm:jest-config", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:ts-node", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@jest/test-sequencer", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:babel-jest", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:ci-info", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:deepmerge", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-circus", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-environment-node", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-runner", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-config", + "target": "npm:strip-json-comments", + "type": "static" + } + ], + "npm:jest-diff": [ + { + "source": "npm:jest-diff", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:jest-docblock": [ + { + "source": "npm:jest-docblock", + "target": "npm:detect-newline", + "type": "static" + } + ], + "npm:jest-each": [ + { + "source": "npm:jest-each", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-each", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:jest-environment-node": [ + { + "source": "npm:jest-environment-node", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@jest/fake-timers", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:jest-environment-node", + "target": "npm:jest-util", + "type": "static" + } + ], + "npm:jest-haste-map": [ + { + "source": "npm:jest-haste-map", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:@types/graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:fb-watchman", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:jest-worker", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:walker", + "type": "static" + }, + { + "source": "npm:jest-haste-map", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:jest-leak-detector": [ + { + "source": "npm:jest-leak-detector", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-leak-detector", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:jest-matcher-utils": [ + { + "source": "npm:jest-matcher-utils", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-matcher-utils", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:jest-message-util": [ + { + "source": "npm:jest-message-util", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:@types/stack-utils", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-message-util", + "target": "npm:stack-utils", + "type": "static" + } + ], + "npm:jest-mock": [ + { + "source": "npm:jest-mock", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-mock", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-mock", + "target": "npm:jest-util", + "type": "static" + } + ], + "npm:jest-pnp-resolver": [ + { + "source": "npm:jest-pnp-resolver", + "target": "npm:jest-resolve", + "type": "static" + } + ], + "npm:jest-resolve": [ + { + "source": "npm:jest-resolve", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-pnp-resolver", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:jest-validate", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:resolve.exports@2.0.2", + "type": "static" + }, + { + "source": "npm:jest-resolve", + "target": "npm:slash", + "type": "static" + } + ], + "npm:jest-resolve-dependencies": [ + { + "source": "npm:jest-resolve-dependencies", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-resolve-dependencies", + "target": "npm:jest-snapshot", + "type": "static" + } + ], + "npm:jest-runner": [ + { + "source": "npm:jest-runner", + "target": "npm:@jest/console", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:emittery", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-docblock", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-environment-node", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-leak-detector", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-runtime", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-watcher", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:jest-worker", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:jest-runner", + "target": "npm:source-map-support@0.5.13", + "type": "static" + } + ], + "npm:source-map-support@0.5.13": [ + { + "source": "npm:source-map-support@0.5.13", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support@0.5.13", + "target": "npm:source-map", + "type": "static" + } + ], + "npm:jest-runtime": [ + { + "source": "npm:jest-runtime", + "target": "npm:@jest/environment", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/fake-timers", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/globals", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/source-map", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:cjs-module-lexer", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:collect-v8-coverage", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-haste-map", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-mock", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-regex-util", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-resolve", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-snapshot", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:jest-runtime", + "target": "npm:strip-bom", + "type": "static" + } + ], + "npm:jest-snapshot": [ + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@jest/expect-utils", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:babel-preset-current-node-syntax", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:expect", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-matcher-utils", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-message-util", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:jest-snapshot", + "target": "npm:semver", + "type": "static" + } + ], + "npm:jest-util": [ + { + "source": "npm:jest-util", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:ci-info", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jest-util", + "target": "npm:picomatch", + "type": "static" + } + ], + "npm:jest-validate": [ + { + "source": "npm:jest-validate", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:camelcase@6.3.0", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:leven", + "type": "static" + }, + { + "source": "npm:jest-validate", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:jest-watcher": [ + { + "source": "npm:jest-watcher", + "target": "npm:@jest/test-result", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:emittery", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-watcher", + "target": "npm:string-length", + "type": "static" + } + ], + "npm:jest-worker": [ + { + "source": "npm:jest-worker", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:jest-worker", + "target": "npm:supports-color@8.1.1", + "type": "static" + } + ], + "npm:supports-color@8.1.1": [ + { + "source": "npm:supports-color@8.1.1", + "target": "npm:has-flag", + "type": "static" + } + ], + "npm:js-yaml": [ + { + "source": "npm:js-yaml", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:esprima", + "type": "static" + } + ], + "npm:jsii": [ + { + "source": "npm:jsii", + "target": "npm:@jsii/check-node", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:case", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:downlevel-dts", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:log4js", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:semver-intersect", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:sort-json", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:spdx-license-list", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:jsii", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:jsii-pacmak": [ + { + "source": "npm:jsii-pacmak", + "target": "npm:jsii-rosetta", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:@jsii/check-node@1.101.0", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:clone", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:codemaker", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:commonmark", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:jsii-reflect", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:spdx-license-list", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:xmlbuilder", + "type": "static" + }, + { + "source": "npm:jsii-pacmak", + "target": "npm:yargs@16.2.0", + "type": "static" + } + ], + "npm:@jsii/check-node@1.101.0": [ + { + "source": "npm:@jsii/check-node@1.101.0", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.101.0", + "target": "npm:semver", + "type": "static" + } + ], + "npm:cliui@7.0.4": [ + { + "source": "npm:cliui@7.0.4", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui@7.0.4", + "target": "npm:wrap-ansi", + "type": "static" + } + ], + "npm:yargs@16.2.0": [ + { + "source": "npm:yargs@16.2.0", + "target": "npm:cliui@7.0.4", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs@16.2.0", + "target": "npm:yargs-parser@20.2.9", + "type": "static" + } + ], + "npm:jsii-reflect": [ + { + "source": "npm:jsii-reflect", + "target": "npm:@jsii/check-node@1.101.0", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:oo-ascii-tree", + "type": "static" + }, + { + "source": "npm:jsii-reflect", + "target": "npm:yargs@16.2.0", + "type": "static" + } + ], + "npm:jsii-release": [ + { + "source": "npm:jsii-release", + "target": "npm:@aws-sdk/client-codeartifact", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@aws-sdk/credential-providers", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@aws-sdk/types", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:@types/fs-extra", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:fs-extra@8.1.0", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:glob@10.0.0", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:p-queue", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:shlex", + "type": "static" + }, + { + "source": "npm:jsii-release", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:fs-extra@8.1.0": [ + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@8.1.0", + "target": "npm:universalify@0.1.2", + "type": "static" + } + ], + "npm:glob@10.0.0": [ + { + "source": "npm:glob@10.0.0", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.0.0", + "target": "npm:path-scurry", + "type": "static" + } + ], + "npm:jsonfile@4.0.0": [ + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:jsii-rosetta": [ + { + "source": "npm:jsii-rosetta", + "target": "npm:@jsii/check-node@1.98.0", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:@jsii/spec", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:@xmldom/xmldom", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:commonmark", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:fast-glob@3.3.2", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:jsii", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:semver-intersect", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:stream-json", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:workerpool", + "type": "static" + }, + { + "source": "npm:jsii-rosetta", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:@jsii/check-node@1.98.0": [ + { + "source": "npm:@jsii/check-node@1.98.0", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@jsii/check-node@1.98.0", + "target": "npm:semver", + "type": "static" + } + ], + "npm:jsonc-eslint-parser": [ + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:eslint-visitor-keys", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:espree", + "type": "static" + }, + { + "source": "npm:jsonc-eslint-parser", + "target": "npm:semver", + "type": "static" + } + ], + "npm:jsonfile": [ + { + "source": "npm:jsonfile", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:JSONStream": [ + { + "source": "npm:JSONStream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:through", + "type": "static" + } + ], + "npm:jsonwebtoken": [ + { + "source": "npm:jsonwebtoken", + "target": "npm:jws", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.includes", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isboolean", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isinteger", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isnumber", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isplainobject", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.isstring", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:lodash.once", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:jsonwebtoken", + "target": "npm:semver", + "type": "static" + } + ], + "npm:jwa": [ + { + "source": "npm:jwa", + "target": "npm:buffer-equal-constant-time", + "type": "static" + }, + { + "source": "npm:jwa", + "target": "npm:ecdsa-sig-formatter", + "type": "static" + }, + { + "source": "npm:jwa", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:jws": [ + { + "source": "npm:jws", + "target": "npm:jwa", + "type": "static" + }, + { + "source": "npm:jws", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:keyv": [ + { + "source": "npm:keyv", + "target": "npm:json-buffer", + "type": "static" + } + ], + "npm:levn": [ + { + "source": "npm:levn", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:levn", + "target": "npm:type-check", + "type": "static" + } + ], + "npm:load-json-file": [ + { + "source": "npm:load-json-file", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:parse-json@4.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:pify", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:strip-bom@3.0.0", + "type": "static" + } + ], + "npm:parse-json@4.0.0": [ + { + "source": "npm:parse-json@4.0.0", + "target": "npm:error-ex", + "type": "static" + }, + { + "source": "npm:parse-json@4.0.0", + "target": "npm:json-parse-better-errors", + "type": "static" + } + ], + "npm:locate-path": [ + { + "source": "npm:locate-path", + "target": "npm:p-locate", + "type": "static" + } + ], + "npm:log-symbols": [ + { + "source": "npm:log-symbols", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", + "type": "static" + } + ], + "npm:log4js": [ + { + "source": "npm:log4js", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:flatted", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:log4js", + "target": "npm:streamroller", + "type": "static" + } + ], + "npm:lru-cache": [ + { + "source": "npm:lru-cache", + "target": "npm:yallist", + "type": "static" + } + ], + "npm:make-dir": [ + { + "source": "npm:make-dir", + "target": "npm:semver", + "type": "static" + } + ], + "npm:makeerror": [ + { + "source": "npm:makeerror", + "target": "npm:tmpl", + "type": "static" + } + ], + "npm:marked-terminal": [ + { + "source": "npm:marked-terminal", + "target": "npm:marked", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:ansi-escapes@6.2.1", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:cardinal", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:cli-table3", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:node-emoji", + "type": "static" + }, + { + "source": "npm:marked-terminal", + "target": "npm:supports-hyperlinks", + "type": "static" + } + ], + "npm:micromatch": [ + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch", + "type": "static" + } + ], + "npm:mime-types": [ + { + "source": "npm:mime-types", + "target": "npm:mime-db", + "type": "static" + } + ], + "npm:minimatch": [ + { + "source": "npm:minimatch", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:minimist-options": [ + { + "source": "npm:minimist-options", + "target": "npm:arrify", + "type": "static" + }, + { + "source": "npm:minimist-options", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:minimist-options", + "target": "npm:kind-of", + "type": "static" + } + ], + "npm:mqtt": [ + { + "source": "npm:mqtt", + "target": "npm:commist", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:concat-stream", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:duplexify@4.1.3", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:mqtt-packet", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:number-allocator", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:pump", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:reinterval", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:ws@7.5.10", + "type": "static" + }, + { + "source": "npm:mqtt", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:mqtt-packet": [ + { + "source": "npm:mqtt-packet", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:mqtt-packet", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:mqtt-packet", + "target": "npm:process-nextick-args", + "type": "static" + } + ], + "npm:duplexify@4.1.3": [ + { + "source": "npm:duplexify@4.1.3", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:duplexify@4.1.3", + "target": "npm:stream-shift", + "type": "static" + } + ], + "npm:node-emoji": [ + { + "source": "npm:node-emoji", + "target": "npm:lodash", + "type": "static" + } + ], + "npm:node-fetch": [ + { + "source": "npm:node-fetch", + "target": "npm:whatwg-url", + "type": "static" + } + ], + "npm:normalize-package-data": [ + { + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info@2.8.9", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:semver@5.7.2", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", + "type": "static" + } + ], + "npm:npm": [ + { + "source": "npm:npm", + "target": "npm:@isaacs/string-locale-compare@1.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/arborist@5.6.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/ci-detect@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/config@4.2.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/fs@2.1.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/map-workspaces@2.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/package-json@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:abbrev@1.1.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:archy@1.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:cli-columns@4.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:cli-table3@0.6.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:columnify", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:fastest-levenshtein@1.0.12", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:ini@3.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:init-package-json@3.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:is-cidr@4.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmaccess@6.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmdiff@4.0.5", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmexec@4.0.14", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmfund@3.0.5", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmhook@8.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmorg@4.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmpack@4.1.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmpublish@6.0.5", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmsearch@5.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmteam@4.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:libnpmversion@3.0.7", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:make-fetch-happen@10.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:minipass-pipeline@1.2.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:ms@2.1.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:node-gyp@9.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:nopt@6.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-audit-report@3.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-install-checks@5.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-profile@6.2.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npm-user-validate@1.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:opener@1.5.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:p-map@4.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:parse-conflict-json@2.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:qrcode-terminal@0.12.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:read-package-json@5.0.2", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:readdir-scoped-modules@1.1.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:text-table", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:tiny-relative-date@1.3.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:treeverse@2.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:validate-npm-package-name@4.0.0", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:npm", + "target": "npm:write-file-atomic", + "type": "static" + } + ], + "npm:npm-package-arg": [ + { + "source": "npm:npm-package-arg", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + } + ], + "npm:npm-run-path": [ + { + "source": "npm:npm-run-path", + "target": "npm:path-key", + "type": "static" + } + ], + "npm:@npmcli/arborist@5.6.3": [ + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@isaacs/string-locale-compare@1.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/installed-package-contents@1.0.7", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/map-workspaces@2.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/metavuln-calculator@3.1.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/move-file@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/name-from-folder@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/node-gyp@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/package-json@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/query@1.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:bin-links@3.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:common-ancestor-path@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:json-stringify-nice@1.1.4", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:nopt@6.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-install-checks@5.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:parse-conflict-json@2.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:promise-all-reject-late@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:promise-call-limit@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:readdir-scoped-modules@1.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:treeverse@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/arborist@5.6.3", + "target": "npm:walk-up-path@1.0.0", + "type": "static" + } + ], + "npm:@npmcli/config@4.2.2": [ + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:@npmcli/map-workspaces@2.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:ini@3.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:nopt@6.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/config@4.2.2", + "target": "npm:walk-up-path@1.0.0", + "type": "static" + } + ], + "npm:@npmcli/disparity-colors@2.0.0": [ + { + "source": "npm:@npmcli/disparity-colors@2.0.0", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + } + ], + "npm:@npmcli/fs@2.1.2": [ + { + "source": "npm:@npmcli/fs@2.1.2", + "target": "npm:@gar/promisify@1.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/fs@2.1.2", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:@npmcli/git@3.0.2": [ + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:@npmcli/promise-spawn@3.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:promise-inflight@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:promise-retry@2.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:@npmcli/git@3.0.2", + "target": "npm:which", + "type": "static" + } + ], + "npm:@npmcli/installed-package-contents@1.0.7": [ + { + "source": "npm:@npmcli/installed-package-contents@1.0.7", + "target": "npm:npm-bundled@1.1.2", + "type": "static" + }, + { + "source": "npm:@npmcli/installed-package-contents@1.0.7", + "target": "npm:npm-normalize-package-bin@1.0.1", + "type": "static" + } + ], + "npm:npm-bundled@1.1.2": [ + { + "source": "npm:npm-bundled@1.1.2", + "target": "npm:npm-normalize-package-bin@1.0.1", + "type": "static" + } + ], + "npm:@npmcli/map-workspaces@2.0.4": [ + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:@npmcli/name-from-folder@1.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces@2.0.4", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + } + ], + "npm:@npmcli/metavuln-calculator@3.1.1": [ + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:@npmcli/metavuln-calculator@3.1.1", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:@npmcli/move-file@2.0.1": [ + { + "source": "npm:@npmcli/move-file@2.0.1", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:@npmcli/move-file@2.0.1", + "target": "npm:rimraf", + "type": "static" + } + ], + "npm:@npmcli/package-json@2.0.0": [ + { + "source": "npm:@npmcli/package-json@2.0.0", + "target": "npm:json-parse-even-better-errors", + "type": "static" + } + ], + "npm:@npmcli/promise-spawn@3.0.0": [ + { + "source": "npm:@npmcli/promise-spawn@3.0.0", + "target": "npm:infer-owner@1.0.4", + "type": "static" + } + ], + "npm:@npmcli/query@1.2.0": [ + { + "source": "npm:@npmcli/query@1.2.0", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/query@1.2.0", + "target": "npm:postcss-selector-parser@6.0.10", + "type": "static" + }, + { + "source": "npm:@npmcli/query@1.2.0", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:@npmcli/run-script@4.2.1": [ + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:@npmcli/node-gyp@2.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:@npmcli/promise-spawn@3.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:node-gyp@9.1.0", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/run-script@4.2.1", + "target": "npm:which", + "type": "static" + } + ], + "npm:agent-base@6.0.2": [ + { + "source": "npm:agent-base@6.0.2", + "target": "npm:debug@4.3.4", + "type": "static" + } + ], + "npm:agentkeepalive@4.2.1": [ + { + "source": "npm:agentkeepalive@4.2.1", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:agentkeepalive@4.2.1", + "target": "npm:depd@1.1.2", + "type": "static" + }, + { + "source": "npm:agentkeepalive@4.2.1", + "target": "npm:humanize-ms@1.2.1", + "type": "static" + } + ], + "npm:are-we-there-yet@3.0.1": [ + { + "source": "npm:are-we-there-yet@3.0.1", + "target": "npm:delegates@1.0.0", + "type": "static" + }, + { + "source": "npm:are-we-there-yet@3.0.1", + "target": "npm:readable-stream@3.6.0", + "type": "static" + } + ], + "npm:bin-links@3.0.3": [ + { + "source": "npm:bin-links@3.0.3", + "target": "npm:cmd-shim@5.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:read-cmd-shim@3.0.0", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:bin-links@3.0.3", + "target": "npm:write-file-atomic", + "type": "static" + } + ], + "npm:builtins@5.0.1": [ + { + "source": "npm:builtins@5.0.1", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:cacache@16.1.3": [ + { + "source": "npm:cacache@16.1.3", + "target": "npm:@npmcli/fs@2.1.2", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:@npmcli/move-file@2.0.1", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass-collect@1.0.2", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass-flush@1.0.5", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:minipass-pipeline@1.2.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:p-map@4.0.0", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:promise-inflight@1.0.1", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:cacache@16.1.3", + "target": "npm:unique-filename@2.0.1", + "type": "static" + } + ], + "npm:cidr-regex@3.1.1": [ + { + "source": "npm:cidr-regex@3.1.1", + "target": "npm:ip-regex@4.3.0", + "type": "static" + } + ], + "npm:cli-columns@4.0.0": [ + { + "source": "npm:cli-columns@4.0.0", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cli-columns@4.0.0", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:cli-table3@0.6.2": [ + { + "source": "npm:cli-table3@0.6.2", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cli-table3@0.6.2", + "target": "npm:@colors/colors", + "type": "static" + } + ], + "npm:cmd-shim@5.0.0": [ + { + "source": "npm:cmd-shim@5.0.0", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + } + ], + "npm:debug@4.3.4": [ + { + "source": "npm:debug@4.3.4", + "target": "npm:ms", + "type": "static" + } + ], + "npm:defaults@1.0.3": [ + { + "source": "npm:defaults@1.0.3", + "target": "npm:clone@1.0.4", + "type": "static" + } + ], + "npm:dezalgo@1.0.4": [ + { + "source": "npm:dezalgo@1.0.4", + "target": "npm:asap@2.0.6", + "type": "static" + }, + { + "source": "npm:dezalgo@1.0.4", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:encoding@0.1.13": [ + { + "source": "npm:encoding@0.1.13", + "target": "npm:iconv-lite@0.6.3", + "type": "static" + } + ], + "npm:fs-minipass@2.1.0": [ + { + "source": "npm:fs-minipass@2.1.0", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:gauge@4.0.4": [ + { + "source": "npm:gauge@4.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:color-support@1.1.3", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:console-control-strings@1.1.0", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:has-unicode@2.0.1", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:gauge@4.0.4", + "target": "npm:wide-align@1.1.5", + "type": "static" + } + ], + "npm:glob@8.0.3": [ + { + "source": "npm:glob@8.0.3", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:glob@8.0.3", + "target": "npm:once", + "type": "static" + } + ], + "npm:has@1.0.3": [ + { + "source": "npm:has@1.0.3", + "target": "npm:function-bind@1.1.1", + "type": "static" + } + ], + "npm:hosted-git-info@5.2.1": [ + { + "source": "npm:hosted-git-info@5.2.1", + "target": "npm:lru-cache@7.13.2", + "type": "static" + } + ], + "npm:http-proxy-agent@5.0.0": [ + { + "source": "npm:http-proxy-agent@5.0.0", + "target": "npm:@tootallnate/once@2.0.0", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@5.0.0", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:http-proxy-agent@5.0.0", + "target": "npm:debug@4.3.4", + "type": "static" + } + ], + "npm:https-proxy-agent@5.0.1": [ + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:https-proxy-agent@5.0.1", + "target": "npm:debug@4.3.4", + "type": "static" + } + ], + "npm:humanize-ms@1.2.1": [ + { + "source": "npm:humanize-ms@1.2.1", + "target": "npm:ms@2.1.3", + "type": "static" + } + ], + "npm:iconv-lite@0.6.3": [ + { + "source": "npm:iconv-lite@0.6.3", + "target": "npm:safer-buffer@2.1.2", + "type": "static" + } + ], + "npm:ignore-walk@5.0.1": [ + { + "source": "npm:ignore-walk@5.0.1", + "target": "npm:minimatch@5.1.0", + "type": "static" + } + ], + "npm:init-package-json@3.0.2": [ + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:promzard@0.3.0", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:read-package-json@5.0.2", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:init-package-json@3.0.2", + "target": "npm:validate-npm-package-name@4.0.0", + "type": "static" + } + ], + "npm:is-cidr@4.0.2": [ + { + "source": "npm:is-cidr@4.0.2", + "target": "npm:cidr-regex@3.1.1", + "type": "static" + } + ], + "npm:is-core-module@2.10.0": [ + { + "source": "npm:is-core-module@2.10.0", + "target": "npm:has@1.0.3", + "type": "static" + } + ], + "npm:libnpmaccess@6.0.4": [ + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmaccess@6.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + } + ], + "npm:libnpmdiff@4.0.5": [ + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:@npmcli/disparity-colors@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:@npmcli/installed-package-contents@1.0.7", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:binary-extensions@2.2.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:diff@5.1.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:minimatch@5.1.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:libnpmdiff@4.0.5", + "target": "npm:tar@6.1.11", + "type": "static" + } + ], + "npm:libnpmexec@4.0.14": [ + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/arborist@5.6.3", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/ci-detect@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/fs@2.1.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:mkdirp-infer-owner@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:pacote@13.6.2", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:read@1.0.7", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:libnpmexec@4.0.14", + "target": "npm:walk-up-path@1.0.0", + "type": "static" + } + ], + "npm:libnpmfund@3.0.5": [ + { + "source": "npm:libnpmfund@3.0.5", + "target": "npm:@npmcli/arborist@5.6.3", + "type": "static" + } + ], + "npm:libnpmhook@8.0.4": [ + { + "source": "npm:libnpmhook@8.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmhook@8.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + } + ], + "npm:libnpmorg@4.0.4": [ + { + "source": "npm:libnpmorg@4.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmorg@4.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + } + ], + "npm:libnpmpack@4.1.3": [ + { + "source": "npm:libnpmpack@4.1.3", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:libnpmpack@4.1.3", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmpack@4.1.3", + "target": "npm:pacote@13.6.2", + "type": "static" + } + ], + "npm:libnpmpublish@6.0.5": [ + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:normalize-package-data@4.0.1", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:libnpmpublish@6.0.5", + "target": "npm:ssri@9.0.1", + "type": "static" + } + ], + "npm:libnpmsearch@5.0.4": [ + { + "source": "npm:libnpmsearch@5.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + } + ], + "npm:libnpmteam@4.0.4": [ + { + "source": "npm:libnpmteam@4.0.4", + "target": "npm:aproba@2.0.0", + "type": "static" + }, + { + "source": "npm:libnpmteam@4.0.4", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + } + ], + "npm:libnpmversion@3.0.7": [ + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:@npmcli/git@3.0.2", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:libnpmversion@3.0.7", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:make-fetch-happen@10.2.1": [ + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:agentkeepalive@4.2.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:http-cache-semantics@4.1.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:http-proxy-agent@5.0.0", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:https-proxy-agent@5.0.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:is-lambda@1.0.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:lru-cache@7.13.2", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-collect@1.0.2", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-fetch@2.1.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-flush@1.0.5", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:minipass-pipeline@1.2.4", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:negotiator@0.6.3", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:promise-retry@2.0.1", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:socks-proxy-agent@7.0.0", + "type": "static" + }, + { + "source": "npm:make-fetch-happen@10.2.1", + "target": "npm:ssri@9.0.1", + "type": "static" + } + ], + "npm:minimatch@5.1.0": [ + { + "source": "npm:minimatch@5.1.0", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:minipass@3.3.4": [ + { + "source": "npm:minipass@3.3.4", + "target": "npm:yallist@4.0.0", + "type": "static" + } + ], + "npm:minipass-collect@1.0.2": [ + { + "source": "npm:minipass-collect@1.0.2", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:minipass-fetch@2.1.1": [ + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:minipass-sized@1.0.3", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:minizlib@2.1.2", + "type": "static" + }, + { + "source": "npm:minipass-fetch@2.1.1", + "target": "npm:encoding@0.1.13", + "type": "static" + } + ], + "npm:minipass-flush@1.0.5": [ + { + "source": "npm:minipass-flush@1.0.5", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:minipass-json-stream@1.0.1": [ + { + "source": "npm:minipass-json-stream@1.0.1", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:minipass-json-stream@1.0.1", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:minipass-pipeline@1.2.4": [ + { + "source": "npm:minipass-pipeline@1.2.4", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:minipass-sized@1.0.3": [ + { + "source": "npm:minipass-sized@1.0.3", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:minizlib@2.1.2": [ + { + "source": "npm:minizlib@2.1.2", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:minizlib@2.1.2", + "target": "npm:yallist@4.0.0", + "type": "static" + } + ], + "npm:mkdirp-infer-owner@2.0.0": [ + { + "source": "npm:mkdirp-infer-owner@2.0.0", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:mkdirp-infer-owner@2.0.0", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:mkdirp-infer-owner@2.0.0", + "target": "npm:mkdirp@1.0.4", + "type": "static" + } + ], + "npm:node-gyp@9.1.0": [ + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:env-paths", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:make-fetch-happen@10.2.1", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:nopt@5.0.0", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:npmlog@6.0.2", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:tar@6.1.11", + "type": "static" + }, + { + "source": "npm:node-gyp@9.1.0", + "target": "npm:which", + "type": "static" + } + ], + "npm:nopt@5.0.0": [ + { + "source": "npm:nopt@5.0.0", + "target": "npm:abbrev@1.1.1", + "type": "static" + } + ], + "npm:nopt@6.0.0": [ + { + "source": "npm:nopt@6.0.0", + "target": "npm:abbrev@1.1.1", + "type": "static" + } + ], + "npm:normalize-package-data@4.0.1": [ + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:is-core-module@2.10.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:normalize-package-data@4.0.1", + "target": "npm:validate-npm-package-license", + "type": "static" + } + ], + "npm:npm-audit-report@3.0.0": [ + { + "source": "npm:npm-audit-report@3.0.0", + "target": "npm:chalk@4.1.2", + "type": "static" + } + ], + "npm:npm-bundled@2.0.1": [ + { + "source": "npm:npm-bundled@2.0.1", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + } + ], + "npm:npm-install-checks@5.0.0": [ + { + "source": "npm:npm-install-checks@5.0.0", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:npm-package-arg@9.1.0": [ + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:hosted-git-info@5.2.1", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:semver@7.3.7", + "type": "static" + }, + { + "source": "npm:npm-package-arg@9.1.0", + "target": "npm:validate-npm-package-name@4.0.0", + "type": "static" + } + ], + "npm:npm-packlist@5.1.3": [ + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:ignore-walk@5.0.1", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:npm-bundled@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-packlist@5.1.3", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + } + ], + "npm:npm-pick-manifest@7.0.2": [ + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:npm-install-checks@5.0.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest@7.0.2", + "target": "npm:semver@7.3.7", + "type": "static" + } + ], + "npm:npm-profile@6.2.1": [ + { + "source": "npm:npm-profile@6.2.1", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:npm-profile@6.2.1", + "target": "npm:proc-log@2.0.1", + "type": "static" + } + ], + "npm:npm-registry-fetch@13.3.1": [ + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:make-fetch-happen@10.2.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minipass-fetch@2.1.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minipass-json-stream@1.0.1", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:minizlib@2.1.2", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:npm-registry-fetch@13.3.1", + "target": "npm:proc-log@2.0.1", + "type": "static" + } + ], + "npm:npmlog@6.0.2": [ + { + "source": "npm:npmlog@6.0.2", + "target": "npm:are-we-there-yet@3.0.1", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:console-control-strings@1.1.0", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:gauge@4.0.4", + "type": "static" + }, + { + "source": "npm:npmlog@6.0.2", + "target": "npm:set-blocking@2.0.0", + "type": "static" + } + ], + "npm:once": [ + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:pacote@13.6.2": [ + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/git@3.0.2", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/installed-package-contents@1.0.7", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/promise-spawn@3.0.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:@npmcli/run-script@4.2.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:cacache@16.1.3", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:infer-owner@1.0.4", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-package-arg@9.1.0", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-packlist@5.1.3", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-pick-manifest@7.0.2", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:npm-registry-fetch@13.3.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:proc-log@2.0.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:promise-retry@2.0.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:read-package-json@5.0.2", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:read-package-json-fast@2.0.3", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:rimraf", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:ssri@9.0.1", + "type": "static" + }, + { + "source": "npm:pacote@13.6.2", + "target": "npm:tar@6.1.11", + "type": "static" + } + ], + "npm:parse-conflict-json@2.0.2": [ + { + "source": "npm:parse-conflict-json@2.0.2", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:parse-conflict-json@2.0.2", + "target": "npm:just-diff@5.1.1", + "type": "static" + }, + { + "source": "npm:parse-conflict-json@2.0.2", + "target": "npm:just-diff-apply@5.4.1", + "type": "static" + } + ], + "npm:postcss-selector-parser@6.0.10": [ + { + "source": "npm:postcss-selector-parser@6.0.10", + "target": "npm:cssesc@3.0.0", + "type": "static" + }, + { + "source": "npm:postcss-selector-parser@6.0.10", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:promise-retry@2.0.1": [ + { + "source": "npm:promise-retry@2.0.1", + "target": "npm:err-code@2.0.3", + "type": "static" + }, + { + "source": "npm:promise-retry@2.0.1", + "target": "npm:retry@0.12.0", + "type": "static" + } + ], + "npm:promzard@0.3.0": [ + { + "source": "npm:promzard@0.3.0", + "target": "npm:read@1.0.7", + "type": "static" + } + ], + "npm:read@1.0.7": [ + { + "source": "npm:read@1.0.7", + "target": "npm:mute-stream@0.0.8", + "type": "static" + } + ], + "npm:read-package-json@5.0.2": [ + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:glob@8.0.3", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:normalize-package-data@4.0.1", + "type": "static" + }, + { + "source": "npm:read-package-json@5.0.2", + "target": "npm:npm-normalize-package-bin@2.0.0", + "type": "static" + } + ], + "npm:read-package-json-fast@2.0.3": [ + { + "source": "npm:read-package-json-fast@2.0.3", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json-fast@2.0.3", + "target": "npm:npm-normalize-package-bin@1.0.1", + "type": "static" + } + ], + "npm:readable-stream@3.6.0": [ + { + "source": "npm:readable-stream@3.6.0", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@3.6.0", + "target": "npm:string_decoder", + "type": "static" + }, + { + "source": "npm:readable-stream@3.6.0", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:readdir-scoped-modules@1.1.0": [ + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:debuglog@1.0.1", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:dezalgo@1.0.4", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:graceful-fs@4.2.10", + "type": "static" + }, + { + "source": "npm:readdir-scoped-modules@1.1.0", + "target": "npm:once", + "type": "static" + } + ], + "npm:rimraf": [ + { + "source": "npm:rimraf", + "target": "npm:glob", + "type": "static" + } + ], + "npm:semver@7.3.7": [ + { + "source": "npm:semver@7.3.7", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:socks@2.7.0": [ + { + "source": "npm:socks@2.7.0", + "target": "npm:ip@2.0.0", + "type": "static" + }, + { + "source": "npm:socks@2.7.0", + "target": "npm:smart-buffer@4.2.0", + "type": "static" + } + ], + "npm:socks-proxy-agent@7.0.0": [ + { + "source": "npm:socks-proxy-agent@7.0.0", + "target": "npm:agent-base@6.0.2", + "type": "static" + }, + { + "source": "npm:socks-proxy-agent@7.0.0", + "target": "npm:debug@4.3.4", + "type": "static" + }, + { + "source": "npm:socks-proxy-agent@7.0.0", + "target": "npm:socks@2.7.0", + "type": "static" + } + ], + "npm:spdx-correct@3.1.1": [ + { + "source": "npm:spdx-correct@3.1.1", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct@3.1.1", + "target": "npm:spdx-license-ids@3.0.11", + "type": "static" + } + ], + "npm:spdx-expression-parse": [ + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions@2.3.0", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids@3.0.11", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids", + "type": "static" + } + ], + "npm:ssri@9.0.1": [ + { + "source": "npm:ssri@9.0.1", + "target": "npm:minipass@3.3.4", + "type": "static" + } + ], + "npm:string_decoder": [ + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:string-width": [ + { + "source": "npm:string-width", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:strip-ansi": [ + { + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", + "type": "static" + } + ], + "npm:supports-color": [ + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + } + ], + "npm:tar@6.1.11": [ + { + "source": "npm:tar@6.1.11", + "target": "npm:chownr@2.0.0", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:fs-minipass@2.1.0", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:minipass@3.3.4", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:minizlib@2.1.2", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:mkdirp@1.0.4", + "type": "static" + }, + { + "source": "npm:tar@6.1.11", + "target": "npm:yallist@4.0.0", + "type": "static" + } + ], + "npm:unique-filename@2.0.1": [ + { + "source": "npm:unique-filename@2.0.1", + "target": "npm:unique-slug@3.0.0", + "type": "static" + } + ], + "npm:unique-slug@3.0.0": [ + { + "source": "npm:unique-slug@3.0.0", + "target": "npm:imurmurhash", + "type": "static" + } + ], + "npm:validate-npm-package-license": [ + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-correct@3.1.1", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-correct", + "type": "static" + } + ], + "npm:validate-npm-package-name@4.0.0": [ + { + "source": "npm:validate-npm-package-name@4.0.0", + "target": "npm:builtins@5.0.1", + "type": "static" + } + ], + "npm:wcwidth": [ + { + "source": "npm:wcwidth", + "target": "npm:defaults@1.0.3", + "type": "static" + }, + { + "source": "npm:wcwidth", + "target": "npm:defaults", + "type": "static" + } + ], + "npm:which": [ + { + "source": "npm:which", + "target": "npm:isexe", + "type": "static" + } + ], + "npm:wide-align@1.1.5": [ + { + "source": "npm:wide-align@1.1.5", + "target": "npm:string-width", + "type": "static" + } + ], + "npm:write-file-atomic": [ + { + "source": "npm:write-file-atomic", + "target": "npm:imurmurhash", + "type": "static" + }, + { + "source": "npm:write-file-atomic", + "target": "npm:signal-exit@3.0.7", + "type": "static" + } + ], + "npm:number-allocator": [ + { + "source": "npm:number-allocator", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:number-allocator", + "target": "npm:js-sdsl", + "type": "static" + } + ], + "npm:nx": [ + { + "source": "npm:nx", + "target": "npm:@swc-node/register", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/parsers", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:front-matter", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-arm64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-freebsd-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-x64-msvc", + "type": "static" + } + ], + "npm:object.assign": [ + { + "source": "npm:object.assign", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:object-keys", + "type": "static" + } + ], + "npm:onetime": [ + { + "source": "npm:onetime", + "target": "npm:mimic-fn", + "type": "static" + } + ], + "npm:open": [ + { + "source": "npm:open", + "target": "npm:define-lazy-prop", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-wsl", + "type": "static" + } + ], + "npm:optionator": [ + { + "source": "npm:optionator", + "target": "npm:deep-is", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:fast-levenshtein", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:levn", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:prelude-ls", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:type-check", + "type": "static" + }, + { + "source": "npm:optionator", + "target": "npm:word-wrap", + "type": "static" + } + ], + "npm:ora": [ + { + "source": "npm:ora", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:is-interactive", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:log-symbols", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:wcwidth", + "type": "static" + } + ], + "npm:p-filter": [ + { + "source": "npm:p-filter", + "target": "npm:p-map", + "type": "static" + } + ], + "npm:p-limit": [ + { + "source": "npm:p-limit", + "target": "npm:yocto-queue", + "type": "static" + } + ], + "npm:p-locate": [ + { + "source": "npm:p-locate", + "target": "npm:p-limit@4.0.0", + "type": "static" + } + ], + "npm:p-limit@4.0.0": [ + { + "source": "npm:p-limit@4.0.0", + "target": "npm:yocto-queue@1.0.0", + "type": "static" + } + ], + "npm:p-queue": [ + { + "source": "npm:p-queue", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:p-queue", + "target": "npm:p-timeout", + "type": "static" + } + ], + "npm:p-timeout": [ + { + "source": "npm:p-timeout", + "target": "npm:p-finally", + "type": "static" + } + ], + "npm:parent-module": [ + { + "source": "npm:parent-module", + "target": "npm:callsites", + "type": "static" + } + ], + "npm:parse-json": [ + { + "source": "npm:parse-json", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:error-ex", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:lines-and-columns@1.2.4", + "type": "static" + } + ], + "npm:path-scurry": [ + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.2.2", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + } + ], + "npm:pkg-conf": [ + { + "source": "npm:pkg-conf", + "target": "npm:find-up@2.1.0", + "type": "static" + }, + { + "source": "npm:pkg-conf", + "target": "npm:load-json-file", + "type": "static" + } + ], + "npm:find-up@2.1.0": [ + { + "source": "npm:find-up@2.1.0", + "target": "npm:locate-path@2.0.0", + "type": "static" + } + ], + "npm:locate-path@2.0.0": [ + { + "source": "npm:locate-path@2.0.0", + "target": "npm:p-locate@2.0.0", + "type": "static" + }, + { + "source": "npm:locate-path@2.0.0", + "target": "npm:path-exists@3.0.0", + "type": "static" + } + ], + "npm:p-limit@1.3.0": [ + { + "source": "npm:p-limit@1.3.0", + "target": "npm:p-try@1.0.0", + "type": "static" + } + ], + "npm:p-locate@2.0.0": [ + { + "source": "npm:p-locate@2.0.0", + "target": "npm:p-limit@1.3.0", + "type": "static" + } + ], + "npm:pkg-dir": [ + { + "source": "npm:pkg-dir", + "target": "npm:find-up@4.1.0", + "type": "static" + } + ], + "npm:prettier-linter-helpers": [ + { + "source": "npm:prettier-linter-helpers", + "target": "npm:fast-diff", + "type": "static" + } + ], + "npm:pretty-format": [ + { + "source": "npm:pretty-format", + "target": "npm:@jest/schemas", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:react-is", + "type": "static" + } + ], + "npm:prompts": [ + { + "source": "npm:prompts", + "target": "npm:kleur", + "type": "static" + }, + { + "source": "npm:prompts", + "target": "npm:sisteransi", + "type": "static" + } + ], + "npm:pump": [ + { + "source": "npm:pump", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:pump", + "target": "npm:once", + "type": "static" + } + ], + "npm:qs": [ + { + "source": "npm:qs", + "target": "npm:side-channel", + "type": "static" + } + ], + "npm:rc": [ + { + "source": "npm:rc", + "target": "npm:deep-extend", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:ini@1.3.8", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:rc", + "target": "npm:strip-json-comments@2.0.1", + "type": "static" + } + ], + "npm:read-pkg": [ + { + "source": "npm:read-pkg", + "target": "npm:@types/normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:read-pkg", + "target": "npm:type-fest@0.6.0", + "type": "static" + } + ], + "npm:read-pkg-up": [ + { + "source": "npm:read-pkg-up", + "target": "npm:find-up@6.3.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up", + "target": "npm:read-pkg@7.1.0", + "type": "static" + }, + { + "source": "npm:read-pkg-up", + "target": "npm:type-fest@2.19.0", + "type": "static" + } + ], + "npm:find-up@6.3.0": [ + { + "source": "npm:find-up@6.3.0", + "target": "npm:locate-path", + "type": "static" + }, + { + "source": "npm:find-up@6.3.0", + "target": "npm:path-exists", + "type": "static" + } + ], + "npm:read-pkg@7.1.0": [ + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:@types/normalize-package-data", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:normalize-package-data@3.0.3", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:read-pkg@7.1.0", + "target": "npm:type-fest@2.19.0", + "type": "static" + } + ], + "npm:readable-stream": [ + { + "source": "npm:readable-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:string_decoder", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:readdirp": [ + { + "source": "npm:readdirp", + "target": "npm:picomatch", + "type": "static" + } + ], + "npm:rechoir": [ + { + "source": "npm:rechoir", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:redent": [ + { + "source": "npm:redent", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:redent", + "target": "npm:strip-indent", + "type": "static" + } + ], + "npm:redeyed": [ + { + "source": "npm:redeyed", + "target": "npm:esprima", + "type": "static" + } + ], + "npm:regenerate-unicode-properties": [ + { + "source": "npm:regenerate-unicode-properties", + "target": "npm:regenerate", + "type": "static" + } + ], + "npm:regenerator-transform": [ + { + "source": "npm:regenerator-transform", + "target": "npm:@babel/runtime", + "type": "static" + } + ], + "npm:regexp.prototype.flags": [ + { + "source": "npm:regexp.prototype.flags", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:set-function-name", + "type": "static" + } + ], + "npm:regexpu-core": [ + { + "source": "npm:regexpu-core", + "target": "npm:@babel/regjsgen", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate-unicode-properties", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regjsparser", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-ecmascript", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-value-ecmascript", + "type": "static" + } + ], + "npm:registry-auth-token": [ + { + "source": "npm:registry-auth-token", + "target": "npm:@pnpm/npm-conf", + "type": "static" + } + ], + "npm:regjsparser": [ + { + "source": "npm:regjsparser", + "target": "npm:jsesc@0.5.0", + "type": "static" + } + ], + "npm:resolve": [ + { + "source": "npm:resolve", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:supports-preserve-symlinks-flag", + "type": "static" + } + ], + "npm:resolve-cwd": [ + { + "source": "npm:resolve-cwd", + "target": "npm:resolve-from", + "type": "static" + } + ], + "npm:restore-cursor": [ + { + "source": "npm:restore-cursor", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit@3.0.7", + "type": "static" + } + ], + "npm:run-parallel": [ + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + } + ], + "npm:safe-array-concat": [ + { + "source": "npm:safe-array-concat", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:safe-array-concat", + "target": "npm:isarray", + "type": "static" + } + ], + "npm:safe-regex-test": [ + { + "source": "npm:safe-regex-test", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:safe-regex-test", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:safe-regex-test", + "target": "npm:is-regex", + "type": "static" + } + ], + "npm:semantic-release": [ + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/commit-analyzer", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/error", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/github", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/npm", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:@semantic-release/release-notes-generator", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:aggregate-error@4.0.1", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:cosmiconfig@8.3.6", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:env-ci", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:execa@6.1.0", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:figures@5.0.0", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:find-versions", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:get-stream@6.0.1", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:git-log-parser", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:hook-std", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:hosted-git-info@6.1.1", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:lodash-es", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:marked", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:marked-terminal", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:p-each-series", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:p-reduce@3.0.0", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:read-pkg-up", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:semver-diff", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:signale", + "type": "static" + }, + { + "source": "npm:semantic-release", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:semantic-release-plugin-decorators": [ + { + "source": "npm:semantic-release-plugin-decorators", + "target": "npm:semantic-release", + "type": "static" + } + ], + "npm:aggregate-error@4.0.1": [ + { + "source": "npm:aggregate-error@4.0.1", + "target": "npm:clean-stack@4.2.0", + "type": "static" + }, + { + "source": "npm:aggregate-error@4.0.1", + "target": "npm:indent-string@5.0.0", + "type": "static" + } + ], + "npm:clean-stack@4.2.0": [ + { + "source": "npm:clean-stack@4.2.0", + "target": "npm:escape-string-regexp@5.0.0", + "type": "static" + } + ], + "npm:cosmiconfig@8.3.6": [ + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:js-yaml@4.1.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig@8.3.6", + "target": "npm:path-type", + "type": "static" + } + ], + "npm:figures@5.0.0": [ + { + "source": "npm:figures@5.0.0", + "target": "npm:escape-string-regexp@5.0.0", + "type": "static" + }, + { + "source": "npm:figures@5.0.0", + "target": "npm:is-unicode-supported@1.3.0", + "type": "static" + } + ], + "npm:hosted-git-info@6.1.1": [ + { + "source": "npm:hosted-git-info@6.1.1", + "target": "npm:lru-cache@7.18.3", + "type": "static" + } + ], + "npm:semver-diff": [ + { + "source": "npm:semver-diff", + "target": "npm:semver", + "type": "static" + } + ], + "npm:semver-intersect": [ + { + "source": "npm:semver-intersect", + "target": "npm:semver@6.3.1", + "type": "static" + } + ], + "npm:set-function-length": [ + { + "source": "npm:set-function-length", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:has-property-descriptors", + "type": "static" + } + ], + "npm:set-function-name": [ + { + "source": "npm:set-function-name", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:functions-have-names", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:has-property-descriptors", + "type": "static" + } + ], + "npm:shebang-command": [ + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + } + ], + "npm:shelljs": [ + { + "source": "npm:shelljs", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:interpret", + "type": "static" + }, + { + "source": "npm:shelljs", + "target": "npm:rechoir", + "type": "static" + } + ], + "npm:side-channel": [ + { + "source": "npm:side-channel", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:object-inspect", + "type": "static" + } + ], + "npm:signale": [ + { + "source": "npm:signale", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:signale", + "target": "npm:figures@2.0.0", + "type": "static" + }, + { + "source": "npm:signale", + "target": "npm:pkg-conf", + "type": "static" + } + ], + "npm:figures@2.0.0": [ + { + "source": "npm:figures@2.0.0", + "target": "npm:escape-string-regexp@1.0.5", + "type": "static" + } + ], + "npm:sort-json": [ + { + "source": "npm:sort-json", + "target": "npm:detect-indent", + "type": "static" + }, + { + "source": "npm:sort-json", + "target": "npm:detect-newline@2.1.0", + "type": "static" + }, + { + "source": "npm:sort-json", + "target": "npm:minimist", + "type": "static" + } + ], + "npm:source-map-support": [ + { + "source": "npm:source-map-support", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:source-map", + "type": "static" + } + ], + "npm:spdx-correct": [ + { + "source": "npm:spdx-correct", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-license-ids", + "type": "static" + } + ], + "npm:split": [ + { + "source": "npm:split", + "target": "npm:through", + "type": "static" + } + ], + "npm:stack-utils": [ + { + "source": "npm:stack-utils", + "target": "npm:escape-string-regexp@2.0.0", + "type": "static" + } + ], + "npm:stream-combiner2": [ + { + "source": "npm:stream-combiner2", + "target": "npm:duplexer2", + "type": "static" + }, + { + "source": "npm:stream-combiner2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:stream-json": [ + { + "source": "npm:stream-json", + "target": "npm:stream-chain", + "type": "static" + } + ], + "npm:streamroller": [ + { + "source": "npm:streamroller", + "target": "npm:date-format", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:streamroller", + "target": "npm:fs-extra@8.1.0", + "type": "static" + } + ], + "npm:string-length": [ + { + "source": "npm:string-length", + "target": "npm:char-regex", + "type": "static" + }, + { + "source": "npm:string-length", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:string.prototype.repeat": [ + { + "source": "npm:string.prototype.repeat", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.repeat", + "target": "npm:es-abstract", + "type": "static" + } + ], + "npm:string.prototype.trim": [ + { + "source": "npm:string.prototype.trim", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:string.prototype.trim", + "target": "npm:es-object-atoms", + "type": "static" + } + ], + "npm:string.prototype.trimend": [ + { + "source": "npm:string.prototype.trimend", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.trimend", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.trimend", + "target": "npm:es-object-atoms", + "type": "static" + } + ], + "npm:string.prototype.trimstart": [ + { + "source": "npm:string.prototype.trimstart", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:string.prototype.trimstart", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:string.prototype.trimstart", + "target": "npm:es-object-atoms", + "type": "static" + } + ], + "npm:strip-indent": [ + { + "source": "npm:strip-indent", + "target": "npm:min-indent", + "type": "static" + } + ], + "npm:strong-log-transformer": [ + { + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:through", + "type": "static" + } + ], + "npm:supports-hyperlinks": [ + { + "source": "npm:supports-hyperlinks", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:supports-hyperlinks", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:synckit": [ + { + "source": "npm:synckit", + "target": "npm:@pkgr/core", + "type": "static" + }, + { + "source": "npm:synckit", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:tar-stream": [ + { + "source": "npm:tar-stream", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:fs-constants", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:tempy": [ + { + "source": "npm:tempy", + "target": "npm:del", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:is-stream@2.0.1", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:temp-dir", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:type-fest@0.16.0", + "type": "static" + }, + { + "source": "npm:tempy", + "target": "npm:unique-string", + "type": "static" + } + ], + "npm:test-exclude": [ + { + "source": "npm:test-exclude", + "target": "npm:@istanbuljs/schema", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:test-exclude", + "target": "npm:minimatch@3.1.2", + "type": "static" + } + ], + "npm:through2": [ + { + "source": "npm:through2", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:to-regex-range": [ + { + "source": "npm:to-regex-range", + "target": "npm:is-number", + "type": "static" + } + ], + "npm:traverse": [ + { + "source": "npm:traverse", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:traverse", + "target": "npm:typedarray.prototype.slice", + "type": "static" + }, + { + "source": "npm:traverse", + "target": "npm:which-typed-array", + "type": "static" + } + ], + "npm:ts-api-utils": [ + { + "source": "npm:ts-api-utils", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:ts-jest": [ + { + "source": "npm:ts-jest", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:@jest/transform", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:@jest/types", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:babel-jest", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:jest", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:bs-logger", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:jest-util", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:lodash.memoize", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:make-error", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:ts-jest", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:ts-node": [ + { + "source": "npm:ts-node", + "target": "npm:@swc/core", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@cspotcode/source-map-support", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node10", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node12", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node14", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:@tsconfig/node16", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:acorn-walk", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:arg", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:create-require", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:diff", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:make-error", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:v8-compile-cache-lib", + "type": "static" + }, + { + "source": "npm:ts-node", + "target": "npm:yn", + "type": "static" + } + ], + "npm:tsconfig-paths": [ + { + "source": "npm:tsconfig-paths", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:strip-bom@3.0.0", + "type": "static" + } + ], + "npm:type-check": [ + { + "source": "npm:type-check", + "target": "npm:prelude-ls", + "type": "static" + } + ], + "npm:typed-array-buffer": [ + { + "source": "npm:typed-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-buffer", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:typed-array-buffer", + "target": "npm:is-typed-array", + "type": "static" + } + ], + "npm:typed-array-byte-length": [ + { + "source": "npm:typed-array-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:typed-array-byte-length", + "target": "npm:is-typed-array", + "type": "static" + } + ], + "npm:typed-array-byte-offset": [ + { + "source": "npm:typed-array-byte-offset", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:typed-array-byte-offset", + "target": "npm:is-typed-array", + "type": "static" + } + ], + "npm:typed-array-length": [ + { + "source": "npm:typed-array-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:typed-array-length", + "target": "npm:possible-typed-array-names", + "type": "static" + } + ], + "npm:typedarray.prototype.slice": [ + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:es-abstract", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:typed-array-buffer", + "type": "static" + }, + { + "source": "npm:typedarray.prototype.slice", + "target": "npm:typed-array-byte-offset", + "type": "static" + } + ], + "npm:unbox-primitive": [ + { + "source": "npm:unbox-primitive", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:has-bigints", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:unbox-primitive", + "target": "npm:which-boxed-primitive", + "type": "static" + } + ], + "npm:unicode-match-property-ecmascript": [ + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-canonical-property-names-ecmascript", + "type": "static" + }, + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-property-aliases-ecmascript", + "type": "static" + } + ], + "npm:unique-string": [ + { + "source": "npm:unique-string", + "target": "npm:crypto-random-string", + "type": "static" + } + ], + "npm:update-browserslist-db": [ + { + "source": "npm:update-browserslist-db", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:uri-js": [ + { + "source": "npm:uri-js", + "target": "npm:punycode", + "type": "static" + } + ], + "npm:url": [ + { + "source": "npm:url", + "target": "npm:punycode@1.4.1", + "type": "static" + }, + { + "source": "npm:url", + "target": "npm:qs", + "type": "static" + } + ], + "npm:v8-to-istanbul": [ + { + "source": "npm:v8-to-istanbul", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:v8-to-istanbul", + "target": "npm:@types/istanbul-lib-coverage", + "type": "static" + }, + { + "source": "npm:v8-to-istanbul", + "target": "npm:convert-source-map", + "type": "static" + } + ], + "npm:walker": [ + { + "source": "npm:walker", + "target": "npm:makeerror", + "type": "static" + } + ], + "npm:whatwg-url": [ + { + "source": "npm:whatwg-url", + "target": "npm:tr46", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:webidl-conversions", + "type": "static" + } + ], + "npm:which-boxed-primitive": [ + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-bigint", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-boolean-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-number-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-symbol", + "type": "static" + } + ], + "npm:which-typed-array": [ + { + "source": "npm:which-typed-array", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:wrap-ansi": [ + { + "source": "npm:wrap-ansi", + "target": "npm:ansi-styles@4.3.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:yargs": [ + { + "source": "npm:yargs", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:@typescript-eslint/eslint-plugin@7.4.0": [ + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/parser@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@eslint-community/regexpp", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/scope-manager@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/type-utils@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/utils@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:graphemer", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:natural-compare", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/eslint-plugin@7.4.0", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/parser@7.4.0": [ + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/scope-manager@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/typescript-estree@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/parser@7.4.0", + "target": "npm:debug", + "type": "static" + } + ], + "npm:@typescript-eslint/scope-manager@7.4.0": [ + { + "source": "npm:@typescript-eslint/scope-manager@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/scope-manager@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + } + ], + "npm:@typescript-eslint/type-utils@7.4.0": [ + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:@typescript-eslint/typescript-estree@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:@typescript-eslint/utils@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/type-utils@7.4.0", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/typescript-estree@7.4.0": [ + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:@typescript-eslint/visitor-keys@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/typescript-estree@7.4.0", + "target": "npm:ts-api-utils", + "type": "static" + } + ], + "npm:@typescript-eslint/utils@7.4.0": [ + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:eslint", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@eslint-community/eslint-utils", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@types/semver", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@typescript-eslint/scope-manager@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:@typescript-eslint/typescript-estree@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/utils@7.4.0", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@typescript-eslint/visitor-keys@7.4.0": [ + { + "source": "npm:@typescript-eslint/visitor-keys@7.4.0", + "target": "npm:@typescript-eslint/types@7.4.0", + "type": "static" + }, + { + "source": "npm:@typescript-eslint/visitor-keys@7.4.0", + "target": "npm:eslint-visitor-keys", + "type": "static" + } + ] + }, + "version": "6.0" +} diff --git a/clients/dart/credential_issuance_client/.openapi-generator/FILES b/clients/dart/credential_issuance_client/.openapi-generator/FILES index f6a1c991..4b3e7366 100644 --- a/clients/dart/credential_issuance_client/.openapi-generator/FILES +++ b/clients/dart/credential_issuance_client/.openapi-generator/FILES @@ -22,6 +22,8 @@ doc/CredentialProof.md doc/CredentialResponse.md doc/CredentialResponseDeferred.md doc/CredentialResponseImmediate.md +doc/CredentialResponseImmediateCNonceExpiresIn.md +doc/CredentialResponseImmediateCredential.md doc/CredentialSubjectNotValidError.md doc/CredentialsApi.md doc/DeferredCredentialInput.md @@ -86,6 +88,8 @@ lib/model/credential_proof.dart lib/model/credential_response.dart lib/model/credential_response_deferred.dart lib/model/credential_response_immediate.dart +lib/model/credential_response_immediate_c_nonce_expires_in.dart +lib/model/credential_response_immediate_credential.dart lib/model/credential_subject_not_valid_error.dart lib/model/deferred_credential_input.dart lib/model/generate_credentials400_response.dart @@ -114,3 +118,5 @@ lib/model/update_issuance_config_input.dart lib/model/vc_claimed_error.dart lib/model/well_known_open_id_credential_issuer_response.dart pubspec.yaml +test/credential_response_immediate_c_nonce_expires_in_test.dart +test/credential_response_immediate_credential_test.dart diff --git a/clients/dart/credential_issuance_client/README.md b/clients/dart/credential_issuance_client/README.md index 4a1d022a..f260ab89 100644 --- a/clients/dart/credential_issuance_client/README.md +++ b/clients/dart/credential_issuance_client/README.md @@ -100,6 +100,8 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CredentialResponse](doc//CredentialResponse.md) - [CredentialResponseDeferred](doc//CredentialResponseDeferred.md) - [CredentialResponseImmediate](doc//CredentialResponseImmediate.md) +- [CredentialResponseImmediateCNonceExpiresIn](doc//CredentialResponseImmediateCNonceExpiresIn.md) +- [CredentialResponseImmediateCredential](doc//CredentialResponseImmediateCredential.md) - [CredentialSubjectNotValidError](doc//CredentialSubjectNotValidError.md) - [DeferredCredentialInput](doc//DeferredCredentialInput.md) - [GenerateCredentials400Response](doc//GenerateCredentials400Response.md) diff --git a/clients/dart/credential_issuance_client/doc/CreateCredentialInput.md b/clients/dart/credential_issuance_client/doc/CreateCredentialInput.md index 2e0f43e8..7418bafe 100644 --- a/clients/dart/credential_issuance_client/doc/CreateCredentialInput.md +++ b/clients/dart/credential_issuance_client/doc/CreateCredentialInput.md @@ -8,9 +8,9 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------------------ | ----------------------------------------- | --------------------------------------------------------------------------------- | ----- | -| **credentialIdentifier** | **String** | It is a String that identifies a Credential that is being requested to be issued. | +| Name | Type | Description | Notes | +| ------------------------ | ----------------------------------------- | --------------------------------------------------------------------------------- | ---------- | +| **credentialIdentifier** | **String** | It is a String that identifies a Credential that is being requested to be issued. | [optional] | | **proof** | [**CredentialProof**](CredentialProof.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md b/clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md index 86d3c37b..3a19b176 100644 --- a/clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md +++ b/clients/dart/credential_issuance_client/doc/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md @@ -8,9 +8,9 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----- | +| Name | Type | Description | Notes | +| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------- | | **preAuthorizedCode** | **String** | pre authorized code to be exchanged with jwt token | -| **txCode** | [**CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode**](CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md) | | +| **txCode** | [**CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode**](CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md) | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/CredentialResponse.md b/clients/dart/credential_issuance_client/doc/CredentialResponse.md index 8351c369..f968a5e5 100644 --- a/clients/dart/credential_issuance_client/doc/CredentialResponse.md +++ b/clients/dart/credential_issuance_client/doc/CredentialResponse.md @@ -8,11 +8,11 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | -| **credential** | [**Map**](Object.md) | Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. | [default to const {}] | -| **cNonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | -| **cNonceExpiresIn** | **int** | Lifetime in seconds of the c_nonce | -| **transactionId** | **String** | String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential. | +| Name | Type | Description | Notes | +| ------------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | +| **credential** | [**CredentialResponseImmediateCredential**](CredentialResponseImmediateCredential.md) | | +| **cNonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | +| **cNonceExpiresIn** | **int** | Lifetime in seconds of the c_nonce | +| **transactionId** | **String** | String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/CredentialResponseImmediate.md b/clients/dart/credential_issuance_client/doc/CredentialResponseImmediate.md index 04926cf4..54422d54 100644 --- a/clients/dart/credential_issuance_client/doc/CredentialResponseImmediate.md +++ b/clients/dart/credential_issuance_client/doc/CredentialResponseImmediate.md @@ -8,10 +8,10 @@ import 'package:affinidi_tdk_credential_issuance_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------- | --------------------- | -| **credential** | [**Map**](Object.md) | Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. | [default to const {}] | -| **cNonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | -| **cNonceExpiresIn** | **int** | Lifetime in seconds of the c_nonce | +| Name | Type | Description | Notes | +| ------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----- | +| **credential** | [**CredentialResponseImmediateCredential**](CredentialResponseImmediateCredential.md) | | +| **cNonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | +| **cNonceExpiresIn** | [**CredentialResponseImmediateCNonceExpiresIn**](CredentialResponseImmediateCNonceExpiresIn.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCNonceExpiresIn.md b/clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCNonceExpiresIn.md new file mode 100644 index 00000000..f5c5dfc8 --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCNonceExpiresIn.md @@ -0,0 +1,14 @@ +# affinidi_tdk_credential_issuance_client.model.CredentialResponseImmediateCNonceExpiresIn + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCredential.md b/clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCredential.md new file mode 100644 index 00000000..5556f88e --- /dev/null +++ b/clients/dart/credential_issuance_client/doc/CredentialResponseImmediateCredential.md @@ -0,0 +1,14 @@ +# affinidi_tdk_credential_issuance_client.model.CredentialResponseImmediateCredential + +## Load the model package + +```dart +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/credential_issuance_client/lib/api.dart b/clients/dart/credential_issuance_client/lib/api.dart index 10347453..32eb2ebd 100644 --- a/clients/dart/credential_issuance_client/lib/api.dart +++ b/clients/dart/credential_issuance_client/lib/api.dart @@ -53,6 +53,8 @@ part 'model/credential_proof.dart'; part 'model/credential_response.dart'; part 'model/credential_response_deferred.dart'; part 'model/credential_response_immediate.dart'; +part 'model/credential_response_immediate_c_nonce_expires_in.dart'; +part 'model/credential_response_immediate_credential.dart'; part 'model/credential_subject_not_valid_error.dart'; part 'model/deferred_credential_input.dart'; part 'model/generate_credentials400_response.dart'; diff --git a/clients/dart/credential_issuance_client/lib/api_client.dart b/clients/dart/credential_issuance_client/lib/api_client.dart index cac5bd69..b578c6b8 100644 --- a/clients/dart/credential_issuance_client/lib/api_client.dart +++ b/clients/dart/credential_issuance_client/lib/api_client.dart @@ -220,6 +220,10 @@ class ApiClient { return CredentialResponseDeferred.fromJson(value); case 'CredentialResponseImmediate': return CredentialResponseImmediate.fromJson(value); + case 'CredentialResponseImmediateCNonceExpiresIn': + return CredentialResponseImmediateCNonceExpiresIn.fromJson(value); + case 'CredentialResponseImmediateCredential': + return CredentialResponseImmediateCredential.fromJson(value); case 'CredentialSubjectNotValidError': return CredentialSubjectNotValidError.fromJson(value); case 'DeferredCredentialInput': diff --git a/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart b/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart index 26ef3a7f..90a84df4 100644 --- a/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/create_credential_input.dart @@ -13,12 +13,18 @@ part of openapi.api; class CreateCredentialInput { /// Returns a new [CreateCredentialInput] instance. CreateCredentialInput({ - required this.credentialIdentifier, + this.credentialIdentifier, required this.proof, }); /// It is a String that identifies a Credential that is being requested to be issued. - String credentialIdentifier; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? credentialIdentifier; CredentialProof proof; @@ -30,7 +36,7 @@ class CreateCredentialInput { @override int get hashCode => // ignore: unnecessary_parenthesis - (credentialIdentifier.hashCode) + + (credentialIdentifier == null ? 0 : credentialIdentifier!.hashCode) + (proof.hashCode); @override @@ -38,7 +44,11 @@ class CreateCredentialInput { Map toJson() { final json = {}; + if (this.credentialIdentifier != null) { json[r'credential_identifier'] = this.credentialIdentifier; + } else { + json[r'credential_identifier'] = null; + } json[r'proof'] = this.proof; return json; } @@ -62,7 +72,7 @@ class CreateCredentialInput { }()); return CreateCredentialInput( - credentialIdentifier: mapValueOfType(json, r'credential_identifier')!, + credentialIdentifier: mapValueOfType(json, r'credential_identifier'), proof: CredentialProof.fromJson(json[r'proof'])!, ); } @@ -111,7 +121,6 @@ class CreateCredentialInput { /// The list of required keys that must be present in a JSON. static const requiredKeys = { - 'credential_identifier', 'proof', }; } diff --git a/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart b/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart index 63b3fce4..2e9003bf 100644 --- a/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/create_issuance_config_input.dart @@ -205,10 +205,12 @@ class CreateIssuanceConfigInputFormatEnum { String toJson() => value; static const ldpVc = CreateIssuanceConfigInputFormatEnum._(r'ldp_vc'); + static const jwtVcJsonLd = CreateIssuanceConfigInputFormatEnum._(r'jwt_vc_json-ld'); /// List of all possible values in this [enum][CreateIssuanceConfigInputFormatEnum]. static const values = [ ldpVc, + jwtVcJsonLd, ]; static CreateIssuanceConfigInputFormatEnum? fromJson(dynamic value) => CreateIssuanceConfigInputFormatEnumTypeTransformer().decode(value); @@ -248,6 +250,7 @@ class CreateIssuanceConfigInputFormatEnumTypeTransformer { if (data != null) { switch (data) { case r'ldp_vc': return CreateIssuanceConfigInputFormatEnum.ldpVc; + case r'jwt_vc_json-ld': return CreateIssuanceConfigInputFormatEnum.jwtVcJsonLd; default: if (!allowNull) { throw ArgumentError('Unknown enum value to decode: $data'); diff --git a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart index de62dc1e..5a0ff87c 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.dart @@ -14,13 +14,19 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode /// Returns a new [CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode] instance. CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode({ required this.preAuthorizedCode, - required this.txCode, + this.txCode, }); /// pre authorized code to be exchanged with jwt token String preAuthorizedCode; - CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode txCode; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode? txCode; @override bool operator ==(Object other) => identical(this, other) || other is CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode && @@ -31,7 +37,7 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode int get hashCode => // ignore: unnecessary_parenthesis (preAuthorizedCode.hashCode) + - (txCode.hashCode); + (txCode == null ? 0 : txCode!.hashCode); @override String toString() => 'CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode[preAuthorizedCode=$preAuthorizedCode, txCode=$txCode]'; @@ -39,7 +45,11 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode Map toJson() { final json = {}; json[r'pre-authorized_code'] = this.preAuthorizedCode; + if (this.txCode != null) { json[r'tx_code'] = this.txCode; + } else { + json[r'tx_code'] = null; + } return json; } @@ -63,7 +73,7 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode return CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode( preAuthorizedCode: mapValueOfType(json, r'pre-authorized_code')!, - txCode: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.fromJson(json[r'tx_code'])!, + txCode: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.fromJson(json[r'tx_code']), ); } return null; @@ -112,7 +122,6 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode /// The list of required keys that must be present in a JSON. static const requiredKeys = { 'pre-authorized_code', - 'tx_code', }; } diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response.dart b/clients/dart/credential_issuance_client/lib/model/credential_response.dart index 862981d3..5bc7408e 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response.dart @@ -13,14 +13,13 @@ part of openapi.api; class CredentialResponse { /// Returns a new [CredentialResponse] instance. CredentialResponse({ - this.credential = const {}, + required this.credential, required this.cNonce, required this.cNonceExpiresIn, required this.transactionId, }); - /// Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. - Map credential; + CredentialResponseImmediateCredential credential; /// String containing a nonce to be used when creating a proof of possession of the key proof String cNonce; @@ -33,7 +32,7 @@ class CredentialResponse { @override bool operator ==(Object other) => identical(this, other) || other is CredentialResponse && - _deepEquality.equals(other.credential, credential) && + other.credential == credential && other.cNonce == cNonce && other.cNonceExpiresIn == cNonceExpiresIn && other.transactionId == transactionId; @@ -77,7 +76,7 @@ class CredentialResponse { }()); return CredentialResponse( - credential: mapCastOfType(json, r'credential')!, + credential: CredentialResponseImmediateCredential.fromJson(json[r'credential'])!, cNonce: mapValueOfType(json, r'c_nonce')!, cNonceExpiresIn: mapValueOfType(json, r'c_nonce_expires_in')!, transactionId: mapValueOfType(json, r'transaction_id')!, diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart index 5b990ba4..e049a414 100644 --- a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate.dart @@ -13,23 +13,21 @@ part of openapi.api; class CredentialResponseImmediate { /// Returns a new [CredentialResponseImmediate] instance. CredentialResponseImmediate({ - this.credential = const {}, + required this.credential, required this.cNonce, required this.cNonceExpiresIn, }); - /// Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. - Map credential; + CredentialResponseImmediateCredential credential; /// String containing a nonce to be used when creating a proof of possession of the key proof String cNonce; - /// Lifetime in seconds of the c_nonce - int cNonceExpiresIn; + CredentialResponseImmediateCNonceExpiresIn cNonceExpiresIn; @override bool operator ==(Object other) => identical(this, other) || other is CredentialResponseImmediate && - _deepEquality.equals(other.credential, credential) && + other.credential == credential && other.cNonce == cNonce && other.cNonceExpiresIn == cNonceExpiresIn; @@ -70,9 +68,9 @@ class CredentialResponseImmediate { }()); return CredentialResponseImmediate( - credential: mapCastOfType(json, r'credential')!, + credential: CredentialResponseImmediateCredential.fromJson(json[r'credential'])!, cNonce: mapValueOfType(json, r'c_nonce')!, - cNonceExpiresIn: mapValueOfType(json, r'c_nonce_expires_in')!, + cNonceExpiresIn: CredentialResponseImmediateCNonceExpiresIn.fromJson(json[r'c_nonce_expires_in'])!, ); } return null; diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart new file mode 100644 index 00000000..7acba966 --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_c_nonce_expires_in.dart @@ -0,0 +1,101 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class CredentialResponseImmediateCNonceExpiresIn { + /// Returns a new [CredentialResponseImmediateCNonceExpiresIn] instance. + CredentialResponseImmediateCNonceExpiresIn({ + }); + + @override + bool operator ==(Object other) => identical(this, other) || other is CredentialResponseImmediateCNonceExpiresIn && + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + + @override + String toString() => 'CredentialResponseImmediateCNonceExpiresIn[]'; + + Map toJson() { + final json = {}; + return json; + } + + /// Returns a new [CredentialResponseImmediateCNonceExpiresIn] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static CredentialResponseImmediateCNonceExpiresIn? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "CredentialResponseImmediateCNonceExpiresIn[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "CredentialResponseImmediateCNonceExpiresIn[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return CredentialResponseImmediateCNonceExpiresIn( + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = CredentialResponseImmediateCNonceExpiresIn.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = CredentialResponseImmediateCNonceExpiresIn.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of CredentialResponseImmediateCNonceExpiresIn-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = CredentialResponseImmediateCNonceExpiresIn.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + }; +} + diff --git a/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart new file mode 100644 index 00000000..2c460597 --- /dev/null +++ b/clients/dart/credential_issuance_client/lib/model/credential_response_immediate_credential.dart @@ -0,0 +1,101 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class CredentialResponseImmediateCredential { + /// Returns a new [CredentialResponseImmediateCredential] instance. + CredentialResponseImmediateCredential({ + }); + + @override + bool operator ==(Object other) => identical(this, other) || other is CredentialResponseImmediateCredential && + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + + @override + String toString() => 'CredentialResponseImmediateCredential[]'; + + Map toJson() { + final json = {}; + return json; + } + + /// Returns a new [CredentialResponseImmediateCredential] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static CredentialResponseImmediateCredential? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "CredentialResponseImmediateCredential[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "CredentialResponseImmediateCredential[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return CredentialResponseImmediateCredential( + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = CredentialResponseImmediateCredential.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = CredentialResponseImmediateCredential.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of CredentialResponseImmediateCredential-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = CredentialResponseImmediateCredential.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + }; +} + diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart b/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart index 07266f27..451c1102 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_config_dto.dart @@ -298,10 +298,12 @@ class IssuanceConfigDtoFormatEnum { String toJson() => value; static const ldpVc = IssuanceConfigDtoFormatEnum._(r'ldp_vc'); + static const jwtVcJsonLd = IssuanceConfigDtoFormatEnum._(r'jwt_vc_json-ld'); /// List of all possible values in this [enum][IssuanceConfigDtoFormatEnum]. static const values = [ ldpVc, + jwtVcJsonLd, ]; static IssuanceConfigDtoFormatEnum? fromJson(dynamic value) => IssuanceConfigDtoFormatEnumTypeTransformer().decode(value); @@ -341,6 +343,7 @@ class IssuanceConfigDtoFormatEnumTypeTransformer { if (data != null) { switch (data) { case r'ldp_vc': return IssuanceConfigDtoFormatEnum.ldpVc; + case r'jwt_vc_json-ld': return IssuanceConfigDtoFormatEnum.jwtVcJsonLd; default: if (!allowNull) { throw ArgumentError('Unknown enum value to decode: $data'); diff --git a/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart b/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart index b8ec1f81..7bb8f0fc 100644 --- a/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart +++ b/clients/dart/credential_issuance_client/lib/model/issuance_config_mini_dto.dart @@ -265,10 +265,12 @@ class IssuanceConfigMiniDtoFormatEnum { String toJson() => value; static const ldpVc = IssuanceConfigMiniDtoFormatEnum._(r'ldp_vc'); + static const jwtVcJsonLd = IssuanceConfigMiniDtoFormatEnum._(r'jwt_vc_json-ld'); /// List of all possible values in this [enum][IssuanceConfigMiniDtoFormatEnum]. static const values = [ ldpVc, + jwtVcJsonLd, ]; static IssuanceConfigMiniDtoFormatEnum? fromJson(dynamic value) => IssuanceConfigMiniDtoFormatEnumTypeTransformer().decode(value); @@ -308,6 +310,7 @@ class IssuanceConfigMiniDtoFormatEnumTypeTransformer { if (data != null) { switch (data) { case r'ldp_vc': return IssuanceConfigMiniDtoFormatEnum.ldpVc; + case r'jwt_vc_json-ld': return IssuanceConfigMiniDtoFormatEnum.jwtVcJsonLd; default: if (!allowNull) { throw ArgumentError('Unknown enum value to decode: $data'); diff --git a/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart b/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart index 17e996a4..313b0cdc 100644 --- a/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart +++ b/clients/dart/credential_issuance_client/lib/model/update_issuance_config_input.dart @@ -231,10 +231,12 @@ class UpdateIssuanceConfigInputFormatEnum { String toJson() => value; static const ldpVc = UpdateIssuanceConfigInputFormatEnum._(r'ldp_vc'); + static const jwtVcJsonLd = UpdateIssuanceConfigInputFormatEnum._(r'jwt_vc_json-ld'); /// List of all possible values in this [enum][UpdateIssuanceConfigInputFormatEnum]. static const values = [ ldpVc, + jwtVcJsonLd, ]; static UpdateIssuanceConfigInputFormatEnum? fromJson(dynamic value) => UpdateIssuanceConfigInputFormatEnumTypeTransformer().decode(value); @@ -274,6 +276,7 @@ class UpdateIssuanceConfigInputFormatEnumTypeTransformer { if (data != null) { switch (data) { case r'ldp_vc': return UpdateIssuanceConfigInputFormatEnum.ldpVc; + case r'jwt_vc_json-ld': return UpdateIssuanceConfigInputFormatEnum.jwtVcJsonLd; default: if (!allowNull) { throw ArgumentError('Unknown enum value to decode: $data'); diff --git a/clients/dart/credential_issuance_client/test/credential_response_immediate_c_nonce_expires_in_test.dart b/clients/dart/credential_issuance_client/test/credential_response_immediate_c_nonce_expires_in_test.dart new file mode 100644 index 00000000..e97add63 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/credential_response_immediate_c_nonce_expires_in_test.dart @@ -0,0 +1,22 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for CredentialResponseImmediateCNonceExpiresIn +void main() { + // final instance = CredentialResponseImmediateCNonceExpiresIn(); + + group('test CredentialResponseImmediateCNonceExpiresIn', () { + + }); + +} diff --git a/clients/dart/credential_issuance_client/test/credential_response_immediate_credential_test.dart b/clients/dart/credential_issuance_client/test/credential_response_immediate_credential_test.dart new file mode 100644 index 00000000..aed4d424 --- /dev/null +++ b/clients/dart/credential_issuance_client/test/credential_response_immediate_credential_test.dart @@ -0,0 +1,22 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_credential_issuance_client/api.dart'; +import 'package:test/test.dart'; + +// tests for CredentialResponseImmediateCredential +void main() { + // final instance = CredentialResponseImmediateCredential(); + + group('test CredentialResponseImmediateCredential', () { + + }); + +} diff --git a/clients/dart/iam_client/doc/CreateTokenInput.md b/clients/dart/iam_client/doc/CreateTokenInput.md index 494cabe6..f7398595 100644 --- a/clients/dart/iam_client/doc/CreateTokenInput.md +++ b/clients/dart/iam_client/doc/CreateTokenInput.md @@ -8,9 +8,10 @@ import 'package:affinidi_tdk_iam_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------------------ | ------------------------------------------------------------------- | ----------- | ----- | +| Name | Type | Description | Notes | +| ------------------------ | ------------------------------------------------------------------- | ----------- | ---------- | | **name** | **String** | | | **authenticationMethod** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | +| **description** | **String** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iam_client/doc/PolicyDto.md b/clients/dart/iam_client/doc/PolicyDto.md index 600e71f5..bcad7f6b 100644 --- a/clients/dart/iam_client/doc/PolicyDto.md +++ b/clients/dart/iam_client/doc/PolicyDto.md @@ -10,6 +10,8 @@ import 'package:affinidi_tdk_iam_client/api.dart'; | Name | Type | Description | Notes | | --------------- | ----------------------------------------------------- | ----------- | --------------------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | | **principalId** | **String** | | [optional] | | **projectId** | **String** | | [optional] | | **version** | **String** | | diff --git a/clients/dart/iam_client/lib/model/create_token_input.dart b/clients/dart/iam_client/lib/model/create_token_input.dart index 660e6e65..824cd7d2 100644 --- a/clients/dart/iam_client/lib/model/create_token_input.dart +++ b/clients/dart/iam_client/lib/model/create_token_input.dart @@ -15,30 +15,46 @@ class CreateTokenInput { CreateTokenInput({ required this.name, required this.authenticationMethod, + this.description, }); String name; TokenAuthenticationMethodDto authenticationMethod; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + @override bool operator ==(Object other) => identical(this, other) || other is CreateTokenInput && other.name == name && - other.authenticationMethod == authenticationMethod; + other.authenticationMethod == authenticationMethod && + other.description == description; @override int get hashCode => // ignore: unnecessary_parenthesis (name.hashCode) + - (authenticationMethod.hashCode); + (authenticationMethod.hashCode) + + (description == null ? 0 : description!.hashCode); @override - String toString() => 'CreateTokenInput[name=$name, authenticationMethod=$authenticationMethod]'; + String toString() => 'CreateTokenInput[name=$name, authenticationMethod=$authenticationMethod, description=$description]'; Map toJson() { final json = {}; json[r'name'] = this.name; json[r'authenticationMethod'] = this.authenticationMethod; + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } return json; } @@ -63,6 +79,7 @@ class CreateTokenInput { return CreateTokenInput( name: mapValueOfType(json, r'name')!, authenticationMethod: TokenAuthenticationMethodDto.fromJson(json[r'authenticationMethod'])!, + description: mapValueOfType(json, r'description'), ); } return null; diff --git a/clients/dart/iam_client/lib/model/policy_dto.dart b/clients/dart/iam_client/lib/model/policy_dto.dart index 6c87749c..fcdd9dd0 100644 --- a/clients/dart/iam_client/lib/model/policy_dto.dart +++ b/clients/dart/iam_client/lib/model/policy_dto.dart @@ -13,12 +13,30 @@ part of openapi.api; class PolicyDto { /// Returns a new [PolicyDto] instance. PolicyDto({ + this.name, + this.description, this.principalId, this.projectId, required this.version, this.statement = const [], }); + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// /// Please note: This property should have been non-nullable! Since the specification file /// does not include a default value (using the "default:" property), however, the generated @@ -41,6 +59,8 @@ class PolicyDto { @override bool operator ==(Object other) => identical(this, other) || other is PolicyDto && + other.name == name && + other.description == description && other.principalId == principalId && other.projectId == projectId && other.version == version && @@ -49,16 +69,28 @@ class PolicyDto { @override int get hashCode => // ignore: unnecessary_parenthesis + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode) + (principalId == null ? 0 : principalId!.hashCode) + (projectId == null ? 0 : projectId!.hashCode) + (version.hashCode) + (statement.hashCode); @override - String toString() => 'PolicyDto[principalId=$principalId, projectId=$projectId, version=$version, statement=$statement]'; + String toString() => 'PolicyDto[name=$name, description=$description, principalId=$principalId, projectId=$projectId, version=$version, statement=$statement]'; Map toJson() { final json = {}; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } if (this.principalId != null) { json[r'principalId'] = this.principalId; } else { @@ -93,6 +125,8 @@ class PolicyDto { }()); return PolicyDto( + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), principalId: mapValueOfType(json, r'principalId'), projectId: mapValueOfType(json, r'projectId'), version: mapValueOfType(json, r'version')!, diff --git a/clients/dart/iota_client/.openapi-generator/FILES b/clients/dart/iota_client/.openapi-generator/FILES index 4c9ab3f6..c6197b1a 100644 --- a/clients/dart/iota_client/.openapi-generator/FILES +++ b/clients/dart/iota_client/.openapi-generator/FILES @@ -15,7 +15,6 @@ doc/CorsIotOidc4vpcallbackOK.md doc/CreateIotaConfigurationInput.md doc/CreatePexQueryInput.md doc/DefaultApi.md -doc/DemoWbx.md doc/GetIotaConfigurationMetaDataOK.md doc/InvalidParameterError.md doc/InvalidParameterErrorDetailsInner.md @@ -62,7 +61,6 @@ lib/model/cors_aws_exchange_credentials_ok.dart lib/model/cors_iot_oidc4vpcallback_ok.dart lib/model/create_iota_configuration_input.dart lib/model/create_pex_query_input.dart -lib/model/demo_wbx.dart lib/model/get_iota_configuration_meta_data_ok.dart lib/model/invalid_parameter_error.dart lib/model/invalid_parameter_error_details_inner.dart diff --git a/clients/dart/iota_client/README.md b/clients/dart/iota_client/README.md index fbfacd40..337207be 100644 --- a/clients/dart/iota_client/README.md +++ b/clients/dart/iota_client/README.md @@ -90,7 +90,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [CorsIotOidc4vpcallbackOK](doc//CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](doc//CreateIotaConfigurationInput.md) - [CreatePexQueryInput](doc//CreatePexQueryInput.md) -- [DemoWbx](doc//DemoWbx.md) - [GetIotaConfigurationMetaDataOK](doc//GetIotaConfigurationMetaDataOK.md) - [InvalidParameterError](doc//InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](doc//InvalidParameterErrorDetailsInner.md) diff --git a/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md b/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md index 153abe09..b2a19900 100644 --- a/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md +++ b/clients/dart/iota_client/doc/UpdateConfigurationByIdInput.md @@ -16,6 +16,7 @@ import 'package:affinidi_tdk_iota_client/api.dart'; | **enableVerification** | **bool** | | [optional] | | **enableConsentAuditLog** | **bool** | | [optional] | | **tokenMaxAge** | **int** | token time to live in seconds | [optional] | +| **description** | **String** | The description of the config | [optional] | | **clientMetadata** | [**IotaConfigurationDtoClientMetadata**](IotaConfigurationDtoClientMetadata.md) | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/iota_client/lib/api.dart b/clients/dart/iota_client/lib/api.dart index 6413fee7..3832afcf 100644 --- a/clients/dart/iota_client/lib/api.dart +++ b/clients/dart/iota_client/lib/api.dart @@ -44,7 +44,6 @@ part 'model/cors_aws_exchange_credentials_ok.dart'; part 'model/cors_iot_oidc4vpcallback_ok.dart'; part 'model/create_iota_configuration_input.dart'; part 'model/create_pex_query_input.dart'; -part 'model/demo_wbx.dart'; part 'model/get_iota_configuration_meta_data_ok.dart'; part 'model/invalid_parameter_error.dart'; part 'model/invalid_parameter_error_details_inner.dart'; diff --git a/clients/dart/iota_client/lib/api_client.dart b/clients/dart/iota_client/lib/api_client.dart index 12e707ce..80db30a7 100644 --- a/clients/dart/iota_client/lib/api_client.dart +++ b/clients/dart/iota_client/lib/api_client.dart @@ -202,8 +202,6 @@ class ApiClient { return CreateIotaConfigurationInput.fromJson(value); case 'CreatePexQueryInput': return CreatePexQueryInput.fromJson(value); - case 'DemoWbx': - return DemoWbx.fromJson(value); case 'GetIotaConfigurationMetaDataOK': return GetIotaConfigurationMetaDataOK.fromJson(value); case 'InvalidParameterError': diff --git a/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart b/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart index 2c4f9efe..b7874542 100644 --- a/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart +++ b/clients/dart/iota_client/lib/model/update_configuration_by_id_input.dart @@ -19,6 +19,7 @@ class UpdateConfigurationByIdInput { this.enableVerification, this.enableConsentAuditLog, this.tokenMaxAge, + this.description, this.clientMetadata, }); @@ -74,6 +75,15 @@ class UpdateConfigurationByIdInput { /// int? tokenMaxAge; + /// The description of the config + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// /// Please note: This property should have been non-nullable! Since the specification file /// does not include a default value (using the "default:" property), however, the generated @@ -90,6 +100,7 @@ class UpdateConfigurationByIdInput { other.enableVerification == enableVerification && other.enableConsentAuditLog == enableConsentAuditLog && other.tokenMaxAge == tokenMaxAge && + other.description == description && other.clientMetadata == clientMetadata; @override @@ -101,10 +112,11 @@ class UpdateConfigurationByIdInput { (enableVerification == null ? 0 : enableVerification!.hashCode) + (enableConsentAuditLog == null ? 0 : enableConsentAuditLog!.hashCode) + (tokenMaxAge == null ? 0 : tokenMaxAge!.hashCode) + + (description == null ? 0 : description!.hashCode) + (clientMetadata == null ? 0 : clientMetadata!.hashCode); @override - String toString() => 'UpdateConfigurationByIdInput[name=$name, walletAri=$walletAri, iotaResponseWebhookURL=$iotaResponseWebhookURL, enableVerification=$enableVerification, enableConsentAuditLog=$enableConsentAuditLog, tokenMaxAge=$tokenMaxAge, clientMetadata=$clientMetadata]'; + String toString() => 'UpdateConfigurationByIdInput[name=$name, walletAri=$walletAri, iotaResponseWebhookURL=$iotaResponseWebhookURL, enableVerification=$enableVerification, enableConsentAuditLog=$enableConsentAuditLog, tokenMaxAge=$tokenMaxAge, description=$description, clientMetadata=$clientMetadata]'; Map toJson() { final json = {}; @@ -138,6 +150,11 @@ class UpdateConfigurationByIdInput { } else { json[r'tokenMaxAge'] = null; } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } if (this.clientMetadata != null) { json[r'clientMetadata'] = this.clientMetadata; } else { @@ -171,6 +188,7 @@ class UpdateConfigurationByIdInput { enableVerification: mapValueOfType(json, r'enableVerification'), enableConsentAuditLog: mapValueOfType(json, r'enableConsentAuditLog'), tokenMaxAge: mapValueOfType(json, r'tokenMaxAge'), + description: mapValueOfType(json, r'description'), clientMetadata: IotaConfigurationDtoClientMetadata.fromJson(json[r'clientMetadata']), ); } diff --git a/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md b/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md index c69978be..389e24f4 100644 --- a/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md +++ b/clients/dart/login_configuration_client/doc/AddUserToGroupInput.md @@ -8,8 +8,10 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ---------- | ---------- | ----------------------------- | ----- | -| **userId** | **String** | Unique identifier of the user | +| Name | Type | Description | Notes | +| --------------- | ---------- | ----------------------------- | ---------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **userId** | **String** | Unique identifier of the user | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/BlockedUsersInput.md b/clients/dart/login_configuration_client/doc/BlockedUsersInput.md index c586219c..1b0ff2ab 100644 --- a/clients/dart/login_configuration_client/doc/BlockedUsersInput.md +++ b/clients/dart/login_configuration_client/doc/BlockedUsersInput.md @@ -8,8 +8,10 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ----------- | ---------------- | ----------- | --------------------- | -| **userIds** | **List** | | [default to const []] | +| Name | Type | Description | Notes | +| --------------- | ---------------- | ----------- | --------------------- | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | +| **userIds** | **List** | | [default to const []] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/CreateGroupInput.md b/clients/dart/login_configuration_client/doc/CreateGroupInput.md index 8c0943e2..38bc6e1b 100644 --- a/clients/dart/login_configuration_client/doc/CreateGroupInput.md +++ b/clients/dart/login_configuration_client/doc/CreateGroupInput.md @@ -8,8 +8,10 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| ------------- | ---------- | ------------------------------------------ | ----- | -| **groupName** | **String** | name of the group for users, used as an id | +| Name | Type | Description | Notes | +| --------------- | ---------- | ------------------------------------------ | ---------- | +| **groupName** | **String** | name of the group for users, used as an id | +| **name** | **String** | | [optional] | +| **description** | **String** | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md b/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md index c9de07af..c321f646 100644 --- a/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md +++ b/clients/dart/login_configuration_client/doc/CreateLoginConfigurationInput.md @@ -11,6 +11,7 @@ import 'package:affinidi_tdk_login_configuration_client/api.dart'; | Name | Type | Description | Notes | | --------------------------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | | **name** | **String** | User defined login configuration name | +| **description** | **String** | | [optional] | | **redirectUris** | **List** | OAuth 2.0 Redirect URIs | [default to const []] | | **postLogoutRedirectUris** | **List** | Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs | [optional] [default to const []] | | **vpDefinition** | **String** | VP definition in JSON stringify format | [optional] | diff --git a/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart b/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart index 10449641..0a3a7923 100644 --- a/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/add_user_to_group_input.dart @@ -13,26 +13,58 @@ part of openapi.api; class AddUserToGroupInput { /// Returns a new [AddUserToGroupInput] instance. AddUserToGroupInput({ + this.name, + this.description, required this.userId, }); + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// Unique identifier of the user String userId; @override bool operator ==(Object other) => identical(this, other) || other is AddUserToGroupInput && + other.name == name && + other.description == description && other.userId == userId; @override int get hashCode => // ignore: unnecessary_parenthesis + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode) + (userId.hashCode); @override - String toString() => 'AddUserToGroupInput[userId=$userId]'; + String toString() => 'AddUserToGroupInput[name=$name, description=$description, userId=$userId]'; Map toJson() { final json = {}; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } json[r'userId'] = this.userId; return json; } @@ -56,6 +88,8 @@ class AddUserToGroupInput { }()); return AddUserToGroupInput( + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), userId: mapValueOfType(json, r'userId')!, ); } diff --git a/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart b/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart index 00f11594..28dbe823 100644 --- a/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart +++ b/clients/dart/login_configuration_client/lib/model/blocked_users_input.dart @@ -13,25 +13,57 @@ part of openapi.api; class BlockedUsersInput { /// Returns a new [BlockedUsersInput] instance. BlockedUsersInput({ + this.name, + this.description, this.userIds = const [], }); + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + List userIds; @override bool operator ==(Object other) => identical(this, other) || other is BlockedUsersInput && + other.name == name && + other.description == description && _deepEquality.equals(other.userIds, userIds); @override int get hashCode => // ignore: unnecessary_parenthesis + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode) + (userIds.hashCode); @override - String toString() => 'BlockedUsersInput[userIds=$userIds]'; + String toString() => 'BlockedUsersInput[name=$name, description=$description, userIds=$userIds]'; Map toJson() { final json = {}; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } json[r'userIds'] = this.userIds; return json; } @@ -55,6 +87,8 @@ class BlockedUsersInput { }()); return BlockedUsersInput( + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), userIds: json[r'userIds'] is Iterable ? (json[r'userIds'] as Iterable).cast().toList(growable: false) : const [], diff --git a/clients/dart/login_configuration_client/lib/model/create_group_input.dart b/clients/dart/login_configuration_client/lib/model/create_group_input.dart index 7ef36353..5cffde21 100644 --- a/clients/dart/login_configuration_client/lib/model/create_group_input.dart +++ b/clients/dart/login_configuration_client/lib/model/create_group_input.dart @@ -14,26 +14,58 @@ class CreateGroupInput { /// Returns a new [CreateGroupInput] instance. CreateGroupInput({ required this.groupName, + this.name, + this.description, }); /// name of the group for users, used as an id String groupName; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? name; + + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + @override bool operator ==(Object other) => identical(this, other) || other is CreateGroupInput && - other.groupName == groupName; + other.groupName == groupName && + other.name == name && + other.description == description; @override int get hashCode => // ignore: unnecessary_parenthesis - (groupName.hashCode); + (groupName.hashCode) + + (name == null ? 0 : name!.hashCode) + + (description == null ? 0 : description!.hashCode); @override - String toString() => 'CreateGroupInput[groupName=$groupName]'; + String toString() => 'CreateGroupInput[groupName=$groupName, name=$name, description=$description]'; Map toJson() { final json = {}; json[r'groupName'] = this.groupName; + if (this.name != null) { + json[r'name'] = this.name; + } else { + json[r'name'] = null; + } + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } return json; } @@ -57,6 +89,8 @@ class CreateGroupInput { return CreateGroupInput( groupName: mapValueOfType(json, r'groupName')!, + name: mapValueOfType(json, r'name'), + description: mapValueOfType(json, r'description'), ); } return null; diff --git a/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart b/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart index 8c340f1f..2be5b80c 100644 --- a/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart +++ b/clients/dart/login_configuration_client/lib/model/create_login_configuration_input.dart @@ -14,6 +14,7 @@ class CreateLoginConfigurationInput { /// Returns a new [CreateLoginConfigurationInput] instance. CreateLoginConfigurationInput({ required this.name, + this.description, this.redirectUris = const [], this.postLogoutRedirectUris = const [], this.vpDefinition, @@ -28,6 +29,14 @@ class CreateLoginConfigurationInput { /// User defined login configuration name String name; + /// + /// Please note: This property should have been non-nullable! Since the specification file + /// does not include a default value (using the "default:" property), however, the generated + /// source code must fall back to having a nullable type. + /// Consider adding a "default:" property in the specification file to hide this note. + /// + String? description; + /// OAuth 2.0 Redirect URIs List redirectUris; @@ -86,6 +95,7 @@ class CreateLoginConfigurationInput { @override bool operator ==(Object other) => identical(this, other) || other is CreateLoginConfigurationInput && other.name == name && + other.description == description && _deepEquality.equals(other.redirectUris, redirectUris) && _deepEquality.equals(other.postLogoutRedirectUris, postLogoutRedirectUris) && other.vpDefinition == vpDefinition && @@ -100,6 +110,7 @@ class CreateLoginConfigurationInput { int get hashCode => // ignore: unnecessary_parenthesis (name.hashCode) + + (description == null ? 0 : description!.hashCode) + (redirectUris.hashCode) + (postLogoutRedirectUris.hashCode) + (vpDefinition == null ? 0 : vpDefinition!.hashCode) + @@ -111,11 +122,16 @@ class CreateLoginConfigurationInput { (tokenEndpointAuthMethod == null ? 0 : tokenEndpointAuthMethod!.hashCode); @override - String toString() => 'CreateLoginConfigurationInput[name=$name, redirectUris=$redirectUris, postLogoutRedirectUris=$postLogoutRedirectUris, vpDefinition=$vpDefinition, presentationDefinition=$presentationDefinition, clientMetadata=$clientMetadata, claimFormat=$claimFormat, failOnMappingConflict=$failOnMappingConflict, scope=$scope, tokenEndpointAuthMethod=$tokenEndpointAuthMethod]'; + String toString() => 'CreateLoginConfigurationInput[name=$name, description=$description, redirectUris=$redirectUris, postLogoutRedirectUris=$postLogoutRedirectUris, vpDefinition=$vpDefinition, presentationDefinition=$presentationDefinition, clientMetadata=$clientMetadata, claimFormat=$claimFormat, failOnMappingConflict=$failOnMappingConflict, scope=$scope, tokenEndpointAuthMethod=$tokenEndpointAuthMethod]'; Map toJson() { final json = {}; json[r'name'] = this.name; + if (this.description != null) { + json[r'description'] = this.description; + } else { + json[r'description'] = null; + } json[r'redirectUris'] = this.redirectUris; json[r'postLogoutRedirectUris'] = this.postLogoutRedirectUris; if (this.vpDefinition != null) { @@ -172,6 +188,7 @@ class CreateLoginConfigurationInput { return CreateLoginConfigurationInput( name: mapValueOfType(json, r'name')!, + description: mapValueOfType(json, r'description'), redirectUris: json[r'redirectUris'] is Iterable ? (json[r'redirectUris'] as Iterable).cast().toList(growable: false) : const [], diff --git a/clients/dart/wallets_client/.openapi-generator/FILES b/clients/dart/wallets_client/.openapi-generator/FILES index 0264fd95..6619f673 100644 --- a/clients/dart/wallets_client/.openapi-generator/FILES +++ b/clients/dart/wallets_client/.openapi-generator/FILES @@ -23,6 +23,7 @@ doc/SignCredential400Response.md doc/SignCredentialInputDto.md doc/SignCredentialInputDtoUnsignedCredentialParams.md doc/SignCredentialResultDto.md +doc/SignCredentialResultDtoSignedCredential.md doc/SignJwtToken.md doc/SignJwtTokenOK.md doc/SigningFailedError.md @@ -62,6 +63,7 @@ lib/model/sign_credential400_response.dart lib/model/sign_credential_input_dto.dart lib/model/sign_credential_input_dto_unsigned_credential_params.dart lib/model/sign_credential_result_dto.dart +lib/model/sign_credential_result_dto_signed_credential.dart lib/model/sign_jwt_token.dart lib/model/sign_jwt_token_ok.dart lib/model/signing_failed_error.dart @@ -70,3 +72,4 @@ lib/model/wallet_dto.dart lib/model/wallet_dto_keys_inner.dart lib/model/wallets_list_dto.dart pubspec.yaml +test/sign_credential_result_dto_signed_credential_test.dart diff --git a/clients/dart/wallets_client/README.md b/clients/dart/wallets_client/README.md index b6a11aaf..1918b9c0 100644 --- a/clients/dart/wallets_client/README.md +++ b/clients/dart/wallets_client/README.md @@ -101,6 +101,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe* - [SignCredentialInputDto](doc//SignCredentialInputDto.md) - [SignCredentialInputDtoUnsignedCredentialParams](doc//SignCredentialInputDtoUnsignedCredentialParams.md) - [SignCredentialResultDto](doc//SignCredentialResultDto.md) +- [SignCredentialResultDtoSignedCredential](doc//SignCredentialResultDtoSignedCredential.md) - [SignJwtToken](doc//SignJwtToken.md) - [SignJwtTokenOK](doc//SignJwtTokenOK.md) - [SigningFailedError](doc//SigningFailedError.md) diff --git a/clients/dart/wallets_client/doc/SignCredentialInputDto.md b/clients/dart/wallets_client/doc/SignCredentialInputDto.md index a92332e9..ba2bd4cc 100644 --- a/clients/dart/wallets_client/doc/SignCredentialInputDto.md +++ b/clients/dart/wallets_client/doc/SignCredentialInputDto.md @@ -12,6 +12,7 @@ import 'package:affinidi_tdk_wallets_client/api.dart'; | ---------------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ---------- | | **unsignedCredential** | [**Object**](.md) | Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted | [optional] | | **revocable** | **bool** | | [optional] | +| **credentialFormat** | **String** | | [optional] | | **unsignedCredentialParams** | [**SignCredentialInputDtoUnsignedCredentialParams**](SignCredentialInputDtoUnsignedCredentialParams.md) | | [optional] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/doc/SignCredentialResultDto.md b/clients/dart/wallets_client/doc/SignCredentialResultDto.md index 28c782ac..f05f8e74 100644 --- a/clients/dart/wallets_client/doc/SignCredentialResultDto.md +++ b/clients/dart/wallets_client/doc/SignCredentialResultDto.md @@ -8,8 +8,8 @@ import 'package:affinidi_tdk_wallets_client/api.dart'; ## Properties -| Name | Type | Description | Notes | -| -------------------- | ----------------- | ----------- | ----- | -| **signedCredential** | [**Object**](.md) | | +| Name | Type | Description | Notes | +| -------------------- | ----------------------------------------------------------------------------------------- | ----------- | ----- | +| **signedCredential** | [**SignCredentialResultDtoSignedCredential**](SignCredentialResultDtoSignedCredential.md) | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md b/clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md new file mode 100644 index 00000000..7517ab45 --- /dev/null +++ b/clients/dart/wallets_client/doc/SignCredentialResultDtoSignedCredential.md @@ -0,0 +1,14 @@ +# affinidi_tdk_wallets_client.model.SignCredentialResultDtoSignedCredential + +## Load the model package + +```dart +import 'package:affinidi_tdk_wallets_client/api.dart'; +``` + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/dart/wallets_client/lib/api.dart b/clients/dart/wallets_client/lib/api.dart index 03b6c43d..bf8b778e 100644 --- a/clients/dart/wallets_client/lib/api.dart +++ b/clients/dart/wallets_client/lib/api.dart @@ -51,6 +51,7 @@ part 'model/sign_credential400_response.dart'; part 'model/sign_credential_input_dto.dart'; part 'model/sign_credential_input_dto_unsigned_credential_params.dart'; part 'model/sign_credential_result_dto.dart'; +part 'model/sign_credential_result_dto_signed_credential.dart'; part 'model/sign_jwt_token.dart'; part 'model/sign_jwt_token_ok.dart'; part 'model/signing_failed_error.dart'; diff --git a/clients/dart/wallets_client/lib/api_client.dart b/clients/dart/wallets_client/lib/api_client.dart index 133550d8..f963ba89 100644 --- a/clients/dart/wallets_client/lib/api_client.dart +++ b/clients/dart/wallets_client/lib/api_client.dart @@ -220,6 +220,8 @@ class ApiClient { return SignCredentialInputDtoUnsignedCredentialParams.fromJson(value); case 'SignCredentialResultDto': return SignCredentialResultDto.fromJson(value); + case 'SignCredentialResultDtoSignedCredential': + return SignCredentialResultDtoSignedCredential.fromJson(value); case 'SignJwtToken': return SignJwtToken.fromJson(value); case 'SignJwtTokenOK': diff --git a/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart b/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart index 0f748be6..ee306656 100644 --- a/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart +++ b/clients/dart/wallets_client/lib/model/invalid_did_parameter_error.dart @@ -222,11 +222,11 @@ class InvalidDidParameterErrorMessageEnum { String toJson() => value; - static const givenDidInFieldDoubleQuoteToDidDoubleQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod = InvalidDidParameterErrorMessageEnum._(r'Given did in field \"toDid\" is invalid. Use only resolvable form of did.'); + static const givenDidInFieldQuoteToDidQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod = InvalidDidParameterErrorMessageEnum._(r'Given did in field 'toDid' is invalid. Use only resolvable form of did.'); /// List of all possible values in this [enum][InvalidDidParameterErrorMessageEnum]. static const values = [ - givenDidInFieldDoubleQuoteToDidDoubleQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod, + givenDidInFieldQuoteToDidQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod, ]; static InvalidDidParameterErrorMessageEnum? fromJson(dynamic value) => InvalidDidParameterErrorMessageEnumTypeTransformer().decode(value); @@ -265,7 +265,7 @@ class InvalidDidParameterErrorMessageEnumTypeTransformer { InvalidDidParameterErrorMessageEnum? decode(dynamic data, {bool allowNull = true}) { if (data != null) { switch (data) { - case r'Given did in field \"toDid\" is invalid. Use only resolvable form of did.': return InvalidDidParameterErrorMessageEnum.givenDidInFieldDoubleQuoteToDidDoubleQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod; + case r'Given did in field 'toDid' is invalid. Use only resolvable form of did.': return InvalidDidParameterErrorMessageEnum.givenDidInFieldQuoteToDidQuoteIsInvalidPeriodUseOnlyResolvableFormOfDidPeriod; default: if (!allowNull) { throw ArgumentError('Unknown enum value to decode: $data'); diff --git a/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart b/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart index 34bd52bb..6bbaceed 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_input_dto.dart @@ -15,6 +15,7 @@ class SignCredentialInputDto { SignCredentialInputDto({ this.unsignedCredential, this.revocable, + this.credentialFormat, this.unsignedCredentialParams, }); @@ -35,6 +36,8 @@ class SignCredentialInputDto { /// bool? revocable; + SignCredentialInputDtoCredentialFormatEnum? credentialFormat; + /// /// Please note: This property should have been non-nullable! Since the specification file /// does not include a default value (using the "default:" property), however, the generated @@ -47,6 +50,7 @@ class SignCredentialInputDto { bool operator ==(Object other) => identical(this, other) || other is SignCredentialInputDto && other.unsignedCredential == unsignedCredential && other.revocable == revocable && + other.credentialFormat == credentialFormat && other.unsignedCredentialParams == unsignedCredentialParams; @override @@ -54,10 +58,11 @@ class SignCredentialInputDto { // ignore: unnecessary_parenthesis (unsignedCredential == null ? 0 : unsignedCredential!.hashCode) + (revocable == null ? 0 : revocable!.hashCode) + + (credentialFormat == null ? 0 : credentialFormat!.hashCode) + (unsignedCredentialParams == null ? 0 : unsignedCredentialParams!.hashCode); @override - String toString() => 'SignCredentialInputDto[unsignedCredential=$unsignedCredential, revocable=$revocable, unsignedCredentialParams=$unsignedCredentialParams]'; + String toString() => 'SignCredentialInputDto[unsignedCredential=$unsignedCredential, revocable=$revocable, credentialFormat=$credentialFormat, unsignedCredentialParams=$unsignedCredentialParams]'; Map toJson() { final json = {}; @@ -71,6 +76,11 @@ class SignCredentialInputDto { } else { json[r'revocable'] = null; } + if (this.credentialFormat != null) { + json[r'credentialFormat'] = this.credentialFormat; + } else { + json[r'credentialFormat'] = null; + } if (this.unsignedCredentialParams != null) { json[r'unsignedCredentialParams'] = this.unsignedCredentialParams; } else { @@ -100,6 +110,7 @@ class SignCredentialInputDto { return SignCredentialInputDto( unsignedCredential: mapValueOfType(json, r'unsignedCredential'), revocable: mapValueOfType(json, r'revocable'), + credentialFormat: SignCredentialInputDtoCredentialFormatEnum.fromJson(json[r'credentialFormat']), unsignedCredentialParams: SignCredentialInputDtoUnsignedCredentialParams.fromJson(json[r'unsignedCredentialParams']), ); } @@ -151,3 +162,77 @@ class SignCredentialInputDto { }; } + +class SignCredentialInputDtoCredentialFormatEnum { + /// Instantiate a new enum with the provided [value]. + const SignCredentialInputDtoCredentialFormatEnum._(this.value); + + /// The underlying value of this enum member. + final String value; + + @override + String toString() => value; + + String toJson() => value; + + static const ldpVc = SignCredentialInputDtoCredentialFormatEnum._(r'ldp_vc'); + static const jwtVcJsonLd = SignCredentialInputDtoCredentialFormatEnum._(r'jwt_vc_json-ld'); + + /// List of all possible values in this [enum][SignCredentialInputDtoCredentialFormatEnum]. + static const values = [ + ldpVc, + jwtVcJsonLd, + ]; + + static SignCredentialInputDtoCredentialFormatEnum? fromJson(dynamic value) => SignCredentialInputDtoCredentialFormatEnumTypeTransformer().decode(value); + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SignCredentialInputDtoCredentialFormatEnum.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } +} + +/// Transformation class that can [encode] an instance of [SignCredentialInputDtoCredentialFormatEnum] to String, +/// and [decode] dynamic data back to [SignCredentialInputDtoCredentialFormatEnum]. +class SignCredentialInputDtoCredentialFormatEnumTypeTransformer { + factory SignCredentialInputDtoCredentialFormatEnumTypeTransformer() => _instance ??= const SignCredentialInputDtoCredentialFormatEnumTypeTransformer._(); + + const SignCredentialInputDtoCredentialFormatEnumTypeTransformer._(); + + String encode(SignCredentialInputDtoCredentialFormatEnum data) => data.value; + + /// Decodes a [dynamic value][data] to a SignCredentialInputDtoCredentialFormatEnum. + /// + /// If [allowNull] is true and the [dynamic value][data] cannot be decoded successfully, + /// then null is returned. However, if [allowNull] is false and the [dynamic value][data] + /// cannot be decoded successfully, then an [UnimplementedError] is thrown. + /// + /// The [allowNull] is very handy when an API changes and a new enum value is added or removed, + /// and users are still using an old app with the old code. + SignCredentialInputDtoCredentialFormatEnum? decode(dynamic data, {bool allowNull = true}) { + if (data != null) { + switch (data) { + case r'ldp_vc': return SignCredentialInputDtoCredentialFormatEnum.ldpVc; + case r'jwt_vc_json-ld': return SignCredentialInputDtoCredentialFormatEnum.jwtVcJsonLd; + default: + if (!allowNull) { + throw ArgumentError('Unknown enum value to decode: $data'); + } + } + } + return null; + } + + /// Singleton [SignCredentialInputDtoCredentialFormatEnumTypeTransformer] instance. + static SignCredentialInputDtoCredentialFormatEnumTypeTransformer? _instance; +} + + diff --git a/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart b/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart index b4bbaaa3..e3234208 100644 --- a/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart +++ b/clients/dart/wallets_client/lib/model/sign_credential_result_dto.dart @@ -16,7 +16,7 @@ class SignCredentialResultDto { required this.signedCredential, }); - Object signedCredential; + SignCredentialResultDtoSignedCredential signedCredential; @override bool operator ==(Object other) => identical(this, other) || other is SignCredentialResultDto && @@ -55,7 +55,7 @@ class SignCredentialResultDto { }()); return SignCredentialResultDto( - signedCredential: mapValueOfType(json, r'signedCredential')!, + signedCredential: SignCredentialResultDtoSignedCredential.fromJson(json[r'signedCredential'])!, ); } return null; diff --git a/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart b/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart new file mode 100644 index 00000000..951cc38b --- /dev/null +++ b/clients/dart/wallets_client/lib/model/sign_credential_result_dto_signed_credential.dart @@ -0,0 +1,101 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +part of openapi.api; + +class SignCredentialResultDtoSignedCredential { + /// Returns a new [SignCredentialResultDtoSignedCredential] instance. + SignCredentialResultDtoSignedCredential({ + }); + + @override + bool operator ==(Object other) => identical(this, other) || other is SignCredentialResultDtoSignedCredential && + + @override + int get hashCode => + // ignore: unnecessary_parenthesis + + @override + String toString() => 'SignCredentialResultDtoSignedCredential[]'; + + Map toJson() { + final json = {}; + return json; + } + + /// Returns a new [SignCredentialResultDtoSignedCredential] instance and imports its values from + /// [value] if it's a [Map], null otherwise. + // ignore: prefer_constructors_over_static_methods + static SignCredentialResultDtoSignedCredential? fromJson(dynamic value) { + if (value is Map) { + final json = value.cast(); + + // Ensure that the map contains the required keys. + // Note 1: the values aren't checked for validity beyond being non-null. + // Note 2: this code is stripped in release mode! + assert(() { + requiredKeys.forEach((key) { + assert(json.containsKey(key), 'Required key "SignCredentialResultDtoSignedCredential[$key]" is missing from JSON.'); + assert(json[key] != null, 'Required key "SignCredentialResultDtoSignedCredential[$key]" has a null value in JSON.'); + }); + return true; + }()); + + return SignCredentialResultDtoSignedCredential( + ); + } + return null; + } + + static List listFromJson(dynamic json, {bool growable = false,}) { + final result = []; + if (json is List && json.isNotEmpty) { + for (final row in json) { + final value = SignCredentialResultDtoSignedCredential.fromJson(row); + if (value != null) { + result.add(value); + } + } + } + return result.toList(growable: growable); + } + + static Map mapFromJson(dynamic json) { + final map = {}; + if (json is Map && json.isNotEmpty) { + json = json.cast(); // ignore: parameter_assignments + for (final entry in json.entries) { + final value = SignCredentialResultDtoSignedCredential.fromJson(entry.value); + if (value != null) { + map[entry.key] = value; + } + } + } + return map; + } + + // maps a json object with a list of SignCredentialResultDtoSignedCredential-objects as value to a dart map + static Map> mapListFromJson(dynamic json, {bool growable = false,}) { + final map = >{}; + if (json is Map && json.isNotEmpty) { + // ignore: parameter_assignments + json = json.cast(); + for (final entry in json.entries) { + map[entry.key] = SignCredentialResultDtoSignedCredential.listFromJson(entry.value, growable: growable,); + } + } + return map; + } + + /// The list of required keys that must be present in a JSON. + static const requiredKeys = { + }; +} + diff --git a/clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart b/clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart new file mode 100644 index 00000000..23b87433 --- /dev/null +++ b/clients/dart/wallets_client/test/sign_credential_result_dto_signed_credential_test.dart @@ -0,0 +1,22 @@ +// +// AUTO-GENERATED FILE, DO NOT MODIFY! +// +// @dart=2.12 + +// ignore_for_file: unused_element, unused_import +// ignore_for_file: always_put_required_named_parameters_first +// ignore_for_file: constant_identifier_names +// ignore_for_file: lines_longer_than_80_chars + +import 'package:affinidi_tdk_wallets_client/api.dart'; +import 'package:test/test.dart'; + +// tests for SignCredentialResultDtoSignedCredential +void main() { + // final instance = SignCredentialResultDtoSignedCredential(); + + group('test SignCredentialResultDtoSignedCredential', () { + + }); + +} diff --git a/clients/python/credential_issuance_client/.openapi-generator/FILES b/clients/python/credential_issuance_client/.openapi-generator/FILES index 56d9120a..c98b2bb0 100644 --- a/clients/python/credential_issuance_client/.openapi-generator/FILES +++ b/clients/python/credential_issuance_client/.openapi-generator/FILES @@ -33,6 +33,8 @@ affinidi_tdk_credential_issuance_client/models/credential_proof.py affinidi_tdk_credential_issuance_client/models/credential_response.py affinidi_tdk_credential_issuance_client/models/credential_response_deferred.py affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py +affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py +affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py affinidi_tdk_credential_issuance_client/models/credential_subject_not_valid_error.py affinidi_tdk_credential_issuance_client/models/deferred_credential_input.py affinidi_tdk_credential_issuance_client/models/generate_credentials400_response.py @@ -82,6 +84,8 @@ docs/CredentialProof.md docs/CredentialResponse.md docs/CredentialResponseDeferred.md docs/CredentialResponseImmediate.md +docs/CredentialResponseImmediateCNonceExpiresIn.md +docs/CredentialResponseImmediateCredential.md docs/CredentialSubjectNotValidError.md docs/CredentialsApi.md docs/DeferredCredentialInput.md @@ -119,4 +123,6 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_credential_response_immediate_c_nonce_expires_in.py +test/test_credential_response_immediate_credential.py tox.ini diff --git a/clients/python/credential_issuance_client/README.md b/clients/python/credential_issuance_client/README.md index bc414644..e3bcfad3 100644 --- a/clients/python/credential_issuance_client/README.md +++ b/clients/python/credential_issuance_client/README.md @@ -133,6 +133,8 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CredentialResponse](docs/CredentialResponse.md) - [CredentialResponseDeferred](docs/CredentialResponseDeferred.md) - [CredentialResponseImmediate](docs/CredentialResponseImmediate.md) +- [CredentialResponseImmediateCNonceExpiresIn](docs/CredentialResponseImmediateCNonceExpiresIn.md) +- [CredentialResponseImmediateCredential](docs/CredentialResponseImmediateCredential.md) - [CredentialSubjectNotValidError](docs/CredentialSubjectNotValidError.md) - [DeferredCredentialInput](docs/DeferredCredentialInput.md) - [GenerateCredentials400Response](docs/GenerateCredentials400Response.md) diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py index 61354e86..fb150913 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/__init__.py @@ -55,6 +55,8 @@ from affinidi_tdk_credential_issuance_client.models.credential_response import CredentialResponse from affinidi_tdk_credential_issuance_client.models.credential_response_deferred import CredentialResponseDeferred from affinidi_tdk_credential_issuance_client.models.credential_response_immediate import CredentialResponseImmediate +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential from affinidi_tdk_credential_issuance_client.models.credential_subject_not_valid_error import CredentialSubjectNotValidError from affinidi_tdk_credential_issuance_client.models.deferred_credential_input import DeferredCredentialInput from affinidi_tdk_credential_issuance_client.models.generate_credentials400_response import GenerateCredentials400Response diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py index 636c1199..a86b9bd9 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/__init__.py @@ -34,6 +34,8 @@ from affinidi_tdk_credential_issuance_client.models.credential_response import CredentialResponse from affinidi_tdk_credential_issuance_client.models.credential_response_deferred import CredentialResponseDeferred from affinidi_tdk_credential_issuance_client.models.credential_response_immediate import CredentialResponseImmediate +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential from affinidi_tdk_credential_issuance_client.models.credential_subject_not_valid_error import CredentialSubjectNotValidError from affinidi_tdk_credential_issuance_client.models.deferred_credential_input import DeferredCredentialInput from affinidi_tdk_credential_issuance_client.models.generate_credentials400_response import GenerateCredentials400Response diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py index 5acdda15..6c97587c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_credential_input.py @@ -19,7 +19,7 @@ import json - +from typing import Optional from pydantic import BaseModel, Field, StrictStr from affinidi_tdk_credential_issuance_client.models.credential_proof import CredentialProof @@ -27,8 +27,9 @@ class CreateCredentialInput(BaseModel): """ CreateCredentialInput """ - credential_identifier: StrictStr = Field(..., description="It is a String that identifies a Credential that is being requested to be issued.") + credential_identifier: Optional[StrictStr] = Field(None, description="It is a String that identifies a Credential that is being requested to be issued.") proof: CredentialProof = Field(...) + additional_properties: Dict[str, Any] = {} __properties = ["credential_identifier", "proof"] class Config: @@ -53,11 +54,17 @@ def to_dict(self): """Returns the dictionary representation of the model using alias""" _dict = self.dict(by_alias=True, exclude={ + "additional_properties" }, exclude_none=True) # override the default output from pydantic by calling `to_dict()` of proof if self.proof: _dict['proof'] = self.proof.to_dict() + # puts key-value pairs in additional_properties in the top level + if self.additional_properties is not None: + for _key, _value in self.additional_properties.items(): + _dict[_key] = _value + return _dict @classmethod @@ -73,6 +80,11 @@ def from_dict(cls, obj: dict) -> CreateCredentialInput: "credential_identifier": obj.get("credential_identifier"), "proof": CredentialProof.from_dict(obj.get("proof")) if obj.get("proof") is not None else None }) + # store additional fields in additional_properties + for _key in obj.keys(): + if _key not in cls.__properties: + _obj.additional_properties[_key] = obj.get(_key) + return _obj diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py index 685ca5d8..91119d0c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/create_issuance_config_input.py @@ -42,8 +42,8 @@ def format_validate_enum(cls, value): if value is None: return value - if value not in ('ldp_vc'): - raise ValueError("must be one of enum values ('ldp_vc')") + if value not in ('ldp_vc', 'jwt_vc_json-ld'): + raise ValueError("must be one of enum values ('ldp_vc', 'jwt_vc_json-ld')") return value class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py index db58a26a..328a347a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.py @@ -19,7 +19,7 @@ import json - +from typing import Optional from pydantic import BaseModel, Field, StrictStr from affinidi_tdk_credential_issuance_client.models.credential_offer_response_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code import CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode @@ -28,7 +28,7 @@ class CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode( Grant type for `pre-authorized_code` flow # noqa: E501 """ pre_authorized_code: StrictStr = Field(..., alias="pre-authorized_code", description="pre authorized code to be exchanged with jwt token") - tx_code: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode = Field(...) + tx_code: Optional[CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode] = None __properties = ["pre-authorized_code", "tx_code"] class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py index 81914685..e6dcdf2a 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate.py @@ -19,16 +19,18 @@ import json -from typing import Any, Dict, Union -from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr + +from pydantic import BaseModel, Field, StrictStr +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential class CredentialResponseImmediate(BaseModel): """ CredentialResponseImmediate """ - credential: Dict[str, Any] = Field(..., description="Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`.") + credential: CredentialResponseImmediateCredential = Field(...) c_nonce: StrictStr = Field(..., description="String containing a nonce to be used when creating a proof of possession of the key proof") - c_nonce_expires_in: Union[StrictFloat, StrictInt] = Field(..., description="Lifetime in seconds of the c_nonce") + c_nonce_expires_in: CredentialResponseImmediateCNonceExpiresIn = Field(...) __properties = ["credential", "c_nonce", "c_nonce_expires_in"] class Config: @@ -55,6 +57,12 @@ def to_dict(self): exclude={ }, exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of credential + if self.credential: + _dict['credential'] = self.credential.to_dict() + # override the default output from pydantic by calling `to_dict()` of c_nonce_expires_in + if self.c_nonce_expires_in: + _dict['c_nonce_expires_in'] = self.c_nonce_expires_in.to_dict() return _dict @classmethod @@ -67,9 +75,9 @@ def from_dict(cls, obj: dict) -> CredentialResponseImmediate: return CredentialResponseImmediate.parse_obj(obj) _obj = CredentialResponseImmediate.parse_obj({ - "credential": obj.get("credential"), + "credential": CredentialResponseImmediateCredential.from_dict(obj.get("credential")) if obj.get("credential") is not None else None, "c_nonce": obj.get("c_nonce"), - "c_nonce_expires_in": obj.get("c_nonce_expires_in") + "c_nonce_expires_in": CredentialResponseImmediateCNonceExpiresIn.from_dict(obj.get("c_nonce_expires_in")) if obj.get("c_nonce_expires_in") is not None else None }) return _obj diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py new file mode 100644 index 00000000..458aff1b --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_c_nonce_expires_in.py @@ -0,0 +1,148 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +from inspect import getfullargspec +import json +import pprint +import re # noqa: F401 + +from typing import Any, List, Optional, Union +from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr, ValidationError, validator +from typing import Union, Any, List, TYPE_CHECKING +from pydantic import StrictStr, Field + +CREDENTIALRESPONSEIMMEDIATECNONCEEXPIRESIN_ONE_OF_SCHEMAS = ["float", "str"] + +class CredentialResponseImmediateCNonceExpiresIn(BaseModel): + """ + CredentialResponseImmediateCNonceExpiresIn + """ + # data type: float + oneof_schema_1_validator: Optional[Union[StrictFloat, StrictInt]] = Field(None, description="Lifetime in seconds of the c_nonce") + # data type: str + oneof_schema_2_validator: Optional[StrictStr] = Field(None, description="ISO Duration string (when VC format is JWT)") + if TYPE_CHECKING: + actual_instance: Union[float, str] + else: + actual_instance: Any + one_of_schemas: List[str] = Field(CREDENTIALRESPONSEIMMEDIATECNONCEEXPIRESIN_ONE_OF_SCHEMAS, const=True) + + class Config: + validate_assignment = True + + def __init__(self, *args, **kwargs) -> None: + if args: + if len(args) > 1: + raise ValueError("If a position argument is used, only 1 is allowed to set `actual_instance`") + if kwargs: + raise ValueError("If a position argument is used, keyword arguments cannot be used.") + super().__init__(actual_instance=args[0]) + else: + super().__init__(**kwargs) + + @validator('actual_instance') + def actual_instance_must_validate_oneof(cls, v): + instance = CredentialResponseImmediateCNonceExpiresIn.construct() + error_messages = [] + match = 0 + # validate data type: float + try: + instance.oneof_schema_1_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # validate data type: str + try: + instance.oneof_schema_2_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when setting `actual_instance` in CredentialResponseImmediateCNonceExpiresIn with oneOf schemas: float, str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when setting `actual_instance` in CredentialResponseImmediateCNonceExpiresIn with oneOf schemas: float, str. Details: " + ", ".join(error_messages)) + else: + return v + + @classmethod + def from_dict(cls, obj: dict) -> CredentialResponseImmediateCNonceExpiresIn: + return cls.from_json(json.dumps(obj)) + + @classmethod + def from_json(cls, json_str: str) -> CredentialResponseImmediateCNonceExpiresIn: + """Returns the object represented by the json string""" + instance = CredentialResponseImmediateCNonceExpiresIn.construct() + error_messages = [] + match = 0 + + # deserialize data into float + try: + # validation + instance.oneof_schema_1_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_1_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # deserialize data into str + try: + # validation + instance.oneof_schema_2_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_2_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when deserializing the JSON string into CredentialResponseImmediateCNonceExpiresIn with oneOf schemas: float, str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when deserializing the JSON string into CredentialResponseImmediateCNonceExpiresIn with oneOf schemas: float, str. Details: " + ", ".join(error_messages)) + else: + return instance + + def to_json(self) -> str: + """Returns the JSON representation of the actual instance""" + if self.actual_instance is None: + return "null" + + to_json = getattr(self.actual_instance, "to_json", None) + if callable(to_json): + return self.actual_instance.to_json() + else: + return json.dumps(self.actual_instance) + + def to_dict(self) -> dict: + """Returns the dict representation of the actual instance""" + if self.actual_instance is None: + return None + + to_dict = getattr(self.actual_instance, "to_dict", None) + if callable(to_dict): + return self.actual_instance.to_dict() + else: + # primitive type + return self.actual_instance + + def to_str(self) -> str: + """Returns the string representation of the actual instance""" + return pprint.pformat(self.dict()) + + diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py new file mode 100644 index 00000000..b7d23fcd --- /dev/null +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/credential_response_immediate_credential.py @@ -0,0 +1,148 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +from inspect import getfullargspec +import json +import pprint +import re # noqa: F401 + +from typing import Any, Dict, List, Optional +from pydantic import BaseModel, Field, StrictStr, ValidationError, validator +from typing import Union, Any, List, TYPE_CHECKING +from pydantic import StrictStr, Field + +CREDENTIALRESPONSEIMMEDIATECREDENTIAL_ONE_OF_SCHEMAS = ["Dict[str, object]", "str"] + +class CredentialResponseImmediateCredential(BaseModel): + """ + CredentialResponseImmediateCredential + """ + # data type: Dict[str, object] + oneof_schema_1_validator: Optional[Dict[str, Any]] = Field(None, description="Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`.") + # data type: str + oneof_schema_2_validator: Optional[StrictStr] = None + if TYPE_CHECKING: + actual_instance: Union[Dict[str, object], str] + else: + actual_instance: Any + one_of_schemas: List[str] = Field(CREDENTIALRESPONSEIMMEDIATECREDENTIAL_ONE_OF_SCHEMAS, const=True) + + class Config: + validate_assignment = True + + def __init__(self, *args, **kwargs) -> None: + if args: + if len(args) > 1: + raise ValueError("If a position argument is used, only 1 is allowed to set `actual_instance`") + if kwargs: + raise ValueError("If a position argument is used, keyword arguments cannot be used.") + super().__init__(actual_instance=args[0]) + else: + super().__init__(**kwargs) + + @validator('actual_instance') + def actual_instance_must_validate_oneof(cls, v): + instance = CredentialResponseImmediateCredential.construct() + error_messages = [] + match = 0 + # validate data type: Dict[str, object] + try: + instance.oneof_schema_1_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # validate data type: str + try: + instance.oneof_schema_2_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when setting `actual_instance` in CredentialResponseImmediateCredential with oneOf schemas: Dict[str, object], str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when setting `actual_instance` in CredentialResponseImmediateCredential with oneOf schemas: Dict[str, object], str. Details: " + ", ".join(error_messages)) + else: + return v + + @classmethod + def from_dict(cls, obj: dict) -> CredentialResponseImmediateCredential: + return cls.from_json(json.dumps(obj)) + + @classmethod + def from_json(cls, json_str: str) -> CredentialResponseImmediateCredential: + """Returns the object represented by the json string""" + instance = CredentialResponseImmediateCredential.construct() + error_messages = [] + match = 0 + + # deserialize data into Dict[str, object] + try: + # validation + instance.oneof_schema_1_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_1_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # deserialize data into str + try: + # validation + instance.oneof_schema_2_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_2_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when deserializing the JSON string into CredentialResponseImmediateCredential with oneOf schemas: Dict[str, object], str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when deserializing the JSON string into CredentialResponseImmediateCredential with oneOf schemas: Dict[str, object], str. Details: " + ", ".join(error_messages)) + else: + return instance + + def to_json(self) -> str: + """Returns the JSON representation of the actual instance""" + if self.actual_instance is None: + return "null" + + to_json = getattr(self.actual_instance, "to_json", None) + if callable(to_json): + return self.actual_instance.to_json() + else: + return json.dumps(self.actual_instance) + + def to_dict(self) -> dict: + """Returns the dict representation of the actual instance""" + if self.actual_instance is None: + return None + + to_dict = getattr(self.actual_instance, "to_dict", None) + if callable(to_dict): + return self.actual_instance.to_dict() + else: + # primitive type + return self.actual_instance + + def to_str(self) -> str: + """Returns the string representation of the actual instance""" + return pprint.pformat(self.dict()) + + diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py index aa1499ae..4d2f6e5c 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_dto.py @@ -47,8 +47,8 @@ def format_validate_enum(cls, value): if value is None: return value - if value not in ('ldp_vc'): - raise ValueError("must be one of enum values ('ldp_vc')") + if value not in ('ldp_vc', 'jwt_vc_json-ld'): + raise ValueError("must be one of enum values ('ldp_vc', 'jwt_vc_json-ld')") return value class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py index 38b62516..ba904202 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/issuance_config_mini_dto.py @@ -44,8 +44,8 @@ def format_validate_enum(cls, value): if value is None: return value - if value not in ('ldp_vc'): - raise ValueError("must be one of enum values ('ldp_vc')") + if value not in ('ldp_vc', 'jwt_vc_json-ld'): + raise ValueError("must be one of enum values ('ldp_vc', 'jwt_vc_json-ld')") return value class Config: diff --git a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py index 20ff05b7..bd98796e 100644 --- a/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py +++ b/clients/python/credential_issuance_client/affinidi_tdk_credential_issuance_client/models/update_issuance_config_input.py @@ -43,8 +43,8 @@ def format_validate_enum(cls, value): if value is None: return value - if value not in ('ldp_vc'): - raise ValueError("must be one of enum values ('ldp_vc')") + if value not in ('ldp_vc', 'jwt_vc_json-ld'): + raise ValueError("must be one of enum values ('ldp_vc', 'jwt_vc_json-ld')") return value class Config: diff --git a/clients/python/credential_issuance_client/docs/CreateCredentialInput.md b/clients/python/credential_issuance_client/docs/CreateCredentialInput.md index 718f59fb..160d766a 100644 --- a/clients/python/credential_issuance_client/docs/CreateCredentialInput.md +++ b/clients/python/credential_issuance_client/docs/CreateCredentialInput.md @@ -2,9 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------- | ----------------------------------------- | --------------------------------------------------------------------------------- | ----- | -| **credential_identifier** | **str** | It is a String that identifies a Credential that is being requested to be issued. | +| Name | Type | Description | Notes | +| ------------------------- | ----------------------------------------- | --------------------------------------------------------------------------------- | ---------- | +| **credential_identifier** | **str** | It is a String that identifies a Credential that is being requested to be issued. | [optional] | | **proof** | [**CredentialProof**](CredentialProof.md) | | ## Example diff --git a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md index 69c83ffd..ff3a0da3 100644 --- a/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md +++ b/clients/python/credential_issuance_client/docs/CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode.md @@ -4,10 +4,10 @@ Grant type for `pre-authorized_code` flow ## Properties -| Name | Type | Description | Notes | -| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----- | +| Name | Type | Description | Notes | +| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------- | | **pre_authorized_code** | **str** | pre authorized code to be exchanged with jwt token | -| **tx_code** | [**CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode**](CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md) | | +| **tx_code** | [**CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode**](CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode.md) | | [optional] | ## Example diff --git a/clients/python/credential_issuance_client/docs/CredentialResponse.md b/clients/python/credential_issuance_client/docs/CredentialResponse.md index 96faae35..cf4b2955 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponse.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponse.md @@ -2,12 +2,12 @@ ## Properties -| Name | Type | Description | Notes | -| ---------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | -| **credential** | **Dict[str, object]** | Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. | -| **c_nonce** | **str** | String containing a nonce to be used when creating a proof of possession of the key proof | -| **c_nonce_expires_in** | **float** | Lifetime in seconds of the c_nonce | -| **transaction_id** | **str** | String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential. | +| Name | Type | Description | Notes | +| ---------------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | +| **credential** | [**CredentialResponseImmediateCredential**](CredentialResponseImmediateCredential.md) | | +| **c_nonce** | **str** | String containing a nonce to be used when creating a proof of possession of the key proof | +| **c_nonce_expires_in** | **float** | Lifetime in seconds of the c_nonce | +| **transaction_id** | **str** | String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential. | ## Example diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md b/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md index b6d5ec12..09827fa4 100644 --- a/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md +++ b/clients/python/credential_issuance_client/docs/CredentialResponseImmediate.md @@ -2,11 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ---------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----- | -| **credential** | **Dict[str, object]** | Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. | -| **c_nonce** | **str** | String containing a nonce to be used when creating a proof of possession of the key proof | -| **c_nonce_expires_in** | **float** | Lifetime in seconds of the c_nonce | +| Name | Type | Description | Notes | +| ---------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----- | +| **credential** | [**CredentialResponseImmediateCredential**](CredentialResponseImmediateCredential.md) | | +| **c_nonce** | **str** | String containing a nonce to be used when creating a proof of possession of the key proof | +| **c_nonce_expires_in** | [**CredentialResponseImmediateCNonceExpiresIn**](CredentialResponseImmediateCNonceExpiresIn.md) | | ## Example diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md new file mode 100644 index 00000000..77f54074 --- /dev/null +++ b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCNonceExpiresIn.md @@ -0,0 +1,26 @@ +# CredentialResponseImmediateCNonceExpiresIn + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn + +# TODO update the JSON string below +json = "{}" +# create an instance of CredentialResponseImmediateCNonceExpiresIn from a JSON string +credential_response_immediate_c_nonce_expires_in_instance = CredentialResponseImmediateCNonceExpiresIn.from_json(json) +# print the JSON string representation of the object +print CredentialResponseImmediateCNonceExpiresIn.to_json() + +# convert the object into a dict +credential_response_immediate_c_nonce_expires_in_dict = credential_response_immediate_c_nonce_expires_in_instance.to_dict() +# create an instance of CredentialResponseImmediateCNonceExpiresIn from a dict +credential_response_immediate_c_nonce_expires_in_form_dict = credential_response_immediate_c_nonce_expires_in.from_dict(credential_response_immediate_c_nonce_expires_in_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md new file mode 100644 index 00000000..8c0ee1c1 --- /dev/null +++ b/clients/python/credential_issuance_client/docs/CredentialResponseImmediateCredential.md @@ -0,0 +1,26 @@ +# CredentialResponseImmediateCredential + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +## Example + +```python +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential + +# TODO update the JSON string below +json = "{}" +# create an instance of CredentialResponseImmediateCredential from a JSON string +credential_response_immediate_credential_instance = CredentialResponseImmediateCredential.from_json(json) +# print the JSON string representation of the object +print CredentialResponseImmediateCredential.to_json() + +# convert the object into a dict +credential_response_immediate_credential_dict = credential_response_immediate_credential_instance.to_dict() +# create an instance of CredentialResponseImmediateCredential from a dict +credential_response_immediate_credential_form_dict = credential_response_immediate_credential.from_dict(credential_response_immediate_credential_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/credential_issuance_client/test/test_credential_response_immediate_c_nonce_expires_in.py b/clients/python/credential_issuance_client/test/test_credential_response_immediate_c_nonce_expires_in.py new file mode 100644 index 00000000..458b047a --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_credential_response_immediate_c_nonce_expires_in.py @@ -0,0 +1,52 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_c_nonce_expires_in import CredentialResponseImmediateCNonceExpiresIn # noqa: E501 + +class TestCredentialResponseImmediateCNonceExpiresIn(unittest.TestCase): + """CredentialResponseImmediateCNonceExpiresIn unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CredentialResponseImmediateCNonceExpiresIn: + """Test CredentialResponseImmediateCNonceExpiresIn + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CredentialResponseImmediateCNonceExpiresIn` + """ + model = CredentialResponseImmediateCNonceExpiresIn() # noqa: E501 + if include_optional: + return CredentialResponseImmediateCNonceExpiresIn( + ) + else: + return CredentialResponseImmediateCNonceExpiresIn( + ) + """ + + def testCredentialResponseImmediateCNonceExpiresIn(self): + """Test CredentialResponseImmediateCNonceExpiresIn""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/credential_issuance_client/test/test_credential_response_immediate_credential.py b/clients/python/credential_issuance_client/test/test_credential_response_immediate_credential.py new file mode 100644 index 00000000..b3293172 --- /dev/null +++ b/clients/python/credential_issuance_client/test/test_credential_response_immediate_credential.py @@ -0,0 +1,52 @@ +# coding: utf-8 + +""" + CredentialIssuanceService + + Affinidi Credential Issuance Service Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_credential_issuance_client.models.credential_response_immediate_credential import CredentialResponseImmediateCredential # noqa: E501 + +class TestCredentialResponseImmediateCredential(unittest.TestCase): + """CredentialResponseImmediateCredential unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> CredentialResponseImmediateCredential: + """Test CredentialResponseImmediateCredential + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `CredentialResponseImmediateCredential` + """ + model = CredentialResponseImmediateCredential() # noqa: E501 + if include_optional: + return CredentialResponseImmediateCredential( + ) + else: + return CredentialResponseImmediateCredential( + ) + """ + + def testCredentialResponseImmediateCredential(self): + """Test CredentialResponseImmediateCredential""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py index 13041502..5eeda308 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/create_token_input.py @@ -19,8 +19,8 @@ import json - -from pydantic import BaseModel, Field, constr, validator +from typing import Optional +from pydantic import BaseModel, Field, StrictStr, constr, validator from affinidi_tdk_iam_client.models.token_authentication_method_dto import TokenAuthenticationMethodDto class CreateTokenInput(BaseModel): @@ -29,7 +29,8 @@ class CreateTokenInput(BaseModel): """ name: constr(strict=True) = Field(...) authentication_method: TokenAuthenticationMethodDto = Field(..., alias="authenticationMethod") - __properties = ["name", "authenticationMethod"] + description: Optional[StrictStr] = None + __properties = ["name", "authenticationMethod", "description"] @validator('name') def name_validate_regular_expression(cls, value): @@ -78,7 +79,8 @@ def from_dict(cls, obj: dict) -> CreateTokenInput: _obj = CreateTokenInput.parse_obj({ "name": obj.get("name"), - "authentication_method": TokenAuthenticationMethodDto.from_dict(obj.get("authenticationMethod")) if obj.get("authenticationMethod") is not None else None + "authentication_method": TokenAuthenticationMethodDto.from_dict(obj.get("authenticationMethod")) if obj.get("authenticationMethod") is not None else None, + "description": obj.get("description") }) return _obj diff --git a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py index 928cee9a..df53db45 100644 --- a/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py +++ b/clients/python/iam_client/affinidi_tdk_iam_client/models/policy_dto.py @@ -27,11 +27,13 @@ class PolicyDto(BaseModel): """ PolicyDto """ + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None principal_id: Optional[StrictStr] = Field(None, alias="principalId") project_id: Optional[StrictStr] = Field(None, alias="projectId") version: StrictStr = Field(...) statement: conlist(PolicyStatementDto) = Field(...) - __properties = ["principalId", "projectId", "version", "statement"] + __properties = ["name", "description", "principalId", "projectId", "version", "statement"] class Config: """Pydantic configuration""" @@ -76,6 +78,8 @@ def from_dict(cls, obj: dict) -> PolicyDto: return PolicyDto.parse_obj(obj) _obj = PolicyDto.parse_obj({ + "name": obj.get("name"), + "description": obj.get("description"), "principal_id": obj.get("principalId"), "project_id": obj.get("projectId"), "version": obj.get("version"), diff --git a/clients/python/iam_client/docs/CreateTokenInput.md b/clients/python/iam_client/docs/CreateTokenInput.md index 5b6182cb..a226a38d 100644 --- a/clients/python/iam_client/docs/CreateTokenInput.md +++ b/clients/python/iam_client/docs/CreateTokenInput.md @@ -2,10 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------- | ------------------------------------------------------------------- | ----------- | ----- | +| Name | Type | Description | Notes | +| ------------------------- | ------------------------------------------------------------------- | ----------- | ---------- | | **name** | **str** | | | **authentication_method** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | +| **description** | **str** | | [optional] | ## Example diff --git a/clients/python/iam_client/docs/PolicyDto.md b/clients/python/iam_client/docs/PolicyDto.md index 19f5260b..b57f7f28 100644 --- a/clients/python/iam_client/docs/PolicyDto.md +++ b/clients/python/iam_client/docs/PolicyDto.md @@ -4,6 +4,8 @@ | Name | Type | Description | Notes | | ---------------- | ----------------------------------------------------- | ----------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | | **principal_id** | **str** | | [optional] | | **project_id** | **str** | | [optional] | | **version** | **str** | | diff --git a/clients/python/iota_client/.openapi-generator/FILES b/clients/python/iota_client/.openapi-generator/FILES index 7517e811..30636857 100644 --- a/clients/python/iota_client/.openapi-generator/FILES +++ b/clients/python/iota_client/.openapi-generator/FILES @@ -24,7 +24,6 @@ affinidi_tdk_iota_client/models/cors_aws_exchange_credentials_ok.py affinidi_tdk_iota_client/models/cors_iot_oidc4vpcallback_ok.py affinidi_tdk_iota_client/models/create_iota_configuration_input.py affinidi_tdk_iota_client/models/create_pex_query_input.py -affinidi_tdk_iota_client/models/demo_wbx.py affinidi_tdk_iota_client/models/get_iota_configuration_meta_data_ok.py affinidi_tdk_iota_client/models/invalid_parameter_error.py affinidi_tdk_iota_client/models/invalid_parameter_error_details_inner.py @@ -60,7 +59,6 @@ docs/CorsIotOidc4vpcallbackOK.md docs/CreateIotaConfigurationInput.md docs/CreatePexQueryInput.md docs/DefaultApi.md -docs/DemoWbx.md docs/GetIotaConfigurationMetaDataOK.md docs/InvalidParameterError.md docs/InvalidParameterErrorDetailsInner.md diff --git a/clients/python/iota_client/README.md b/clients/python/iota_client/README.md index 65b58074..3bfeb8ec 100644 --- a/clients/python/iota_client/README.md +++ b/clients/python/iota_client/README.md @@ -118,7 +118,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [CorsIotOidc4vpcallbackOK](docs/CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](docs/CreateIotaConfigurationInput.md) - [CreatePexQueryInput](docs/CreatePexQueryInput.md) -- [DemoWbx](docs/DemoWbx.md) - [GetIotaConfigurationMetaDataOK](docs/GetIotaConfigurationMetaDataOK.md) - [InvalidParameterError](docs/InvalidParameterError.md) - [InvalidParameterErrorDetailsInner](docs/InvalidParameterErrorDetailsInner.md) diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py index f80a685e..a85c8f51 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/__init__.py @@ -46,7 +46,6 @@ from affinidi_tdk_iota_client.models.cors_iot_oidc4vpcallback_ok import CorsIotOidc4vpcallbackOK from affinidi_tdk_iota_client.models.create_iota_configuration_input import CreateIotaConfigurationInput from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput -from affinidi_tdk_iota_client.models.demo_wbx import DemoWbx from affinidi_tdk_iota_client.models.get_iota_configuration_meta_data_ok import GetIotaConfigurationMetaDataOK from affinidi_tdk_iota_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_iota_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py index 1596de3c..39a5be76 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/__init__.py @@ -25,7 +25,6 @@ from affinidi_tdk_iota_client.models.cors_iot_oidc4vpcallback_ok import CorsIotOidc4vpcallbackOK from affinidi_tdk_iota_client.models.create_iota_configuration_input import CreateIotaConfigurationInput from affinidi_tdk_iota_client.models.create_pex_query_input import CreatePexQueryInput -from affinidi_tdk_iota_client.models.demo_wbx import DemoWbx from affinidi_tdk_iota_client.models.get_iota_configuration_meta_data_ok import GetIotaConfigurationMetaDataOK from affinidi_tdk_iota_client.models.invalid_parameter_error import InvalidParameterError from affinidi_tdk_iota_client.models.invalid_parameter_error_details_inner import InvalidParameterErrorDetailsInner diff --git a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py index 60106159..2aaf989f 100644 --- a/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py +++ b/clients/python/iota_client/affinidi_tdk_iota_client/models/update_configuration_by_id_input.py @@ -33,8 +33,9 @@ class UpdateConfigurationByIdInput(BaseModel): enable_verification: Optional[StrictBool] = Field(None, alias="enableVerification") enable_consent_audit_log: Optional[StrictBool] = Field(None, alias="enableConsentAuditLog") token_max_age: Optional[Union[StrictFloat, StrictInt]] = Field(None, alias="tokenMaxAge", description="token time to live in seconds") + description: Optional[StrictStr] = Field(None, description="The description of the config") client_metadata: Optional[IotaConfigurationDtoClientMetadata] = Field(None, alias="clientMetadata") - __properties = ["name", "walletAri", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "tokenMaxAge", "clientMetadata"] + __properties = ["name", "walletAri", "iotaResponseWebhookURL", "enableVerification", "enableConsentAuditLog", "tokenMaxAge", "description", "clientMetadata"] class Config: """Pydantic configuration""" @@ -81,6 +82,7 @@ def from_dict(cls, obj: dict) -> UpdateConfigurationByIdInput: "enable_verification": obj.get("enableVerification"), "enable_consent_audit_log": obj.get("enableConsentAuditLog"), "token_max_age": obj.get("tokenMaxAge"), + "description": obj.get("description"), "client_metadata": IotaConfigurationDtoClientMetadata.from_dict(obj.get("clientMetadata")) if obj.get("clientMetadata") is not None else None }) return _obj diff --git a/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md b/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md index d4aa3524..5d1d2791 100644 --- a/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md +++ b/clients/python/iota_client/docs/UpdateConfigurationByIdInput.md @@ -10,6 +10,7 @@ | **enable_verification** | **bool** | | [optional] | | **enable_consent_audit_log** | **bool** | | [optional] | | **token_max_age** | **float** | token time to live in seconds | [optional] | +| **description** | **str** | The description of the config | [optional] | | **client_metadata** | [**IotaConfigurationDtoClientMetadata**](IotaConfigurationDtoClientMetadata.md) | | [optional] | ## Example diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py index 34d57051..3fadcfb8 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/add_user_to_group_input.py @@ -19,15 +19,17 @@ import json - +from typing import Optional from pydantic import BaseModel, Field, StrictStr class AddUserToGroupInput(BaseModel): """ input used to add a user to a group # noqa: E501 """ + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None user_id: StrictStr = Field(..., alias="userId", description="Unique identifier of the user") - __properties = ["userId"] + __properties = ["name", "description", "userId"] class Config: """Pydantic configuration""" @@ -65,6 +67,8 @@ def from_dict(cls, obj: dict) -> AddUserToGroupInput: return AddUserToGroupInput.parse_obj(obj) _obj = AddUserToGroupInput.parse_obj({ + "name": obj.get("name"), + "description": obj.get("description"), "user_id": obj.get("userId") }) return _obj diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py index f62113e9..f474ff39 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/blocked_users_input.py @@ -19,15 +19,17 @@ import json -from typing import List +from typing import List, Optional from pydantic import BaseModel, Field, StrictStr, conlist class BlockedUsersInput(BaseModel): """ BlockedUsersInput """ + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None user_ids: conlist(StrictStr, max_items=25) = Field(..., alias="userIds") - __properties = ["userIds"] + __properties = ["name", "description", "userIds"] class Config: """Pydantic configuration""" @@ -65,6 +67,8 @@ def from_dict(cls, obj: dict) -> BlockedUsersInput: return BlockedUsersInput.parse_obj(obj) _obj = BlockedUsersInput.parse_obj({ + "name": obj.get("name"), + "description": obj.get("description"), "user_ids": obj.get("userIds") }) return _obj diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py index 05bbf67b..681c4cab 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_group_input.py @@ -19,15 +19,17 @@ import json - -from pydantic import BaseModel, Field, constr, validator +from typing import Optional +from pydantic import BaseModel, Field, StrictStr, constr, validator class CreateGroupInput(BaseModel): """ CreateGroupInput """ group_name: constr(strict=True, max_length=24) = Field(..., alias="groupName", description="name of the group for users, used as an id") - __properties = ["groupName"] + name: Optional[StrictStr] = None + description: Optional[StrictStr] = None + __properties = ["groupName", "name", "description"] @validator('group_name') def group_name_validate_regular_expression(cls, value): @@ -72,7 +74,9 @@ def from_dict(cls, obj: dict) -> CreateGroupInput: return CreateGroupInput.parse_obj(obj) _obj = CreateGroupInput.parse_obj({ - "group_name": obj.get("groupName") + "group_name": obj.get("groupName"), + "name": obj.get("name"), + "description": obj.get("description") }) return _obj diff --git a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py index d64e08c3..29e84b3b 100644 --- a/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py +++ b/clients/python/login_configuration_client/affinidi_tdk_login_configuration_client/models/create_login_configuration_input.py @@ -30,6 +30,7 @@ class CreateLoginConfigurationInput(BaseModel): CreateLoginConfigurationInput """ name: StrictStr = Field(..., description="User defined login configuration name") + description: Optional[StrictStr] = None redirect_uris: conlist(StrictStr) = Field(..., alias="redirectUris", description="OAuth 2.0 Redirect URIs") post_logout_redirect_uris: Optional[conlist(StrictStr)] = Field(None, alias="postLogoutRedirectUris", description="Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs") vp_definition: Optional[StrictStr] = Field(None, alias="vpDefinition", description="VP definition in JSON stringify format") @@ -40,7 +41,7 @@ class CreateLoginConfigurationInput(BaseModel): fail_on_mapping_conflict: Optional[StrictBool] = Field(True, alias="failOnMappingConflict", description="Interrupts login process if duplications of data fields names will be found") scope: Optional[StrictStr] = Field(None, description="List of groups separated by space") token_endpoint_auth_method: Optional[TokenEndpointAuthMethod] = Field(None, alias="tokenEndpointAuthMethod") - __properties = ["name", "redirectUris", "postLogoutRedirectUris", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "claimFormat", "failOnMappingConflict", "scope", "tokenEndpointAuthMethod"] + __properties = ["name", "description", "redirectUris", "postLogoutRedirectUris", "vpDefinition", "presentationDefinition", "idTokenMapping", "clientMetadata", "claimFormat", "failOnMappingConflict", "scope", "tokenEndpointAuthMethod"] @validator('claim_format') def claim_format_validate_enum(cls, value): @@ -95,6 +96,7 @@ def from_dict(cls, obj: dict) -> CreateLoginConfigurationInput: _obj = CreateLoginConfigurationInput.parse_obj({ "name": obj.get("name"), + "description": obj.get("description"), "redirect_uris": obj.get("redirectUris"), "post_logout_redirect_uris": obj.get("postLogoutRedirectUris"), "vp_definition": obj.get("vpDefinition"), diff --git a/clients/python/login_configuration_client/docs/AddUserToGroupInput.md b/clients/python/login_configuration_client/docs/AddUserToGroupInput.md index b2f420b7..a7417457 100644 --- a/clients/python/login_configuration_client/docs/AddUserToGroupInput.md +++ b/clients/python/login_configuration_client/docs/AddUserToGroupInput.md @@ -4,9 +4,11 @@ input used to add a user to a group ## Properties -| Name | Type | Description | Notes | -| ----------- | ------- | ----------------------------- | ----- | -| **user_id** | **str** | Unique identifier of the user | +| Name | Type | Description | Notes | +| --------------- | ------- | ----------------------------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **user_id** | **str** | Unique identifier of the user | ## Example diff --git a/clients/python/login_configuration_client/docs/BlockedUsersInput.md b/clients/python/login_configuration_client/docs/BlockedUsersInput.md index f7e43975..31928d18 100644 --- a/clients/python/login_configuration_client/docs/BlockedUsersInput.md +++ b/clients/python/login_configuration_client/docs/BlockedUsersInput.md @@ -2,9 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ------------ | ------------- | ----------- | ----- | -| **user_ids** | **List[str]** | | +| Name | Type | Description | Notes | +| --------------- | ------------- | ----------- | ---------- | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | +| **user_ids** | **List[str]** | | ## Example diff --git a/clients/python/login_configuration_client/docs/CreateGroupInput.md b/clients/python/login_configuration_client/docs/CreateGroupInput.md index dd8b6f68..0ff568c2 100644 --- a/clients/python/login_configuration_client/docs/CreateGroupInput.md +++ b/clients/python/login_configuration_client/docs/CreateGroupInput.md @@ -2,9 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| -------------- | ------- | ------------------------------------------ | ----- | -| **group_name** | **str** | name of the group for users, used as an id | +| Name | Type | Description | Notes | +| --------------- | ------- | ------------------------------------------ | ---------- | +| **group_name** | **str** | name of the group for users, used as an id | +| **name** | **str** | | [optional] | +| **description** | **str** | | [optional] | ## Example diff --git a/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md b/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md index ccfb09b4..b61d9368 100644 --- a/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md +++ b/clients/python/login_configuration_client/docs/CreateLoginConfigurationInput.md @@ -5,6 +5,7 @@ | Name | Type | Description | Notes | | ------------------------------ | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | | **name** | **str** | User defined login configuration name | +| **description** | **str** | | [optional] | | **redirect_uris** | **List[str]** | OAuth 2.0 Redirect URIs | | **post_logout_redirect_uris** | **List[str]** | Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs | [optional] | | **vp_definition** | **str** | VP definition in JSON stringify format | [optional] | diff --git a/clients/python/wallets_client/.openapi-generator/FILES b/clients/python/wallets_client/.openapi-generator/FILES index a7262103..31aef251 100644 --- a/clients/python/wallets_client/.openapi-generator/FILES +++ b/clients/python/wallets_client/.openapi-generator/FILES @@ -31,6 +31,7 @@ affinidi_tdk_wallets_client/models/sign_credential400_response.py affinidi_tdk_wallets_client/models/sign_credential_input_dto.py affinidi_tdk_wallets_client/models/sign_credential_input_dto_unsigned_credential_params.py affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py affinidi_tdk_wallets_client/models/sign_jwt_token.py affinidi_tdk_wallets_client/models/sign_jwt_token_ok.py affinidi_tdk_wallets_client/models/signing_failed_error.py @@ -61,6 +62,7 @@ docs/SignCredential400Response.md docs/SignCredentialInputDto.md docs/SignCredentialInputDtoUnsignedCredentialParams.md docs/SignCredentialResultDto.md +docs/SignCredentialResultDtoSignedCredential.md docs/SignJwtToken.md docs/SignJwtTokenOK.md docs/SigningFailedError.md @@ -75,4 +77,5 @@ setup.cfg setup.py test-requirements.txt test/__init__.py +test/test_sign_credential_result_dto_signed_credential.py tox.ini diff --git a/clients/python/wallets_client/README.md b/clients/python/wallets_client/README.md index 18b1c019..456944ea 100644 --- a/clients/python/wallets_client/README.md +++ b/clients/python/wallets_client/README.md @@ -134,6 +134,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe* - [SignCredentialInputDto](docs/SignCredentialInputDto.md) - [SignCredentialInputDtoUnsignedCredentialParams](docs/SignCredentialInputDtoUnsignedCredentialParams.md) - [SignCredentialResultDto](docs/SignCredentialResultDto.md) +- [SignCredentialResultDtoSignedCredential](docs/SignCredentialResultDtoSignedCredential.md) - [SignJwtToken](docs/SignJwtToken.md) - [SignJwtTokenOK](docs/SignJwtTokenOK.md) - [SigningFailedError](docs/SigningFailedError.md) diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py index c9391441..a850c298 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/__init__.py @@ -53,6 +53,7 @@ from affinidi_tdk_wallets_client.models.sign_credential_input_dto import SignCredentialInputDto from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams from affinidi_tdk_wallets_client.models.sign_credential_result_dto import SignCredentialResultDto +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential from affinidi_tdk_wallets_client.models.sign_jwt_token import SignJwtToken from affinidi_tdk_wallets_client.models.sign_jwt_token_ok import SignJwtTokenOK from affinidi_tdk_wallets_client.models.signing_failed_error import SigningFailedError diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py index 42844921..1e5205ad 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/__init__.py @@ -34,6 +34,7 @@ from affinidi_tdk_wallets_client.models.sign_credential_input_dto import SignCredentialInputDto from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams from affinidi_tdk_wallets_client.models.sign_credential_result_dto import SignCredentialResultDto +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential from affinidi_tdk_wallets_client.models.sign_jwt_token import SignJwtToken from affinidi_tdk_wallets_client.models.sign_jwt_token_ok import SignJwtTokenOK from affinidi_tdk_wallets_client.models.signing_failed_error import SigningFailedError diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py index 552140a4..0f0233a9 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/invalid_did_parameter_error.py @@ -44,8 +44,8 @@ def name_validate_enum(cls, value): @validator('message') def message_validate_enum(cls, value): """Validates the enum""" - if value not in ('Given did in field \"toDid\" is invalid. Use only resolvable form of did.'): - raise ValueError("must be one of enum values ('Given did in field \"toDid\" is invalid. Use only resolvable form of did.')") + if value not in ('Given did in field 'toDid' is invalid. Use only resolvable form of did.'): + raise ValueError("must be one of enum values ('Given did in field 'toDid' is invalid. Use only resolvable form of did.')") return value @validator('http_status_code') diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py index 11681d60..4a16c215 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_input_dto.py @@ -20,7 +20,7 @@ from typing import Any, Dict, Optional -from pydantic import BaseModel, Field, StrictBool +from pydantic import BaseModel, Field, StrictBool, StrictStr, validator from affinidi_tdk_wallets_client.models.sign_credential_input_dto_unsigned_credential_params import SignCredentialInputDtoUnsignedCredentialParams class SignCredentialInputDto(BaseModel): @@ -29,8 +29,19 @@ class SignCredentialInputDto(BaseModel): """ unsigned_credential: Optional[Dict[str, Any]] = Field(None, alias="unsignedCredential", description="Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted") revocable: Optional[StrictBool] = None + credential_format: Optional[StrictStr] = Field(None, alias="credentialFormat") unsigned_credential_params: Optional[SignCredentialInputDtoUnsignedCredentialParams] = Field(None, alias="unsignedCredentialParams") - __properties = ["unsignedCredential", "revocable", "unsignedCredentialParams"] + __properties = ["unsignedCredential", "revocable", "credentialFormat", "unsignedCredentialParams"] + + @validator('credential_format') + def credential_format_validate_enum(cls, value): + """Validates the enum""" + if value is None: + return value + + if value not in ('ldp_vc', 'jwt_vc_json-ld'): + raise ValueError("must be one of enum values ('ldp_vc', 'jwt_vc_json-ld')") + return value class Config: """Pydantic configuration""" @@ -73,6 +84,7 @@ def from_dict(cls, obj: dict) -> SignCredentialInputDto: _obj = SignCredentialInputDto.parse_obj({ "unsigned_credential": obj.get("unsignedCredential"), "revocable": obj.get("revocable"), + "credential_format": obj.get("credentialFormat"), "unsigned_credential_params": SignCredentialInputDtoUnsignedCredentialParams.from_dict(obj.get("unsignedCredentialParams")) if obj.get("unsignedCredentialParams") is not None else None }) return _obj diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py index f61f4421..2c3fbcfc 100644 --- a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto.py @@ -19,14 +19,15 @@ import json -from typing import Any, Dict + from pydantic import BaseModel, Field +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential class SignCredentialResultDto(BaseModel): """ DTO contains signed credential # noqa: E501 """ - signed_credential: Dict[str, Any] = Field(..., alias="signedCredential") + signed_credential: SignCredentialResultDtoSignedCredential = Field(..., alias="signedCredential") __properties = ["signedCredential"] class Config: @@ -53,6 +54,9 @@ def to_dict(self): exclude={ }, exclude_none=True) + # override the default output from pydantic by calling `to_dict()` of signed_credential + if self.signed_credential: + _dict['signedCredential'] = self.signed_credential.to_dict() return _dict @classmethod @@ -65,7 +69,7 @@ def from_dict(cls, obj: dict) -> SignCredentialResultDto: return SignCredentialResultDto.parse_obj(obj) _obj = SignCredentialResultDto.parse_obj({ - "signed_credential": obj.get("signedCredential") + "signed_credential": SignCredentialResultDtoSignedCredential.from_dict(obj.get("signedCredential")) if obj.get("signedCredential") is not None else None }) return _obj diff --git a/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py new file mode 100644 index 00000000..b9b16e28 --- /dev/null +++ b/clients/python/wallets_client/affinidi_tdk_wallets_client/models/sign_credential_result_dto_signed_credential.py @@ -0,0 +1,148 @@ +# coding: utf-8 + +""" + CloudWalletEssentials + + Cloud Wallet For Enterprise Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +from inspect import getfullargspec +import json +import pprint +import re # noqa: F401 + +from typing import Any, Dict, List, Optional +from pydantic import BaseModel, Field, StrictStr, ValidationError, validator +from typing import Union, Any, List, TYPE_CHECKING +from pydantic import StrictStr, Field + +SIGNCREDENTIALRESULTDTOSIGNEDCREDENTIAL_ONE_OF_SCHEMAS = ["object", "str"] + +class SignCredentialResultDtoSignedCredential(BaseModel): + """ + SignCredentialResultDtoSignedCredential + """ + # data type: object + oneof_schema_1_validator: Optional[Dict[str, Any]] = None + # data type: str + oneof_schema_2_validator: Optional[StrictStr] = None + if TYPE_CHECKING: + actual_instance: Union[object, str] + else: + actual_instance: Any + one_of_schemas: List[str] = Field(SIGNCREDENTIALRESULTDTOSIGNEDCREDENTIAL_ONE_OF_SCHEMAS, const=True) + + class Config: + validate_assignment = True + + def __init__(self, *args, **kwargs) -> None: + if args: + if len(args) > 1: + raise ValueError("If a position argument is used, only 1 is allowed to set `actual_instance`") + if kwargs: + raise ValueError("If a position argument is used, keyword arguments cannot be used.") + super().__init__(actual_instance=args[0]) + else: + super().__init__(**kwargs) + + @validator('actual_instance') + def actual_instance_must_validate_oneof(cls, v): + instance = SignCredentialResultDtoSignedCredential.construct() + error_messages = [] + match = 0 + # validate data type: object + try: + instance.oneof_schema_1_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # validate data type: str + try: + instance.oneof_schema_2_validator = v + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when setting `actual_instance` in SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when setting `actual_instance` in SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + else: + return v + + @classmethod + def from_dict(cls, obj: dict) -> SignCredentialResultDtoSignedCredential: + return cls.from_json(json.dumps(obj)) + + @classmethod + def from_json(cls, json_str: str) -> SignCredentialResultDtoSignedCredential: + """Returns the object represented by the json string""" + instance = SignCredentialResultDtoSignedCredential.construct() + error_messages = [] + match = 0 + + # deserialize data into object + try: + # validation + instance.oneof_schema_1_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_1_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + # deserialize data into str + try: + # validation + instance.oneof_schema_2_validator = json.loads(json_str) + # assign value to actual_instance + instance.actual_instance = instance.oneof_schema_2_validator + match += 1 + except (ValidationError, ValueError) as e: + error_messages.append(str(e)) + + if match > 1: + # more than 1 match + raise ValueError("Multiple matches found when deserializing the JSON string into SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + elif match == 0: + # no match + raise ValueError("No match found when deserializing the JSON string into SignCredentialResultDtoSignedCredential with oneOf schemas: object, str. Details: " + ", ".join(error_messages)) + else: + return instance + + def to_json(self) -> str: + """Returns the JSON representation of the actual instance""" + if self.actual_instance is None: + return "null" + + to_json = getattr(self.actual_instance, "to_json", None) + if callable(to_json): + return self.actual_instance.to_json() + else: + return json.dumps(self.actual_instance) + + def to_dict(self) -> dict: + """Returns the dict representation of the actual instance""" + if self.actual_instance is None: + return None + + to_dict = getattr(self.actual_instance, "to_dict", None) + if callable(to_dict): + return self.actual_instance.to_dict() + else: + # primitive type + return self.actual_instance + + def to_str(self) -> str: + """Returns the string representation of the actual instance""" + return pprint.pformat(self.dict()) + + diff --git a/clients/python/wallets_client/docs/SignCredentialInputDto.md b/clients/python/wallets_client/docs/SignCredentialInputDto.md index a8bb5101..1e75cf08 100644 --- a/clients/python/wallets_client/docs/SignCredentialInputDto.md +++ b/clients/python/wallets_client/docs/SignCredentialInputDto.md @@ -8,6 +8,7 @@ DTO contains params to sign credential | ------------------------------ | ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ---------- | | **unsigned_credential** | **object** | Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted | [optional] | | **revocable** | **bool** | | [optional] | +| **credential_format** | **str** | | [optional] | | **unsigned_credential_params** | [**SignCredentialInputDtoUnsignedCredentialParams**](SignCredentialInputDtoUnsignedCredentialParams.md) | | [optional] | ## Example diff --git a/clients/python/wallets_client/docs/SignCredentialResultDto.md b/clients/python/wallets_client/docs/SignCredentialResultDto.md index d412abf3..563a36e4 100644 --- a/clients/python/wallets_client/docs/SignCredentialResultDto.md +++ b/clients/python/wallets_client/docs/SignCredentialResultDto.md @@ -4,9 +4,9 @@ DTO contains signed credential ## Properties -| Name | Type | Description | Notes | -| --------------------- | ---------- | ----------- | ----- | -| **signed_credential** | **object** | | +| Name | Type | Description | Notes | +| --------------------- | ----------------------------------------------------------------------------------------- | ----------- | ----- | +| **signed_credential** | [**SignCredentialResultDtoSignedCredential**](SignCredentialResultDtoSignedCredential.md) | | ## Example diff --git a/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md b/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md new file mode 100644 index 00000000..47a8bdef --- /dev/null +++ b/clients/python/wallets_client/docs/SignCredentialResultDtoSignedCredential.md @@ -0,0 +1,26 @@ +# SignCredentialResultDtoSignedCredential + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +## Example + +```python +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential + +# TODO update the JSON string below +json = "{}" +# create an instance of SignCredentialResultDtoSignedCredential from a JSON string +sign_credential_result_dto_signed_credential_instance = SignCredentialResultDtoSignedCredential.from_json(json) +# print the JSON string representation of the object +print SignCredentialResultDtoSignedCredential.to_json() + +# convert the object into a dict +sign_credential_result_dto_signed_credential_dict = sign_credential_result_dto_signed_credential_instance.to_dict() +# create an instance of SignCredentialResultDtoSignedCredential from a dict +sign_credential_result_dto_signed_credential_form_dict = sign_credential_result_dto_signed_credential.from_dict(sign_credential_result_dto_signed_credential_dict) +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py b/clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py new file mode 100644 index 00000000..270952e6 --- /dev/null +++ b/clients/python/wallets_client/test/test_sign_credential_result_dto_signed_credential.py @@ -0,0 +1,52 @@ +# coding: utf-8 + +""" + CloudWalletEssentials + + Cloud Wallet For Enterprise Structure + + The version of the OpenAPI document: 1.0.0 + Contact: nucleus.team@affinidi.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest +import datetime + +from affinidi_tdk_wallets_client.models.sign_credential_result_dto_signed_credential import SignCredentialResultDtoSignedCredential # noqa: E501 + +class TestSignCredentialResultDtoSignedCredential(unittest.TestCase): + """SignCredentialResultDtoSignedCredential unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> SignCredentialResultDtoSignedCredential: + """Test SignCredentialResultDtoSignedCredential + include_option is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `SignCredentialResultDtoSignedCredential` + """ + model = SignCredentialResultDtoSignedCredential() # noqa: E501 + if include_optional: + return SignCredentialResultDtoSignedCredential( + ) + else: + return SignCredentialResultDtoSignedCredential( + ) + """ + + def testSignCredentialResultDtoSignedCredential(self): + """Test SignCredentialResultDtoSignedCredential""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main() diff --git a/clients/typescript/credential-issuance-client/README.md b/clients/typescript/credential-issuance-client/README.md index d7e761f1..c8e00c12 100644 --- a/clients/typescript/credential-issuance-client/README.md +++ b/clients/typescript/credential-issuance-client/README.md @@ -71,7 +71,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/credential-issuance-client/api.ts b/clients/typescript/credential-issuance-client/api.ts index d53d1c2d..96c922c3 100644 --- a/clients/typescript/credential-issuance-client/api.ts +++ b/clients/typescript/credential-issuance-client/api.ts @@ -173,12 +173,14 @@ export interface CorsGetWellKnownOpenIdCredentialIssuerOK { * @interface CreateCredentialInput */ export interface CreateCredentialInput { + [key: string]: any + /** * It is a String that identifies a Credential that is being requested to be issued. * @type {string} * @memberof CreateCredentialInput */ - credential_identifier: string + credential_identifier?: string /** * * @type {CredentialProof} @@ -247,6 +249,7 @@ export interface CreateIssuanceConfigInput { export const CreateIssuanceConfigInputFormatEnum = { LdpVc: 'ldp_vc', + JwtVcJsonLd: 'jwt_vc_json-ld', } as const export type CreateIssuanceConfigInputFormatEnum = @@ -447,7 +450,7 @@ export interface CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuth * @type {CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode} * @memberof CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCode */ - tx_code: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode + tx_code?: CredentialOfferResponseGrantsUrnIetfParamsOauthGrantTypePreAuthorizedCodeTxCode } /** * Object specifying whether the Authorization Server expects presentation of a Transaction Code by the End-User along with the Token Request in a Pre-Authorized Code Flow @@ -541,11 +544,11 @@ export interface CredentialResponseDeferred { */ export interface CredentialResponseImmediate { /** - * Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. - * @type {{ [key: string]: any; }} + * + * @type {CredentialResponseImmediateCredential} * @memberof CredentialResponseImmediate */ - credential: { [key: string]: any } + credential: CredentialResponseImmediateCredential /** * String containing a nonce to be used when creating a proof of possession of the key proof * @type {string} @@ -553,12 +556,26 @@ export interface CredentialResponseImmediate { */ c_nonce: string /** - * Lifetime in seconds of the c_nonce - * @type {number} + * + * @type {CredentialResponseImmediateCNonceExpiresIn} * @memberof CredentialResponseImmediate */ - c_nonce_expires_in: number + c_nonce_expires_in: CredentialResponseImmediateCNonceExpiresIn } +/** + * @type CredentialResponseImmediateCNonceExpiresIn + * @export + */ +export type CredentialResponseImmediateCNonceExpiresIn = number | string + +/** + * @type CredentialResponseImmediateCredential + * @export + */ +export type CredentialResponseImmediateCredential = + | string + | { [key: string]: any } + /** * * @export @@ -1074,6 +1091,7 @@ export interface IssuanceConfigDto { export const IssuanceConfigDtoFormatEnum = { LdpVc: 'ldp_vc', + JwtVcJsonLd: 'jwt_vc_json-ld', } as const export type IssuanceConfigDtoFormatEnum = @@ -1187,6 +1205,7 @@ export interface IssuanceConfigMiniDto { export const IssuanceConfigMiniDtoFormatEnum = { LdpVc: 'ldp_vc', + JwtVcJsonLd: 'jwt_vc_json-ld', } as const export type IssuanceConfigMiniDtoFormatEnum = @@ -1586,6 +1605,7 @@ export interface UpdateIssuanceConfigInput { export const UpdateIssuanceConfigInputFormatEnum = { LdpVc: 'ldp_vc', + JwtVcJsonLd: 'jwt_vc_json-ld', } as const export type UpdateIssuanceConfigInputFormatEnum = diff --git a/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES b/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES index 1dce6864..3c6b6581 100644 --- a/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES +++ b/clients/typescript/credential-issuance-client/docs/.openapi-generator/FILES @@ -21,6 +21,8 @@ Models/CredentialProof.md Models/CredentialResponse.md Models/CredentialResponseDeferred.md Models/CredentialResponseImmediate.md +Models/CredentialResponseImmediate_c_nonce_expires_in.md +Models/CredentialResponseImmediate_credential.md Models/CredentialSubjectNotValidError.md Models/DeferredCredentialInput.md Models/InvalidCredentialRequestError.md diff --git a/clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md b/clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md index 46a141ad..838af21e 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md +++ b/clients/typescript/credential-issuance-client/docs/Models/CreateCredentialInput.md @@ -2,9 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------- | ----------------------------------------- | --------------------------------------------------------------------------------- | ----------------- | -| **credential_identifier** | **String** | It is a String that identifies a Credential that is being requested to be issued. | [default to null] | -| **proof** | [**CredentialProof**](CredentialProof.md) | | [default to null] | +| Name | Type | Description | Notes | +| ------------------------- | ----------------------------------------- | --------------------------------------------------------------------------------- | ---------------------------- | +| **credential_identifier** | **String** | It is a String that identifies a Credential that is being requested to be issued. | [optional] [default to null] | +| **proof** | [**CredentialProof**](CredentialProof.md) | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md b/clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md index 95b621bd..18a09752 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md +++ b/clients/typescript/credential-issuance-client/docs/Models/CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code.md @@ -2,9 +2,9 @@ ## Properties -| Name | Type | Description | Notes | -| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----------------- | -| **pre-authorized_code** | **String** | pre authorized code to be exchanged with jwt token | [default to null] | -| **tx_code** | [**CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code**](CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.md) | | [default to null] | +| Name | Type | Description | Notes | +| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ---------------------------- | +| **pre-authorized_code** | **String** | pre authorized code to be exchanged with jwt token | [default to null] | +| **tx_code** | [**CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code**](CredentialOfferResponse_grants_urn_ietf_params_oauth_grant_type_pre_authorized_code_tx_code.md) | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md index 1c97847e..d2fe088a 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md +++ b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponse.md @@ -2,11 +2,11 @@ ## Properties -| Name | Type | Description | Notes | -| ---------------------- | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | -| **credential** | [**Map**](AnyType.md) | Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. | [default to null] | -| **c_nonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | [default to null] | -| **c_nonce_expires_in** | **BigDecimal** | Lifetime in seconds of the c_nonce | [default to null] | -| **transaction_id** | **String** | String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential. | [default to null] | +| Name | Type | Description | Notes | +| ---------------------- | --------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | +| **credential** | [**CredentialResponseImmediate_credential**](CredentialResponseImmediate_credential.md) | | [default to null] | +| **c_nonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | [default to null] | +| **c_nonce_expires_in** | **BigDecimal** | Lifetime in seconds of the c_nonce | [default to null] | +| **transaction_id** | **String** | String identifying a Deferred Issuance transaction. This claim is contained in the response if the Credential Issuer was unable to immediately issue the Credential. | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md index c28a5b2b..2b79ee04 100644 --- a/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md +++ b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate.md @@ -2,10 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ---------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------- | -| **credential** | [**Map**](AnyType.md) | Issued Credential, It can be a string or an object, depending on the Credential format. default format is `ldp_vc`. | [default to null] | -| **c_nonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | [default to null] | -| **c_nonce_expires_in** | **BigDecimal** | Lifetime in seconds of the c_nonce | [default to null] | +| Name | Type | Description | Notes | +| ---------------------- | ------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------- | +| **credential** | [**CredentialResponseImmediate_credential**](CredentialResponseImmediate_credential.md) | | [default to null] | +| **c_nonce** | **String** | String containing a nonce to be used when creating a proof of possession of the key proof | [default to null] | +| **c_nonce_expires_in** | [**CredentialResponseImmediate_c_nonce_expires_in**](CredentialResponseImmediate_c_nonce_expires_in.md) | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md new file mode 100644 index 00000000..87d9da3f --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_c_nonce_expires_in.md @@ -0,0 +1,8 @@ +# CredentialResponseImmediate_c_nonce_expires_in + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md new file mode 100644 index 00000000..7d1dcdf7 --- /dev/null +++ b/clients/typescript/credential-issuance-client/docs/Models/CredentialResponseImmediate_credential.md @@ -0,0 +1,8 @@ +# CredentialResponseImmediate_credential + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/credential-issuance-client/docs/README.md b/clients/typescript/credential-issuance-client/docs/README.md index e8bbe3b0..9dab4b72 100644 --- a/clients/typescript/credential-issuance-client/docs/README.md +++ b/clients/typescript/credential-issuance-client/docs/README.md @@ -42,6 +42,8 @@ All URIs are relative to *https://apse1.api.affinidi.io/cis* - [CredentialResponse](./Models/CredentialResponse.md) - [CredentialResponseDeferred](./Models/CredentialResponseDeferred.md) - [CredentialResponseImmediate](./Models/CredentialResponseImmediate.md) +- [CredentialResponseImmediate_c_nonce_expires_in](./Models/CredentialResponseImmediate_c_nonce_expires_in.md) +- [CredentialResponseImmediate_credential](./Models/CredentialResponseImmediate_credential.md) - [CredentialSubjectNotValidError](./Models/CredentialSubjectNotValidError.md) - [DeferredCredentialInput](./Models/DeferredCredentialInput.md) - [InvalidCredentialRequestError](./Models/InvalidCredentialRequestError.md) diff --git a/clients/typescript/credential-issuance-client/package.json b/clients/typescript/credential-issuance-client/package.json index 88e2f4ae..25331adc 100644 --- a/clients/typescript/credential-issuance-client/package.json +++ b/clients/typescript/credential-issuance-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.12.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL ISSUANCE", "author": "Affinidi", "repository": { diff --git a/clients/typescript/credential-verification-client/README.md b/clients/typescript/credential-verification-client/README.md index 32671fdf..c0e23dfd 100644 --- a/clients/typescript/credential-verification-client/README.md +++ b/clients/typescript/credential-verification-client/README.md @@ -71,7 +71,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/credential-verification-client/package.json b/clients/typescript/credential-verification-client/package.json index 13e8aaab..7694b648 100644 --- a/clients/typescript/credential-verification-client/package.json +++ b/clients/typescript/credential-verification-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.12.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi CREDENTIAL VERIFICATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iam-client/README.md b/clients/typescript/iam-client/README.md index 9f88e397..7a0a4fa8 100644 --- a/clients/typescript/iam-client/README.md +++ b/clients/typescript/iam-client/README.md @@ -65,7 +65,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/iam-client/api.ts b/clients/typescript/iam-client/api.ts index 5b830255..fbc55178 100644 --- a/clients/typescript/iam-client/api.ts +++ b/clients/typescript/iam-client/api.ts @@ -286,6 +286,12 @@ export interface CreateTokenInput { * @memberof CreateTokenInput */ authenticationMethod: TokenAuthenticationMethodDto + /** + * + * @type {string} + * @memberof CreateTokenInput + */ + description?: string } /** * @@ -546,6 +552,18 @@ export type NotFoundErrorHttpStatusCodeEnum = * @interface PolicyDto */ export interface PolicyDto { + /** + * + * @type {string} + * @memberof PolicyDto + */ + name?: string + /** + * + * @type {string} + * @memberof PolicyDto + */ + description?: string /** * * @type {string} diff --git a/clients/typescript/iam-client/docs/Models/CreateTokenInput.md b/clients/typescript/iam-client/docs/Models/CreateTokenInput.md index 32550431..09f7a6e9 100644 --- a/clients/typescript/iam-client/docs/Models/CreateTokenInput.md +++ b/clients/typescript/iam-client/docs/Models/CreateTokenInput.md @@ -2,9 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ------------------------ | ------------------------------------------------------------------- | ----------- | ----------------- | -| **name** | **String** | | [default to null] | -| **authenticationMethod** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | [default to null] | +| Name | Type | Description | Notes | +| ------------------------ | ------------------------------------------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [default to null] | +| **authenticationMethod** | [**TokenAuthenticationMethodDto**](TokenAuthenticationMethodDto.md) | | [default to null] | +| **description** | **String** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iam-client/docs/Models/PolicyDto.md b/clients/typescript/iam-client/docs/Models/PolicyDto.md index 74f1e219..2656f82b 100644 --- a/clients/typescript/iam-client/docs/Models/PolicyDto.md +++ b/clients/typescript/iam-client/docs/Models/PolicyDto.md @@ -4,6 +4,8 @@ | Name | Type | Description | Notes | | --------------- | --------------------------------- | ----------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | | **principalId** | **String** | | [optional] [default to null] | | **projectId** | **String** | | [optional] [default to null] | | **version** | **String** | | [default to null] | diff --git a/clients/typescript/iam-client/package.json b/clients/typescript/iam-client/package.json index d47679ae..a001edb5 100644 --- a/clients/typescript/iam-client/package.json +++ b/clients/typescript/iam-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iam-client", - "version": "1.12.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IAM", "author": "Affinidi", "repository": { diff --git a/clients/typescript/iota-client/README.md b/clients/typescript/iota-client/README.md index 7664fbf2..5861067e 100644 --- a/clients/typescript/iota-client/README.md +++ b/clients/typescript/iota-client/README.md @@ -65,7 +65,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/iota-client/api.ts b/clients/typescript/iota-client/api.ts index 3c896643..bc8d4506 100644 --- a/clients/typescript/iota-client/api.ts +++ b/clients/typescript/iota-client/api.ts @@ -359,25 +359,6 @@ export interface CreatePexQueryInput { */ description?: string } -/** - * - * @export - * @interface DemoWbx - */ -export interface DemoWbx { - /** - * - * @type {string} - * @memberof DemoWbx - */ - topicName: string - /** - * - * @type {object} - * @memberof DemoWbx - */ - event: object -} /** * * @export @@ -1012,6 +993,12 @@ export interface UpdateConfigurationByIdInput { * @memberof UpdateConfigurationByIdInput */ tokenMaxAge?: number + /** + * The description of the config + * @type {string} + * @memberof UpdateConfigurationByIdInput + */ + description?: string /** * * @type {IotaConfigurationDtoClientMetadata} diff --git a/clients/typescript/iota-client/docs/.openapi-generator/FILES b/clients/typescript/iota-client/docs/.openapi-generator/FILES index b2aa3a1c..7954ddc4 100644 --- a/clients/typescript/iota-client/docs/.openapi-generator/FILES +++ b/clients/typescript/iota-client/docs/.openapi-generator/FILES @@ -13,7 +13,6 @@ Models/CorsAwsExchangeCredentialsOK.md Models/CorsIotOidc4vpcallbackOK.md Models/CreateIotaConfigurationInput.md Models/CreatePexQueryInput.md -Models/DemoWbx.md Models/GetIotaConfigurationMetaDataOK.md Models/InvalidParameterError.md Models/InvalidParameterError_details_inner.md diff --git a/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md b/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md index c6aeb8ad..9bca419f 100644 --- a/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md +++ b/clients/typescript/iota-client/docs/Models/UpdateConfigurationByIdInput.md @@ -10,6 +10,7 @@ | **enableVerification** | **Boolean** | | [optional] [default to null] | | **enableConsentAuditLog** | **Boolean** | | [optional] [default to null] | | **tokenMaxAge** | **BigDecimal** | token time to live in seconds | [optional] [default to null] | +| **description** | **String** | The description of the config | [optional] [default to null] | | **clientMetadata** | [**IotaConfigurationDto_clientMetadata**](IotaConfigurationDto_clientMetadata.md) | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/iota-client/docs/README.md b/clients/typescript/iota-client/docs/README.md index 2390890c..1f484936 100644 --- a/clients/typescript/iota-client/docs/README.md +++ b/clients/typescript/iota-client/docs/README.md @@ -37,7 +37,6 @@ All URIs are relative to *https://apse1.api.affinidi.io/ais* - [CorsIotOidc4vpcallbackOK](./Models/CorsIotOidc4vpcallbackOK.md) - [CreateIotaConfigurationInput](./Models/CreateIotaConfigurationInput.md) - [CreatePexQueryInput](./Models/CreatePexQueryInput.md) -- [DemoWbx](./Models/DemoWbx.md) - [GetIotaConfigurationMetaDataOK](./Models/GetIotaConfigurationMetaDataOK.md) - [InvalidParameterError](./Models/InvalidParameterError.md) - [InvalidParameterError_details_inner](./Models/InvalidParameterError_details_inner.md) diff --git a/clients/typescript/iota-client/package.json b/clients/typescript/iota-client/package.json index 84658c8e..b23283a3 100644 --- a/clients/typescript/iota-client/package.json +++ b/clients/typescript/iota-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/iota-client", - "version": "1.8.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi IOTA", "author": "Affinidi", "repository": { diff --git a/clients/typescript/login-configuration-client/README.md b/clients/typescript/login-configuration-client/README.md index c9916f63..1a9424a7 100644 --- a/clients/typescript/login-configuration-client/README.md +++ b/clients/typescript/login-configuration-client/README.md @@ -71,7 +71,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/login-configuration-client/api.ts b/clients/typescript/login-configuration-client/api.ts index baa06924..d584263c 100644 --- a/clients/typescript/login-configuration-client/api.ts +++ b/clients/typescript/login-configuration-client/api.ts @@ -103,6 +103,18 @@ export type ActionForbiddenErrorHttpStatusCodeEnum = * @interface AddUserToGroupInput */ export interface AddUserToGroupInput { + /** + * + * @type {string} + * @memberof AddUserToGroupInput + */ + name?: string + /** + * + * @type {string} + * @memberof AddUserToGroupInput + */ + description?: string /** * Unique identifier of the user * @type {string} @@ -135,6 +147,18 @@ export interface BlockedUsers { * @interface BlockedUsersInput */ export interface BlockedUsersInput { + /** + * + * @type {string} + * @memberof BlockedUsersInput + */ + name?: string + /** + * + * @type {string} + * @memberof BlockedUsersInput + */ + description?: string /** * * @type {Array} @@ -193,6 +217,18 @@ export interface CreateGroupInput { * @memberof CreateGroupInput */ groupName: string + /** + * + * @type {string} + * @memberof CreateGroupInput + */ + name?: string + /** + * + * @type {string} + * @memberof CreateGroupInput + */ + description?: string } /** * @@ -263,6 +299,12 @@ export interface CreateLoginConfigurationInput { * @memberof CreateLoginConfigurationInput */ name: string + /** + * + * @type {string} + * @memberof CreateLoginConfigurationInput + */ + description?: string /** * OAuth 2.0 Redirect URIs * @type {Array} diff --git a/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md b/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md index 793e4c51..439dcbc0 100644 --- a/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/AddUserToGroupInput.md @@ -2,8 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ---------- | ---------- | ----------------------------- | ----------------- | -| **userId** | **String** | Unique identifier of the user | [default to null] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ----------------------------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **userId** | **String** | Unique identifier of the user | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md b/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md index f6a9acdd..f0665bd7 100644 --- a/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/BlockedUsersInput.md @@ -2,8 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ----------- | -------- | ----------- | ----------------- | -| **userIds** | **List** | | [default to null] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ----------- | ---------------------------- | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | +| **userIds** | **List** | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md b/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md index ddb9f444..7a85f6d7 100644 --- a/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/CreateGroupInput.md @@ -2,8 +2,10 @@ ## Properties -| Name | Type | Description | Notes | -| ------------- | ---------- | ------------------------------------------ | ----------------- | -| **groupName** | **String** | name of the group for users, used as an id | [default to null] | +| Name | Type | Description | Notes | +| --------------- | ---------- | ------------------------------------------ | ---------------------------- | +| **groupName** | **String** | name of the group for users, used as an id | [default to null] | +| **name** | **String** | | [optional] [default to null] | +| **description** | **String** | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md b/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md index 834c2eec..69796402 100644 --- a/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md +++ b/clients/typescript/login-configuration-client/docs/Models/CreateLoginConfigurationInput.md @@ -5,6 +5,7 @@ | Name | Type | Description | Notes | | --------------------------- | ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | | **name** | **String** | User defined login configuration name | [default to null] | +| **description** | **String** | | [optional] [default to null] | | **redirectUris** | **List** | OAuth 2.0 Redirect URIs | [default to null] | | **postLogoutRedirectUris** | **List** | Post Logout Redirect URIs, Used to redirect the user's browser to a specified URL after the logout process is complete. Must match the domain, port, scheme of at least one of the registered redirect URIs | [optional] [default to null] | | **vpDefinition** | **String** | VP definition in JSON stringify format | [optional] [default to null] | diff --git a/clients/typescript/login-configuration-client/package.json b/clients/typescript/login-configuration-client/package.json index c1900145..5db82c1f 100644 --- a/clients/typescript/login-configuration-client/package.json +++ b/clients/typescript/login-configuration-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.14.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi LOGIN CONFIGURATION", "author": "Affinidi", "repository": { diff --git a/clients/typescript/wallets-client/README.md b/clients/typescript/wallets-client/README.md index 0517a66b..c6605bb3 100644 --- a/clients/typescript/wallets-client/README.md +++ b/clients/typescript/wallets-client/README.md @@ -65,7 +65,6 @@ const authProvider = new AuthProvider({ tokenId, passphrase, privateKey, - publicKey, projectId, tokenEndpoint, }) diff --git a/clients/typescript/wallets-client/api.ts b/clients/typescript/wallets-client/api.ts index add4262b..f8578cd4 100644 --- a/clients/typescript/wallets-client/api.ts +++ b/clients/typescript/wallets-client/api.ts @@ -259,7 +259,7 @@ export type InvalidDidParameterErrorNameEnum = (typeof InvalidDidParameterErrorNameEnum)[keyof typeof InvalidDidParameterErrorNameEnum] export const InvalidDidParameterErrorMessageEnum = { GivenDidInFieldToDidIsInvalidUseOnlyResolvableFormOfDid: - 'Given did in field "toDid" is invalid. Use only resolvable form of did.', + "Given did in field 'toDid' is invalid. Use only resolvable form of did.", } as const export type InvalidDidParameterErrorMessageEnum = @@ -606,6 +606,12 @@ export interface SignCredentialInputDto { * @memberof SignCredentialInputDto */ revocable?: boolean + /** + * + * @type {string} + * @memberof SignCredentialInputDto + */ + credentialFormat?: SignCredentialInputDtoCredentialFormatEnum /** * * @type {SignCredentialInputDtoUnsignedCredentialParams} @@ -613,6 +619,15 @@ export interface SignCredentialInputDto { */ unsignedCredentialParams?: SignCredentialInputDtoUnsignedCredentialParams } + +export const SignCredentialInputDtoCredentialFormatEnum = { + LdpVc: 'ldp_vc', + JwtVcJsonLd: 'jwt_vc_json-ld', +} as const + +export type SignCredentialInputDtoCredentialFormatEnum = + (typeof SignCredentialInputDtoCredentialFormatEnum)[keyof typeof SignCredentialInputDtoCredentialFormatEnum] + /** * unsignedCredentialParams. Used to build an unsigned credential before the signing. This param is not accepted when \"unsignedCredential\" is given * @export @@ -664,11 +679,17 @@ export interface SignCredentialInputDtoUnsignedCredentialParams { export interface SignCredentialResultDto { /** * - * @type {object} + * @type {SignCredentialResultDtoSignedCredential} * @memberof SignCredentialResultDto */ - signedCredential: object + signedCredential: SignCredentialResultDtoSignedCredential } +/** + * @type SignCredentialResultDtoSignedCredential + * @export + */ +export type SignCredentialResultDtoSignedCredential = object | string + /** * DTO contains parts of JWT to be signed * @export diff --git a/clients/typescript/wallets-client/docs/.openapi-generator/FILES b/clients/typescript/wallets-client/docs/.openapi-generator/FILES index 5757a9c9..47d73b6b 100644 --- a/clients/typescript/wallets-client/docs/.openapi-generator/FILES +++ b/clients/typescript/wallets-client/docs/.openapi-generator/FILES @@ -19,6 +19,7 @@ Models/ServiceErrorResponse_details_inner.md Models/SignCredentialInputDto.md Models/SignCredentialInputDto_unsignedCredentialParams.md Models/SignCredentialResultDto.md +Models/SignCredentialResultDto_signedCredential.md Models/SignJwtToken.md Models/SignJwtTokenOK.md Models/SigningFailedError.md diff --git a/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md b/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md index 16e86f01..ef3c6ba0 100644 --- a/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md +++ b/clients/typescript/wallets-client/docs/Models/SignCredentialInputDto.md @@ -6,6 +6,7 @@ | ---------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ---------------------------- | | **unsignedCredential** | [**Object**](.md) | Unsigned Credential. If provided \"unsignedCredentialParams\" is not accepted | [optional] [default to null] | | **revocable** | **Boolean** | | [optional] [default to null] | +| **credentialFormat** | **String** | | [optional] [default to null] | | **unsignedCredentialParams** | [**SignCredentialInputDto_unsignedCredentialParams**](SignCredentialInputDto_unsignedCredentialParams.md) | | [optional] [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md index 078abce0..27b3a271 100644 --- a/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md +++ b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto.md @@ -2,8 +2,8 @@ ## Properties -| Name | Type | Description | Notes | -| -------------------- | ----------------- | ----------- | ----------------- | -| **signedCredential** | [**Object**](.md) | | [default to null] | +| Name | Type | Description | Notes | +| -------------------- | ------------------------------------------------------------------------------------------- | ----------- | ----------------- | +| **signedCredential** | [**SignCredentialResultDto_signedCredential**](SignCredentialResultDto_signedCredential.md) | | [default to null] | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md new file mode 100644 index 00000000..19cee855 --- /dev/null +++ b/clients/typescript/wallets-client/docs/Models/SignCredentialResultDto_signedCredential.md @@ -0,0 +1,8 @@ +# SignCredentialResultDto_signedCredential + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/clients/typescript/wallets-client/docs/README.md b/clients/typescript/wallets-client/docs/README.md index fbdf941d..9ab7b07e 100644 --- a/clients/typescript/wallets-client/docs/README.md +++ b/clients/typescript/wallets-client/docs/README.md @@ -41,6 +41,7 @@ All URIs are relative to *https://apse1.api.affinidi.io/cwe* - [SignCredentialInputDto](./Models/SignCredentialInputDto.md) - [SignCredentialInputDto_unsignedCredentialParams](./Models/SignCredentialInputDto_unsignedCredentialParams.md) - [SignCredentialResultDto](./Models/SignCredentialResultDto.md) +- [SignCredentialResultDto_signedCredential](./Models/SignCredentialResultDto_signedCredential.md) - [SignJwtToken](./Models/SignJwtToken.md) - [SignJwtTokenOK](./Models/SignJwtTokenOK.md) - [SigningFailedError](./Models/SigningFailedError.md) diff --git a/clients/typescript/wallets-client/package.json b/clients/typescript/wallets-client/package.json index c876fbdb..760767a2 100644 --- a/clients/typescript/wallets-client/package.json +++ b/clients/typescript/wallets-client/package.json @@ -1,6 +1,6 @@ { "name": "@affinidi-tdk/wallets-client", - "version": "1.11.0", + "version": "1.0.0", "description": "Affinidi TDK typescript client for Affinidi WALLETS", "author": "Affinidi", "repository": { diff --git a/package-lock.json b/package-lock.json index de2b78a4..5c885556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ }, "clients/typescript/credential-issuance-client": { "name": "@affinidi-tdk/credential-issuance-client", - "version": "1.11.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -77,7 +77,7 @@ }, "clients/typescript/credential-verification-client": { "name": "@affinidi-tdk/credential-verification-client", - "version": "1.11.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -111,7 +111,7 @@ }, "clients/typescript/iam-client": { "name": "@affinidi-tdk/iam-client", - "version": "1.11.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -145,7 +145,7 @@ }, "clients/typescript/iota-client": { "name": "@affinidi-tdk/iota-client", - "version": "1.7.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -179,7 +179,7 @@ }, "clients/typescript/login-configuration-client": { "name": "@affinidi-tdk/login-configuration-client", - "version": "1.13.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -213,7 +213,7 @@ }, "clients/typescript/wallets-client": { "name": "@affinidi-tdk/wallets-client", - "version": "1.10.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.0", @@ -247,7 +247,7 @@ }, "libs/iota-browser": { "name": "@affinidi-tdk/iota-browser", - "version": "1.0.0", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "@affinidi-tdk/common": "^1.1.1", @@ -423,7 +423,7 @@ }, "libs/iota-core": { "name": "@affinidi-tdk/iota-core", - "version": "1.0.0", + "version": "1.1.0", "bundleDependencies": [ "@affinidi-tdk/common", "@affinidi-tdk/iota-client", @@ -446,6 +446,17 @@ "typescript": "^5.2.2" } }, + "libs/iota-core/node_modules/@affinidi-tdk/iota-client": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@affinidi-tdk/iota-client/-/iota-client-1.8.0.tgz", + "integrity": "sha512-v9LN4eqrOGPrF0Zz9t6aCtGCPlN5WoMliCQuADiJyozJfMrwyW4OG4a7tfrIM0xA69Mx4C4yOHA4bKfLJ+wo9Q==", + "inBundle": true, + "dependencies": { + "axios": "^1.6.0", + "axios-retry": "^4.1.0", + "url": "^0.11.3" + } + }, "libs/iota-core/node_modules/@typescript-eslint/eslint-plugin": { "version": "7.14.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.14.1.tgz", @@ -22655,7 +22666,7 @@ }, "packages/auth-provider": { "name": "@affinidi-tdk/auth-provider", - "version": "1.9.0", + "version": "1.10.0", "bundleDependencies": [ "@affinidi-tdk/common", "@types/jsonwebtoken", @@ -22875,7 +22886,7 @@ }, "packages/common": { "name": "@affinidi-tdk/common", - "version": "1.2.0", + "version": "1.3.0", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0",