diff --git a/README.md b/README.md deleted file mode 100644 index 4c7f563..0000000 --- a/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# How to use this repo# - -### What is this repository for? ### - -* This repo is being used for Juspay Documentation made using tesseract repo -* This directory contains demo integration project for Juspay's suite of products - -Refer to our [Developer Docs](https://docs.juspay.in/) for details around the integration process. - -### Maintained Examples - -| Folder Name | Product | Platform | -|------------------------------|------------------------------------------|--------------------------------------------| -| api-reference | Collection of APIs used across products | Agnostic | -| ec-headless-sample | Express Checkout SDK | Andriod, iOS, Flutter, React, Cordova | -| payment-page-android | Payment Page | Android | -| payment-page-ios | Payment Page | iOS | -| payment-page-web | Payment Page | Web | -| payment-page-flutter | Payment Page | Flutter | -| payment-page-cordova | Payment page | Cordova | -| payment-page-react-native | Payment page | React Native | -| payment-page-payment-locking | Payment locking feature for Payment Page | Andriod, iOS, Flutter, React, Cordova | -| payv3-forms | payv3 | Web | -| payment-page-sample-payload | Sample payload for payment page | Andriod, iOS, Flutter, React, Cordova, Web | - -### How do I get set up? ### - -* This repo is used to show the code section of the documentation. - -### Contribution guidelines ### - -* If you want to add any new product and/or platform. please follow the below steps. - -1. All the code content of a particular platform of a product is kept in a branch "productName" + "-" + "platformName". - Let suppose you are adding code for platform android in the product payment-page then the name of the branch will be - payment-page-android - -2. And payment-page-android code have both Java and Kotlin so there will be two folders named accordingly and each folder should contain their demo code. diff --git a/api-reference/Wallet/authenticate/response.json b/api-reference/Wallet/authenticate/response.json deleted file mode 100644 index aef911d..0000000 --- a/api-reference/Wallet/authenticate/response.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": null, - "current_balance": null, - "linked": false, - "last_refreshed": null -} \ No newline at end of file diff --git a/api-reference/Wallet/create-wallet/mobile_number.json b/api-reference/Wallet/create-wallet/mobile_number.json deleted file mode 100644 index 40f402b..0000000 --- a/api-reference/Wallet/create-wallet/mobile_number.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "id": "wlt_yvuidaocnaupkvz3", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": null, - "current_balance": null, - "linked": false, - "last_refreshed": null, - "metadata": { - "mobile_number": "9999999999" - }, - "gateway_reference_id": null -} \ No newline at end of file diff --git a/api-reference/Wallet/create-wallet/response.json b/api-reference/Wallet/create-wallet/response.json deleted file mode 100644 index aef911d..0000000 --- a/api-reference/Wallet/create-wallet/response.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": null, - "current_balance": null, - "linked": false, - "last_refreshed": null -} \ No newline at end of file diff --git a/api-reference/Wallet/delink-wallet/response.json b/api-reference/Wallet/delink-wallet/response.json deleted file mode 100644 index 219e538..0000000 --- a/api-reference/Wallet/delink-wallet/response.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": null, - "current_balance": null, - "linked": "false", - "last_refreshed": null -} \ No newline at end of file diff --git a/api-reference/Wallet/eligibility/error.json b/api-reference/Wallet/eligibility/error.json deleted file mode 100644 index 70bfab3..0000000 --- a/api-reference/Wallet/eligibility/error.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "payment_methods_eligibility": [ - { - "status": "USER_NOT_FOUND", - "payment_method_type": "WALLET", - "payment_method": "OLAPOSTPAID", - "is_eligible": false, - "gateway_error_code": "OC_011", - "gateway_error_message": "user not found", - "description": "Olapostpaid Wallet" - } - ] -} \ No newline at end of file diff --git a/api-reference/Wallet/eligibility/response.json b/api-reference/Wallet/eligibility/response.json deleted file mode 100644 index 00386fa..0000000 --- a/api-reference/Wallet/eligibility/response.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "payment_methods_eligibility": [ - { - "status": "SUCCESS", - "payment_method_type": "WALLET", - "payment_method": "LAZYPAY", - "is_eligible": true, - "eligibility_strategy": "TRANSACTION", - "due_date": "03 December 2019", - "description": "Lazy Pay Wallet" - }, - { - "status": "SUCCESS", - "payment_method_type": "WALLET", - "payment_method": "OLAPOSTPAID", - "is_eligible": true, - "gateway_error_message": "Ola Postpaid available", - "gateway_error_code": "OC_000", - "eligibility_strategy": "TRANSACTION", - "description": "Ola Postpaid Wallet" - }, - { - "status": "SUCCESS", - "payment_method_type": "WALLET", - "payment_method": "SIMPL", - "is_eligible": true, - "gateway_error_message": "linking_required", - "gateway_error_code": "linking_required", - "eligibility_strategy": "USER", - "description": "Simpl Wallet", - "balance": 0 - } - ] -} \ No newline at end of file diff --git a/api-reference/Wallet/get-wallet/response.json b/api-reference/Wallet/get-wallet/response.json deleted file mode 100644 index 472d58e..0000000 --- a/api-reference/Wallet/get-wallet/response.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": "tok_winysteev9eftrwcv6me", - "current_balance": 250, - "linked": "true", - "last_refreshed": "2016-08-02T08:07:52+0000" -} \ No newline at end of file diff --git a/api-reference/Wallet/link-wallet/response.json b/api-reference/Wallet/link-wallet/response.json deleted file mode 100644 index 72e9c98..0000000 --- a/api-reference/Wallet/link-wallet/response.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": "tok_winysteev9eftrwcv6me", - "current_balance": 250, - "linked": true, - "last_refreshed": "2016-08-01T08:07:52+0000" -} \ No newline at end of file diff --git a/api-reference/Wallet/list-wallets/metadata.json b/api-reference/Wallet/list-wallets/metadata.json deleted file mode 100644 index 3c2ae08..0000000 --- a/api-reference/Wallet/list-wallets/metadata.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "object": "list", - "list": [ - { - "id": "wlt_d10hncoc6xldk", - "object": "wallet_account", - "wallet": "PAYTM", - "token": null, - "current_balance": null, - "linked": false, - "last_refreshed": null, - "metadata": { - "mobile_number": "9999999999" - }, - "gateway_reference_id": null - } - ], - "count": 1, - "offset": 0, - "total": 1 -} \ No newline at end of file diff --git a/api-reference/Wallet/list-wallets/response.json b/api-reference/Wallet/list-wallets/response.json deleted file mode 100644 index 12e5d7d..0000000 --- a/api-reference/Wallet/list-wallets/response.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "object": "list", - "list": [ - { - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": "tok_winysteev9eftrwcv6me", - "current_balance": 250, - "linked": true, - "last_refreshed": "2016-08-02T08:07:52+0000" - }, - { - "id": "wlt_mu2xfwb4mr18flbs", - "object": "wallet_account", - "wallet": "FREECHARGE", - "token": null, - "current_balance": null, - "linked": false, - "last_refreshed": null - } - ], - "count": 10, - "offset": 0, - "total": 100 -} \ No newline at end of file diff --git a/api-reference/Wallet/refresh-all/response.json b/api-reference/Wallet/refresh-all/response.json deleted file mode 100644 index 0cb3032..0000000 --- a/api-reference/Wallet/refresh-all/response.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "list": [ - { - "wallet": "PAYTM", - "token": "tk_04ec****cff6f4095a", - "last_refreshed": "2022-02-17T06:58:08Z", - "juspay_bank_code": "JP_PAYTM", - "object": "wallet_account", - "metadata": { - "mobile_number": "77****78" - }, - "id": "wlt_x1****K6am", - "current_balance": 109.55, - "gateway_reference_id": null, - "linked": true - } - ], - "offset": 0, - "count": 1, - "total": 1, - "object": "list" -} \ No newline at end of file diff --git a/api-reference/Wallet/refresh-wallet/response.json b/api-reference/Wallet/refresh-wallet/response.json deleted file mode 100644 index 472d58e..0000000 --- a/api-reference/Wallet/refresh-wallet/response.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "wlt_q23xzki3pazgtezo", - "object": "wallet_account", - "wallet": "MOBIKWIK", - "token": "tok_winysteev9eftrwcv6me", - "current_balance": 250, - "linked": "true", - "last_refreshed": "2016-08-02T08:07:52+0000" -} \ No newline at end of file diff --git a/api-reference/Wallet/topup/response.json b/api-reference/Wallet/topup/response.json deleted file mode 100644 index d025c04..0000000 --- a/api-reference/Wallet/topup/response.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "topup_txn_id": "topup_sdj4kjr8", - "wallet_id": "wlt_q23xzki3pazgtezo", - "status": "PENDING", - "payment_url": "https://api.juspay.in/wallets/topup/start/wtpup_g6kasufbfsre1ntb" -} \ No newline at end of file diff --git a/api-reference/Wallet/update-mobile/response.json b/api-reference/Wallet/update-mobile/response.json deleted file mode 100644 index e0051ff..0000000 --- a/api-reference/Wallet/update-mobile/response.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "id": "wlt_yvuidaupkvz3", - "object": "wallet_account", - "wallet": "PAYTM", - "token": null, - "current_balance": null, - "linked": false, - "last_refreshed": null, - "metadata": { - "mobile_number": "7777777777" - }, - "gateway_reference_id": null -} \ No newline at end of file diff --git a/api-reference/card/add-card/response.json b/api-reference/card/add-card/response.json deleted file mode 100644 index 4f08d22..0000000 --- a/api-reference/card/add-card/response.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "card_token": "c75a9fca-1121-418e-973c-47d5c4971456", - "card_reference": "df2c47951a71e4486827039fad7b039a", - "card_fingerprint": "c7uapov1smt3a0rd5f9b1l21i" -} \ No newline at end of file diff --git a/api-reference/card/bin-list/response.json b/api-reference/card/bin-list/response.json deleted file mode 100644 index cabb094..0000000 --- a/api-reference/card/bin-list/response.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "bins": [ - "360886", - "367123", - "368357", - "379590", - "400667", - "400666", - "401403", - "401704", - "401772", - "401780", - "401784", - "401798" - ] -} \ No newline at end of file diff --git a/api-reference/card/card-info/dotp.json b/api-reference/card/card-info/dotp.json deleted file mode 100644 index 7be994d..0000000 --- a/api-reference/card/card-info/dotp.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "card_sub_type": "PLATINUM", - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "object": "cardbin", - "type": "DEBIT", - "direct_otp_support": true, - "juspay_bank_code": "JP_HDFC", - "country": "INDIA" -} \ No newline at end of file diff --git a/api-reference/card/card-info/mandate.json b/api-reference/card/card-info/mandate.json deleted file mode 100644 index d976c60..0000000 --- a/api-reference/card/card-info/mandate.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "card_sub_type": "PLATINUM", - "mandate_support": true, - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "object": "cardbin", - "type": "DEBIT", - "juspay_bank_code": "JP_HDFC", - "country": "INDIA" -} \ No newline at end of file diff --git a/api-reference/card/card-info/response.json b/api-reference/card/card-info/response.json deleted file mode 100644 index 2aee590..0000000 --- a/api-reference/card/card-info/response.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "485498", - "card_sub_type": "REGALIA", - "brand": "VISA", - "bank": "HDFC Bank", - "object": "cardbin", - "type": "CREDIT", - "juspay_bank_code": "JP_HDFC", - "country": "INDIA" -} \ No newline at end of file diff --git a/api-reference/card/card-info/tokenize.json b/api-reference/card/card-info/tokenize.json deleted file mode 100644 index 1bff6e2..0000000 --- a/api-reference/card/card-info/tokenize.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "object": "cardbin", - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "country": "INDIA", - "type": "DEBIT", - "card_sub_type": "PLATINUM", - "juspay_bank_code": "JP_HDFC", - "tokenize_support": true -} \ No newline at end of file diff --git a/api-reference/card/delete-card/response.json b/api-reference/card/delete-card/response.json deleted file mode 100644 index b2f767b..0000000 --- a/api-reference/card/delete-card/response.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "card_token": "c75a9fca-1121-418e-973c-47d5c4971456", - "card_reference": "df2c47951a71e4486827039fad7b039a", - "deleted": true -} \ No newline at end of file diff --git a/api-reference/card/list-cards/response.json b/api-reference/card/list-cards/response.json deleted file mode 100644 index bcb1a02..0000000 --- a/api-reference/card/list-cards/response.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "customer_id": "customer_id", - "merchantId": "merchant_id", - "cards": [ - { - "card_token": "abec0ba2-3406-47c7-93a8-f40ac025a38e", - "card_reference": "1c2d4b0120f9afe86d102edb17e79ac9", - "card_number": "5123-XXXXXXXX-2346", - "card_isin": "512345", - "card_exp_year": "2025", - "card_exp_month": "12", - "card_type": "CREDIT", - "card_issuer": "HDFC BANK", - "card_brand": "MASTERCARD", - "nickname": "", - "name_on_card": "test", - "expired": false, - "card_fingerprint": "7jkih546v33lmpu1206696sn6q" - }, - { - "card_token": "da8eeb21-82c8-4ea2-892a-4ab571ddd0fe", - "card_reference": "1b4786f380767e1ee087a1278bde18b9", - "card_number": "4242-XXXXXXXX-4242", - "card_isin": "424242", - "card_exp_year": "2025", - "card_exp_month": "12", - "card_type": "CREDIT", - "card_issuer": "", - "card_brand": "VISA", - "nickname": "", - "name_on_card": "test", - "expired": false, - "card_fingerprint": "78g5l1fp62obpivbqsved6dsgb", - "cvv_less_support": true, - "cvv_less_supported_gateways": [ - "RAZORPAY", - "PAYU" - ] - } - ] -} \ No newline at end of file diff --git a/api-reference/card/tokenize/tokenize.json b/api-reference/card/tokenize/tokenize.json deleted file mode 100644 index ac0b882..0000000 --- a/api-reference/card/tokenize/tokenize.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "token": "ctkn_qvfiry6hreobblus" -} \ No newline at end of file diff --git a/api-reference/card/update-card/response.json b/api-reference/card/update-card/response.json deleted file mode 100644 index 23d1c91..0000000 --- a/api-reference/card/update-card/response.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "card_token": "c75a9fca-1121-418e-973c-47d5c4971456", - "user_message": "Card details updated", - "status": "SUCCESS" -} \ No newline at end of file diff --git a/api-reference/customer/create-customer/request.sh b/api-reference/customer/create-customer/request.sh deleted file mode 100644 index 1b0a4d4..0000000 --- a/api-reference/customer/create-customer/request.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl -X POST https://api.juspay.in/customers\ --u your_api_key:\ --H 'x-merchantid: merchant_id'\ --H 'Content-Type: application/x-www-form-urlencoded'\ --d "object_reference_id=customer@gmail.com"\ --d "mobile_number=9988776655"\ --d "email_address=customer@gmail.com"\ --d "first_name=John"\ --d "last_name=Smith"\ --d "mobile_country_code=91"\ --d"options.get_client_auth_token=true"\ \ No newline at end of file diff --git a/api-reference/customer/create-customer/response-auth_token.json b/api-reference/customer/create-customer/response-auth_token.json deleted file mode 100644 index 2f46d91..0000000 --- a/api-reference/customer/create-customer/response-auth_token.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "cst_afdeuvmfhs3j1acm", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:13:37Z", - "last_updated": "2020-03-17T14:13:37Z", - "juspay": { - "client_auth_token": "tkn_24543c6a278f45d680d09edb32e78061", - "client_auth_token_expiry": "2020-03-17T14:28:37Z" - } -} \ No newline at end of file diff --git a/api-reference/customer/create-customer/response.json b/api-reference/customer/create-customer/response.json deleted file mode 100644 index fb813e3..0000000 --- a/api-reference/customer/create-customer/response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "cst_pcxaymwoh9vbse97", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:16:31Z", - "last_updated": "2020-03-17T14:16:31Z" -} \ No newline at end of file diff --git a/api-reference/customer/get-customer/request.sh b/api-reference/customer/get-customer/request.sh deleted file mode 100644 index aba746e..0000000 --- a/api-reference/customer/get-customer/request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl -X GET \ - https://api.juspay.in/customers/:customerid \ - -u your_api_key: \ - -H 'x-merchantid: merchant_id'\ - -H 'Content-Type: application/x-www-form-urlencoded'\ \ No newline at end of file diff --git a/api-reference/customer/get-customer/response-auth_token.json b/api-reference/customer/get-customer/response-auth_token.json deleted file mode 100644 index b326b3a..0000000 --- a/api-reference/customer/get-customer/response-auth_token.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object_reference_id": "customer", - "object": "customer", - "mobile_number": "9999999999", - "mobile_country_code": "91", - "last_updated": "2020-03-17T14:29:17Z", - "last_name": "al", - "juspay": { - "client_auth_token_expiry": "2020-03-17T14:45:26Z", - "client_auth_token": "tkn_8649cd66d30c47728b8dd2fb6279a4cc" - }, - "id": "cst_tooedar2k7j1d60b", - "first_name": "name", - "email_address": "test@juspay.in", - "date_created": "2020-03-17T14:29:17Z" - } \ No newline at end of file diff --git a/api-reference/customer/get-customer/response.json b/api-reference/customer/get-customer/response.json deleted file mode 100644 index 922b429..0000000 --- a/api-reference/customer/get-customer/response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "cst_om2l6ctlptxwxuzj", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_number": "9988776655", - "date_created": "2016-08-02T08:07:52+0000", - "last_updated": "2016-08-02T08:07:52+0000", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "mobile_country_code": "91" -} \ No newline at end of file diff --git a/api-reference/customer/update-customer/request.sh b/api-reference/customer/update-customer/request.sh deleted file mode 100644 index 801d57b..0000000 --- a/api-reference/customer/update-customer/request.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl -X POST https://api.juspay.in/customers/cst_om2l6ctlptxwxuzj \ --u your_api_key: \ --H 'Content-Type: application/x-www-form-urlencoded'\ --d "mobile_number=9988776644" \ --d "email_address=customer@gmail.com" \ --d "first_name=Jon" \ --d "last_name=Snow" \ --d "mobile_country_code=91" \ No newline at end of file diff --git a/api-reference/customer/update-customer/response.json b/api-reference/customer/update-customer/response.json deleted file mode 100644 index bdace9e..0000000 --- a/api-reference/customer/update-customer/response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "cst_om2l6ctlptxwxuzj", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_number": "9988776644", - "date_created": "2016-08-02T08:07:52+0000", - "last_updated": "2016-08-02T08:07:52+0000", - "email_address": "customer@gmail.com", - "first_name": "Jon", - "last_name": "Snow", - "mobile_country_code": "91" -} \ No newline at end of file diff --git a/api-reference/gpay/gpay1.js b/api-reference/gpay/gpay1.js deleted file mode 100644 index e35cc31..0000000 --- a/api-reference/gpay/gpay1.js +++ /dev/null @@ -1,6 +0,0 @@ -repositories { - mavenCentral() - maven { - url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" - } -} \ No newline at end of file diff --git a/api-reference/gpay/gpay2.js b/api-reference/gpay/gpay2.js deleted file mode 100644 index ede86ba..0000000 --- a/api-reference/gpay/gpay2.js +++ /dev/null @@ -1,3 +0,0 @@ -dependencies { - implementation 'in.juspay:google-pay-client-api:1.0.0' -} \ No newline at end of file diff --git a/api-reference/gpay/gpay3.js b/api-reference/gpay/gpay3.js deleted file mode 100644 index b2f8dfe..0000000 --- a/api-reference/gpay/gpay3.js +++ /dev/null @@ -1,4 +0,0 @@ -JSONObject juspayPayload = new JSONObject(); -juspayPayload.put("opName","walletTxn"); -juspayPayload.put("paymentMethod","walletObject.walletName"); -juspayPayload.put("sdkPresent",""walletObject.walletSdkName""); \ No newline at end of file diff --git a/api-reference/gpay/gpay4.js b/api-reference/gpay/gpay4.js deleted file mode 100644 index c5c45a1..0000000 --- a/api-reference/gpay/gpay4.js +++ /dev/null @@ -1,5 +0,0 @@ -JSONObject juspayPayload = new JSONObject(); -juspayPayload.put("opName","walletTxn"); -juspayPayload.put("paymentMethod","walletObject.walletName"); -juspayPayload.put("sdkPresent",""walletObject.walletSdkName""); -juspayPayload.put("walletMobileNumber","walletObject.mobileNumber"); \ No newline at end of file diff --git a/api-reference/gpay/omnichannel.json b/api-reference/gpay/omnichannel.json deleted file mode 100644 index c3a0846..0000000 --- a/api-reference/gpay/omnichannel.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "txn_uuid": "euljee4mruLZTzrdM", - "txn_id": "TEST1592138494", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "url": "https://api.juspay.in/v2/pay/start/merchantId/euljee4mruLZTzrdM", - "method": "GET" - } - }, - "order_id": "TEST1592138494" -} \ No newline at end of file diff --git a/api-reference/intro/auth/sample1.sh b/api-reference/intro/auth/sample1.sh deleted file mode 100644 index dc5e896..0000000 --- a/api-reference/intro/auth/sample1.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'Authorization: Basic QkIwQjxxxdssjxxxwfqpkddNzBBMUE2Og==' \ No newline at end of file diff --git a/api-reference/intro/auth/sample2.sh b/api-reference/intro/auth/sample2.sh deleted file mode 100644 index 906cf16..0000000 --- a/api-reference/intro/auth/sample2.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl https://api.juspay.in/orders \ - -u "$your_api_key:" \ No newline at end of file diff --git a/api-reference/intro/version/sample1.sh b/api-reference/intro/version/sample1.sh deleted file mode 100644 index ab42865..0000000 --- a/api-reference/intro/version/sample1.sh +++ /dev/null @@ -1,3 +0,0 @@ -curl https://api.juspay.in/orders \ - -H "version: 2021-03-05" \ - -u "$your_api_key:" \ No newline at end of file diff --git a/api-reference/intro/version/sample2.sh b/api-reference/intro/version/sample2.sh deleted file mode 100644 index 5b38d9a..0000000 --- a/api-reference/intro/version/sample2.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'version: 2021-03-05' \ ---header 'Authorization: Basic QkIwQjMxxxxwdqdg8eq0NzBBMUE2Og==' \ No newline at end of file diff --git a/api-reference/mandates/card-info/request.sh b/api-reference/mandates/card-info/request.sh deleted file mode 100644 index b37cbea..0000000 --- a/api-reference/mandates/card-info/request.sh +++ /dev/null @@ -1 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/cardbins/424242?merchant_id=merchantId&options.check_mandate_support=true' \ No newline at end of file diff --git a/api-reference/mandates/card-info/response.json b/api-reference/mandates/card-info/response.json deleted file mode 100644 index d976c60..0000000 --- a/api-reference/mandates/card-info/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "card_sub_type": "PLATINUM", - "mandate_support": true, - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "object": "cardbin", - "type": "DEBIT", - "juspay_bank_code": "JP_HDFC", - "country": "INDIA" -} \ No newline at end of file diff --git a/api-reference/mandates/create-order-mandates/request.sh b/api-reference/mandates/create-order-mandates/request.sh deleted file mode 100644 index 53e4dd2..0000000 --- a/api-reference/mandates/create-order-mandates/request.sh +++ /dev/null @@ -1,21 +0,0 @@ -curl POST 'https://api.juspay.in/orders' \ --H 'x-merchantid: merchant' \ --H ‘'Content-Type: application/x-www-form-urlencoded'\ --d 'order_id=234823498237423894273498' \ --d 'amount=1.00' \ --d 'currency=INR' \ --d 'customer_id=cst_lz7emoo5okgav' \ --d 'customer_email=test@gmail.com' \ --d 'customer_phone=9818638469' \ --d 'options.create_mandate=REQUIRED' \ --d 'mandate.amount_rule=VARIABLE' \ --d 'mandate.max_amount=1000.00' \ --d 'mandate.revokable_by_customer=true' \ --d 'mandate.block_funds=false' \ --d 'mandate.start_date=1598965200' \ --d 'mandate.end_date=1914141600' \ --d 'mandate.frequency=MONTHLY' \ --d 'mandate.rule_value=1' \ --d 'mandate.rule_type=ON' \ --d 'gateway_id=19' \ --d 'metadata.PAYTM_V2:gateway_reference_id=upimandate' diff --git a/api-reference/mandates/create-order-mandates/response.json b/api-reference/mandates/create-order-mandates/response.json deleted file mode 100644 index 09af0aa..0000000 --- a/api-reference/mandates/create-order-mandates/response.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "status_id": 10, - "status": "NEW", - "return_url": "", - "refunded": false, - "product_id": "", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b", - "mobile": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeu_8bddad1e3b9c485eab3db4528575c01b" - }, - "order_id": "14183944763", - "merchant_id": "merchantId", - "juspay": { - "client_auth_token_expiry": "2020-06-16T10:43:35Z", - "client_auth_token": "tkn_753275c49a44a1a313eb2567f2fd6b" - }, - "id": "ordeu_8bddad1e3b9c85eab3db4528575c01b", - "date_created": "2020-06-16T10:28:35Z", - "customer_phone": "9999999999", - "customer_id": "1235677", - "customer_email": "test@gmail.com", - "options.createMandate": "REQUIRED", - "amount": "2.0", - "mandate.maxAmount": "10.00", - "mandate.endDate": "1646234827", - "mandate.startDate": "1644420442" -} \ No newline at end of file diff --git a/api-reference/mandates/payment-methods/request.sh b/api-reference/mandates/payment-methods/request.sh deleted file mode 100644 index 74e65b0..0000000 --- a/api-reference/mandates/payment-methods/request.sh +++ /dev/null @@ -1 +0,0 @@ -curl -X GET https://api.juspay.in/merchants/guest/paymentmethods?options.add_emandate_payment_methods=true \ No newline at end of file diff --git a/api-reference/mandates/payment-methods/response.json b/api-reference/mandates/payment-methods/response.json deleted file mode 100644 index 3281094..0000000 --- a/api-reference/mandates/payment-methods/response.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "payment_methods": [ - { - "description": "Pay with UPI", - "payment_method": "UPI", - "payment_method_type": "UPI" - }, - { - "description": "Visa", - "payment_method": "VISA", - "payment_method_type": "CARD" - }, - { - "description": "Mastercard", - "payment_method": "MASTER", - "payment_method_type": "CARD" - }, - { - "description": "Rupay", - "payment_method": "RUPAY", - "payment_method_type": "CARD" - }, - { - "description": "HDFC Bank", - "payment_method": "NB_HDFC", - "payment_method_type": "NB" - }, - { - "description": "ICICI Netbanking", - "payment_method": "NB_ICICI", - "payment_method_type": "NB" - }, - { - "description": "Axis Bank", - "payment_method": "NB_AXIS", - "payment_method_type": "NB" - } - ], - "emandate_payment_methods": [ - { - "description": "UPI Collect", - "payment_method": "COLLECT", - "payment_method_type": "UPI" - }, - { - "description": "UPI Intent Pay", - "payment_method": "PAY", - "payment_method_type": "UPI" - }, - { - "payment_method_type": "CARD", - "payment_method": "JP_HDFC", - "description": "HDFC Bank" - }, - { - "payment_method_type": "NB", - "payment_method": "JP_HDFC", - "description": "HDFC Bank" - }, - { - "payment_method_type": "CARD", - "payment_method": "JP_AXIS", - "description": "Axis Bank" - }, - { - "payment_method_type": "NB", - "payment_method": "JP_AXIS", - "description": "Axis Bank" - } - ] -} \ No newline at end of file diff --git a/api-reference/mandates/verify-vpa/request.sh b/api-reference/mandates/verify-vpa/request.sh deleted file mode 100644 index 66d70f3..0000000 --- a/api-reference/mandates/verify-vpa/request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/v2/upi/verify-vpa' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'Authorization: Basic RDRGQkRDQkVC****BQjc0QThCOg==' \ ---data-urlencode 'vpa=9999999999@upi' \ ---data-urlencode 'merchant_id=merchantId' \ No newline at end of file diff --git a/api-reference/mandates/verify-vpa/response.json b/api-reference/mandates/verify-vpa/response.json deleted file mode 100644 index 666f33f..0000000 --- a/api-reference/mandates/verify-vpa/response.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "vpa": "9999999999@upi", - "status": "VALID", - "mandate_details": { - "is_handle_supported": true - }, - "customer_name": "Verified" -} \ No newline at end of file diff --git a/api-reference/orders/create-order/request.sh b/api-reference/orders/create-order/request.sh deleted file mode 100644 index 9a34034..0000000 --- a/api-reference/orders/create-order/request.sh +++ /dev/null @@ -1,42 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'version: 2018-10-25' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'x-merchantid: merchant_id'\ ---header 'Authorization: Basic QTA0QT*******ODg1Og==' \ ---data-urlencode 'order_id=14183944763' \ ---data-urlencode 'amount=100.00' \ ---data-urlencode 'currency=INR' \ ---data-urlencode 'customer_id=guest_user_101' \ ---data-urlencode 'customer_email=customer@gmail.com' \ ---data-urlencode 'customer_phone=9988665522' \ ---data-urlencode 'product_id=prod-141833' \ ---data-urlencode 'return_url=http://shop.merchant.com/payments/handleResponse' \ ---data-urlencode 'description=Sample description' \ ---data-urlencode 'billing_address_first_name=Juspay' \ ---data-urlencode 'billing_address_last_name=Technologies' \ ---data-urlencode 'billing_address_line1=Girija Building' \ ---data-urlencode 'billing_address_line2=Ganapathi Temple Road' \ ---data-urlencode 'billing_address_line3=8th Block, Koramangala' \ ---data-urlencode 'billing_address_city=Bengaluru' \ ---data-urlencode 'billing_address_state=Karnataka' \ ---data-urlencode 'billing_address_country=India' \ ---data-urlencode 'billing_address_postal_code=560095' \ ---data-urlencode 'billing_address_phone=9988775566' \ ---data-urlencode 'billing_address_country_code_iso=IND' \ ---data-urlencode 'shipping_address_first_name=Juspay' \ ---data-urlencode 'shipping_address_last_name=Technologies' \ ---data-urlencode 'shipping_address_line1=Girija Building' \ ---data-urlencode 'shipping_address_line2=Ganapathi Temple Road' \ ---data-urlencode 'shipping_address_line3=8th Block, Koramangala' \ ---data-urlencode 'shipping_address_city=Bengaluru' \ ---data-urlencode 'shipping_address_state=Karnataka' \ ---data-urlencode 'shipping_address_postal_code=560095' \ ---data-urlencode 'shipping_address_phone=9962881912' \ ---data-urlencode 'shipping_address_country_code_iso=IND' \ ---data-urlencode 'shipping_address_country=India' \ ---data-urlencode 'metadata.PAYTM:PROMO_CAMP_ID=xyz' \ ---data-urlencode 'metadata.PAYTM:CUST_ID=1234' \ ---data-urlencode 'metadata.PAYU:offer_key=1234' \ ---data-urlencode 'metadata.PAYU:gateway_reference_id=bus' \ ---data-urlencode 'options.get_client_auth_token=true' \ ---data-urlencode 'metadata.subvention_amount=90' \ No newline at end of file diff --git a/api-reference/orders/create-order/response.json b/api-reference/orders/create-order/response.json deleted file mode 100644 index b3f87c5..0000000 --- a/api-reference/orders/create-order/response.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "status_id": 10, - "status": "NEW", - "return_url": "", - "refunded": false, - "product_id": "", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b", - "mobile": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeu_8bddad1e3b9c485eab3db4528575c01b" - }, - "order_id": "14183944763", - "merchant_id": "merchantId", - "juspay": { - "client_auth_token_expiry": "2020-06-16T10:43:35Z", - "client_auth_token": "tkn_753275c49a44a1a313eb2567f2fd6b" - }, - "id": "ordeu_8bddad1e3b9c85eab3db4528575c01b", - "date_created": "2020-06-16T10:28:35Z", - "customer_phone": "9999999999", - "customer_id": "1235677", - "customer_email": "test@gmail.com", - "currency": "INR", - "amount_refunded": 0, - "amount": 1 -} \ No newline at end of file diff --git a/api-reference/orders/create-payments/request.sh b/api-reference/orders/create-payments/request.sh deleted file mode 100644 index c399a4b..0000000 --- a/api-reference/orders/create-payments/request.sh +++ /dev/null @@ -1,19 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/txns' \ ---header 'Authorization: Basic Auth of ' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---data-urlencode 'order.order_id=ord_1590759422' \ ---data-urlencode 'order.amount=101550.00' \ ---data-urlencode 'order.currency=INR' \ ---data-urlencode 'order.customer_id=cst_1590759422' \ ---data-urlencode 'order.return_url=https://merchant.in/payments' \ ---data-urlencode 'merchant_id=' \ ---data-urlencode 'payment_method_type=CARD' \ ---data-urlencode 'payment_method=VISA' \ ---data-urlencode 'card_number=438628***8677' \ ---data-urlencode 'card_exp_month=09' \ ---data-urlencode 'card_exp_year=25' \ ---data-urlencode 'name_on_card=***' \ ---data-urlencode 'card_security_code=***' \ ---data-urlencode 'save_to_locker=true' \ ---data-urlencode 'redirect_after_payment=true' \ ---data-urlencode 'format=json' \ No newline at end of file diff --git a/api-reference/orders/order-status/EMI.json b/api-reference/orders/order-status/EMI.json deleted file mode 100644 index 1c74b60..0000000 --- a/api-reference/orders/order-status/EMI.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9999999999", - "customer_id": "CUSTOMER", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_1894a9c3450194ff39db6e7356382d56e", - "merchant_id": "TEST", - "amount": 15122, - "currency": "INR", - "order_id": "XXXX1234", - "date_created": "2023-03-07T04:36:08Z", - "return_url": "www.google.com", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_1894a9cb30194ff39db6e7356323456e", - "web": "https://api.juspay.in/orders/ordeh_1894a9cb30194ff39db6e7352d56e/payment-page", - "mobile": "https://api.juspay.in/orders/ordeh_1894a9cb30194ff39db6e6382d56e/payment-page" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "", - "payment_method_type": "", - "auth_type": "THREE_DS", - "card": { - "expiry_year": "2027", - "card_reference": "token_b81625a434254134a7aa89b16915", - "saved_to_locker": true, - "expiry_month": "09", - "name_on_card": "name", - "card_issuer": "HDFC Bank", - "last_four_digits": "1111", - "using_saved_card": false, - "card_fingerprint": "77tjnlafqf9ppmf9lmj9o18", - "card_isin": "411111", - "card_type": "CREDIT", - "card_brand": "VISA", - "tokenization_user_consent": true, - "token_created": { - "card_reference": "token_b8a434254134a392d7aa89b16915", - "card_fingerprint": "77tjnlafqf9lmj9ekeo18", - "tokenization_status": "ACTIVE" - }, - "using_token": false, - "token": { - "card_reference": "token_b81625a43425412d7aa89b16915", - "card_fingerprint": "77tjnlafqf9ppmf9lmeo18", - "last_four_digits": "1111", - "card_isin": "4111111", - "expiry_year": "2027", - "expiry_month": "04", - "par": "50XXXXXXXXXXXXXXXXXXXX6", - "tokenization_status": "ACTIVE" - }, - "card_issuer_country": "INDIA", - "juspay_bank_code": "JP_HDFC", - "extended_card_type": "CREDIT" - }, - "payment_method": "MASTERCARD", - "refunded": false, - "amount_refunded": 0, - "effective_amount": 15122, - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "moztmUw6ryK1DZXwBEV", - "txn_detail": { - "txn_id": "TEST-XXXX1234-1", - "order_id": "XXXX1234", - "status": "CHARGED", - "error_code": null, - "net_amount": 15122, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 15122, - "offer_deduction_amount": null, - "gateway_id": 12, - "currency": "INR", - "metadata": { - "microapp": "hyperpay", - "payment_channel": "MWEB" - }, - "express_checkout": false, - "redirect": true, - "txn_uuid": "moztmXXXryxxxxxZXwBEV", - "gateway": "PAYU", - "error_message": "", - "created": "2023-03-07T04:36:42Z", - "txn_flow_type": "EMI" - }, - "payment_gateway_response": { - "resp_code": "success", - "rrn": "202343000000000", - "created": "2023-03-07T04:37:35Z", - "epg_txn_id": "12121212121", - "resp_message": "No Error", - "auth_id_code": "00000000", - "txn_id": "TEST-XXXX1234-1" - }, - "gateway_id": 12, - "emi_bank": "HDFC", - "emi_tenure": 3, - "gateway_reference_id": "HDFC", - "offers": [], - "maximum_eligible_refund_amount": 15122 - } \ No newline at end of file diff --git a/api-reference/orders/order-status/NB.json b/api-reference/orders/order-status/NB.json deleted file mode 100644 index 8fd3e85..0000000 --- a/api-reference/orders/order-status/NB.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9876543210", - "customer_id": "cst_wiqou3224", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_a3cfc9c7f77e4fc581f19aewe23925", - "merchant_id": "merchantId", - "amount": 2, - "currency": "INR", - "order_id": "JPAYNEW032", - "date_created": "2021-09-10T09:01:36Z", - "return_url": "https://api.juspay.in", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_a3cfc9c7f77e4fc581f19aewe23925", - "web": "https://api.juspay.in/merchant/pay/ordeh_a3cfc9c7f77e4fc581f19aewe23925", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_a3cfc9c7f77e4fc581f19aewe23925?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "merchantId-JPAYNEW032-1", - "payment_method_type": "NB", - "auth_type": "THREE_DS", - "payment_method": "NB_HDFC", - "refunded": false, - "amount_refunded": 0, - "effective_amount": 2, - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "eulbAxqZAR324cwzgo", - "txn_detail": { - "txn_id": "merchantId-JPAYNEW032-1", - "order_id": "JPAYNEW032", - "status": "CHARGED", - "error_code": null, - "net_amount": 2, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 2, - "offer_deduction_amount": null, - "gateway_id": 12, - "currency": "INR", - "express_checkout": false, - "redirect": true, - "txn_uuid": "eulbAxqZAR324cwzgo", - "gateway": "PAYU", - "error_message": "", - "created": "2021-09-10T09:02:03Z" - }, - "payment_gateway_response": { - "resp_code": "success", - "rrn": "45903248", - "created": "2021-09-10T09:02:55Z", - "epg_txn_id": "40399371553295730", - "resp_message": "No Error", - "auth_id_code": "2732147", - "txn_id": "merchantId-JPAYNEW032-1" - }, - "gateway_id": 12, - "gateway_reference_id": null, - "offers": [] - } \ No newline at end of file diff --git a/api-reference/orders/order-status/Offers.json b/api-reference/orders/order-status/Offers.json deleted file mode 100644 index 5f7cea9..0000000 --- a/api-reference/orders/order-status/Offers.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "udf9": ", - "udf8": ", - "udf7": ", - "udf6": ", - "udf5": ", - "udf4": ", - "udf3": ", - "udf2": ", - "udf10": ", - "udf1": ", - "txn_uuid": "eulxs4WpmdFDSWsBWSZ", - "txn_id": "bsmast1620572051-1", - "status_id": 21, - "status": "CHARGED", - "return_url": "https://google.com", - "resp_message": null, - "resp_code": null, - "refunded": false, - "product_id": ", - "payment_method_type": "CARD", - "payment_method": "VISA", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeh_5er343d6a6fe4b2883ec3c6", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_5eb4b9883ec3c6?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_5er3423b4b9883ec3c6" - }, - "payment_gateway_response": { - "txn_id": "bsmast1620572051-1", - "rrn": "NA", - "resp_message": "Successful transaction.", - "resp_code": "100", - "epg_txn_id": "6205720806856300403008", - "created": "2021-05-09T14:54:41Z", - "auth_id_code": "831200" - }, - "order_id": "asg1620572051", - "offers": [ - { - { - "status": "AVAILED", - "offer_id": "2c8701bd-94da-4e40-b56e-4aa481cddd0f", - "offer_code": "OfferCardBase1", - "benefits": [ - { - "type": "DISCOUNT", - "calculation_info": { - "value": 15, - "calculation_rule": "ABSOLUTE" - "max_amount": 1000 - }, - "amount": 150 - } - ] - } - ], - "merchant_id": "test", - "id": "ordeh_5e4343d6a6fe4b2d9a23b4b9883ec3c6", - "gateway_id": 6, - "date_created": "2021-05-09T14:54:11Z", - "customer_phone": "8888888888", - "customer_id": "cst_s35j8cghim6qncud", - "customer_email": "x@something.com", - "currency": "INR", - "card": { - "using_saved_card": false, - "saved_to_locker": true, - "name_on_card": "customer surname", - "last_four_digits": "4242", - "expiry_year": "2025", - "expiry_month": "05", - "card_type": "CREDIT", - "card_reference": ", - "card_issuer": ", - "card_isin": "424242", - "card_fingerprint": ", - "card_brand": "VISA" - }, - "bank_error_message": ", - "bank_error_code": ", - "auth_type": ", - "amount_refunded": 0, - "amount": 1000, - "effective_amount": 850 - } \ No newline at end of file diff --git a/api-reference/orders/order-status/UPI.json b/api-reference/orders/order-status/UPI.json deleted file mode 100644 index 4a11f67..0000000 --- a/api-reference/orders/order-status/UPI.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9876543210", - "customer_id": "cst_wiqou3224", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_ce50b4861d2b4b3e9bf3r3r2rid3”, - "merchant_id": "merchantId”, - "amount": 2, - "currency": "INR", - "order_id": "JPAYNEW034", - "date_created": "2021-09-10T09:06:53Z", - "return_url": "https://api.juspay.in", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_ce50b4861d2b4b3e9bf3r3r2rid3", - "web": "https://api.juspay.in/merchant/pay/ordeh_ce50b4861d2b4b3e9bf3r3r2rid3", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_ce50b4861d2b4b3e9bf3r3r2rid3?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "merchantId-JPAYNEW034-1", - "payment_method_type": "UPI", - "auth_type": "", - "payment_method": "UPI", - "refunded": false, - "amount_refunded": 0, - "effective_amount": 2, - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "eulk1HvJ29o9dJ344x4f", - "txn_detail": { - "txn_id": "merchantId-JPAYNEW034-1", - "order_id": "JPAYNEW034", - "status": "CHARGED", - "error_code": null, - "net_amount": 2, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 2, - "offer_deduction_amount": null, - "gateway_id": 23, - "currency": "INR", - "express_checkout": false, - "redirect": false, - "txn_uuid": "eulk1HvJ29o9dJ344x4f", - "gateway": "RAZORPAY", - "error_message": "", - "created": "2021-09-10T09:07:10Z" - }, - "payment_gateway_response": { - "resp_code": "captured", - "rrn": "868709664362", - "created": "2021-09-10T09:07:39Z", - "epg_txn_id": "pay_HvhtO3324opPPs", - "resp_message": "", - "auth_id_code": "", - "txn_id": "merchantId-JPAYNEW034-1" - }, - "gateway_id": 23, - "payer_vpa": "9876543210@ybl", - "upi": { - "payer_vpa": "9876543210@ybl", - "txn_flow_type": "COLLECT" - }, - "gateway_reference_id": null, - "offers": [] -} diff --git a/api-reference/orders/order-status/Wallet.json b/api-reference/orders/order-status/Wallet.json deleted file mode 100644 index 06a9a8b..0000000 --- a/api-reference/orders/order-status/Wallet.json +++ /dev/null @@ -1,83 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulneT9JkaAPa1uv", - "txn_id": "merchantId-145678234-1", - "txn_detail": { - "txn_uuid": "eulneT9JkaAPa1uv", - "txn_id": "merchantId-145678234-1", - "txn_amount": 1, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "redirect": false, - "order_id": "145678234", - "net_amount": 1, - "gateway_id": 19, - "gateway": "PAYTM_V2", - "express_checkout": false, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2020-04-28T06:31:37Z" - }, - "status_id": 21, - "status": "CHARGED", - "return_url": "https://api.juspay.in/end", - "refunds": [ - { - "unique_request_id": "refund_1590649567", - "status": "SUCCESS", - "sent_to_gateway": true, - "ref": "2020052811128464733807", - "initiated_by": "API", - "id": null, - "error_message": "Refund Successfull", - "created": "2020-04-28T07:06:07Z", - "arn": "0149717932", - "amount": 1 - } - ], - "refunded": true, - "product_id": "", - "payment_method_type": "WALLET", - "payment_method": "GOOGLEPAY", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_f19a2a9da6034a269f03424dbda0", - "mobile": "https://api.juspay.in/merchant/pay/ordeu_f19a2a9da6034a269f03424dbda0?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeu_f19a2a9da6034a269f03424dbda0" - }, - "payment_gateway_response": { - "txn_id": "merchantId-145678234-1", - "rrn": "01491223245566834", - "resp_message": "Txn Success", - "resp_code": "01", - "epg_txn_id": "20200528800110849227184", - "created": "2020-04-28T06:54:35Z", - "auth_id_code": "" - }, - "payer_vpa": "null", - "order_id": "145678234", - "merchant_id": "merchant_id", - "id": "ordeu_f19a2a9da6034a269f03424dbda0", - "gateway_reference_id": "gatewayreferenceId", - "gateway_id": 19, - "date_created": "2020-04-28T06:31:09Z", - "customer_phone": "9999999999", - "customer_id": "test_customer", - "customer_email": "test007@gmail.com", - "currency": "INR", - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "", - "amount_refunded": 1, - "amount": 1 - } \ No newline at end of file diff --git a/api-reference/orders/order-status/card.json b/api-reference/orders/order-status/card.json deleted file mode 100644 index 1c1eac8..0000000 --- a/api-reference/orders/order-status/card.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9999999999", - "customer_id": "testcardenc1", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_57dfd768bb7d4896bc042y0b90bc9ad77", - "merchant_id": "merchant_success", - "amount": 1, - "currency": "INR", - "order_id": "JP1636474794", - "date_created": "2021-11-09T16:19:55Z", - "return_url": "", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_57dfd768bb7d4896bc042y0b90bc9ad77", - "web": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc042y0b90bc9ad77", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc042y0b90bc9ad77?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "merchant_success-JP1636474794-1", - "payment_method_type": "CARD", - "auth_type": "THREE_DS", - "card": { - "expiry_year": "2024", - "card_reference": "17a2ec4f27c918bd8dbc58c9ae74090e", - "saved_to_locker": false, - "expiry_month": "12", - "name_on_card": "test", - "card_issuer": "JP Morgan", - "last_four_digits": "", - "using_saved_card": true, - "card_fingerprint": "32qqi3sv1u5237fq7ura2rgqqb", - "card_isin": "411111", - "card_type": "CREDIT", - "card_brand": "VISA", - "using_token": false - }, - "payment_method": "VISA", - "refunded": true, - "amount_refunded": 1, - "effective_amount": 1, - "refunds": [ - { - "id": "TEST1637681731", - "amount": 1, - "unique_request_id": "TEST1637681731", - "ref": "rfnd_IP693G3wAX4ibJ", - "created": "2021-11-23T15:35:32Z", - "status": "SUCCESS", - "error_message": "processed", - "sent_to_gateway": true, - "initiated_by": "API", - "refund_source": "RAZORPAY", - "refund_type": "STANDARD", - "metadata": { - "speed_processed": "normal", // only for Razorpay successful refunds - "speed_requested": "normal" // only for Razorpay successful refunds - }, - "pg_processed_at": "2022-11-24T08:07:43Z", - "error_code": "processed" - } - ], - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "eulwh5QbZSBvw35eWnH", - "txn_detail": { - "txn_id": "merchant_success-JP1636474794-1", - "order_id": "JP1636474794", - "status": "CHARGED", - "error_code": null, - "net_amount": 1, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 1, - "offer_deduction_amount": null, - "gateway_id": 23, - "currency": "INR", - "express_checkout": true, - "redirect": true, - "txn_uuid": "eulwh5QbZSBvw35eWnH", - "gateway": "RAZORPAY", - "error_message": "", - "created": "2021-11-09T16:20:52Z" - }, - "payment_gateway_response": { - "resp_code": "SUCCESS", - "rrn": "156555", - "created": "2021-11-09T16:21:11Z", - "epg_txn_id": "pay_IJZKtTpki24ERy", - "resp_message": "SUCCESS", - "auth_id_code": "156555", - "txn_id": "merchant_success-JP1636474794-1" - }, - "gateway_id": 23, - "metadata": { - "RAZORPAY:gateway_reference_id": "testmid" - }, - "gateway_reference_id": "testmid", - "offers": [] -} \ No newline at end of file diff --git a/api-reference/orders/order-status/request.sh b/api-reference/orders/order-status/request.sh deleted file mode 100644 index 3580459..0000000 --- a/api-reference/orders/order-status/request.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/orders/JP1636474794' \ ---header 'version: 2021-10-25' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'Authorization: Basic OTc5Mzcx*****czRTlGOg==' \ No newline at end of file diff --git a/api-reference/orders/refund-order/response.json b/api-reference/orders/refund-order/response.json deleted file mode 100644 index c9e1142..0000000 --- a/api-reference/orders/refund-order/response.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulwh5QbZSBvwpt7333f3", - "txn_id": "merchant_success-JP1636474794-1", - "txn_detail": { - "txn_uuid": "eulwh5QbZSBvwpt7333f3", - "txn_id": "merchant_success-JP1636474794-1", - "txn_amount": 1, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "redirect": true, - "order_id": "JP1636474794", - "net_amount": 1, - "gateway_id": 23, - "gateway": "RAZORPAY", - "express_checkout": true, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2021-11-09T16:20:52Z" - }, - "status_id": 21, - "status": "CHARGED", - "rewards_breakup": null, - "return_url": "", - "refunds": [ - { - "unique_request_id": "TEST1637681731", - "status": "PENDING", - "sent_to_gateway": false, - "refund_type": "STANDARD", - "refund_source": "RAZORPAY", - "ref": null, - "initiated_by": "API", - "id": null, - "error_message": "", - "error_code": null, - "created": "2021-11-23T15:35:32Z", - "amount": 1 - } - ], - "refunded": true, - "product_id": "", - "payment_method_type": "CARD", - "payment_method": "VISA", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc0c3f30bc9ad77", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc0c3f30bc9ad77?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_57dfd768bb7d4896bc0c3f30bc9ad77" - }, - "payment_gateway_response": { - "txn_id": "merchant_success-JP1636474794-1", - "rrn": "156555", - "resp_message": "SUCCESS", - "resp_code": "SUCCESS", - "epg_txn_id": "pay_IJZKtTpkiYWE24", - "created": "2021-11-09T16:21:11Z", - "auth_id_code": "156555" - }, - "order_id": "JP1636474794", - "offers": [], - "metadata": { - "RAZORPAY:gateway_reference_id": "testmid" - }, - "merchant_id": "merchant_success", - "id": "ordeh_57dfd768bb7d4896bc0c3f30bc9ad77", - "gateway_reference_id": "testmid", - "gateway_id": 23, - "effective_amount": 1, - "date_created": "2021-11-09T16:19:55Z", - "customer_phone": "9999999999", - "customer_id": "testcardenc1", - "customer_email": "test@gmail.com", - "currency": "INR", - "card": { - "using_token": false, - "using_saved_card": true, - "saved_to_locker": false, - "name_on_card": "test", - "last_four_digits": "", - "expiry_year": "2024", - "expiry_month": "12", - "card_type": "CREDIT", - "card_reference": "17a2ec4f27c918ttvbc58c9ae74090e", - "card_issuer": "JP Morgan", - "card_isin": "411111", - "card_fingerprint": "32qqi3svf5t5t37fq7ura2rgqqb", - "card_brand": "VISA" - }, - "bank_pg": null, - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "THREE_DS", - "amount_refunded": 1, - "amount": 1 -} \ No newline at end of file diff --git a/api-reference/orders/refunds/instant.json b/api-reference/orders/refunds/instant.json deleted file mode 100644 index d1893ac..0000000 --- a/api-reference/orders/refunds/instant.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "unique_request_id": "paytmv2_12231723_50", - "status": "PENDING", - "sent_to_gateway": true, - "txn_id": "merchantid-ord_123-1", - "refund_type": "INSTANT", - "refund_source": "YESBANK_VISADIRECT", - "reference_id": null, - "response_code": null, - "refund_arn": null, - "order_id": "ord_123", - "initiated_by": "API", - "error_message": null, - "gateway": "MORPHEUS", - "epg_txn_id": null, - "created": "2019-03-14T14:40:23Z", - "amount": 1, - "authorization_id": null - } \ No newline at end of file diff --git a/api-reference/orders/refunds/txn-id.json b/api-reference/orders/refunds/txn-id.json deleted file mode 100644 index 08ec2fd..0000000 --- a/api-reference/orders/refunds/txn-id.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "unique_request_id": "refund_122_3472", - "txn_id": "merchant_success-JP1636706983-2", - "status": "PENDING", - "sent_to_gateway": false, - "response_code": null, - "refund_type": "STANDARD", - "refund_source": "RAZORPAY", - "refund_arn": null, - "reference_id": null, - "order_id": "JP1636706983", - "initiated_by": "API", - "gateway": "RAZORPAY", - "error_message": null, - "epg_txn_id": null, - "created": "2021-10-11T08:52:31Z", - "authorization_id": null, - "amount": 1 -} \ No newline at end of file diff --git a/api-reference/orders/update-order/response.json b/api-reference/orders/update-order/response.json deleted file mode 100644 index 14fc385..0000000 --- a/api-reference/orders/update-order/response.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9876543210", - "customer_id": "cst_wiqou3224", - "status_id": 10, - "status": "NEW", - "id": "ordeh_4b9501d714624eretry677i", - "merchant_id": "merchantId", - "amount": 90, - "currency": "INR", - "order_id": "JPAYNEW035", - "date_created": "2021-09-10T09:24:06Z", - "return_url": "https://api.juspay.in", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_4b9501d7146243ac8a9d9c4a42ed7b59", - "web": "https://api.juspay.in/merchant/pay/ordeh_4b9501d7146243ac8a9d9c4a42ed7b59", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_4b9501d7146243ac8a9d9c4a42ed7b59?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "refunded": false, - "amount_refunded": 0, - "effective_amount": 3, - "offers": [] -} \ No newline at end of file diff --git a/api-reference/payout/account-validation/account-ifsc.json b/api-reference/payout/account-validation/account-ifsc.json deleted file mode 100644 index c5c30bf..0000000 --- a/api-reference/payout/account-validation/account-ifsc.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "validateResp": { - "subCode": "200", - "status": "SUCCESS", - "message": "Bank Account details verified successfully", - "data": { - "utr": "1643701127355992", - "refId": "1063069", - "nameAtBank": "JOHN DOE", - "micr": 400532038, - "city": "GREATER BOMBAY", - "branch": "SANTACRUZ, MUMBAI", - "bankName": "YES BANK", - "amountDeposited": "1" - }, - "accountStatusCode": "ACCOUNT_IS_VALID", - "accountStatus": "VALID" - }, - "uniqueId": "ravibene4", - "status": "VALID", - "remark": "Bank Account details verified successfully", - "nameAtBank": "JOHN DOE", - "fulfillmentMethod": "CFGEN_IMPS", - "beneDetails": { - "details": { - "name": "Shubham Kumar", - "ifsc": "YESB0000262", - "account": "026291800001191" - }, - "type": "ACCOUNT_IFSC" - } -} \ No newline at end of file diff --git a/api-reference/payout/account-validation/upi.json b/api-reference/payout/account-validation/upi.json deleted file mode 100644 index 41b33bd..0000000 --- a/api-reference/payout/account-validation/upi.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "validateResp": { - "subCode": "200", - "status": "SUCCESS", - "message": "VPA verification successful", - "data": { - "nameAtBank": "JOHN SNOW", - "accountExists": "YES" - } - }, - "uniqueId": "ravibene5", - "status": "VALID", - "remark": "VPA verification successful", - "nameAtBank": "JOHN SNOW", - "fulfillmentMethod": "CFGEN_UPI", - "beneDetails": { - "details": { - "vpa": "success@upi", - "name": "Shubham Kumar" - }, - "type": "UPI_ID" - } -} \ No newline at end of file diff --git a/api-reference/payout/attempted/response.json b/api-reference/payout/attempted/response.json deleted file mode 100644 index 0004e42..0000000 --- a/api-reference/payout/attempted/response.json +++ /dev/null @@ -1 +0,0 @@ -ACK \ No newline at end of file diff --git a/api-reference/payout/get-balance/response.json b/api-reference/payout/get-balance/response.json deleted file mode 100644 index 024cbe3..0000000 --- a/api-reference/payout/get-balance/response.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "DUMMY_IMPS": { - "lastUpdated": "2020-07-27T09:05:08Z", - "balance": "9999999999" - }, - "DUMMY_NEFT": { - "lastUpdated": "2020-07-27T09:05:08Z", - "balance": "9999999999" - }, - "CFGEN_IMPS": { - "lastUpdated": "2020-07-27T09:05:08Z", - "balance": "1111.44" - }, - "CFGEN_UPI": { - "lastUpdated": "2020-07-27T09:05:08Z", - "balance": "1111.44" - } - } \ No newline at end of file diff --git a/api-reference/payout/ifsc-validation/response.json b/api-reference/payout/ifsc-validation/response.json deleted file mode 100644 index 0924b50..0000000 --- a/api-reference/payout/ifsc-validation/response.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "validateResp": { - "subCode": "200", - "status": "SUCCESS", - "message": "Ifsc verification successful", - "data": { - "upi": "Not Live", - "swiftCode": "", - "state": "MAHARASHTRA", - "rtgs": "Live", - "neft": "Live", - "nbin": 9532, - "micr": 400532038, - "imps": "Live", - "ifscSubcode": "YESB0", - "ifsc": "YESB0000262", - "ft": "Live", - "city": "GREATER BOMBAY", - "category": "DIRECT_MEMBER", - "card": "Not Live", - "branch": "SANTACRUZ, MUMBAI", - "bank": "YES BANK", - "address": "GRND FLR, SAILESH BLDG, LINKING RD,, ERSTWHILE BENZER STORE AT LNKNG RD, NXT TO HDFC BANK,SANTACRUZ(W), MUMBAI, MAHARASHTRA-400054" - } - }, - "beneId": "Arunsbx1014", - "status": "VALID", - "remark": "Ifsc verification successful", - "fulfillmentMethod": "CFGEN_IMPS" - "beneDetails" : { - "details": { - "ifsc": "YESB0000262" - }, - "type": "IFSC" - }, -} \ No newline at end of file diff --git a/api-reference/payout/order-create-encryp/account-ifsc.json b/api-reference/payout/order-create-encryp/account-ifsc.json deleted file mode 100644 index e78ba0f..0000000 --- a/api-reference/payout/order-create-encryp/account-ifsc.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "2GjpOBzOiFnEKQ5l", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "ifsc": "YESB0000262", - "account": "026291800001191" - }, - "type": "ACCOUNT_IFSC" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-create-encryp/card.json b/api-reference/payout/order-create-encryp/card.json deleted file mode 100644 index 9b87c4a..0000000 --- a/api-reference/payout/order-create-encryp/card.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "e6J4OxzzbpJ1G2Lu", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "cardType": "CREDIT", - "cardReference": "01f77f3378096bc94b7061315c556980", - "brand": "MASTERCARD", - "bankCode": "607152" - }, - "type": "CARD" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-create-encryp/plain-card-token.json b/api-reference/payout/order-create-encryp/plain-card-token.json deleted file mode 100644 index 98a91c8..0000000 --- a/api-reference/payout/order-create-encryp/plain-card-token.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "HBgq67aGVRcMJlRw", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2022-07-28T05:25:17Z", - "type": "ORDER", - "statusUpdatedAt": "2022-07-28T05:25:17Z", - "status": "CREATED", - "preferredMethodList": [ - "YESBANK_VISADIRECT" - ], - "id": "e1b32fd16cd47288fda984e4bd6c09-f1", - "fulfillmentMethodList": [], - "createdAt": "2022-07-28T05:25:17Z", - "beneficiaryDetails": { - "details": { - "tokenPanSequenceNumber": "001", - "tokenExpiry": { - "year": "2024", - "month": "02" - }, - "tokenCryptogram": "123sdsadas1231", - "name": "Shubham Kumar", - "cardType": "CREDIT", - "brand": "VISA", - "bankCode": "000000" - }, - "type": "PLAIN_CARD" - }, - "amount": 1, - "additionalInfo": { - "isRetriable": true - } - } - ], - "customerId": "cth_59Yibs1JauYP6WJP", - "amount": 1 -} \ No newline at end of file diff --git a/api-reference/payout/order-create-encryp/plain-card.json b/api-reference/payout/order-create-encryp/plain-card.json deleted file mode 100644 index 6e153b5..0000000 --- a/api-reference/payout/order-create-encryp/plain-card.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "orderId": "PL7D5Q9J7D", - "fulfillments": { - { - "updatedBy": "DEFAULT", - "preferredMethodList": [“YESBANK_IMPS”,”YESBANK_NEFT”], - "amount": 1, - "type": "ORDER", - "statusUpdatedAt": "2019-03-12T04:14:36Z", - "status": "CREATED", - "id": "fda931a16a342079172331ed8ff4cc-f1", - "createdAt": "2019-03-12T04:14:36Z" - "beneficiaryDetails": { - "details": { - "name": "Krunal", - "cardType": "CREDIT", - "brand": "VISA", - "bankCode": "000000" - }, - "type": "PLAIN_CARD" - }, - “amount”:1, - "additionalInfo": { - "isRetriable": false - } - } - }, - "customerId": "KrunalForDP", - "amount": 1 - - } \ No newline at end of file diff --git a/api-reference/payout/order-create-encryp/upi.json b/api-reference/payout/order-create-encryp/upi.json deleted file mode 100644 index 781bfec..0000000 --- a/api-reference/payout/order-create-encryp/upi.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "e6J4OxzzbpJ1G2Lu", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "vpa": "success@upi" - }, - "type": "UPI_ID" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-create/account-ifsc.json b/api-reference/payout/order-create/account-ifsc.json deleted file mode 100644 index e78ba0f..0000000 --- a/api-reference/payout/order-create/account-ifsc.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "2GjpOBzOiFnEKQ5l", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "ifsc": "YESB0000262", - "account": "026291800001191" - }, - "type": "ACCOUNT_IFSC" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-create/bene.json b/api-reference/payout/order-create/bene.json deleted file mode 100644 index 10a0a25..0000000 --- a/api-reference/payout/order-create/bene.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "65YmmR7tWPxssB55", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2022-11-30T06:58:35Z", - "type": "ORDER", - "statusUpdatedAt": "2022-11-30T06:58:35Z", - "status": "CREATED", - "preferredMethodList": [ - "CFGEN_IMPS" - ], - "id": "a7c9e9ba323407eb8d39bd78e6b8f5-f1", - "fulfillmentMethodList": [], - "createdAt": "2022-11-30T06:58:35Z", - "beneficiaryDetails": { - "details": { - "name": "Arun Kumar", - "id": "pa_dry_run00" - }, - "type": "BENE_ID" - }, - "amount": 11 - } - ], - "customerId": "arun1", - "amount": 11 -} \ No newline at end of file diff --git a/api-reference/payout/order-create/card.json b/api-reference/payout/order-create/card.json deleted file mode 100644 index 9b87c4a..0000000 --- a/api-reference/payout/order-create/card.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "e6J4OxzzbpJ1G2Lu", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "cardType": "CREDIT", - "cardReference": "01f77f3378096bc94b7061315c556980", - "brand": "MASTERCARD", - "bankCode": "607152" - }, - "type": "CARD" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-create/upi.json b/api-reference/payout/order-create/upi.json deleted file mode 100644 index 781bfec..0000000 --- a/api-reference/payout/order-create/upi.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "e6J4OxzzbpJ1G2Lu", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "vpa": "success@upi" - }, - "type": "UPI_ID" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-create/wallet.json b/api-reference/payout/order-create/wallet.json deleted file mode 100644 index 6e6b46c..0000000 --- a/api-reference/payout/order-create/wallet.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "type": "FULFILL_ONLY", - "status": "READY_FOR_FULFILLMENT", - "payments": [], - "orderId": "e6J4OxzzbpJ1G2Lu", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-06T19:55:21Z", - "type": "ORDER", - "statusUpdatedAt": "2020-03-06T19:55:21Z", - "status": "CREATED", - "preferredMethodList": [ - "CASHFREE_IMPS" - ], - "id": "9e7a542cd1744c7a612333c58ecefa-f1", - "fulfillmentMethodList": [], - "createdAt": "2020-03-06T19:55:21Z", - "beneficiaryDetails": { - "details": { - "name": "Taral Shah", - "brand": "PAYTM", - "walletIdentifier": "9999999999" - }, - "type": "WALLET" - }, - "amount": 1 - } - ], - "customerId": "m123", - "amount": 1, - "udf1": "udf1", - "udf2": "udf2", - "udf3": "udf3", - "udf4": "udf4", - "udf5": "udf5" -} \ No newline at end of file diff --git a/api-reference/payout/order-status/response.json b/api-reference/payout/order-status/response.json deleted file mode 100644 index 5085f6c..0000000 --- a/api-reference/payout/order-status/response.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "updatedAt": "2020-03-07T10:25:04Z", - "type": "FULFILL_ONLY", - "status": "FULFILLMENTS_SUCCESSFUL", - "orderId": "Z3ags1v7S6FioDQA", - "fulfillments": [ - { - "updatedBy": "DEFAULT", - "updatedAt": "2020-03-07T10:25:04Z", - "type": "ORDER", - "transactions": [ - { - "updatedAt": "2020-03-07T10:24:43Z", - "txnResponse": { - "status": "SUCCESS", - "requestId": "3c424431d0243a6a4ff15d1ddac443", - "amount": 1 - }, - "transactionRef": "3c424431d0243a6a4ff15d1ddac443", - "timeStamp": "2020-03-07T10:24:43Z", - "status": "SUCCESS", - "gatewayRefId": "3c424431d0243a6a4ff15d1ddac443", - "fulfillmentMethod": "DUMMY_IMPS", - "createdAt": "2020-03-07T10:24:05Z", - "amount": 1, - "responseMessage": "COMPLETED", - "responseCode": "00", - "responseDescription" : "Approved", - }, - { - "updatedAt": "2022-10-18T11:51:20Z", - "txnResponse": { - "transactionType": "CRED VOUCHER", - "transactionTime": "11:51:18", - "transactionIdentifier": "302291426784098", - "transactionDate": "18-10-2022", - "systemsTraceAuditNumber": "998265", - "statusCode": "FAILURE", - "retrievalReferenceNumber": "229117998265", - "responseCode": "C", - "approvalCode": "", - "actionCode": "57", - "acquiringBin": "478384" - }, - "transactionRef": "229117998265", - "timeStamp": "2020-03-06T11:51:20Z", - "status": "FAILURE", - "responseMessage": "FAILURE", - "responseCode": "57", - "responseDescription" : "Transaction Not Permitted to card holder", - "gatewayRefId": "229117998265", - "fulfillmentMethod": "JUSPAY_VISADIRECT", - "epgTxnId": "302291426784098", - "createdAt": "2020-03-06T11:51:17Z", - "amount": 36 - } - - ], - "statusUpdatedAt": "2020-03-07T10:25:04Z", - "status": "SUCCESS", - "preferredMethodList": [ - "DUMMY_IMPS", - "CASHFREE_IMPS" - ], - "merchantCustomerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "id": "f9c2f6669ba4f3fa70c4d4d01d4dee-f1", - "fulfillmentMethodList": [ - "DUMMY_IMPS", - "CASHFREE_IMPS", - "DUMMY_NEFT" - ], - "createdAt": "2020-03-07T10:23:28Z", - "beneficiaryDetails": { - "details": { - "name": "Shubham Kumar", - "ifsc": "YESB0000262", - "account": "026291800001191" - }, - "type": "ACCOUNT_IFSC" - }, - "amount": 1 - } - ], - "customerId": "ce1d3404-dc3d-4886-a46e-43a48ddd0324", - "createdAt": "2020-03-07T10:23:28Z", - "amount": 1 -} \ No newline at end of file diff --git a/api-reference/payout/validation-status/response.json b/api-reference/payout/validation-status/response.json deleted file mode 100644 index 39990cc..0000000 --- a/api-reference/payout/validation-status/response.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "validateResp": { - "subCode": "200", - "status": "SUCCESS", - "message": "Bank Account details verified successfully", - "data": { - "utr": "1644216813753653", - "refId": "1064897", - "nameAtBank": "JOHN DOE", - "micr": 400532038, - "city": "GREATER BOMBAY", - "branch": "SANTACRUZ, MUMBAI", - "bankName": "YES BANK", - "amountDeposited": "1" - }, - "accountStatusCode": "ACCOUNT_IS_VALID", - "accountStatus": "VALID" - }, - "uniqueId": "Arun27", - "status": "VALID", - "remark": "Bank Account details verified successfully", - "nameAtBank": "JOHN DOE", - "fulfillmentMethod": "CFGEN_IMPS", - "beneDetails": { - "details": { - "name": "Shubham Kumar", - "ifsc": "YESB0000262", - "account": "026291800001191" - }, - "type": "ACCOUNT_IFSC" - } -} -"fulfillmentMethod": "CFGEN_IMPS" -} \ No newline at end of file diff --git a/api-reference/payv3/async-step1.js b/api-reference/payv3/async-step1.js deleted file mode 100644 index 16d3b84..0000000 --- a/api-reference/payv3/async-step1.js +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/api-reference/payv3/async-step3.js b/api-reference/payv3/async-step3.js deleted file mode 100644 index 67d2d32..0000000 --- a/api-reference/payv3/async-step3.js +++ /dev/null @@ -1 +0,0 @@ -formElement.onsubmit(new Event("submit")) \ No newline at end of file diff --git a/api-reference/payv3/emi.js b/api-reference/payv3/emi.js deleted file mode 100644 index 5483203..0000000 --- a/api-reference/payv3/emi.js +++ /dev/null @@ -1,17 +0,0 @@ -
- - - - - - -
-
-
-
-
- Save card information - - - - -
\ No newline at end of file diff --git a/api-reference/payv3/encode-card.js b/api-reference/payv3/encode-card.js deleted file mode 100644 index d72ce9d..0000000 --- a/api-reference/payv3/encode-card.js +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/api-reference/payv3/nb-upi-wallet.js b/api-reference/payv3/nb-upi-wallet.js deleted file mode 100644 index 53c3015..0000000 --- a/api-reference/payv3/nb-upi-wallet.js +++ /dev/null @@ -1,7 +0,0 @@ - \ No newline at end of file diff --git a/api-reference/payv3/nb.js b/api-reference/payv3/nb.js deleted file mode 100644 index 9a48484..0000000 --- a/api-reference/payv3/nb.js +++ /dev/null @@ -1,16 +0,0 @@ -
- - - - - - - - -
\ No newline at end of file diff --git a/api-reference/payv3/new-cards.js b/api-reference/payv3/new-cards.js deleted file mode 100644 index 35d2a98..0000000 --- a/api-reference/payv3/new-cards.js +++ /dev/null @@ -1,15 +0,0 @@ -
- - -
-
-
-
-
- Save card information - Merchant hosted consent screen - - - - Verify with Secure Password - -
\ No newline at end of file diff --git a/api-reference/payv3/payv3.js b/api-reference/payv3/payv3.js deleted file mode 100644 index fe6fe71..0000000 --- a/api-reference/payv3/payv3.js +++ /dev/null @@ -1,2 +0,0 @@ - \ No newline at end of file diff --git a/api-reference/payv3/saved-card.js b/api-reference/payv3/saved-card.js deleted file mode 100644 index 3c87d71..0000000 --- a/api-reference/payv3/saved-card.js +++ /dev/null @@ -1,21 +0,0 @@ -
- - - - -
- Verify with Secure Password - -
-
- - - - -
- Verify with Secure Password - - - - -
\ No newline at end of file diff --git a/api-reference/payv3/saved-card2.js b/api-reference/payv3/saved-card2.js deleted file mode 100644 index 35d6c49..0000000 --- a/api-reference/payv3/saved-card2.js +++ /dev/null @@ -1,59 +0,0 @@ - - - \ No newline at end of file diff --git a/api-reference/payv3/token.js b/api-reference/payv3/token.js deleted file mode 100644 index 941fb00..0000000 --- a/api-reference/payv3/token.js +++ /dev/null @@ -1,157 +0,0 @@ - - - \ No newline at end of file diff --git a/api-reference/payv3/upi.js b/api-reference/payv3/upi.js deleted file mode 100644 index 224eff8..0000000 --- a/api-reference/payv3/upi.js +++ /dev/null @@ -1,12 +0,0 @@ -
- - - - - - - - - - -
\ No newline at end of file diff --git a/api-reference/payv3/wallet.js b/api-reference/payv3/wallet.js deleted file mode 100644 index efeabbd..0000000 --- a/api-reference/payv3/wallet.js +++ /dev/null @@ -1,15 +0,0 @@ -
- - - - - - - - -
\ No newline at end of file diff --git a/api-reference/pre-auth-capture/capture.json b/api-reference/pre-auth-capture/capture.json deleted file mode 100644 index dc77879..0000000 --- a/api-reference/pre-auth-capture/capture.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "euld46jp7R1jE3tB8ss", - "txn_id": "merchant_id-order_id-1", - "status_id": 21, - "status": "CHARGED", - "return_url": "https://api.juspay.in", - "refunded": false, - "product_id": "", - "payment_method_type": "CARD", - "payment_method": "MASTERCARD", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ord_7f609710bf6f4379b5917ee5afd8386b", - "mobile": "https://api.juspay.in/merchant/pay/ord_7f609710bf6f4379b5917ee5afd8386b?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ord_7f609710bf6f4379b5917ee5afd8386b" - }, - "payment_gateway_response": { - "txn_id": "merchant_id-order_id-1", - "rrn": "", - "resp_message": "Capture successful", - "resp_code": "SUCCESS", - "epg_txn_id": "14326152", - "created": "2019-03-01T08:34:40Z", - "auth_id_code": "NA" - }, - "order_id": "92348923409", - "merchant_id": "merchant_id", - "id": "ord_7f609710bf6f4379b5917ee5afd8386b", - "gateway_id": 70, - "date_created": "2019-03-01T08:33:49Z", - "customer_phone": null, - "customer_id": "FUR14920977945", - "customer_email": null, - "currency": "INR", - "card": { - "using_saved_card": true, - "saved_to_locker": false, - "name_on_card": "test", - "last_four_digits": "", - "expiry_year": "2022", - "expiry_month": "07", - "card_type": "DEBIT", - "card_reference": "aa301450fe38c65cd813a8c33897942b", - "card_issuer": "HDFC Bank", - "card_isin": "541919", - "card_fingerprint": "6rds4re1p3678ftk333q64gs1g", - "card_brand": "MASTERCARD" - }, - "bank_error_message": "PRE_AUTH|Transaction Successful | Approved", - "bank_error_code": "SUCCESS", - "auth_type": "THREE_DS", - "amount_refunded": 0, - "amount": 10 -} - -}, -"refunds":[ ] -} diff --git a/api-reference/pre-auth-capture/void.json b/api-reference/pre-auth-capture/void.json deleted file mode 100644 index 2a8e01e..0000000 --- a/api-reference/pre-auth-capture/void.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulvW58PbNNojAJXR7B", - "txn_id": ":txn_uuid", - "status_id": 32, - "status": "VOID_INITIATED", - "return_url": "https://api.juspay.in", - "refunded": false, - "product_id": "", - "payment_method_type": "CARD", - "payment_method": "MASTERCARD", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ord_be69837b0a4b4fe486967e1ce1cd0477", - "mobile": "https://api.juspay.in/merchant/pay/ord_be69837b0a4b4fe486967e1ce1cd0477?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ord_be69837b0a4b4fe486967e1ce1cd0477" - }, - "payment_gateway_response": { - "txn_id": "8342jhd9", - "rrn": "", - "resp_message": "Void is Pending", - "resp_code": "PENDING", - "epg_txn_id": "14327074", - "created": "2019-03-01T08:38:44Z", - "auth_id_code": "NA" - }, - "order_id": "183782", - "merchant_id": "merchant_id", - "id": "ord_be69837b0a4b4fe486967e1ce1cd0477", - "gateway_id": 70, - "date_created": "2019-03-01T08:37:10Z", - "customer_phone": null, - "customer_id": "FUR14920977945", - "customer_email": null, - "currency": "INR", - "card": { - "using_saved_card": true, - "saved_to_locker": false, - "name_on_card": "test", - "last_four_digits": "", - "expiry_year": "2022", - "expiry_month": "07", - "card_type": "DEBIT", - "card_reference": "aa301450fe38c65cd813a8c33897942b", - "card_issuer": "HDFC Bank", - "card_isin": "541919", - "card_fingerprint": "6rds4re1p3678ftk333q64gs1g", - "card_brand": "MASTERCARD" - }, - "bank_error_message": "Void is Pending", - "bank_error_code": "PENDING", - "auth_type": "THREE_DS", - "amount_refunded": 0, - "amount": 10 -} \ No newline at end of file diff --git a/api-reference/split-settlement/create-order.json b/api-reference/split-settlement/create-order.json deleted file mode 100644 index a33509c..0000000 --- a/api-reference/split-settlement/create-order.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "status": "CREATED", - "status_id": 1, - "id": "ordeh_06a7c87b83d7453191ba6a4f9919860c", - "order_id": "splitsettlement_1619009418_test", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_06a7c87b83d7453191ba6a4f9919860c", - "web": "https://api.juspay.in/merchant/pay/ordeh_06a7c87b83d7453191ba6a4f9919860c", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_06a7c87b83d7453191ba6a4f9919860c?mobile=true" - } -} \ No newline at end of file diff --git a/api-reference/split-settlement/create-refund.json b/api-reference/split-settlement/create-refund.json deleted file mode 100644 index a620f7e..0000000 --- a/api-reference/split-settlement/create-refund.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eul4bnuBAnnC7UivV8k", - "txn_id": "splitsettlement_1619009418_test", - "status_id": 21, - "status": "CHARGED", - "split_settlement_response": { - "split_details": [ - { - "sub_vendor_id": "Vendor1", - "amount": 3 - }, - { - "sub_vendor_id": "Vendor2", - "refunded_amount": 1, - "amount": 2 - } - ], - "split_applied": true - }, - "return_url": "https://www.google.com", - "refunds": [ - { - "unique_request_id": "refund_1619010416", - "status": "SUCCESS", - "sent_to_gateway": true, - "ref": null, - "id": null, - "error_message": "", - "created": "2021-04-21T19:00:21Z", - "amount": 1 - } - ], - "refunded": true, - "product_id": "", - "payment_method_type": "CARD", - "payment_method": "VISA", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeh_16c54f506c1143a88d2aca61533e8b56", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_16c54f506c1143a88d2aca61533e8b56?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_16c54f506c1143a88d2aca61533e8b56" - }, - "payment_gateway_response": { - "txn_id": "splitsettlement_1619009418_test", - "rrn": "768370", - "resp_message": "Approved", - "resp_code": "Success", - "epg_txn_id": "110086948408", - "created": "2021-04-21T06:28:49Z", - "auth_id_code": "NA" - }, - "order_id": "splitsettlement_1619009418_test", - "merchant_id": "merchant identifier", - "id": "ordeh_16c54f506c1143a88d2aca61533e8b56", - "gateway_reference_id": null, - "gateway_id": 16, - "date_created": "2021-04-21T06:28:09Z", - "customer_phone": "9987039379", - "customer_id": "cst_1845074", - "customer_email": "juspay@juspay.in", - "currency": "INR", - "card": { - "using_saved_card": true, - "saved_to_locker": false, - "name_on_card": "XXXX", - "last_four_digits": "", - "expiry_year": "", - "expiry_month": "", - "card_type": "DEBIT", - "card_reference": "", - "card_issuer": "IDFC Bank", - "card_isin": "", - "card_fingerprint": "", - "card_brand": "VISA" - }, - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "THREE_DS", - "amount_refunded": 1, - "amount": 5 -} \ No newline at end of file diff --git a/api-reference/split-settlement/order-status.json b/api-reference/split-settlement/order-status.json deleted file mode 100644 index 0564cf5..0000000 --- a/api-reference/split-settlement/order-status.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eul4bnuBAnnC7UivV8k", - "txn_id": "splitsettlement_1619009418_test", - "txn_detail": { - "txn_uuid": "eul4bnuBAnnC7UivV8k", - "txn_id": "splitsettlement_1619009418_test", - "txn_amount": 5, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "redirect": true, - "order_id": "splitsettlement_1619009418_test", - "net_amount": 5, - "gateway_id": 16, - "gateway": "CCAVENUE_V2", - "express_checkout": true, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2021-04-21T06:28:11Z" - }, - "status_id": 21, - "status": "CHARGED", - "split_settlement_response": { - "split_details": [ - { - "sub_vendor_id": "Vendor1", - "amount": 3 - }, - { - "sub_vendor_id": "Vendor2", - "amount": 2 - } - ], - "split_applied": true - }, - "return_url": "https://www.google.com", - "refunded": false, - "product_id": "", - "payment_method_type": "CARD", - "payment_method": "VISA", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeh_16c54f506c1143a88d2aca61533e8b56", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_16c54f506c1143a88d2aca61533e8b56?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_16c54f506c1143a88d2aca61533e8b56" - }, - "payment_gateway_response": { - "txn_id": "splitsettlement_1619009418_test", - "rrn": "768370", - "resp_message": "Approved", - "resp_code": "Success", - "epg_txn_id": "110086948408", - "created": "2021-04-21T06:28:49Z", - "auth_id_code": "NA" - }, - "order_id": "splitsettlement_1619009418_test", - "merchant_id": "merchant identifier", - "id": "ordeh_16c54f506c1143a88d2aca61533e8b56", - "gateway_reference_id": null, - "gateway_id": 16, - "date_created": "2021-04-21T06:28:09Z", - "customer_phone": "9987039379", - "customer_id": "cst_1845074", - "customer_email": "juspay@juspay.in", - "currency": "INR", - "card": { - "using_saved_card": true, - "saved_to_locker": false, - "name_on_card": "XXXX", - "last_four_digits": "", - "expiry_year": "", - "expiry_month": "", - "card_type": "DEBIT", - "card_reference": "", - "card_issuer": "IDFC Bank", - "card_isin": "", - "card_fingerprint": "", - "card_brand": "VISA" - }, - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "THREE_DS", - "amount": 5 -} \ No newline at end of file diff --git a/api-reference/token/card-info/request.sh b/api-reference/token/card-info/request.sh deleted file mode 100644 index f26ef40..0000000 --- a/api-reference/token/card-info/request.sh +++ /dev/null @@ -1 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/cardbins/541919?options.check_mandate_support=true&merchant_id=bbstaging&options.check_atm_pin_auth_support=true&options.check_direct_otp_support=true&options.check_tokenize_support=true' \ No newline at end of file diff --git a/api-reference/token/card-info/response.json b/api-reference/token/card-info/response.json deleted file mode 100644 index 50b0832..0000000 --- a/api-reference/token/card-info/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "object": "cardbin", - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "country": "INDIA", - "type": "DEBIT", - "card_sub_type": "PLATINUM", - "juspay_bank_code": "JP_HDFC", - "tokenize_support”: true -} \ No newline at end of file diff --git a/api-reference/token/list-card/request.sh b/api-reference/token/list-card/request.sh deleted file mode 100644 index 8bfbb8c..0000000 --- a/api-reference/token/list-card/request.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/cards?customer_id=cth_6MXbUUSECcxrswgT' \ ---header 'Authorization: Basic RjJEMTU0Qkxxxxx0NkY4QjE0MUQ5REZBREZCNkZBOg==' \ \ No newline at end of file diff --git a/api-reference/token/list-card/response.json b/api-reference/token/list-card/response.json deleted file mode 100644 index 52898c2..0000000 --- a/api-reference/token/list-card/response.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "customer_id": "cth_6MXbUUSECcxrswgT", - "merchantId": "guest", - "cards": [{ - "card_token": "tkn_24c960735fd64cb9b8c0221102392914", - "card_reference": "e46b3e15384db06d446fed103cfeec24", - "card_number": "4335-XXXXXXXX-2216", - "card_isin": "433587", - "card_exp_year": "2023", - "card_exp_month": "04", - "card_type": "CREDIT", - "card_issuer": "SBI", - "card_brand": "VISA", - "nickname": "", - "name_on_card": "name", - "expired": false, - "card_fingerprint": "6uvve3h71mpgrr88848hr4vsat", - "juspay_bank_code": "JP_SBI", - "card_sub_type": "NA", - "card_issuer_country": "INDIA", - "tokenize_support": false, - "provider_category": "CONTAINER", - "provider": "JUSPAY", - "token": { - "card_reference": "e46b3e15384db06d446fed103cfeec24", - "last_four_digits": null, - "card_fingerprint": "6uvve3h71mpgrr88848hr4vsat", - "card_isin": "441962", - "expiry_month": "04", - "expiry_year": "2023", - "par": "4ufhxxw6uvve3h71mpgrr88848hr4vsat23r", - "tokenization_status": "ACTIVE" - } - }] -} \ No newline at end of file diff --git a/api-reference/token/list-card/response2.json b/api-reference/token/list-card/response2.json deleted file mode 100644 index f17ad60..0000000 --- a/api-reference/token/list-card/response2.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "customer_id": "cth_6MXbUUSECcxrswgT", - "merchantId": "paypal", - "cards": [ - { - "card_token": "tkn_d5de7e878465407a9a8ad8d71b58923e", - "card_reference": "d1714874aa102eb8bc933b8f26992225", - "card_number": "XXXX-XXXXXXXX-9454", - "card_isin": "123456", - "card_exp_year": "2025", - "card_exp_month": "02", - "card_type": "DEBIT", - "card_issuer": "HDFC Bank", - "card_brand": "MASTERCARD", - "nickname": "", - "name_on_card": "Imdad", - "expired": false, - "card_fingerprint": "4ip95rsikuprlcojscp3p0b7pq", - "juspay_bank_code": "JP_HDFC", - "card_sub_type": "NA", - "card_issuer_country": "INDIA", - "tokenize_support": false, - "provider_category": "VAULT", - "provider": "JUSPAY" - } - ] - } \ No newline at end of file diff --git a/api-reference/token/new-card/request.sh b/api-reference/token/new-card/request.sh deleted file mode 100644 index cc3fa49..0000000 --- a/api-reference/token/new-card/request.sh +++ /dev/null @@ -1,15 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/txns' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---data-urlencode 'order_id=null' \ ---data-urlencode 'merchant_id={{merchant_id}}' \ ---data-urlencode 'payment_method_type=CARD' \ ---data-urlencode 'payment_method=CARD' \ ---data-urlencode 'card_number=4242424242424242' \ ---data-urlencode 'card_exp_month=07' \ ---data-urlencode 'card_exp_year=24' \ ---data-urlencode 'name_on_card=Juspay' \ ---data-urlencode 'card_security_code=111' \ ---data-urlencode 'save_to_locker=true' \ ---data-urlencode 'redirect_after_payment=true' \ ---data-urlencode 'format=json' \ ---data-urlencode 'tokenize=true'\ \ No newline at end of file diff --git a/api-reference/token/new-card/response.json b/api-reference/token/new-card/response.json deleted file mode 100644 index c0a7a88..0000000 --- a/api-reference/token/new-card/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "order_id": ":order_id", - "txn_id": ":txn_id", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "method": "GET", - "url": "https://api.juspay.in/pay/start/guest/8646a7a029974fa99995fec00340a507" - } - } - } \ No newline at end of file diff --git a/api-reference/token/order-status/request.sh b/api-reference/token/order-status/request.sh deleted file mode 100644 index fb34c07..0000000 --- a/api-reference/token/order-status/request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl https://api.juspay.in/orders/order1631087270 \ --u your_api_key: \ --H 'version: 2018-10-25' \ --H 'Content-Type: application/x-www-form-urlencoded'\ --H 'x-merchantid: merchant_id' \ No newline at end of file diff --git a/api-reference/token/order-status/response.json b/api-reference/token/order-status/response.json deleted file mode 100644 index 5094f99..0000000 --- a/api-reference/token/order-status/response.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "card": { - "expiry_year": "2023", - "saved_to_locker": false, - "expiry_month": "06", - "name_on_card": "test", - "card_issuer": "Axis Bank", - "last_four_digits": "5449", - "using_saved_card": true, - "card_fingerprint": "41d30s3jus955dj9yyhe5is91", - "card_isin": "526731", - "card_type": "DEBIT", - "card_brand": "MASTERCARD", - "card_sub_type": null, - "tokenization_user_consent": true, - "token": { - "card_reference": "77efb38f3721930e60dby754865619", - "last_four_digits": "7656", - "card_fingerprint": "41d30s3jus955dj9yyhe5is91", - "card_isin": "525876", - "expiry_year": "2023", - "expiry_month": "06", - "par": "6fgd63jus955dj9yyheg4gh6", - "tokenization_status": "ACTIVE" - }, - "using_token": false - } -} \ No newline at end of file diff --git a/api-reference/token/saved-card/request.sh b/api-reference/token/saved-card/request.sh deleted file mode 100644 index 4e70783..0000000 --- a/api-reference/token/saved-card/request.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl -X POST https://api.juspay.in/txns \ --d "order_id=:order_id" \ --d "merchant_id=:merchant_id" \ --d "payment_method_type=CARD" \ --d "card_token=:card_token" \ --d "card_security_code=111" \ --d "redirect_after_payment=true" \ --d "tokenize=true" \ --d "format=json" \ No newline at end of file diff --git a/api-reference/token/saved-card/response.json b/api-reference/token/saved-card/response.json deleted file mode 100644 index 10a6462..0000000 --- a/api-reference/token/saved-card/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "order_id": ":order_id", - "txn_id": ":txn_id", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "method": "GET", - "url": "https://api.juspay.in/pay/start/guest/8646a7a029974fa99995fec00340a507" - } - } -} \ No newline at end of file diff --git a/api-reference/token/txns/request.sh b/api-reference/token/txns/request.sh deleted file mode 100644 index 7c30dbd..0000000 --- a/api-reference/token/txns/request.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl -X POST https://api.juspay.in/txns \ --d "order_id=:order_id" \ --d "merchant_id=:merchant_id" \ --d "payment_method_type=CARD" \ --d "card_token=:card_token" \ --d "card_security_code=111" \ --d "redirect_after_payment=true" \ --d "format=json" \ No newline at end of file diff --git a/api-reference/token/txns/response.json b/api-reference/token/txns/response.json deleted file mode 100644 index 10a6462..0000000 --- a/api-reference/token/txns/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "order_id": ":order_id", - "txn_id": ":txn_id", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "method": "GET", - "url": "https://api.juspay.in/pay/start/guest/8646a7a029974fa99995fec00340a507" - } - } -} \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/customer/create-customer/request.sh b/ec-headless-sample/api-reference-full/customer/create-customer/request.sh deleted file mode 100644 index 1b0a4d4..0000000 --- a/ec-headless-sample/api-reference-full/customer/create-customer/request.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl -X POST https://api.juspay.in/customers\ --u your_api_key:\ --H 'x-merchantid: merchant_id'\ --H 'Content-Type: application/x-www-form-urlencoded'\ --d "object_reference_id=customer@gmail.com"\ --d "mobile_number=9988776655"\ --d "email_address=customer@gmail.com"\ --d "first_name=John"\ --d "last_name=Smith"\ --d "mobile_country_code=91"\ --d"options.get_client_auth_token=true"\ \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/customer/create-customer/response-auth_token.json b/ec-headless-sample/api-reference-full/customer/create-customer/response-auth_token.json deleted file mode 100644 index 2f46d91..0000000 --- a/ec-headless-sample/api-reference-full/customer/create-customer/response-auth_token.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "cst_afdeuvmfhs3j1acm", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:13:37Z", - "last_updated": "2020-03-17T14:13:37Z", - "juspay": { - "client_auth_token": "tkn_24543c6a278f45d680d09edb32e78061", - "client_auth_token_expiry": "2020-03-17T14:28:37Z" - } -} \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/customer/create-customer/response.json b/ec-headless-sample/api-reference-full/customer/create-customer/response.json deleted file mode 100644 index fb813e3..0000000 --- a/ec-headless-sample/api-reference-full/customer/create-customer/response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "cst_pcxaymwoh9vbse97", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:16:31Z", - "last_updated": "2020-03-17T14:16:31Z" -} \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/intro/auth/sample1.sh b/ec-headless-sample/api-reference-full/intro/auth/sample1.sh deleted file mode 100644 index beea818..0000000 --- a/ec-headless-sample/api-reference-full/intro/auth/sample1.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'Authorization: Basic QkIwQjdwdssxxxxxfqpkddNzBBMUE2Og==' \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/intro/auth/sample2.sh b/ec-headless-sample/api-reference-full/intro/auth/sample2.sh deleted file mode 100644 index 906cf16..0000000 --- a/ec-headless-sample/api-reference-full/intro/auth/sample2.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl https://api.juspay.in/orders \ - -u "$your_api_key:" \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/intro/version/sample1.sh b/ec-headless-sample/api-reference-full/intro/version/sample1.sh deleted file mode 100644 index ab42865..0000000 --- a/ec-headless-sample/api-reference-full/intro/version/sample1.sh +++ /dev/null @@ -1,3 +0,0 @@ -curl https://api.juspay.in/orders \ - -H "version: 2021-03-05" \ - -u "$your_api_key:" \ No newline at end of file diff --git a/ec-headless-sample/api-reference-full/intro/version/sample2.sh b/ec-headless-sample/api-reference-full/intro/version/sample2.sh deleted file mode 100644 index ee8b45a..0000000 --- a/ec-headless-sample/api-reference-full/intro/version/sample2.sh +++ /dev/null @@ -1,4 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'version: 2021-03-05' \ ---header 'Authorization: Basic QkIwQjMyODxxxxxg8eq0NzBBMUE2Og==' \ No newline at end of file diff --git a/ec-headless-sample/api-reference/create-customer/request.sh b/ec-headless-sample/api-reference/create-customer/request.sh deleted file mode 100644 index 1b0a4d4..0000000 --- a/ec-headless-sample/api-reference/create-customer/request.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl -X POST https://api.juspay.in/customers\ --u your_api_key:\ --H 'x-merchantid: merchant_id'\ --H 'Content-Type: application/x-www-form-urlencoded'\ --d "object_reference_id=customer@gmail.com"\ --d "mobile_number=9988776655"\ --d "email_address=customer@gmail.com"\ --d "first_name=John"\ --d "last_name=Smith"\ --d "mobile_country_code=91"\ --d"options.get_client_auth_token=true"\ \ No newline at end of file diff --git a/ec-headless-sample/api-reference/create-customer/response-auth_token.json b/ec-headless-sample/api-reference/create-customer/response-auth_token.json deleted file mode 100644 index 2f46d91..0000000 --- a/ec-headless-sample/api-reference/create-customer/response-auth_token.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "cst_afdeuvmfhs3j1acm", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:13:37Z", - "last_updated": "2020-03-17T14:13:37Z", - "juspay": { - "client_auth_token": "tkn_24543c6a278f45d680d09edb32e78061", - "client_auth_token_expiry": "2020-03-17T14:28:37Z" - } -} \ No newline at end of file diff --git a/ec-headless-sample/clickstream/bank-selected.json b/ec-headless-sample/clickstream/bank-selected.json deleted file mode 100644 index 8b9c71e..0000000 --- a/ec-headless-sample/clickstream/bank-selected.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"bank_selected", - "value":{ - "bank_name":"Axis Bank" - } -} diff --git a/ec-headless-sample/clickstream/button-clicked.json b/ec-headless-sample/clickstream/button-clicked.json deleted file mode 100644 index 60921d5..0000000 --- a/ec-headless-sample/clickstream/button-clicked.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"button_clicked", - "value":{ - "button_name":"back_button_pressed" - } -} diff --git a/ec-headless-sample/clickstream/card-number.json b/ec-headless-sample/clickstream/card-number.json deleted file mode 100644 index a40549b..0000000 --- a/ec-headless-sample/clickstream/card-number.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"card_number_changed", - "value":{ - "AddCardScreen":"515161XXXXXXXXXXX" - } -} diff --git a/ec-headless-sample/clickstream/card-selected.json b/ec-headless-sample/clickstream/card-selected.json deleted file mode 100644 index d83e42f..0000000 --- a/ec-headless-sample/clickstream/card-selected.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"card_selected", - "value":{ - "card_details":{ - "card_type":"DEBIT", - "card_brand":"visa", - "bank_name":"SBI" - } - } -} diff --git a/ec-headless-sample/clickstream/checkbox-clicked.json b/ec-headless-sample/clickstream/checkbox-clicked.json deleted file mode 100644 index ae2dc3c..0000000 --- a/ec-headless-sample/clickstream/checkbox-clicked.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "category": "action", - "subcategory": "system", - "label": "checkbox_clicked", - "value": { - "checkbox_details": { - "checkbox_name": "save_card", - "state": "selected" - } - } -} diff --git a/ec-headless-sample/clickstream/create-callBackAdapter.java b/ec-headless-sample/clickstream/create-callBackAdapter.java deleted file mode 100644 index 30c483d..0000000 --- a/ec-headless-sample/clickstream/create-callBackAdapter.java +++ /dev/null @@ -1,82 +0,0 @@ -private HyperPaymentsCallbackAdapter createHyperPaymentsCallbackAdapter() { - return new HyperPaymentsCallbackAdapter() { - @Override - public void onEvent(JSONObject jsonObject, JuspayResponseHandler responseHandler) { - Intent redirect = new Intent(CheckoutActivity.this, ResponsePage.class); - redirect.putExtra("responsePayload", jsonObject.toString()); - System.out.println(jsonObject); - try { - String event = jsonObject.getString("event"); - if (event.equals("hide_loader")) { - // Hide Loader - dialog.hide(); - } - // Handle Process Result - // This case will reach once payment page closes - // block:start:handle-process-result - if (event.equals("log_stream")) { - // catch the relevant events from here - } - else if (event.equals("process_result")) { - boolean error = jsonObject.optBoolean("error"); - JSONObject innerPayload = jsonObject.optJSONObject("payload"); - String status = innerPayload.optString("status"); - if (!error) { - switch (status) { - case "charged": - // Successful Transaction - // check order status via S2S API - redirect.putExtra("status", "OrderSuccess"); - startActivity(redirect); - break; - case "cod_initiated": - redirect.putExtra("status", "CODInitiated"); - startActivity(redirect); - break; - } - } else { - switch (status) { - case "backpressed": - // user back-pressed from PP without initiating transaction - break; - case "user_aborted": - // user initiated a txn and pressed back - // check order status via S2S API - Intent successIntent = new Intent(CheckoutActivity.this, ResponsePage.class); - redirect.putExtra("status", "UserAborted"); - startActivity(redirect); - break; - case "pending_vbv": - redirect.putExtra("status", "PendingVBV"); - startActivity(redirect); - break; - case "authorizing": - // txn in pending state - // check order status via S2S API - redirect.putExtra("status", "Authorizing"); - startActivity(redirect); - break; - case "authorization_failed": - redirect.putExtra("status", "AuthorizationFailed"); - startActivity(redirect); - break; - case "authentication_failed": - redirect.putExtra("status", "AuthenticationFailed"); - startActivity(redirect); - break; - case "api_failure": - redirect.putExtra("status", "APIFailure"); - startActivity(redirect); - break; - // txn failed - // check order status via S2S API - } - } - } - // block:end:handle-process-result - } catch (Exception e) { - // merchant code... - } - } - }; - } diff --git a/ec-headless-sample/clickstream/create-initiatePayload.java b/ec-headless-sample/clickstream/create-initiatePayload.java deleted file mode 100644 index de18363..0000000 --- a/ec-headless-sample/clickstream/create-initiatePayload.java +++ /dev/null @@ -1,20 +0,0 @@ -// This function creates intiate payload. - private JSONObject createInitiatePayload() { - JSONObject sdkPayload = new JSONObject(); - JSONObject innerPayload = new JSONObject(); - try { - // generating inner payload - innerPayload.put("action", "initiate"); - innerPayload.put("logLevel", "1"); - innerPayload.put("merchantId", ""); // Put your Merchant ID here - innerPayload.put("clientId", "CLIENT_ID"); // Put your Client ID here - innerPayload.put("environment", "production"); - sdkPayload.put("requestId", ""+ UUID.randomUUID()); - sdkPayload.put("service", "in.juspay.hyperpay"); - sdkPayload.put("payload", innerPayload); - - } catch (Exception e) { - e.printStackTrace(); - } - return sdkPayload; - } diff --git a/ec-headless-sample/clickstream/current-screen.json b/ec-headless-sample/clickstream/current-screen.json deleted file mode 100644 index 3ff735f..0000000 --- a/ec-headless-sample/clickstream/current-screen.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "category": "screen", - "subcategory": "screen", - "label": "current_screen", - "value": { - "url": "", - "screen_name": "PaymentPageScreen", - "presentation_type": "screen", - "id": 1 - } -} diff --git a/ec-headless-sample/clickstream/cvv-changed.json b/ec-headless-sample/clickstream/cvv-changed.json deleted file mode 100644 index ade7e9b..0000000 --- a/ec-headless-sample/clickstream/cvv-changed.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"cvv_changed", - "value":{ - "AddCardScreen":"XXX" - } -} diff --git a/ec-headless-sample/clickstream/expiry-date.json b/ec-headless-sample/clickstream/expiry-date.json deleted file mode 100644 index a525853..0000000 --- a/ec-headless-sample/clickstream/expiry-date.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"expiry_date_changed", - "value":{ - "AddCardScreen":"XXXX" - } -} diff --git a/ec-headless-sample/clickstream/payment-instruments.json b/ec-headless-sample/clickstream/payment-instruments.json deleted file mode 100644 index ec241da..0000000 --- a/ec-headless-sample/clickstream/payment-instruments.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"payment_instrument_group", - "value":{ - "pig_name":"nb" - } -} diff --git a/ec-headless-sample/clickstream/stored-card.json b/ec-headless-sample/clickstream/stored-card.json deleted file mode 100644 index c60c003..0000000 --- a/ec-headless-sample/clickstream/stored-card.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"stored_card_selected", - "value":{ - "card_details":{ - "card_type":"DEBIT", - "card_brand":"visa", - "bank_name":"SBI" - } - } -} diff --git a/ec-headless-sample/clickstream/upi-apps.json b/ec-headless-sample/clickstream/upi-apps.json deleted file mode 100644 index e34261e..0000000 --- a/ec-headless-sample/clickstream/upi-apps.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"upi_apps", - "value":{ - "upi_app_selected":{ - "packageName":"com.google.android.apps.nbu.paisa.user", - "appName":"Google Pay" - } - } -} diff --git a/ec-headless-sample/clickstream/upi-changed.json b/ec-headless-sample/clickstream/upi-changed.json deleted file mode 100644 index 9e64e1f..0000000 --- a/ec-headless-sample/clickstream/upi-changed.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "category":"action", - "subcategory":"user", - "label":"upi_id_changed", - "value":{ - "VpaScreen":"@upi" - } -} diff --git a/ec-headless-sample/clickstream/wallet-selected.json b/ec-headless-sample/clickstream/wallet-selected.json deleted file mode 100644 index 62f9dc2..0000000 --- a/ec-headless-sample/clickstream/wallet-selected.json +++ /dev/null @@ -1,9 +0,0 @@ - -{ - "category":"action", - "subcategory":"user", - "label":"wallet_selected", - "value":{ - "unlinked_wallet":"Paytm Wallet" - } -} diff --git a/ec-headless-sample/cordova/call-initiate b/ec-headless-sample/cordova/call-initiate deleted file mode 100644 index 31c6efc..0000000 --- a/ec-headless-sample/cordova/call-initiate +++ /dev/null @@ -1,5 +0,0 @@ -//block:start:initiate-sdk - -hyperSDKRef.initiate(JSON.stringify(createInitiatePayload()), hyperSDKCallback); - -//block:end:initiate-sdk diff --git a/ec-headless-sample/cordova/create-callbackAdapter b/ec-headless-sample/cordova/create-callbackAdapter deleted file mode 100644 index 86ddad7..0000000 --- a/ec-headless-sample/cordova/create-callbackAdapter +++ /dev/null @@ -1,121 +0,0 @@ -//block:start:create-hyper-callback - -var hyperSDKCallback = function (response) { - try { - const data = JSON.parse(resp); - var event = data.event || ''; - - switch (event) { - case "show_loader": { - // Show some loader here - - } - break; - case "hide_loader": { - // Hide Loader - - } - break; - case "initiate_result": { - // Get the payload - - let payload = parsedData["payload"]; - console.log("initiate result: ", parsedData) - } - break; - - //block:start:handle-process-result - - case "process_result": { - // Get the payload - - let payload = parsedData["payload"]; - console.log("process result: ", parsedData) - const error = data.error || false; - const innerPayload = data.payload || {}; - const status = innerPayload.status || ''; - const pi = innerPayload.paymentInstrument || ''; - const pig = innerPayload.paymentInstrumentGroup || ''; - - if (!error) { - // txn success, status should be "charged" - - //block:start:check-order-status - - // call orderStatus once to verify (false positives) - - //block:end:check-order-status - - //block:start:display-payment-status - - //Naivgate to success page - - //block:end:display-payment-status - } else { - const errorCode = data.errorCode || ''; - const errorMessage = data.errorMessage || ''; - switch (status) { - case 'backpressed': - // user back-pressed from PP without initiating any txn - break; - case 'user_aborted': - // user initiated a txn and pressed back - // poll order status - // navigate back - break; - case 'pending_vbv': - case 'authorizing': - // txn in pending state - // poll order status until backend says fail or success - break; - case 'authorization_failed': - case 'authentication_failed': - case 'api_failure': - // txn failed - // poll orderStatus to verify (false negatives) - //block:start:display-payment-status - - //navigate to failure page - - //block:end:display-payment-status - break; - case 'new': - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - - //navigate to failure page - break; - default: - // unknown status, this is also failure - // poll order status - - //navigate to failure page - } - // if txn was attempted, pi and pig would be non-empty - // can be used to show in UI if you are into that - // errorMessage can also be shown in UI - } - break; - - - } - break; - - //block:end:handle-process-result - - default: - //Error handling - - let payload = parsedData; - console.log("process result: ", payload) - break; - } - } catch (error) { - //Error handling - console.log(error); - } -} - -//block:end:create-hyper-callback \ No newline at end of file diff --git a/ec-headless-sample/cordova/create-hyperservices b/ec-headless-sample/cordova/create-hyperservices deleted file mode 100644 index 67b8ed1..0000000 --- a/ec-headless-sample/cordova/create-hyperservices +++ /dev/null @@ -1,5 +0,0 @@ -//block:start:create-hyper-services-instance - -hyperSDKRef = cordova.plugins.HyperSDKPlugin - -//block:end:create-hyper-services-instance \ No newline at end of file diff --git a/ec-headless-sample/cordova/create-initiatePayload b/ec-headless-sample/cordova/create-initiatePayload deleted file mode 100644 index ea6ed7f..0000000 --- a/ec-headless-sample/cordova/create-initiatePayload +++ /dev/null @@ -1,24 +0,0 @@ -//block:start:create-initiate-payload - -//Function to generate random requestId -function uuidv4() { - return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => - (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) - ); - } - - - function createInitiatePayload() { - return { - requestId: uuidv4(), - service: "in.juspay.hyperpay", - payload: { - action: "initiate", - merchantId: "", - clientId: "", - environment: "production" - } - }; - } - - //block:end:create-initiate-payload \ No newline at end of file diff --git a/ec-headless-sample/customer-api/create-customer/request.sh b/ec-headless-sample/customer-api/create-customer/request.sh deleted file mode 100644 index 1b0a4d4..0000000 --- a/ec-headless-sample/customer-api/create-customer/request.sh +++ /dev/null @@ -1,11 +0,0 @@ -curl -X POST https://api.juspay.in/customers\ --u your_api_key:\ --H 'x-merchantid: merchant_id'\ --H 'Content-Type: application/x-www-form-urlencoded'\ --d "object_reference_id=customer@gmail.com"\ --d "mobile_number=9988776655"\ --d "email_address=customer@gmail.com"\ --d "first_name=John"\ --d "last_name=Smith"\ --d "mobile_country_code=91"\ --d"options.get_client_auth_token=true"\ \ No newline at end of file diff --git a/ec-headless-sample/customer-api/create-customer/response-auth_token.json b/ec-headless-sample/customer-api/create-customer/response-auth_token.json deleted file mode 100644 index 2f46d91..0000000 --- a/ec-headless-sample/customer-api/create-customer/response-auth_token.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "id": "cst_afdeuvmfhs3j1acm", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:13:37Z", - "last_updated": "2020-03-17T14:13:37Z", - "juspay": { - "client_auth_token": "tkn_24543c6a278f45d680d09edb32e78061", - "client_auth_token_expiry": "2020-03-17T14:28:37Z" - } -} \ No newline at end of file diff --git a/ec-headless-sample/customer-api/create-customer/response.json b/ec-headless-sample/customer-api/create-customer/response.json deleted file mode 100644 index fb813e3..0000000 --- a/ec-headless-sample/customer-api/create-customer/response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "cst_pcxaymwoh9vbse97", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_country_code": "91", - "mobile_number": "9988776655", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "date_created": "2020-03-17T14:16:31Z", - "last_updated": "2020-03-17T14:16:31Z" -} \ No newline at end of file diff --git a/ec-headless-sample/customer-api/get-customer/request.sh b/ec-headless-sample/customer-api/get-customer/request.sh deleted file mode 100644 index aba746e..0000000 --- a/ec-headless-sample/customer-api/get-customer/request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl -X GET \ - https://api.juspay.in/customers/:customerid \ - -u your_api_key: \ - -H 'x-merchantid: merchant_id'\ - -H 'Content-Type: application/x-www-form-urlencoded'\ \ No newline at end of file diff --git a/ec-headless-sample/customer-api/get-customer/response-auth_token.json b/ec-headless-sample/customer-api/get-customer/response-auth_token.json deleted file mode 100644 index b326b3a..0000000 --- a/ec-headless-sample/customer-api/get-customer/response-auth_token.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "object_reference_id": "customer", - "object": "customer", - "mobile_number": "9999999999", - "mobile_country_code": "91", - "last_updated": "2020-03-17T14:29:17Z", - "last_name": "al", - "juspay": { - "client_auth_token_expiry": "2020-03-17T14:45:26Z", - "client_auth_token": "tkn_8649cd66d30c47728b8dd2fb6279a4cc" - }, - "id": "cst_tooedar2k7j1d60b", - "first_name": "name", - "email_address": "test@juspay.in", - "date_created": "2020-03-17T14:29:17Z" - } \ No newline at end of file diff --git a/ec-headless-sample/customer-api/get-customer/response.json b/ec-headless-sample/customer-api/get-customer/response.json deleted file mode 100644 index 922b429..0000000 --- a/ec-headless-sample/customer-api/get-customer/response.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "id": "cst_om2l6ctlptxwxuzj", - "object": "customer", - "object_reference_id": "customer@gmail.com", - "mobile_number": "9988776655", - "date_created": "2016-08-02T08:07:52+0000", - "last_updated": "2016-08-02T08:07:52+0000", - "email_address": "customer@gmail.com", - "first_name": "John", - "last_name": "Smith", - "mobile_country_code": "91" -} \ No newline at end of file diff --git a/ec-headless-sample/dashboard/With Fallback condition-.json b/ec-headless-sample/dashboard/With Fallback condition-.json deleted file mode 100644 index f50278d..0000000 --- a/ec-headless-sample/dashboard/With Fallback condition-.json +++ /dev/null @@ -1,9 +0,0 @@ -if (systemtimemills < 50) { - -  priorities = ['GATEWAY A'] - - } else if (systemtimemills < 100) { - -  priorities = ['GATEWAY B'] - - } \ No newline at end of file diff --git a/ec-headless-sample/dashboard/Without Fallback condition-.json b/ec-headless-sample/dashboard/Without Fallback condition-.json deleted file mode 100644 index e1039c0..0000000 --- a/ec-headless-sample/dashboard/Without Fallback condition-.json +++ /dev/null @@ -1,9 +0,0 @@ -if (systemtimemills < 50) { - -   priorities = ['GATEWAY A','GATEWAY B'] - -  } else if (systemtimemills < 100) { - -   priorities = ['GATEWAY B','GATEWAY A'] - -  } \ No newline at end of file diff --git a/ec-headless-sample/dashboard/surcharge.json b/ec-headless-sample/dashboard/surcharge.json deleted file mode 100644 index d139724..0000000 --- a/ec-headless-sample/dashboard/surcharge.json +++ /dev/null @@ -1,33 +0,0 @@ -var amount = order_reference.amount;  - -var is_card = payment.method_type == "CARD";  - -var is_debit_card = payment.card_type == "DEBIT";  - -var resp = {};  - -if (is_card && is_debit_card)  - -{  - -resp.fixed_surcharge_amount = 5.00;  - -resp.surcharge_rate = 0;  - -resp.tax_rate = 0;  - -}  - -else  - -{  - -resp.fixed_surcharge_amount = 0.00;  - -resp.surcharge_rate = 0;  - -resp.tax_rate = 0;  - -}  - -resp; \ No newline at end of file diff --git a/ec-headless-sample/encryption/post-decrypt.sh b/ec-headless-sample/encryption/post-decrypt.sh deleted file mode 100644 index 4207a5c..0000000 --- a/ec-headless-sample/encryption/post-decrypt.sh +++ /dev/null @@ -1,15 +0,0 @@ -var opts = { - handlers: { - "exp": { - complete: function(jwe) { - // {jwe} is the JWE decrypt output, post-decryption - jwe.header.exp = new Date(jwe.header.exp); - } - } - } -}; -jose.JWE.createDecrypt(key, opts). - decrypt(input). - then(function(result) { - // ... - }); \ No newline at end of file diff --git a/ec-headless-sample/encryption/pre-decrypt.sh b/ec-headless-sample/encryption/pre-decrypt.sh deleted file mode 100644 index 9c24029..0000000 --- a/ec-headless-sample/encryption/pre-decrypt.sh +++ /dev/null @@ -1,13 +0,0 @@ -var opts = { - handlers: { - "exp": function(jwe) { - // {jwe} is the JWE decrypt output, pre-decryption - jwe.header.exp = new Date(jwe.header.exp); - } - } -}; -jose.JWE.createDecrypt(key, opts). - decrypt(input). - then(function(result) { - // ... - }); \ No newline at end of file diff --git a/ec-headless-sample/flutter/apply-plugin.gradle b/ec-headless-sample/flutter/apply-plugin.gradle deleted file mode 100644 index 64d4a71..0000000 --- a/ec-headless-sample/flutter/apply-plugin.gradle +++ /dev/null @@ -1,4 +0,0 @@ -// Applying HyperAssets plugin -// block:start:apply-plugin -apply plugin: 'hypersdk-asset-plugin' -// block:end:apply-plugin \ No newline at end of file diff --git a/ec-headless-sample/flutter/call-initiate b/ec-headless-sample/flutter/call-initiate deleted file mode 100644 index 3c411be..0000000 --- a/ec-headless-sample/flutter/call-initiate +++ /dev/null @@ -1,4 +0,0 @@ -// Calling initiate on hyperSDK instance to boot up payment engine. -// block:start:initiate-sdk -await widget.hyperSDK.initiate(initiatePayload, initiateCallbackHandler); -// block:end:initiate-sdk \ No newline at end of file diff --git a/ec-headless-sample/flutter/create-callbackAdapter b/ec-headless-sample/flutter/create-callbackAdapter deleted file mode 100644 index 858d60d..0000000 --- a/ec-headless-sample/flutter/create-callbackAdapter +++ /dev/null @@ -1,8 +0,0 @@ -// Define handler for inititate callback -// block:start:initiate-callback-handler -void initiateCallbackHandler(MethodCall methodCall) { - if (methodCall.method == "initiate_result") { - // check initiate result - } - } -// block:end:initiate-callback-handler diff --git a/ec-headless-sample/flutter/create-hyperservices b/ec-headless-sample/flutter/create-hyperservices deleted file mode 100644 index 67b8ed1..0000000 --- a/ec-headless-sample/flutter/create-hyperservices +++ /dev/null @@ -1,5 +0,0 @@ -//block:start:create-hyper-services-instance - -hyperSDKRef = cordova.plugins.HyperSDKPlugin - -//block:end:create-hyper-services-instance \ No newline at end of file diff --git a/ec-headless-sample/flutter/create-initiatePayload b/ec-headless-sample/flutter/create-initiatePayload deleted file mode 100644 index caa87d8..0000000 --- a/ec-headless-sample/flutter/create-initiatePayload +++ /dev/null @@ -1,13 +0,0 @@ -// Getting initiate payload -// block:start:get-initiate-payload -var initiatePayload = { -"requestId": const Uuid().v4(), -"service": "in.juspay.hyperpay", -"payload": { - "action": "initiate", - "merchantId": "", - "clientId": "", - "environment": "production" - } -}; -// block:end:get-initiate-payload \ No newline at end of file diff --git a/ec-headless-sample/flutter/import-hypersdk b/ec-headless-sample/flutter/import-hypersdk deleted file mode 100644 index 39b4b4d..0000000 --- a/ec-headless-sample/flutter/import-hypersdk +++ /dev/null @@ -1,4 +0,0 @@ -// Importing Hyper SDK -// block:start:import-hyper-sdk -import 'package:hypersdkflutter/hypersdkflutter.dart'; -// block:end:import-hyper-sdk \ No newline at end of file diff --git a/ec-headless-sample/flutter/post-install b/ec-headless-sample/flutter/post-install deleted file mode 100644 index 0c9b8c1..0000000 --- a/ec-headless-sample/flutter/post-install +++ /dev/null @@ -1,14 +0,0 @@ -post_install do |installer| - installer.pods_project.targets.each do |target| - flutter_additional_ios_build_settings(target) - end - # // Add iOS post-install script - # // block:start:ios-post-install - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = true - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end - # // block:end:ios-post-install -end \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/initiate-objC/HyperPaymentsCallbackAdapter b/ec-headless-sample/getting-sdk-ios/initiate-objC/HyperPaymentsCallbackAdapter deleted file mode 100644 index 035979c..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-objC/HyperPaymentsCallbackAdapter +++ /dev/null @@ -1,53 +0,0 @@ - //block:start:create-hyper-callback - self.hyperCallbackHandler = ^(NSDictionary * _Nullable response) { - NSDictionary *data = response; - NSString *event = data[@"event"]; - - if ([event isEqualToString:@"hide_loader"]) { - // hide loader - } - // Handle Process Result - // block:start:handle-process-result - - else if ([event isEqualToString:@"process_result"]) { - BOOL error = [data[@"error"] boolValue]; - - NSDictionary *innerPayload = data[@"payload"]; - NSString *status = innerPayload[@"status"]; - NSString *pi = innerPayload[@"paymentInstrument"]; - NSString *pig = innerPayload[@"paymentInstrumentGroup"]; - - if (!error) { - // txn success, status should be "charged" - // process data -- show pi and pig in UI maybe also? - // example -- pi: "PAYTM", pig: "WALLET" - // call orderStatus once to verify (false positives) - } else { - - NSString *errorCode = data[@"errorCode"]; - NSString *errorMessage = data[@"errorMessage"]; - if([status isEqualToString:@"backpressed"]) { - // user back-pressed from checkout screen without initiating any txn - } - else if ([status isEqualToString:@"backpressed"]) { - // user initiated a txn and pressed back - // poll order status - } else if ([status isEqualToString:@"pending_vbv"] || [status isEqualToString:@"authorizing"]) { - // txn in pending state - // poll order status until backend says fail or success - } else if ([status isEqualToString:@"authorization_failed"] || [status isEqualToString:@"authentication_failed"] || [status isEqualToString:@"api_failure"]) { - // txn failed - // poll orderStatus to verify (false negatives) - } else if([status isEqualToString:@"new"]) { - // order created but txn failed - // also failure - // poll order status - } else { - // unknown status, this is also failure - // poll order status - } - } - } - // block:end:handle-process-result - }; - //block:end:create-hyper-callback diff --git a/ec-headless-sample/getting-sdk-ios/initiate-objC/call-initiate b/ec-headless-sample/getting-sdk-ios/initiate-objC/call-initiate deleted file mode 100644 index fa7cf3e..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-objC/call-initiate +++ /dev/null @@ -1,5 +0,0 @@ -// Calling initiate on hyperService instance to boot up payment engine. - // block:start:initiate-sdk - NSDictionary *initPayload = [self createInitiatePayload]; - [self.hyperInstance initiate:self payload:initPayload callback:self.hyperCallbackHandler]; - // block:end:initiate-sdk \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/initiate-objC/create-hyperservices b/ec-headless-sample/getting-sdk-ios/initiate-objC/create-hyperservices deleted file mode 100644 index b73d1eb..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-objC/create-hyperservices +++ /dev/null @@ -1,3 +0,0 @@ - //block:start:create-hyper-services-instance - self.hyperInstance = [[HyperServices alloc] init]; - //block:end:create-hyper-services-instance diff --git a/ec-headless-sample/getting-sdk-ios/initiate-objC/create-initiatePayload b/ec-headless-sample/getting-sdk-ios/initiate-objC/create-initiatePayload deleted file mode 100644 index b0088b3..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-objC/create-initiatePayload +++ /dev/null @@ -1,20 +0,0 @@ -// Creating initiate payload JSON object -// block:start:create-initiate-payload -- (NSDictionary *)createInitiatePayload { - NSDictionary *innerPayload = @{ - @"action": @"initiate", - @"merchantId": @"", - @"clientId": @"", - @"customerId": @"", - @"environment": @"prod" - }; - - NSDictionary *sdkPayload = @{ - @"requestId": @"12398b5571d74c3388a74004bc24370c", - @"service": @"in.juspay.hyperapi", - @"payload": innerPayload - }; - - return sdkPayload; -} -// block:end:create-initiate-payload \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/initiate-objC/import-hypersdk b/ec-headless-sample/getting-sdk-ios/initiate-objC/import-hypersdk deleted file mode 100644 index f7b13b1..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-objC/import-hypersdk +++ /dev/null @@ -1,4 +0,0 @@ -// Importing Hyper SDK -// block:start:import-hyper-sdk -#import -// block:end:import-hyper-sdk \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/initiate-swift/HyperPaymentsCallbackAdapter b/ec-headless-sample/getting-sdk-ios/initiate-swift/HyperPaymentsCallbackAdapter deleted file mode 100644 index 3297103..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-swift/HyperPaymentsCallbackAdapter +++ /dev/null @@ -1,60 +0,0 @@ -// Creating HyperPaymentsCallbackAdapter - // This callback will get all events from hyperService instance - // block:start:create-hyper-callback - func hyperCallbackHandler(response : (Optional>)) { - if let data = response, let event = data["event"] as? String { - if (event == "hide_loader") { - // hide loader - } - // Handle Process Result - // block:start:handle-process-result - else if (event == "process_result") { - let error = data["error"] as! Bool - - let innerPayload = data["payload"] as! [ String: Any ] - let status = innerPayload["status"] as! String - let pi = innerPayload["paymentInstrument"] as? String - let pig = innerPayload["paymentInstrumentGroup"] as? String - - if (!error) { - // txn success, status should be "charged" - // process data -- show pi and pig in UI maybe also? - // example -- pi: "PAYTM", pig: "WALLET" - // call orderStatus once to verify (false positives) - } else { - - let errorCode = data["errorCode"] as! String - let errorMessage = data["errorMessage"] as! String - switch (status) { - case "backpressed": - // user back-pressed from checkout screen without initiating any txn - break; - case "user_aborted": - // user initiated a txn and pressed back - // poll order status - break; - case "pending_vbv", "authorizing": - // txn in pending state - // poll order status until backend says fail or success - break; - case "authorization_failed", "authentication_failed", "api_failure": - // txn failed - // poll orderStatus to verify (false negatives) - break; - case "new": - // order created but txn failed - // also failure - // poll order status - break; - default: - // unknown status, this is also failure - // poll order status - break; - } - } - } - // block:end:handle-process-result - } - - } - // block:end:create-hyper-callback diff --git a/ec-headless-sample/getting-sdk-ios/initiate-swift/call-initiate b/ec-headless-sample/getting-sdk-ios/initiate-swift/call-initiate deleted file mode 100644 index dfc8f60..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-swift/call-initiate +++ /dev/null @@ -1,8 +0,0 @@ - // Calling initiate on hyperService instance to boot up payment engine. - // block:start:initiate-sdk - hyperInstance.initiate( - self, - payload: createInitiatePayload(), - callback: hyperCallbackHandler - ) - // block:end:initiate-sdk \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/initiate-swift/create-hyperservices b/ec-headless-sample/getting-sdk-ios/initiate-swift/create-hyperservices deleted file mode 100644 index 7f10167..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-swift/create-hyperservices +++ /dev/null @@ -1,4 +0,0 @@ - // Creating an object of HyperServices class. - // block:start:create-hyper-services-instance - let hyperInstance = HyperServices(); - // block:end:create-hyper-services-instance diff --git a/ec-headless-sample/getting-sdk-ios/initiate-swift/create-initiatePayload b/ec-headless-sample/getting-sdk-ios/initiate-swift/create-initiatePayload deleted file mode 100644 index 5e20ab5..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-swift/create-initiatePayload +++ /dev/null @@ -1,20 +0,0 @@ -// Creating initiate payload JSON object -// block:start:create-initiate-payload -func createInitiatePayload() -> [String: Any] { - let innerPayload : [String: Any] = [ - "action": "initiate", - "merchantId": "", - "clientId": "", - "customerId": "", - "environment": "prod" - ]; - - let sdkPayload : [String: Any] = [ - "requestId": UUID().uuidString, - "service": "in.juspay.hyperapi", - "payload": innerPayload - ] - - return sdkPayload -} -// block:end:create-initiate-payload \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/initiate-swift/import-hypersdk b/ec-headless-sample/getting-sdk-ios/initiate-swift/import-hypersdk deleted file mode 100644 index 10aaa45..0000000 --- a/ec-headless-sample/getting-sdk-ios/initiate-swift/import-hypersdk +++ /dev/null @@ -1,4 +0,0 @@ -// Importing Hyper SDK -// block:start:import-hyper-sdk -import HyperSDK -// block:end:import-hyper-sdk \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/post-install b/ec-headless-sample/getting-sdk-ios/post-install deleted file mode 100644 index 0ecd1af..0000000 --- a/ec-headless-sample/getting-sdk-ios/post-install +++ /dev/null @@ -1,11 +0,0 @@ -# Adding Hyper SDK dependecy -# block:start:adding-plugin-installation-script -post_install do |installer| - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = false # Pass true to re-download all the assets - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end - end - # block:end:adding-plugin-installation-script \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk-ios/sdk-dependency b/ec-headless-sample/getting-sdk-ios/sdk-dependency deleted file mode 100644 index d9870ae..0000000 --- a/ec-headless-sample/getting-sdk-ios/sdk-dependency +++ /dev/null @@ -1,4 +0,0 @@ -# Adding Hyper SDK dependecy - # block:start:adding-hyper-sdk-pod - pod 'HyperSDK', '2.1.15' - # block:end:adding-hyper-sdk-pod diff --git a/ec-headless-sample/getting-sdk/HyperPaymentsCallbackAdapter.java b/ec-headless-sample/getting-sdk/HyperPaymentsCallbackAdapter.java deleted file mode 100644 index 2ac503a..0000000 --- a/ec-headless-sample/getting-sdk/HyperPaymentsCallbackAdapter.java +++ /dev/null @@ -1,83 +0,0 @@ - - private HyperPaymentsCallbackAdapter createHyperPaymentsCallbackAdapter() { - return new HyperPaymentsCallbackAdapter() { - @Override - public void onEvent(JSONObject jsonObject, JuspayResponseHandler responseHandler) { - Intent redirect = new Intent(CheckoutActivity.this, ResponsePage.class); - redirect.putExtra("responsePayload", jsonObject.toString()); - System.out.println(jsonObject); - try { - String event = jsonObject.getString("event"); - if (event.equals("hide_loader")) { - // Hide Loader - dialog.hide(); - } - // Handle Process Result - // This case will reach once payment page closes - // block:start:handle-process-result - else if (event.equals("process_result")) { - boolean error = jsonObject.optBoolean("error"); - JSONObject innerPayload = jsonObject.optJSONObject("payload"); - String status = innerPayload.optString("status"); - - if (!error) { - switch (status) { - case "charged": - // Successful Transaction - // check order status via S2S API - redirect.putExtra("status", "OrderSuccess"); - startActivity(redirect); - break; - case "cod_initiated": - redirect.putExtra("status", "CODInitiated"); - startActivity(redirect); - break; - } - } else { - switch (status) { - case "backpressed": - // user back-pressed from checkout screen without initiating transaction - - break; - case "user_aborted": - // user initiated a txn and pressed back - // check order status via S2S API - Intent successIntent = new Intent(CheckoutActivity.this, ResponsePage.class); - redirect.putExtra("status", "UserAborted"); - startActivity(redirect); - break; - case "pending_vbv": - redirect.putExtra("status", "PendingVBV"); - startActivity(redirect); - break; - case "authorizing": - // txn in pending state - // check order status via S2S API - redirect.putExtra("status", "Authorizing"); - startActivity(redirect); - break; - case "authorization_failed": - redirect.putExtra("status", "AuthorizationFailed"); - startActivity(redirect); - break; - case "authentication_failed": - redirect.putExtra("status", "AuthenticationFailed"); - startActivity(redirect); - break; - case "api_failure": - redirect.putExtra("status", "APIFailure"); - startActivity(redirect); - break; - // txn failed - // check order status via S2S API - } - } - } - // block:end:handle-process-result - } catch (Exception e) { - // merchant code... - } - } - }; - } - // \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk/add-mavenurl.gradle b/ec-headless-sample/getting-sdk/add-mavenurl.gradle deleted file mode 100644 index 9f9288d..0000000 --- a/ec-headless-sample/getting-sdk/add-mavenurl.gradle +++ /dev/null @@ -1,10 +0,0 @@ - -repositories { - google() - mavenCentral() - // block:start:assets-plugin-maven-url - maven { - url "https://maven.juspay.in/jp-build-packages/hypersdk-asset-download/releases/" - } - // block:end:assets-plugin-maven-url -} diff --git a/ec-headless-sample/getting-sdk/add-pluginclasspath.gradle b/ec-headless-sample/getting-sdk/add-pluginclasspath.gradle deleted file mode 100644 index 2ae3aa1..0000000 --- a/ec-headless-sample/getting-sdk/add-pluginclasspath.gradle +++ /dev/null @@ -1,11 +0,0 @@ - - dependencies { - classpath "com.android.tools.build:gradle:4.0.0" - - // block:start:assets-class-path - classpath 'in.juspay:hypersdk-asset-plugin:1.0.3' - // block:end:assets-class-path - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } diff --git a/ec-headless-sample/getting-sdk/app/.gitignore b/ec-headless-sample/getting-sdk/app/.gitignore deleted file mode 100644 index 42afabf..0000000 --- a/ec-headless-sample/getting-sdk/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk/app/MerchantConfig.txt b/ec-headless-sample/getting-sdk/app/MerchantConfig.txt deleted file mode 100644 index 51172d6..0000000 --- a/ec-headless-sample/getting-sdk/app/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = shared by Juspay Team diff --git a/ec-headless-sample/getting-sdk/app/apply-plugin.gradle b/ec-headless-sample/getting-sdk/app/apply-plugin.gradle deleted file mode 100644 index ce48051..0000000 --- a/ec-headless-sample/getting-sdk/app/apply-plugin.gradle +++ /dev/null @@ -1,7 +0,0 @@ -plugins { - id 'com.android.application' - // block:start:apply-plugin - id 'hypersdk-asset-plugin' - // block:end:apply-plugin -} - diff --git a/ec-headless-sample/getting-sdk/app/proguard-rules.pro b/ec-headless-sample/getting-sdk/app/proguard-rules.pro deleted file mode 100644 index 481bb43..0000000 --- a/ec-headless-sample/getting-sdk/app/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk/app/sdk-implementation.gradle b/ec-headless-sample/getting-sdk/app/sdk-implementation.gradle deleted file mode 100644 index cbfa040..0000000 --- a/ec-headless-sample/getting-sdk/app/sdk-implementation.gradle +++ /dev/null @@ -1,14 +0,0 @@ -dependencies { - - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'com.google.android.material:material:1.1.0' - //block:start:add-sdk-implementation - implementation 'in.juspay:hypersdk:2.1.7' //Please use the latest stable version of hypersdk here - //block:end:add-sdk-implementation - implementation("com.squareup.okhttp3:okhttp:4.9.3") - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} diff --git a/ec-headless-sample/getting-sdk/call-initiate.java b/ec-headless-sample/getting-sdk/call-initiate.java deleted file mode 100644 index 16c1522..0000000 --- a/ec-headless-sample/getting-sdk/call-initiate.java +++ /dev/null @@ -1,17 +0,0 @@ - -//block:start:call-initiate -//This function initiate the Juspay SDK -private void initiatePaymentsSDK() { - if(!hyperServicesHolder.isInitiated()){ - initiatePayload = createInitiatePayload(); - hyperServicesHolder.initiate(initiatePayload); - - //Showing snackbar - Helper helper = new Helper(); - CoordinatorLayout coordinatorLayout = findViewById(R.id.coordinatorLayout2); - helper.showSnackbar("Initiate Called!", coordinatorLayout); - } -} -//block:end:call-initiate - - \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk/create-hyperservices.java b/ec-headless-sample/getting-sdk/create-hyperservices.java deleted file mode 100644 index d53de7a..0000000 --- a/ec-headless-sample/getting-sdk/create-hyperservices.java +++ /dev/null @@ -1,32 +0,0 @@ - - -@Override -protected void onStart() { - super.onStart(); - //block:start:create-hyper-services-instance - - hyperServicesHolder = new HyperServiceHolder(this); - - //block:end:create-hyper-services-instance - initiatePaymentsSDK(); - proceedButton = findViewById(R.id.rectangle_8); - itemCountTv1 = findViewById(R.id.some_id); - itemCountTv2 = findViewById(R.id.some_id2); - proceedButton.setOnClickListener(new View.OnClickListener() { - @Override - public void onClick(View view) { - if(item1Count>=1 || item2Count >=1){ - Intent intent = new Intent(ProductsActivity.this, CheckoutActivity.class); - intent.putExtra("item1Count", item1Count); - intent.putExtra("item2Count", item2Count); - intent.putExtra("item1Price", item1Price); - intent.putExtra("item2Price", item2Price); - startActivity(intent); - } else { - Toast.makeText(ProductsActivity.this, "You should add atlease one item", Toast.LENGTH_SHORT).show(); - } - } - }); -} - - \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk/create-initiatePayload.java b/ec-headless-sample/getting-sdk/create-initiatePayload.java deleted file mode 100644 index ac33c80..0000000 --- a/ec-headless-sample/getting-sdk/create-initiatePayload.java +++ /dev/null @@ -1,26 +0,0 @@ - - -//block:start:create-initiate-payload -// This function creates intiate payload. -private JSONObject createInitiatePayload() { - JSONObject sdkPayload = new JSONObject(); - JSONObject innerPayload = new JSONObject(); - try { - // generating inner payload - innerPayload.put("action", "initiate"); - innerPayload.put("merchantId", ""); // Put your Merchant ID here - innerPayload.put("clientId", ""); // Put your Client ID here - innerPayload.put("customerId", ""); //Any unique refrences to current customer - innerPayload.put("environment", "prod"); - sdkPayload.put("requestId", ""+ UUID.randomUUID()); - sdkPayload.put("service", "in.juspay.hyperapi"); - sdkPayload.put("payload", innerPayload); - - } catch (Exception e) { - e.printStackTrace(); - } - return sdkPayload; -} -//block:end:create-initiate-payload - - \ No newline at end of file diff --git a/ec-headless-sample/getting-sdk/sdk-mavenurl.gradle b/ec-headless-sample/getting-sdk/sdk-mavenurl.gradle deleted file mode 100644 index af46305..0000000 --- a/ec-headless-sample/getting-sdk/sdk-mavenurl.gradle +++ /dev/null @@ -1,16 +0,0 @@ -allprojects { - repositories { - google() - mavenCentral() - //block:start:hyper-sdk-maven-url - maven { - url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" - } - //block:end:hyper-sdk-maven-url - } -} - - -task clean(type: Delete) { - delete rootProject.buildDir -} diff --git a/ec-headless-sample/lifecycle/backpressed.sh b/ec-headless-sample/lifecycle/backpressed.sh deleted file mode 100644 index b93acd2..0000000 --- a/ec-headless-sample/lifecycle/backpressed.sh +++ /dev/null @@ -1,10 +0,0 @@ -//block:start:onBackPressed - @Override - public void onBackPressed() { - boolean handleBackpress = hyperServicesHolder.handleBackPress(); - if(handleBackpress) { - super.onBackPressed(); - } - - } - //block:end:onBackPressed \ No newline at end of file diff --git a/ec-headless-sample/lifecycle/onActivityResult.sh b/ec-headless-sample/lifecycle/onActivityResult.sh deleted file mode 100644 index 47689c8..0000000 --- a/ec-headless-sample/lifecycle/onActivityResult.sh +++ /dev/null @@ -1,15 +0,0 @@ - - onActivityResult - - Handling onActivityResult hook and passing data to HyperServices Instance, to handle App Switch - @Override - public void onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) { - // block:start:onActivityResult - - // If super.onActivityResult is available use following: - // super.onActivityResult(requestCode, resultCode, data); - - // In case super.onActivityResult is NOT available please use following: - // if (data != null) { - // hyperServices.onActivityResult(requestCode, resultCode, data); - // } - - // block:end:onActivityResult \ No newline at end of file diff --git a/ec-headless-sample/lifecycle/onRequestPermissionsResult.sh b/ec-headless-sample/lifecycle/onRequestPermissionsResult.sh deleted file mode 100644 index 0ba3c63..0000000 --- a/ec-headless-sample/lifecycle/onRequestPermissionsResult.sh +++ /dev/null @@ -1,13 +0,0 @@ - - onRequestPermissionsResult - - Handling onRequestPermissionsResult hook and passing data to HyperServices Instance, to OTP reading permissions - @Override - public void onRequestPermissionsResult(requestCode: Int, permissions: Array, grantResults: IntArray) { - // block:start:onRequestPermissionsResult - - // If super.onRequestPermissionsResult is available use following: - // super.onRequestPermissionsResult(requestCode, permissions, grantResults); - - // In case super.onActivityResult is NOT available please use following: - // hyperServices.onRequestPermissionsResult(requestCode, permissions, grantResults); - - // block:end:onRequestPermissionsResult \ No newline at end of file diff --git a/ec-headless-sample/mandates/card-info/request.sh b/ec-headless-sample/mandates/card-info/request.sh deleted file mode 100644 index b37cbea..0000000 --- a/ec-headless-sample/mandates/card-info/request.sh +++ /dev/null @@ -1 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/cardbins/424242?merchant_id=merchantId&options.check_mandate_support=true' \ No newline at end of file diff --git a/ec-headless-sample/mandates/card-info/response.json b/ec-headless-sample/mandates/card-info/response.json deleted file mode 100644 index d976c60..0000000 --- a/ec-headless-sample/mandates/card-info/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "card_sub_type": "PLATINUM", - "mandate_support": true, - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "object": "cardbin", - "type": "DEBIT", - "juspay_bank_code": "JP_HDFC", - "country": "INDIA" -} \ No newline at end of file diff --git a/ec-headless-sample/mandates/payment-methods/request.sh b/ec-headless-sample/mandates/payment-methods/request.sh deleted file mode 100644 index 74e65b0..0000000 --- a/ec-headless-sample/mandates/payment-methods/request.sh +++ /dev/null @@ -1 +0,0 @@ -curl -X GET https://api.juspay.in/merchants/guest/paymentmethods?options.add_emandate_payment_methods=true \ No newline at end of file diff --git a/ec-headless-sample/mandates/payment-methods/response.json b/ec-headless-sample/mandates/payment-methods/response.json deleted file mode 100644 index 3281094..0000000 --- a/ec-headless-sample/mandates/payment-methods/response.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "payment_methods": [ - { - "description": "Pay with UPI", - "payment_method": "UPI", - "payment_method_type": "UPI" - }, - { - "description": "Visa", - "payment_method": "VISA", - "payment_method_type": "CARD" - }, - { - "description": "Mastercard", - "payment_method": "MASTER", - "payment_method_type": "CARD" - }, - { - "description": "Rupay", - "payment_method": "RUPAY", - "payment_method_type": "CARD" - }, - { - "description": "HDFC Bank", - "payment_method": "NB_HDFC", - "payment_method_type": "NB" - }, - { - "description": "ICICI Netbanking", - "payment_method": "NB_ICICI", - "payment_method_type": "NB" - }, - { - "description": "Axis Bank", - "payment_method": "NB_AXIS", - "payment_method_type": "NB" - } - ], - "emandate_payment_methods": [ - { - "description": "UPI Collect", - "payment_method": "COLLECT", - "payment_method_type": "UPI" - }, - { - "description": "UPI Intent Pay", - "payment_method": "PAY", - "payment_method_type": "UPI" - }, - { - "payment_method_type": "CARD", - "payment_method": "JP_HDFC", - "description": "HDFC Bank" - }, - { - "payment_method_type": "NB", - "payment_method": "JP_HDFC", - "description": "HDFC Bank" - }, - { - "payment_method_type": "CARD", - "payment_method": "JP_AXIS", - "description": "Axis Bank" - }, - { - "payment_method_type": "NB", - "payment_method": "JP_AXIS", - "description": "Axis Bank" - } - ] -} \ No newline at end of file diff --git a/ec-headless-sample/mandates/verify-vpa/request.sh b/ec-headless-sample/mandates/verify-vpa/request.sh deleted file mode 100644 index 66d70f3..0000000 --- a/ec-headless-sample/mandates/verify-vpa/request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/v2/upi/verify-vpa' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'Authorization: Basic RDRGQkRDQkVC****BQjc0QThCOg==' \ ---data-urlencode 'vpa=9999999999@upi' \ ---data-urlencode 'merchant_id=merchantId' \ No newline at end of file diff --git a/ec-headless-sample/mandates/verify-vpa/response.json b/ec-headless-sample/mandates/verify-vpa/response.json deleted file mode 100644 index 666f33f..0000000 --- a/ec-headless-sample/mandates/verify-vpa/response.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "vpa": "9999999999@upi", - "status": "VALID", - "mandate_details": { - "is_handle_supported": true - }, - "customer_name": "Verified" -} \ No newline at end of file diff --git a/ec-headless-sample/misc/UUID-objC.sh b/ec-headless-sample/misc/UUID-objC.sh deleted file mode 100644 index 76364ba..0000000 --- a/ec-headless-sample/misc/UUID-objC.sh +++ /dev/null @@ -1,3 +0,0 @@ - -# Please scroll down for a sample snippets to generate uuid-v4 string. Used in HyperSDK as [requestId] -NSUUID.UUID.UUIDString; \ No newline at end of file diff --git a/ec-headless-sample/misc/UUID-swift.sh b/ec-headless-sample/misc/UUID-swift.sh deleted file mode 100644 index a133ebc..0000000 --- a/ec-headless-sample/misc/UUID-swift.sh +++ /dev/null @@ -1,3 +0,0 @@ - -# Please scroll down for a sample snippets to generate uuid-v4 string. Used in HyperSDK as [requestId] -NSUUID().uuidString \ No newline at end of file diff --git a/ec-headless-sample/misc/UUID.sh b/ec-headless-sample/misc/UUID.sh deleted file mode 100644 index 65c3962..0000000 --- a/ec-headless-sample/misc/UUID.sh +++ /dev/null @@ -1,3 +0,0 @@ - -# Please scroll down for a sample snippets to generate uuid-v4 string. Used in HyperSDK as [requestId] -UUID.randomUUID().toString() \ No newline at end of file diff --git a/ec-headless-sample/misc/isInitialised-objC.sh b/ec-headless-sample/misc/isInitialised-objC.sh deleted file mode 100644 index c3db475..0000000 --- a/ec-headless-sample/misc/isInitialised-objC.sh +++ /dev/null @@ -1,11 +0,0 @@ -/** -Checks if current sdk instance has been initialised.. -*/ -- (Boolean)isInitialised; - -//Example usage -if ([hyperInstance isInitialised]) { - [hyperInstance process:processPayload]; -} else { - //Intialize hyperInstance -} \ No newline at end of file diff --git a/ec-headless-sample/misc/isInitialised-swift.sh b/ec-headless-sample/misc/isInitialised-swift.sh deleted file mode 100644 index bd83b32..0000000 --- a/ec-headless-sample/misc/isInitialised-swift.sh +++ /dev/null @@ -1,11 +0,0 @@ -/** -Checks if current sdk instance has been initialised. -*/ -- (Boolean)isInitialised; - -//Example usage -if hyperInstance.isInitialised { - hyperInstance.process(processPayload); -} else { - //Intialize hyperInstance -} \ No newline at end of file diff --git a/ec-headless-sample/misc/isInitialised.sh b/ec-headless-sample/misc/isInitialised.sh deleted file mode 100644 index 3c7277d..0000000 --- a/ec-headless-sample/misc/isInitialised.sh +++ /dev/null @@ -1,12 +0,0 @@ -/** -Checks if current sdk instance has been initialised. -*/ -public boolean isInitialised; - - -//Example usage -if (hyperServices.isInitialised()) { - hyperServices.process(processPayload); -} else { - //Intialise hyperInstance -} \ No newline at end of file diff --git a/ec-headless-sample/order-api/create-order-mandates/request.sh b/ec-headless-sample/order-api/create-order-mandates/request.sh deleted file mode 100644 index 53e4dd2..0000000 --- a/ec-headless-sample/order-api/create-order-mandates/request.sh +++ /dev/null @@ -1,21 +0,0 @@ -curl POST 'https://api.juspay.in/orders' \ --H 'x-merchantid: merchant' \ --H ‘'Content-Type: application/x-www-form-urlencoded'\ --d 'order_id=234823498237423894273498' \ --d 'amount=1.00' \ --d 'currency=INR' \ --d 'customer_id=cst_lz7emoo5okgav' \ --d 'customer_email=test@gmail.com' \ --d 'customer_phone=9818638469' \ --d 'options.create_mandate=REQUIRED' \ --d 'mandate.amount_rule=VARIABLE' \ --d 'mandate.max_amount=1000.00' \ --d 'mandate.revokable_by_customer=true' \ --d 'mandate.block_funds=false' \ --d 'mandate.start_date=1598965200' \ --d 'mandate.end_date=1914141600' \ --d 'mandate.frequency=MONTHLY' \ --d 'mandate.rule_value=1' \ --d 'mandate.rule_type=ON' \ --d 'gateway_id=19' \ --d 'metadata.PAYTM_V2:gateway_reference_id=upimandate' diff --git a/ec-headless-sample/order-api/create-order-mandates/response.json b/ec-headless-sample/order-api/create-order-mandates/response.json deleted file mode 100644 index 09af0aa..0000000 --- a/ec-headless-sample/order-api/create-order-mandates/response.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "status_id": 10, - "status": "NEW", - "return_url": "", - "refunded": false, - "product_id": "", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b", - "mobile": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeu_8bddad1e3b9c485eab3db4528575c01b" - }, - "order_id": "14183944763", - "merchant_id": "merchantId", - "juspay": { - "client_auth_token_expiry": "2020-06-16T10:43:35Z", - "client_auth_token": "tkn_753275c49a44a1a313eb2567f2fd6b" - }, - "id": "ordeu_8bddad1e3b9c85eab3db4528575c01b", - "date_created": "2020-06-16T10:28:35Z", - "customer_phone": "9999999999", - "customer_id": "1235677", - "customer_email": "test@gmail.com", - "options.createMandate": "REQUIRED", - "amount": "2.0", - "mandate.maxAmount": "10.00", - "mandate.endDate": "1646234827", - "mandate.startDate": "1644420442" -} \ No newline at end of file diff --git a/ec-headless-sample/order-api/create-order/request.sh b/ec-headless-sample/order-api/create-order/request.sh deleted file mode 100644 index 9a34034..0000000 --- a/ec-headless-sample/order-api/create-order/request.sh +++ /dev/null @@ -1,42 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'version: 2018-10-25' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'x-merchantid: merchant_id'\ ---header 'Authorization: Basic QTA0QT*******ODg1Og==' \ ---data-urlencode 'order_id=14183944763' \ ---data-urlencode 'amount=100.00' \ ---data-urlencode 'currency=INR' \ ---data-urlencode 'customer_id=guest_user_101' \ ---data-urlencode 'customer_email=customer@gmail.com' \ ---data-urlencode 'customer_phone=9988665522' \ ---data-urlencode 'product_id=prod-141833' \ ---data-urlencode 'return_url=http://shop.merchant.com/payments/handleResponse' \ ---data-urlencode 'description=Sample description' \ ---data-urlencode 'billing_address_first_name=Juspay' \ ---data-urlencode 'billing_address_last_name=Technologies' \ ---data-urlencode 'billing_address_line1=Girija Building' \ ---data-urlencode 'billing_address_line2=Ganapathi Temple Road' \ ---data-urlencode 'billing_address_line3=8th Block, Koramangala' \ ---data-urlencode 'billing_address_city=Bengaluru' \ ---data-urlencode 'billing_address_state=Karnataka' \ ---data-urlencode 'billing_address_country=India' \ ---data-urlencode 'billing_address_postal_code=560095' \ ---data-urlencode 'billing_address_phone=9988775566' \ ---data-urlencode 'billing_address_country_code_iso=IND' \ ---data-urlencode 'shipping_address_first_name=Juspay' \ ---data-urlencode 'shipping_address_last_name=Technologies' \ ---data-urlencode 'shipping_address_line1=Girija Building' \ ---data-urlencode 'shipping_address_line2=Ganapathi Temple Road' \ ---data-urlencode 'shipping_address_line3=8th Block, Koramangala' \ ---data-urlencode 'shipping_address_city=Bengaluru' \ ---data-urlencode 'shipping_address_state=Karnataka' \ ---data-urlencode 'shipping_address_postal_code=560095' \ ---data-urlencode 'shipping_address_phone=9962881912' \ ---data-urlencode 'shipping_address_country_code_iso=IND' \ ---data-urlencode 'shipping_address_country=India' \ ---data-urlencode 'metadata.PAYTM:PROMO_CAMP_ID=xyz' \ ---data-urlencode 'metadata.PAYTM:CUST_ID=1234' \ ---data-urlencode 'metadata.PAYU:offer_key=1234' \ ---data-urlencode 'metadata.PAYU:gateway_reference_id=bus' \ ---data-urlencode 'options.get_client_auth_token=true' \ ---data-urlencode 'metadata.subvention_amount=90' \ No newline at end of file diff --git a/ec-headless-sample/order-api/create-order/response.json b/ec-headless-sample/order-api/create-order/response.json deleted file mode 100644 index b3f87c5..0000000 --- a/ec-headless-sample/order-api/create-order/response.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "status_id": 10, - "status": "NEW", - "return_url": "", - "refunded": false, - "product_id": "", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b", - "mobile": "https://api.juspay.in/merchant/pay/ordeu_8bddad1e3b9c85eab3db4528575c01b?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeu_8bddad1e3b9c485eab3db4528575c01b" - }, - "order_id": "14183944763", - "merchant_id": "merchantId", - "juspay": { - "client_auth_token_expiry": "2020-06-16T10:43:35Z", - "client_auth_token": "tkn_753275c49a44a1a313eb2567f2fd6b" - }, - "id": "ordeu_8bddad1e3b9c85eab3db4528575c01b", - "date_created": "2020-06-16T10:28:35Z", - "customer_phone": "9999999999", - "customer_id": "1235677", - "customer_email": "test@gmail.com", - "currency": "INR", - "amount_refunded": 0, - "amount": 1 -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/initiate-payload/request.sh b/ec-headless-sample/payloads/initiate-payload/request.sh deleted file mode 100644 index ebde004..0000000 --- a/ec-headless-sample/payloads/initiate-payload/request.sh +++ /dev/null @@ -1,11 +0,0 @@ -{ - "requestId" : "8cbc3fad-8b3f-40c0-ae93-2d7e75a8624a", - "service" : "in.juspay.hyperapi", - "payload" : { - "action" : "initiate", - "merchantId" : "", - "clientId" : "", - "customerId" : "", //Any unique refrences to current customer - "environment" : "prod", - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/initiate-payload/response.json b/ec-headless-sample/payloads/initiate-payload/response.json deleted file mode 100644 index 8e278e5..0000000 --- a/ec-headless-sample/payloads/initiate-payload/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "8cbc3fad-8b3f-40c0-ae93-2d7e75a8624a", - "payload": { - "action": "initiate", - "status": "success" - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Request/card-listSaved.sh b/ec-headless-sample/payloads/process-payload/Request/card-listSaved.sh deleted file mode 100644 index 7097769..0000000 --- a/ec-headless-sample/payloads/process-payload/Request/card-listSaved.sh +++ /dev/null @@ -1,8 +0,0 @@ - { - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "service": "in.juspay.hyperapi", - "payload": { - "action": "cardList", - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213" - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Request/getpmtMthd.sh b/ec-headless-sample/payloads/process-payload/Request/getpmtMthd.sh deleted file mode 100644 index 22fba48..0000000 --- a/ec-headless-sample/payloads/process-payload/Request/getpmtMthd.sh +++ /dev/null @@ -1,7 +0,0 @@ - { - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "service": "in.juspay.hyperapi", - "payload": { - "action": "getPaymentMethods" - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Request/isDeviceReady.sh b/ec-headless-sample/payloads/process-payload/Request/isDeviceReady.sh deleted file mode 100644 index 7084179..0000000 --- a/ec-headless-sample/payloads/process-payload/Request/isDeviceReady.sh +++ /dev/null @@ -1,8 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "payload": { - "action": "isDeviceReady", - "sdkPresent": "ANDROID_GOOGLEPAY" - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Request/upi-getAvailable.sh b/ec-headless-sample/payloads/process-payload/Request/upi-getAvailable.sh deleted file mode 100644 index 72c0cd3..0000000 --- a/ec-headless-sample/payloads/process-payload/Request/upi-getAvailable.sh +++ /dev/null @@ -1,9 +0,0 @@ - { - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "service": "in.juspay.hyperapi", - "payload": { - "action": "upiTxn", - "getAvailableApps": true, - "showLoader": true - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Request/wallet-eligibility.sh b/ec-headless-sample/payloads/process-payload/Request/wallet-eligibility.sh deleted file mode 100644 index 6530476..0000000 --- a/ec-headless-sample/payloads/process-payload/Request/wallet-eligibility.sh +++ /dev/null @@ -1,22 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "payload": { - "action": "eligibility", - "amount": "1.00", - "data": { - "wallets": [ - { - "customerId": "test_customer", - "mobile": "7338513562", - "checkType": [ - "simpl" - ] - } - ], - "cards": [] - }, - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Request/wallet-refreshAll.sh b/ec-headless-sample/payloads/process-payload/Request/wallet-refreshAll.sh deleted file mode 100644 index 41aad5b..0000000 --- a/ec-headless-sample/payloads/process-payload/Request/wallet-refreshAll.sh +++ /dev/null @@ -1,9 +0,0 @@ -{ - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "service": "in.juspay.hyperapi", - "payload": { - "action": "refreshWalletBalances", - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Response/card-listSaved.json b/ec-headless-sample/payloads/process-payload/Response/card-listSaved.json deleted file mode 100644 index 2779a18..0000000 --- a/ec-headless-sample/payloads/process-payload/Response/card-listSaved.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "service": "in.juspay.hyperapi", - "payload": { - "action": "cardList", - "merchantId": "picasso", - "customerId": "test_customer_ns1", - "cards": [ - { - "nickname": "", - "nameOnCard": "Amaresh", - "expired": false, - "cardType": "DEBIT", - "cardToken": "934bad8b-a522-4e7f-8c13-a2337e2c5c0e", - "cardReference": "afb0e819d00c1006f550d9f8ac37dde4", - "cardNumber": "5419-XXXXXXXX-0636", - "cardIssuer": "HDFC BANK", - "cardIsin": "541919", - "cardFingerprint": "43kvhke93lbfrvstuasd4imoot", - "cardExpYear": "2023", - "cardExpMonth": "04", - "cardBrand": "MASTERCARD" - } - ] - }, - "error": false, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Response/getpmtMthd.json b/ec-headless-sample/payloads/process-payload/Response/getpmtMthd.json deleted file mode 100644 index f761589..0000000 --- a/ec-headless-sample/payloads/process-payload/Response/getpmtMthd.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "service": "in.juspay.hyperapi", - "payload": { - "paymentMethods": [ - { - "paymentMethodType": "CARD", - "paymentMethod": "VISA", - "description": "Visa" - }, - { - "paymentMethodType": "CARD", - "paymentMethod": "MASTER", - "description": "Master Card" - }, - { - "paymentMethodType": "NB", - "paymentMethod": "NB_HDFC", - "description": "HDFC" - }, - { - "paymentMethodType": "WALLET", - "paymentMethod": "PAYTM", - "description": "Paytm" - } - ] - }, - "error": false, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Response/isDeviceReady.json b/ec-headless-sample/payloads/process-payload/Response/isDeviceReady.json deleted file mode 100644 index ba0be0a..0000000 --- a/ec-headless-sample/payloads/process-payload/Response/isDeviceReady.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "payload": { - "status": true, - "message": "" - }, - "error": false, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Response/upi-getAvailable.json b/ec-headless-sample/payloads/process-payload/Response/upi-getAvailable.json deleted file mode 100644 index e1a1af6..0000000 --- a/ec-headless-sample/payloads/process-payload/Response/upi-getAvailable.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "6fd3bb9a-4583-42f5-a16c-71109906e1f3", - "payload": { - "action": "upiTxn", - "availableApps": [ - { - "packageName": "com.myairtelapp", - "appName": "Airtel" - }, - { - "packageName": "com.phonepe.app", - "appName": "PhonePe" - } - ] - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Response/wallet-eligibility.json b/ec-headless-sample/payloads/process-payload/Response/wallet-eligibility.json deleted file mode 100644 index 3971376..0000000 --- a/ec-headless-sample/payloads/process-payload/Response/wallet-eligibility.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "payload": { - "action": "eligibility", - "wallets": [ - { - "status": "SUCCESS", - "paymentMethodType": "WALLET", - "paymentMethod": "SIMPL", - "isEligible": true, - "gatewayErrorMessage": "pending_dues", - "gatewayErrorCode": "pending_dues", - "eligibilityStrategy": "USER", - "description": "SIMPL PayLater", - "balance": 0 - }, - { - "status": "SUCCESS", - "paymentMethodType": "WALLET", - "paymentMethod": "LAZYPAY", - "isEligible": true, - "eligibilityStrategy": "TRANSACTION", - "description": "Lazy Pay Wallet" - } - ] - }, - "error": false, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/process-payload/Response/wallet-refreshAll.json b/ec-headless-sample/payloads/process-payload/Response/wallet-refreshAll.json deleted file mode 100644 index f01394f..0000000 --- a/ec-headless-sample/payloads/process-payload/Response/wallet-refreshAll.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "payload": { - "action": "refreshWalletBalances", - "list": [ - { - "wallet": "PAYPAL", - "token": "tkn_0f7a01fbbaa9476fb37cf1e2e33b1cfc", - "linked": true, - "lastRefreshed": "", - "id": "wlt_1fdf278e686d4f96afffdde7a237e674", - "currentBalance": "", - "metadata": { - "email": "email@gmail.com", - "payerId": "abc123" - } - }, - { - "wallet": "AMAZONPAY", - "token": "", - "linked": false, - "lastRefreshed": "", - "id": "", - "currentBalance": 0 - } - ] - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/card-newcard.sh b/ec-headless-sample/payloads/txn-payload/Request/card-newcard.sh deleted file mode 100644 index 307edb6..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/card-newcard.sh +++ /dev/null @@ -1,20 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "payload": { - "action": "cardTxn", - "orderId": "hyperorder45314", - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "paymentMethod": "VISA", - "cardNumber": "4622540011002200", - "cardExpMonth": "05", - "cardExpYear": "25", - "cardSecurityCode": "123", - "saveToLocker": true, - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "tokenize": true, - "cardNickName": "User - HDFC" - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/card-savedcard.sh b/ec-headless-sample/payloads/txn-payload/Request/card-savedcard.sh deleted file mode 100644 index f2b819d..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/card-savedcard.sh +++ /dev/null @@ -1,17 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "payload": { - "action": "cardTxn", - "orderId": "hyperorder45314", - "paymentMethod": "VISA", - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "cardToken": "tkn_844ce1fb-9810-4b87-82a5-c8a62b30ded0", - "cardSecurityCode": "123", - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true, - "tokenize": true - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/netbanking.sh b/ec-headless-sample/payloads/txn-payload/Request/netbanking.sh deleted file mode 100644 index 0da577d..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/netbanking.sh +++ /dev/null @@ -1,13 +0,0 @@ -{ - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "service": "in.juspay.hyperapi", - "payload": { - "action": "nbTxn", - "orderId": "hyperorder45314", - "paymentMethod": "NB_AXIS", - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213" - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/upi-collect.sh b/ec-headless-sample/payloads/txn-payload/Request/upi-collect.sh deleted file mode 100644 index 76b4d11..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/upi-collect.sh +++ /dev/null @@ -1,15 +0,0 @@ -{ - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "service": "in.juspay.hyperapi", - "payload": { - "action": "upiTxn", - "orderId": "hyperorder45314", - "custVpa": "90005643210@ybl", - "upiSdkPresent": false, - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "displayNote": "UPI Collect", - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213" - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/upi-intent.sh b/ec-headless-sample/payloads/txn-payload/Request/upi-intent.sh deleted file mode 100644 index f62345b..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/upi-intent.sh +++ /dev/null @@ -1,13 +0,0 @@ -{ - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "service": "in.juspay.hyperapi", - "payload": { - "action": "upiTxn", - "orderId": "hyperorder45314", - "upiSdkPresent": true, - "payWithApp": "com.phonepe.app", - "displayNote": "UPI Intent", - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/wallet-link.sh b/ec-headless-sample/payloads/txn-payload/Request/wallet-link.sh deleted file mode 100644 index 78517bd..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/wallet-link.sh +++ /dev/null @@ -1,15 +0,0 @@ -{ - "requestId": "d3aec4b3-3cf5-45a1-b999-9b06d94af678", - "service": "in.juspay.hyperapi", - "payload": { - "action": "walletTxn", - "orderId": "hyperorder45314", - "paymentMethod": "PAYPAL", - "shouldLink": true, - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true - } -} diff --git a/ec-headless-sample/payloads/txn-payload/Request/wallet-redirect.sh b/ec-headless-sample/payloads/txn-payload/Request/wallet-redirect.sh deleted file mode 100644 index 24a3ea1..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/wallet-redirect.sh +++ /dev/null @@ -1,14 +0,0 @@ -{ - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "service": "in.juspay.hyperapi", - "payload": { - "action": "walletTxn", - "orderId": "hyperorder45314", - "paymentMethod": "PAYPAL", - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true - } -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Request/wallet-sdkDirect.sh b/ec-headless-sample/payloads/txn-payload/Request/wallet-sdkDirect.sh deleted file mode 100644 index ec1b9ee..0000000 --- a/ec-headless-sample/payloads/txn-payload/Request/wallet-sdkDirect.sh +++ /dev/null @@ -1,16 +0,0 @@ -{ - "requestId": "d3aec4b3-3cf5-45a1-b999-9b06d94af678", - "service": "in.juspay.hyperapi", - "payload": { - "action": "walletTxn", - "orderId": "hyperorder45314", - "paymentMethod": "GOOGLEPAY", - "sdkPresent": "ANDROID_GOOGLEPAY", - "directWalletToken": "tkn_nvtQf8DP1A2oGoZu", - "endUrls": [ - "https:\\/\\/shop\\.merchant\\.com\\/payments\\/handleResponse.*" - ], - "clientAuthToken": "tkn_0e37edc631d647fdb606ab48ccfc4213", - "showLoader": true - } -} diff --git a/ec-headless-sample/payloads/txn-payload/Response/card-newcard.json b/ec-headless-sample/payloads/txn-payload/Response/card-newcard.json deleted file mode 100644 index e04c2ae..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/card-newcard.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "error": false, - "payload": { - "orderId": "hyperorder45314", - "status": "CHARGED", - "otherInfo": { - "url": "https://api.juspay.in/end?status_id=21&status=CHARGED&order_id=hyperorder75189&signature=6O7eP9XnT0BVyaBgdjL92xSwBpeUjgs85VuxecfRd2c%3D&signature_algorithm=HMAC-SHA256", - "realtime": { - "requestId": "d5de7279-7eff-4ebb-9510-54053298f723", - "merchantId": "picasso", - "customerId": "balas0011@gmail.com", - "clientId": "picasso_android", - "environment": "production", - "merchantLoader": "false", - "isWrapper": "false", - "lastVisitedUrl": "https://test.payu.in/0f573e02a5c1ca13e6b0594af4252a1ca42e1602f8da237d0f9a15dc2802bcad/CommonPgResponseHandler.php" - } - } - }, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/card-savedcard.json b/ec-headless-sample/payloads/txn-payload/Response/card-savedcard.json deleted file mode 100644 index e04c2ae..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/card-savedcard.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "requestId": "7b6b21a3-0148-4188-98de-eb2ff3f862f5", - "service": "in.juspay.hyperapi", - "error": false, - "payload": { - "orderId": "hyperorder45314", - "status": "CHARGED", - "otherInfo": { - "url": "https://api.juspay.in/end?status_id=21&status=CHARGED&order_id=hyperorder75189&signature=6O7eP9XnT0BVyaBgdjL92xSwBpeUjgs85VuxecfRd2c%3D&signature_algorithm=HMAC-SHA256", - "realtime": { - "requestId": "d5de7279-7eff-4ebb-9510-54053298f723", - "merchantId": "picasso", - "customerId": "balas0011@gmail.com", - "clientId": "picasso_android", - "environment": "production", - "merchantLoader": "false", - "isWrapper": "false", - "lastVisitedUrl": "https://test.payu.in/0f573e02a5c1ca13e6b0594af4252a1ca42e1602f8da237d0f9a15dc2802bcad/CommonPgResponseHandler.php" - } - } - }, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/netbanking.json b/ec-headless-sample/payloads/txn-payload/Response/netbanking.json deleted file mode 100644 index 84b778b..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/netbanking.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "service": "in.juspay.hyperapi", - "payload": { - "orderId": "hyperorder45314", - "action": "nbTxn", - "status": "CHARGED", - "otherInfo": { - "url": "https://api.juspay.in/end?status_id=21&status=CHARGED&order_id=hyperorder22463&signature=gXRaN%2FyfHCJJouNuTmnFR025CMptP7%2FFkEz2BFQdTOI%3D&signature_algorithm=HMAC-SHA256", - "realtime": { - "requestId": "98ff1ee9-03a7-41ad-9f28-d402b1bb9aa1", - "merchantId": "idea_preprod", - "customerId": "balas0011@gmail.com", - "clientId": "idea_android", - "environment": "production", - "merchantLoader": "false", - "isWrapper": "false", - "lastVisitedUrl": "https://merchant.onlinesbi.sbi/merchant/smsenablehighsecurityconfirm.htm" - } - } - }, - "error": false, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/upi-collect.json b/ec-headless-sample/payloads/txn-payload/Response/upi-collect.json deleted file mode 100644 index dd32597..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/upi-collect.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "service": "in.juspay.hyperapi", - "payload": { - "action": "upiTxn", - "status": "CHARGED", - "orderId": "hyperorder45314" - }, - "error": false, - "errorCode": "", - "errorMessage": "" -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/upi-intent.json b/ec-headless-sample/payloads/txn-payload/Response/upi-intent.json deleted file mode 100644 index 3848219..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/upi-intent.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "payload": { - "action": "upiTxn", - "status": "CHARGED", - "orderId": "hyperorder45314" - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/wallet-link.json b/ec-headless-sample/payloads/txn-payload/Response/wallet-link.json deleted file mode 100644 index 4475bff..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/wallet-link.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "payload": { - "action": "walletTxn", - "status": "CHARGED", - "orderId": "hyperorder45314" - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/wallet-redirect.json b/ec-headless-sample/payloads/txn-payload/Response/wallet-redirect.json deleted file mode 100644 index 4475bff..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/wallet-redirect.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "fa4f216f-3990-4469-a933-09b35656995c", - "payload": { - "action": "walletTxn", - "status": "CHARGED", - "orderId": "hyperorder45314" - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/payloads/txn-payload/Response/wallet-sdkDirect.json b/ec-headless-sample/payloads/txn-payload/Response/wallet-sdkDirect.json deleted file mode 100644 index 52d70a2..0000000 --- a/ec-headless-sample/payloads/txn-payload/Response/wallet-sdkDirect.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "service": "in.juspay.hyperapi", - "requestId": "22906195-091b-4397-87e9-eb85b6baab72", - "payload": { - "action": "walletTxn", - "status": "CHARGED", - "orderId": "hyperorder45314" - }, - "errorMessage": "", - "errorCode": "", - "error": false -} \ No newline at end of file diff --git a/ec-headless-sample/process-call/Podfile-C b/ec-headless-sample/process-call/Podfile-C deleted file mode 100644 index f1bfe1a..0000000 --- a/ec-headless-sample/process-call/Podfile-C +++ /dev/null @@ -1,3 +0,0 @@ -if ([hyperInstance isInitialised]) { - [hyperInstance process:processPayload]; -} \ No newline at end of file diff --git a/ec-headless-sample/process-call/Podfile-swift b/ec-headless-sample/process-call/Podfile-swift deleted file mode 100644 index c8fb745..0000000 --- a/ec-headless-sample/process-call/Podfile-swift +++ /dev/null @@ -1,3 +0,0 @@ -if hyperInstance?.isInitialised() ?? false { - hyperInstance.process(processPayload) -} \ No newline at end of file diff --git a/ec-headless-sample/process-call/request.java b/ec-headless-sample/process-call/request.java deleted file mode 100644 index a954203..0000000 --- a/ec-headless-sample/process-call/request.java +++ /dev/null @@ -1,3 +0,0 @@ -if (hyperInstance.isInitialised()){ - hyperInstance.process(processPayload); -} \ No newline at end of file diff --git a/ec-headless-sample/react-native/add-dependency-ios.gradle b/ec-headless-sample/react-native/add-dependency-ios.gradle deleted file mode 100644 index f550391..0000000 --- a/ec-headless-sample/react-native/add-dependency-ios.gradle +++ /dev/null @@ -1,5 +0,0 @@ -//block:start:add-dependency-ios - -"hyperSdkIOSVersion": "2.0.92", - -//block:end:add-dependency-ios \ No newline at end of file diff --git a/ec-headless-sample/react-native/add-dependency.gradle b/ec-headless-sample/react-native/add-dependency.gradle deleted file mode 100644 index 1381489..0000000 --- a/ec-headless-sample/react-native/add-dependency.gradle +++ /dev/null @@ -1,13 +0,0 @@ -ext { - buildToolsVersion = "31.0.0" - minSdkVersion = 21 - compileSdkVersion = 31 - targetSdkVersion = 31 - ndkVersion = "21.4.7075529" - // block:start:add-ext-property - - hyperSDKVersion = "2.1.7" - useDynamicAssets = true - - // block:end:add-ext-property -} \ No newline at end of file diff --git a/ec-headless-sample/react-native/add-mavenurl.gradle b/ec-headless-sample/react-native/add-mavenurl.gradle deleted file mode 100644 index a545a7a..0000000 --- a/ec-headless-sample/react-native/add-mavenurl.gradle +++ /dev/null @@ -1,24 +0,0 @@ -repositories { - maven { - // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url("$rootDir/../node_modules/react-native/android") - } - maven { - // Android JSC is installed from npm - url("$rootDir/../node_modules/jsc-android/dist") - } - mavenCentral { - // We don't want to fetch react-native from Maven Central as there are - // older versions over there. - content { - excludeGroup "com.facebook.react" - } - } - google() - maven { url 'https://www.jitpack.io' } - // block:start:hyper-sdk-maven-url - - maven { url "https://maven.juspay.in/jp-build-packages/hyper-sdk/"} - - // block:end:hyper-sdk-maven-url -} \ No newline at end of file diff --git a/ec-headless-sample/react-native/call-initiate b/ec-headless-sample/react-native/call-initiate deleted file mode 100644 index bb3f35a..0000000 --- a/ec-headless-sample/react-native/call-initiate +++ /dev/null @@ -1,5 +0,0 @@ -// block:start:initiate-sdk - -HyperSdkReact.initiate(JSON.stringify(initiate_payload)); - -// block:end:initiate-sdk \ No newline at end of file diff --git a/ec-headless-sample/react-native/create-hyperservices b/ec-headless-sample/react-native/create-hyperservices deleted file mode 100644 index f1d82d7..0000000 --- a/ec-headless-sample/react-native/create-hyperservices +++ /dev/null @@ -1,5 +0,0 @@ -// block:start:create-hyper-services-instance - -HyperSdkReact.createHyperServices(); - -// block:end:create-hyper-services-instance \ No newline at end of file diff --git a/ec-headless-sample/react-native/create-initiatePayload b/ec-headless-sample/react-native/create-initiatePayload deleted file mode 100644 index b2f3210..0000000 --- a/ec-headless-sample/react-native/create-initiatePayload +++ /dev/null @@ -1,14 +0,0 @@ -// block:start:create-initiate-payload - -const initiate_payload = { - requestId: uuid.v4(), - service: 'in.juspay.hyperpay', - payload: { - action: 'initiate', - merchantId: '', - clientId: '', - environment: 'production', - }, -}; - -// block:end:create-initiate-payload \ No newline at end of file diff --git a/ec-headless-sample/react-native/import-hypersdk b/ec-headless-sample/react-native/import-hypersdk deleted file mode 100644 index c670cde..0000000 --- a/ec-headless-sample/react-native/import-hypersdk +++ /dev/null @@ -1,5 +0,0 @@ -//block:start:import-hyper-sdk - -import HyperSdkReact from 'hyper-sdk-react'; - -//block:end:import-hyper-sdk \ No newline at end of file diff --git a/ec-headless-sample/react-native/post-install b/ec-headless-sample/react-native/post-install deleted file mode 100644 index d1053c7..0000000 --- a/ec-headless-sample/react-native/post-install +++ /dev/null @@ -1,8 +0,0 @@ -post_install do |installer| - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = false # Pass true to re-download all the assets - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end - end \ No newline at end of file diff --git a/ec-headless-sample/token/card-info/request.sh b/ec-headless-sample/token/card-info/request.sh deleted file mode 100644 index f26ef40..0000000 --- a/ec-headless-sample/token/card-info/request.sh +++ /dev/null @@ -1 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/cardbins/541919?options.check_mandate_support=true&merchant_id=bbstaging&options.check_atm_pin_auth_support=true&options.check_direct_otp_support=true&options.check_tokenize_support=true' \ No newline at end of file diff --git a/ec-headless-sample/token/card-info/response.json b/ec-headless-sample/token/card-info/response.json deleted file mode 100644 index 50b0832..0000000 --- a/ec-headless-sample/token/card-info/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "541919", - "object": "cardbin", - "brand": "MASTERCARD", - "bank": "HDFC Bank", - "country": "INDIA", - "type": "DEBIT", - "card_sub_type": "PLATINUM", - "juspay_bank_code": "JP_HDFC", - "tokenize_support”: true -} \ No newline at end of file diff --git a/ec-headless-sample/token/list-card/request.sh b/ec-headless-sample/token/list-card/request.sh deleted file mode 100644 index a3f8233..0000000 --- a/ec-headless-sample/token/list-card/request.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/cards?customer_id=cth_6MXbUUSECcxrswgT' \ ---header 'Authorization: Basic RjJEMTU0QxxxxxY0NkY4QjE0MUQ5REZBREZCNkZBOg==' \ \ No newline at end of file diff --git a/ec-headless-sample/token/list-card/response.json b/ec-headless-sample/token/list-card/response.json deleted file mode 100644 index 52898c2..0000000 --- a/ec-headless-sample/token/list-card/response.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "customer_id": "cth_6MXbUUSECcxrswgT", - "merchantId": "guest", - "cards": [{ - "card_token": "tkn_24c960735fd64cb9b8c0221102392914", - "card_reference": "e46b3e15384db06d446fed103cfeec24", - "card_number": "4335-XXXXXXXX-2216", - "card_isin": "433587", - "card_exp_year": "2023", - "card_exp_month": "04", - "card_type": "CREDIT", - "card_issuer": "SBI", - "card_brand": "VISA", - "nickname": "", - "name_on_card": "name", - "expired": false, - "card_fingerprint": "6uvve3h71mpgrr88848hr4vsat", - "juspay_bank_code": "JP_SBI", - "card_sub_type": "NA", - "card_issuer_country": "INDIA", - "tokenize_support": false, - "provider_category": "CONTAINER", - "provider": "JUSPAY", - "token": { - "card_reference": "e46b3e15384db06d446fed103cfeec24", - "last_four_digits": null, - "card_fingerprint": "6uvve3h71mpgrr88848hr4vsat", - "card_isin": "441962", - "expiry_month": "04", - "expiry_year": "2023", - "par": "4ufhxxw6uvve3h71mpgrr88848hr4vsat23r", - "tokenization_status": "ACTIVE" - } - }] -} \ No newline at end of file diff --git a/ec-headless-sample/token/list-card/response2.json b/ec-headless-sample/token/list-card/response2.json deleted file mode 100644 index f17ad60..0000000 --- a/ec-headless-sample/token/list-card/response2.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "customer_id": "cth_6MXbUUSECcxrswgT", - "merchantId": "paypal", - "cards": [ - { - "card_token": "tkn_d5de7e878465407a9a8ad8d71b58923e", - "card_reference": "d1714874aa102eb8bc933b8f26992225", - "card_number": "XXXX-XXXXXXXX-9454", - "card_isin": "123456", - "card_exp_year": "2025", - "card_exp_month": "02", - "card_type": "DEBIT", - "card_issuer": "HDFC Bank", - "card_brand": "MASTERCARD", - "nickname": "", - "name_on_card": "Imdad", - "expired": false, - "card_fingerprint": "4ip95rsikuprlcojscp3p0b7pq", - "juspay_bank_code": "JP_HDFC", - "card_sub_type": "NA", - "card_issuer_country": "INDIA", - "tokenize_support": false, - "provider_category": "VAULT", - "provider": "JUSPAY" - } - ] - } \ No newline at end of file diff --git a/ec-headless-sample/token/new-card/request.sh b/ec-headless-sample/token/new-card/request.sh deleted file mode 100644 index cc3fa49..0000000 --- a/ec-headless-sample/token/new-card/request.sh +++ /dev/null @@ -1,15 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/txns' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---data-urlencode 'order_id=null' \ ---data-urlencode 'merchant_id={{merchant_id}}' \ ---data-urlencode 'payment_method_type=CARD' \ ---data-urlencode 'payment_method=CARD' \ ---data-urlencode 'card_number=4242424242424242' \ ---data-urlencode 'card_exp_month=07' \ ---data-urlencode 'card_exp_year=24' \ ---data-urlencode 'name_on_card=Juspay' \ ---data-urlencode 'card_security_code=111' \ ---data-urlencode 'save_to_locker=true' \ ---data-urlencode 'redirect_after_payment=true' \ ---data-urlencode 'format=json' \ ---data-urlencode 'tokenize=true'\ \ No newline at end of file diff --git a/ec-headless-sample/token/new-card/response.json b/ec-headless-sample/token/new-card/response.json deleted file mode 100644 index c0a7a88..0000000 --- a/ec-headless-sample/token/new-card/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "order_id": ":order_id", - "txn_id": ":txn_id", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "method": "GET", - "url": "https://api.juspay.in/pay/start/guest/8646a7a029974fa99995fec00340a507" - } - } - } \ No newline at end of file diff --git a/ec-headless-sample/token/order-status/request.sh b/ec-headless-sample/token/order-status/request.sh deleted file mode 100644 index fb34c07..0000000 --- a/ec-headless-sample/token/order-status/request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl https://api.juspay.in/orders/order1631087270 \ --u your_api_key: \ --H 'version: 2018-10-25' \ --H 'Content-Type: application/x-www-form-urlencoded'\ --H 'x-merchantid: merchant_id' \ No newline at end of file diff --git a/ec-headless-sample/token/order-status/response.json b/ec-headless-sample/token/order-status/response.json deleted file mode 100644 index 5094f99..0000000 --- a/ec-headless-sample/token/order-status/response.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "card": { - "expiry_year": "2023", - "saved_to_locker": false, - "expiry_month": "06", - "name_on_card": "test", - "card_issuer": "Axis Bank", - "last_four_digits": "5449", - "using_saved_card": true, - "card_fingerprint": "41d30s3jus955dj9yyhe5is91", - "card_isin": "526731", - "card_type": "DEBIT", - "card_brand": "MASTERCARD", - "card_sub_type": null, - "tokenization_user_consent": true, - "token": { - "card_reference": "77efb38f3721930e60dby754865619", - "last_four_digits": "7656", - "card_fingerprint": "41d30s3jus955dj9yyhe5is91", - "card_isin": "525876", - "expiry_year": "2023", - "expiry_month": "06", - "par": "6fgd63jus955dj9yyheg4gh6", - "tokenization_status": "ACTIVE" - }, - "using_token": false - } -} \ No newline at end of file diff --git a/ec-headless-sample/token/saved-card/request.sh b/ec-headless-sample/token/saved-card/request.sh deleted file mode 100644 index 4e70783..0000000 --- a/ec-headless-sample/token/saved-card/request.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl -X POST https://api.juspay.in/txns \ --d "order_id=:order_id" \ --d "merchant_id=:merchant_id" \ --d "payment_method_type=CARD" \ --d "card_token=:card_token" \ --d "card_security_code=111" \ --d "redirect_after_payment=true" \ --d "tokenize=true" \ --d "format=json" \ No newline at end of file diff --git a/ec-headless-sample/token/saved-card/response.json b/ec-headless-sample/token/saved-card/response.json deleted file mode 100644 index 10a6462..0000000 --- a/ec-headless-sample/token/saved-card/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "order_id": ":order_id", - "txn_id": ":txn_id", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "method": "GET", - "url": "https://api.juspay.in/pay/start/guest/8646a7a029974fa99995fec00340a507" - } - } -} \ No newline at end of file diff --git a/ec-headless-sample/token/txns/request.sh b/ec-headless-sample/token/txns/request.sh deleted file mode 100644 index 7c30dbd..0000000 --- a/ec-headless-sample/token/txns/request.sh +++ /dev/null @@ -1,8 +0,0 @@ -curl -X POST https://api.juspay.in/txns \ --d "order_id=:order_id" \ --d "merchant_id=:merchant_id" \ --d "payment_method_type=CARD" \ --d "card_token=:card_token" \ --d "card_security_code=111" \ --d "redirect_after_payment=true" \ --d "format=json" \ No newline at end of file diff --git a/ec-headless-sample/token/txns/response.json b/ec-headless-sample/token/txns/response.json deleted file mode 100644 index 10a6462..0000000 --- a/ec-headless-sample/token/txns/response.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "order_id": ":order_id", - "txn_id": ":txn_id", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "method": "GET", - "url": "https://api.juspay.in/pay/start/guest/8646a7a029974fa99995fec00340a507" - } - } -} \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/.gitignore b/payment-page-android/payment-page-android-java-integration-demo/app/.gitignore deleted file mode 100644 index 42afabf..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/MerchantConfig.txt b/payment-page-android/payment-page-android-java-integration-demo/app/MerchantConfig.txt deleted file mode 100644 index 51172d6..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = shared by Juspay Team diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/build.gradle b/payment-page-android/payment-page-android-java-integration-demo/app/build.gradle deleted file mode 100644 index ca645f3..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/build.gradle +++ /dev/null @@ -1,46 +0,0 @@ -plugins { - id 'com.android.application' - // block:start:apply-plugin - id 'hypersdk-asset-plugin' - // block:end:apply-plugin -} - -android { - compileSdk 31 - - defaultConfig { - applicationId "in.juspay.devtools" - minSdk 21 - targetSdk 31 - versionCode 1 - versionName "1.0" - - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - } - - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' - } - } - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } -} - -dependencies { - - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'com.google.android.material:material:1.5.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'com.google.android.material:material:1.1.0' - //block:start:add-sdk-implementation - implementation 'in.juspay:hypersdk:2.1.7' - //block:end:add-sdk-implementation - implementation("com.squareup.okhttp3:okhttp:4.9.3") - testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/proguard-rules.pro b/payment-page-android/payment-page-android-java-integration-demo/app/proguard-rules.pro deleted file mode 100644 index 481bb43..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/androidTest/java/in/juspay/devtools/ExampleInstrumentedTest.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/androidTest/java/in/juspay/devtools/ExampleInstrumentedTest.java deleted file mode 100644 index 95fb2b4..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/androidTest/java/in/juspay/devtools/ExampleInstrumentedTest.java +++ /dev/null @@ -1,25 +0,0 @@ -package in.juspay.devtools; - -import android.content.Context; -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("in.juspay.devtools", appContext.getPackageName()); - } -} diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/AndroidManifest.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/AndroidManifest.xml deleted file mode 100644 index 1b27c90..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/CheckoutActivity.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/CheckoutActivity.java deleted file mode 100644 index a385829..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/CheckoutActivity.java +++ /dev/null @@ -1,328 +0,0 @@ -package in.juspay.devtools; - -import androidx.appcompat.app.AppCompatActivity; -import androidx.coordinatorlayout.widget.CoordinatorLayout; - -import android.app.ProgressDialog; -import android.content.Intent; -import android.os.Bundle; -import android.view.View; -import android.widget.Button; -import android.widget.ImageView; -import android.widget.TextView; -import in.juspay.hypersdk.data.JuspayResponseHandler; -import in.juspay.hypersdk.ui.HyperPaymentsCallbackAdapter; -import org.json.JSONObject; -import okhttp3.*; -import java.io.IOException; -import java.util.Base64; -import android.webkit.WebView; - -public class CheckoutActivity extends AppCompatActivity { - - private Button processButton; - private HyperServiceHolder hyperServicesHolder; - private CoordinatorLayout coordinatorLayout; - private ProgressDialog dialog; - private String amountString; - private int item1Price, item2Price, item1Count, item2Count; - private TextView item1PriceTv, item2PriceTv, item1CountTv, item2CountTv, totalAmountTv, taxTv, totalPayableTv; - private double taxPercent = 0.18; - private ImageView backImage; - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_checkout); - } - - @Override - protected void onStart() { - super.onStart(); - - updatingUI(); - - hyperServicesHolder = new HyperServiceHolder(this); - hyperServicesHolder.setCallback(createHyperPaymentsCallbackAdapter()); - processButton = findViewById(R.id.rectangle_9); - processButton.setOnClickListener(new View.OnClickListener() { - @Override - public void onClick(View view) { - dialog.show(); - try{ - run(); - } catch (Exception e){ - - } - } - }); - backImage = findViewById(R.id.imageView); - backImage.setOnClickListener(new View.OnClickListener() { - @Override - public void onClick(View view) { - onBackPressed(); - } - }); - } - - //block:start:process-sdk - private void startPayments(JSONObject sdk_payload) { - // Make sure to use the same hyperServices instance which was created in - // ProductsActivity.java - - Helper helper = new Helper(); - helper.showSnackbar("Process Called!", coordinatorLayout); - hyperServicesHolder.process(sdk_payload); - - } - //block:end:process-sdk - - // block:start:fetch-process-payload - // Note: Session API should only be called from merchant's server. Don't call it from client app - private void run() throws IOException { - JSONObject payload = new JSONObject(); - String apiKey = ""; //Put your API Key Here - String clientId = ", grantResults: IntArray) { - // block:start:onRequestPermissionsResult - - // If super.onRequestPermissionsResult is available use following: - // super.onRequestPermissionsResult(requestCode, permissions, grantResults); - - // In case super.onActivityResult is NOT available please use following: - // hyperServices.onRequestPermissionsResult(requestCode, permissions, grantResults); - - // block:end:onRequestPermissionsResult - } - */ -} diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/Helper.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/Helper.java deleted file mode 100644 index fe6618d..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/Helper.java +++ /dev/null @@ -1,31 +0,0 @@ -package in.juspay.devtools; - -import android.graphics.Color; -import android.view.Gravity; -import android.view.View; -import android.widget.TextView; - -import androidx.coordinatorlayout.widget.CoordinatorLayout; - -import com.google.android.material.snackbar.Snackbar; - -public class Helper { - protected void showSnackbar(String message, CoordinatorLayout coordinatorLayout){ - Snackbar snackbar = Snackbar.make(coordinatorLayout, message, Snackbar.LENGTH_LONG).setActionTextColor(Color.BLACK); - View view = snackbar.getView(); - view.setBackgroundColor(Color.WHITE); - TextView tv = (TextView) view.findViewById(com.google.android.material.R.id.snackbar_text); - tv.setTextColor(Color.BLACK); - CoordinatorLayout.LayoutParams params=(CoordinatorLayout.LayoutParams)view.getLayoutParams(); - params.gravity = Gravity.TOP; - view.setLayoutParams(params); - snackbar.show(); - } - protected double round(double value, int places) { - if (places < 0) throw new IllegalArgumentException(); - long factor = (long) Math.pow(10, places); - value = value * factor; - long tmp = Math.round(value); - return (double) tmp / factor; - } -} diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/HyperServiceHolder.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/HyperServiceHolder.java deleted file mode 100644 index 4751ea2..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/HyperServiceHolder.java +++ /dev/null @@ -1,163 +0,0 @@ - -package in.juspay.devtools; - -import android.view.View; -import android.view.ViewGroup; -import android.webkit.WebViewClient; -import androidx.annotation.Keep; -import androidx.annotation.Nullable; -import androidx.fragment.app.FragmentActivity; -import org.json.JSONObject; -import java.util.LinkedList; -import java.util.Queue; -import in.juspay.hypersdk.data.JuspayResponseHandler; -import in.juspay.hypersdk.ui.HyperPaymentsCallback; -import in.juspay.services.HyperServices; -import in.juspay.hypersdk.core.MerchantViewType; - - -@Keep -public class HyperServiceHolder implements HyperPaymentsCallback { - - public enum EventsType{onEvent, onStartWaitingDialogCreated, getMerchantView}; - - static HyperServices hyperServices; - FragmentActivity fragmentActivity; - static boolean initiated = false; - static HyperPaymentsCallback callback; - - private final Queue queue = new LinkedList<>(); - - @Keep - public HyperServiceHolder(FragmentActivity activity){ - fragmentActivity = activity; - } - - @Keep - public HyperServices getHyperServices(){ - if(hyperServices == null && fragmentActivity !=null){ - hyperServices = new HyperServices(fragmentActivity); - } - return hyperServices; - } - - @Keep - public void initiate(JSONObject json){ - getHyperServices().initiate(fragmentActivity, json, this); - } - - @Keep - public void process(ViewGroup viewGroup,JSONObject json){ - getHyperServices().process(fragmentActivity, viewGroup, json); - } - - @Keep - public void process(JSONObject json){ - getHyperServices().process(fragmentActivity, json); - } - - @Keep - public void setCallback(HyperPaymentsCallback callback){ - this.callback = callback; - runQueueEvents(); - } - - @Keep - public boolean isInitiated(){ - return getHyperServices().isInitialised(); - } - - @Override - public void onStartWaitingDialogCreated(@Nullable View parent) { - if(callback != null) - callback.onStartWaitingDialogCreated(parent); - else { - QueuedEvents qEvent = new QueuedEvents(); - qEvent.eventType = EventsType.onStartWaitingDialogCreated; - qEvent.parent = parent; - queue.add(qEvent); - } - } - - @Override - public void onEvent(JSONObject event, JuspayResponseHandler handler) { - String event1 = event.optString("event", ""); - if(event1.equals("initiate_result")){ - initiated = true; - } - if(callback != null){ - callback.onEvent(event,handler); - } else { - QueuedEvents qEvent = new QueuedEvents(); - qEvent.event = event; - qEvent.handler = handler; - qEvent.eventType = EventsType.onEvent; - queue.add(qEvent); - } - } - - @Nullable - @Override - public View getMerchantView(ViewGroup parent, MerchantViewType viewType ) { - if(callback != null) - callback.getMerchantView(parent, viewType); - else { - QueuedEvents qEvent = new QueuedEvents(); - queue.add(qEvent); - qEvent.eventType = EventsType.getMerchantView; - qEvent.viewGroup = parent; - qEvent.viewType = viewType; - - } - return null; - } - - @Nullable - @org.jetbrains.annotations.Nullable - @Override - public WebViewClient createJuspaySafeWebViewClient() { - return null; - } - - private void runQueueEvents(){ - QueuedEvents head = queue.poll(); - if (head != null) { - switch (head.eventType){ - case onEvent: - if(callback != null) - callback.onEvent(head.event, head.handler); - break; - case onStartWaitingDialogCreated: - if(callback != null) - callback.onStartWaitingDialogCreated(head.parent); - break; - case getMerchantView: - if(callback != null) - callback.getMerchantView(head.viewGroup, head.viewType); - break; - default: - break; - } - runQueueEvents(); - } - } - - public boolean handleBackPress() { - if(getHyperServices().isInitialised()) { - // returns not of - // if hyper-services is handling backPress - return !getHyperServices().onBackPressed(); - } - return true; - } -} - -class QueuedEvents { - JSONObject event; - JuspayResponseHandler handler; - HyperServiceHolder.EventsType eventType; - ViewGroup viewGroup; - View parent; - MerchantViewType viewType; - QueuedEvents(){} -} diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/MainActivity.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/MainActivity.java deleted file mode 100644 index b2488e0..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/MainActivity.java +++ /dev/null @@ -1,27 +0,0 @@ -package in.juspay.devtools; - -import androidx.appcompat.app.AppCompatActivity; -import android.content.Intent; -import android.os.Bundle; -import android.os.Handler; -import android.view.WindowManager; - -public class MainActivity extends AppCompatActivity { - int SPLASH_SCREEN_TIME_OUT = 500; - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_main); - getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); - setContentView(R.layout.activity_main); - new Handler().postDelayed(new Runnable() { - @Override - public void run() { - Intent i=new Intent(MainActivity.this, ProductsActivity.class); - startActivity(i); - finish(); - } - }, SPLASH_SCREEN_TIME_OUT); - } -} \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/ProductsActivity.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/ProductsActivity.java deleted file mode 100644 index 377a204..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/ProductsActivity.java +++ /dev/null @@ -1,120 +0,0 @@ -package in.juspay.devtools; - -import androidx.appcompat.app.AppCompatActivity; -import androidx.coordinatorlayout.widget.CoordinatorLayout; -import android.content.Intent; -import android.os.Bundle; -import android.view.View; -import android.widget.Button; -import android.widget.TextView; -import android.widget.Toast; -import org.json.JSONObject; -import java.util.UUID; - - -public class ProductsActivity extends AppCompatActivity { - private Button proceedButton; - private TextView itemCountTv1, itemCountTv2; - private HyperServiceHolder hyperServicesHolder; - private JSONObject initiatePayload; - protected CoordinatorLayout coordinatorLayout; - private int item1Count = 1, item2Count = 0, item1Price = 1, item2Price = 1; - - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_products); - } - - @Override - protected void onStart() { - super.onStart(); - //block:start:create-hyper-services-instance - - hyperServicesHolder = new HyperServiceHolder(this); - - //block:end:create-hyper-services-instance - initiatePaymentsSDK(); - proceedButton = findViewById(R.id.rectangle_8); - itemCountTv1 = findViewById(R.id.some_id); - itemCountTv2 = findViewById(R.id.some_id2); - proceedButton.setOnClickListener(new View.OnClickListener() { - @Override - public void onClick(View view) { - if(item1Count>=1 || item2Count >=1){ - Intent intent = new Intent(ProductsActivity.this, CheckoutActivity.class); - intent.putExtra("item1Count", item1Count); - intent.putExtra("item2Count", item2Count); - intent.putExtra("item1Price", item1Price); - intent.putExtra("item2Price", item2Price); - startActivity(intent); - } else { - Toast.makeText(ProductsActivity.this, "You should add atlease one item", Toast.LENGTH_SHORT).show(); - } - } - }); - } - - //block:start:call-initiate - //This function initiate the Juspay SDK - private void initiatePaymentsSDK() { - if(!hyperServicesHolder.isInitiated()){ - initiatePayload = createInitiatePayload(); - hyperServicesHolder.initiate(initiatePayload); - - //Showing snackbar - Helper helper = new Helper(); - CoordinatorLayout coordinatorLayout = findViewById(R.id.coordinatorLayout2); - helper.showSnackbar("Initiate Called!", coordinatorLayout); - } - } - //block:end:call-initiate - - //block:start:create-initiate-payload - // This function creates intiate payload. - private JSONObject createInitiatePayload() { - JSONObject sdkPayload = new JSONObject(); - JSONObject innerPayload = new JSONObject(); - try { - // generating inner payload - innerPayload.put("action", "initiate"); - innerPayload.put("merchantId", ""); // Put your Merchant ID here - innerPayload.put("clientId", "CLIENT_ID"); // Put your Client ID here - innerPayload.put("environment", "production"); - sdkPayload.put("requestId", ""+ UUID.randomUUID()); - sdkPayload.put("service", "in.juspay.hyperpay"); - sdkPayload.put("payload", innerPayload); - - } catch (Exception e) { - e.printStackTrace(); - } - return sdkPayload; - } - //block:end:create-initiate-payload - - public void add1Clicked(View v){ - item1Count += 1; - itemCountTv1.setText(Integer.toString(item1Count)); - } - public void add2Clicked(View v){ - item2Count += 1; - itemCountTv2.setText(Integer.toString(item2Count)); - - } - public void remove1Clicked(View v){ - if(item1Count<1){ - Toast.makeText(this, "Cannot remove as item count is already 0.", Toast.LENGTH_SHORT).show(); - } else { - item1Count -= 1; - itemCountTv1.setText(Integer.toString(item1Count)); - } - } - public void remove2Clicked(View v){ - if(item2Count<1){ - Toast.makeText(this, "Cannot remove as item count is already 0.", Toast.LENGTH_SHORT).show(); - } else { - item2Count -= 1; - itemCountTv2.setText(Integer.toString(item2Count)); - } - } -} diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/ResponsePage.java b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/ResponsePage.java deleted file mode 100644 index b0befc8..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/java/in/juspay/devtools/ResponsePage.java +++ /dev/null @@ -1,64 +0,0 @@ -package in.juspay.devtools; - -import androidx.appcompat.app.AppCompatActivity; - -import android.content.Intent; -import android.os.Bundle; -import android.view.View; -import android.widget.Button; -import android.widget.ImageView; -import android.widget.TextView; - -public class ResponsePage extends AppCompatActivity { - @Override - protected void onCreate(Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - setContentView(R.layout.activity_response_page); - } - - @Override - protected void onStart() { - super.onStart(); - Intent i = getIntent(); - String status = i.getStringExtra("status"); - - - ImageView statusIcon = findViewById(R.id.checked_1); - TextView statusText = findViewById(R.id.payment_suc); - Button okay = findViewById(R.id.rectangle_12); - if(status.equals("OrderSuccess")){ - statusIcon.setImageDrawable(getResources().getDrawable(R.drawable.payment_success)); - statusText.setText("Payment Successful!"); - } else if (status.equals("CODInitiated")){ - statusIcon.setImageDrawable(getResources().getDrawable(R.drawable.cod_initiated)); - statusText.setText("COD Initiated!"); - } else { - statusIcon.setImageDrawable(getResources().getDrawable(R.drawable.payment_failed)); - statusText.setText("Payment Failed!"); - okay.setText("Retry"); - } - - - okay.setOnClickListener(new View.OnClickListener() { - @Override - public void onClick(View view) { - if(status.equals("OrderSuccess") || status.equals("CODInitiated")) { - finishAffinity(); - System.exit(0); - } else { - finish(); - } - } - }); - - ImageView back = findViewById(R.id.imageView1); - back.setOnClickListener(new View.OnClickListener() { - @Override - public void onClick(View view) { - finish(); - Intent i = new Intent(ResponsePage.this, ProductsActivity.class); - startActivity(i); - } - }); - } -} \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/cod_initiated.png b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/cod_initiated.png deleted file mode 100644 index 4feb31c..0000000 Binary files a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/cod_initiated.png and /dev/null differ diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 178bb3f..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/payment_failed.png b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/payment_failed.png deleted file mode 100644 index e66a1c0..0000000 Binary files a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/payment_failed.png and /dev/null differ diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/payment_success.png b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/payment_success.png deleted file mode 100644 index 73d90a6..0000000 Binary files a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable-v24/payment_success.png and /dev/null differ diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/app_icon.png b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/app_icon.png deleted file mode 100644 index 196bdef..0000000 Binary files a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/app_icon.png and /dev/null differ diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_add_24.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_add_24.xml deleted file mode 100644 index cd3d31c..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_add_24.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_arrow_back_ios_24.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_arrow_back_ios_24.xml deleted file mode 100644 index 59369f8..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_arrow_back_ios_24.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_remove_24.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_remove_24.xml deleted file mode 100644 index 1fb85f5..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_baseline_remove_24.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_launcher_background.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_launcher_background.xml deleted file mode 100644 index 956b344..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/ic_launcher_background.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_1.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_1.xml deleted file mode 100644 index 6832aaa..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_1.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_2.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_2.xml deleted file mode 100644 index d058d86..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_2.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_3.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_3.xml deleted file mode 100644 index cd2d7b4..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_3.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_4.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_4.xml deleted file mode 100644 index 3cefefd..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_4.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_6.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_6.xml deleted file mode 100644 index c3e22d5..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_6.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_8.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_8.xml deleted file mode 100644 index 7d269c5..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/rectangle_8.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/text_view_design.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/text_view_design.xml deleted file mode 100644 index 8b158aa..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/text_view_design.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/text_view_design2.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/text_view_design2.xml deleted file mode 100644 index 7dcc097..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/text_view_design2.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector.xml deleted file mode 100644 index 9af72dd..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector1.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector1.xml deleted file mode 100644 index 2a03630..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector1.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector2.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector2.xml deleted file mode 100644 index 17103ba..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/drawable/vector2.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/font/nunito_sans_regular.ttf b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/font/nunito_sans_regular.ttf deleted file mode 100644 index 1d95e5d..0000000 Binary files a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/font/nunito_sans_regular.ttf and /dev/null differ diff --git a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/layout/activity_checkout.xml b/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/layout/activity_checkout.xml deleted file mode 100644 index d1d529a..0000000 --- a/payment-page-android/payment-page-android-java-integration-demo/app/src/main/res/layout/activity_checkout.xml +++ /dev/null @@ -1,387 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -``` - -#### Tweaking the vertical position -Since 2.1.0 you can add pixels to move the toast up or down. -Note that `showWithOptions` can be used instead of the functions above, but it's not useful unless you want to pass `addPixelsY`. -```js -function showBottom() { - window.plugins.toast.showWithOptions( - { - message: "hey there", - duration: "short", // which is 2000 ms. "long" is 4000. Or specify the nr of ms yourself. - position: "bottom", - addPixelsY: -40 // added a negative value to move it up a bit (default 0) - }, - onSuccess, // optional - onError // optional - ); -} -``` - -### Hiding a Toast -In case you want to hide a Toast manually, call this: -```js -function hide() { - // this function takes an optional success callback, but you can do without just as well - window.plugins.toast.hide(); -} -``` - -When the toast gets hidden, your success callback will be called (in case you have defined one) with the `event` property equals to `hide` (more details about the callback in the next section). -```js - - window.plugins.toast.showWithOptions({ - message: 'My message', - // More config here... - }, - //Success callback - function(args) { - console.log(args.event); - //This will print 'hide' - }, - function(error) { - console.error('toast error: ', error); - } - ); -``` - -### Receiving a callback when a Toast is tapped -On iOS and Android the success handler of your `show` function will be notified (again) when the toast was tapped. - -So the first time the success handler fires is when the toast is shown, and in case the user taps the toast it will be -called again. You can distinguish between those events of course: - -```js - window.plugins.toast.showWithOptions( - { - message: "hey there", - duration: 1500, // ms - position: "bottom", - addPixelsY: -40, // (optional) added a negative value to move it up a bit (default 0) - data: {'foo':'bar'} // (optional) pass in a JSON object here (it will be sent back in the success callback below) - }, - // implement the success callback - function(result) { - if (result && result.event) { - console.log("The toast was tapped or got hidden, see the value of result.event"); - console.log("Event: " + result.event); // "touch" when the toast was touched by the user or "hide" when the toast geot hidden - console.log("Message: " + result.message); // will be equal to the message you passed in - console.log("data.foo: " + result.data.foo); // .. retrieve passed in data here - - if (result.event === 'hide') { - console.log("The toast has been shown"); - } - } - } - ); -``` - -The success callback is useful when your toast is bound to a notification id in your backend and you have to mark it as `read` when the toast is done, or to update the notifications counter for iOS. The usage of this will be defined by your application logic. Use the `result.data` object to support your specific logic. - -### Styling -Since version 2.4.0 you can pass an optional `styling` object to the plugin. -The defaults make sure the Toast looks the same as when you would not pass in the `styling` object at all. - -Note that on WP this object is currently ignored. - -```js - window.plugins.toast.showWithOptions({ - message: "hey there", - duration: "short", // 2000 ms - position: "bottom", - styling: { - opacity: 0.75, // 0.0 (transparent) to 1.0 (opaque). Default 0.8 - backgroundColor: '#FF0000', // make sure you use #RRGGBB. Default #333333 - textColor: '#FFFF00', // Ditto. Default #FFFFFF - textSize: 20.5, // Default is approx. 13. - cornerRadius: 16, // minimum is 0 (square). iOS default 20, Android default 100 - horizontalPadding: 20, // iOS default 16, Android default 50 - verticalPadding: 16 // iOS default 12, Android default 30 - } - }); -``` - -Tip: if you need to pass different values for iOS and Android you can use fi. the device plugin -to determine the platform and pass `opacity: isAndroid() ? 0.7 : 0.9`. - -### WP8 quirks -The WP8 implementation needs a little more work, but it's perfectly useable when you keep this in mind: -* You can't show two Toasts simultaneously. -* Wait until the first Toast is hidden before the second is shown, otherwise the second one will be hidden quickly. -* The positioning of the bottom-aligned Toast is not perfect, but keep it down to 1 or 2 lines of text and you're fine. - - -## 5. CREDITS - -This plugin was enhanced for Plugman / PhoneGap Build by [Eddy Verbruggen](http://www.x-services.nl). -The Android code was entirely created by me. -For iOS most credits go to this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast). - -## 6. CHANGELOG -- 2.7.2: Even better Android compatibility, but you're limited to short and long durations now, on Android. -- 2.7.0: [Android P compatibility.](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues/116) -- 2.6.2: [iOS view hierarchy fix.](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/pull/112) -- 2.6.0: Windows support! -- 2.5.2: Multi-line wrapping Toasts are now center aligned. -- 2.5.1: You can now specify the `textSize` used in the font for iOS and Android. -- 2.5.0: By popular demand: Specify the duration of the Toast on iOS and Android. Pass in `short` (2000ms), `long` (4000ms), or any nr of milliseconds: `900`. -- 2.4.2: You can now also set the Toast `opacity` for iOS. -- 2.4.1: As an addition to 2.4.0, [Sino](https://github.com/SinoBoeckmann) added the option to change the text color! -- 2.4.0: You can now style the Toast with a number of properties. See -- 2.3.2: The click event introduced with 2.3.0 did not work with Android 5+. -- 2.3.0: The plugin will now report back to JS if Toasts were tapped by the user. -- 2.0.1: iOS messages are hidden when another one is shown. [Thanks Richie Min!](https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/pull/13) -- 2.0: WP8 support -- 1.0: initial version supporting Android and iOS diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/package.json b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/package.json deleted file mode 100644 index 4c19251..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "cordova-plugin-x-toast", - "version": "2.7.3", - "description": "This plugin allows you to show a Toast. A Toast is a little non intrusive buttonless popup which automatically disappears.", - "cordova": { - "id": "cordova-plugin-x-toast", - "platforms": [ - "ios", - "android", - "wp8", - "windows", - "blackberry10" - ] - }, - "repository": { - "type": "git", - "url": "git+https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git" - }, - "keywords": [ - "Toast", - "Notification", - "Message", - "Alert", - "ecosystem:cordova", - "cordova-ios", - "cordova-android", - "cordova-wp8", - "cordova-windows", - "cordova-blackberry10" - ], - "engines": [ - { - "name": "cordova", - "version": ">=3.0.0" - } - ], - "author": "Eddy Verbruggen (https://github.com/EddyVerbruggen)", - "license": "MIT", - "bugs": { - "url": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues" - }, - "homepage": "https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin#readme" -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/plugin.xml b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/plugin.xml deleted file mode 100755 index 7c14e04..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/plugin.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - Toast - - - This plugin allows you to show a Toast. - A Toast is a little non intrusive buttonless popup which automatically disappears. - - - Eddy Verbruggen - - MIT - - Toast, Notification, Message, Alert - - https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git - - https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/android/nl/xservices/plugins/Toast.java b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/android/nl/xservices/plugins/Toast.java deleted file mode 100644 index 8ce0959..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/android/nl/xservices/plugins/Toast.java +++ /dev/null @@ -1,274 +0,0 @@ -package nl.xservices.plugins; - -import android.graphics.Color; -import android.graphics.drawable.GradientDrawable; -import android.os.Build; -import android.os.CountDownTimer; -import android.text.Layout; -import android.text.Spannable; -import android.text.SpannableString; -import android.text.style.AlignmentSpan; -import android.view.Gravity; -import android.view.MotionEvent; -import android.view.View; -import android.view.ViewGroup; -import android.widget.TextView; - -import org.apache.cordova.CallbackContext; -import org.apache.cordova.CordovaPlugin; -import org.apache.cordova.PluginResult; -import org.json.JSONArray; -import org.json.JSONException; -import org.json.JSONObject; - -public class Toast extends CordovaPlugin { - - private static final String ACTION_SHOW_EVENT = "show"; - private static final String ACTION_HIDE_EVENT = "hide"; - - private static final int GRAVITY_TOP = Gravity.TOP|Gravity.CENTER_HORIZONTAL; - private static final int GRAVITY_CENTER = Gravity.CENTER_VERTICAL|Gravity.CENTER_HORIZONTAL; - private static final int GRAVITY_BOTTOM = Gravity.BOTTOM|Gravity.CENTER_HORIZONTAL; - - private static final int BASE_TOP_BOTTOM_OFFSET = 20; - - private android.widget.Toast mostRecentToast; - private ViewGroup viewGroup; - - private static final boolean IS_AT_LEAST_JELLY_BEAN = Build.VERSION.SDK_INT >= 16; - private static final boolean IS_AT_LEAST_LOLLIPOP = Build.VERSION.SDK_INT >= 21; - private static final boolean IS_AT_LEAST_PIE = Build.VERSION.SDK_INT >= 28; - private static final boolean IS_AT_LEAST_R = Build.VERSION.SDK_INT >= 30; - - // note that webView.isPaused() is not Xwalk compatible, so tracking it poor-man style - private boolean isPaused; - - private String currentMessage; - private JSONObject currentData; - private static CountDownTimer _timer; - - @Override - public boolean execute(String action, JSONArray args, final CallbackContext callbackContext) throws JSONException { - if (ACTION_HIDE_EVENT.equals(action)) { - returnTapEvent("hide", currentMessage, currentData, callbackContext); - hide(); - callbackContext.success(); - return true; - - } else if (ACTION_SHOW_EVENT.equals(action)) { - if (this.isPaused) { - return true; - } - - final JSONObject options = args.getJSONObject(0); - final String msg = options.getString("message"); - final Spannable message = new SpannableString(msg); - message.setSpan( - new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER), - 0, - msg.length() - 1, - Spannable.SPAN_INCLUSIVE_INCLUSIVE); - - final String duration = options.getString("duration"); - final String position = options.getString("position"); - final int addPixelsY = options.has("addPixelsY") ? options.getInt("addPixelsY") : 0; - final JSONObject data = options.has("data") ? options.getJSONObject("data") : null; - final JSONObject styling = options.optJSONObject("styling"); - - currentMessage = msg; - currentData = data; - - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - int hideAfterMs; - if ("short".equalsIgnoreCase(duration)) { - hideAfterMs = 2000; - } else if ("long".equalsIgnoreCase(duration)) { - hideAfterMs = 4000; - } else { - // assuming a number of ms - hideAfterMs = Integer.parseInt(duration); - } - final android.widget.Toast toast = android.widget.Toast.makeText( - IS_AT_LEAST_LOLLIPOP ? cordova.getActivity().getWindow().getContext() : cordova.getActivity().getApplicationContext(), - message, - "short".equalsIgnoreCase(duration) ? android.widget.Toast.LENGTH_SHORT : android.widget.Toast.LENGTH_LONG - ); - - if ("top".equals(position)) { - toast.setGravity(GRAVITY_TOP, 0, BASE_TOP_BOTTOM_OFFSET + addPixelsY); - } else if ("bottom".equals(position)) { - toast.setGravity(GRAVITY_BOTTOM, 0, BASE_TOP_BOTTOM_OFFSET - addPixelsY); - } else if ("center".equals(position)) { - toast.setGravity(GRAVITY_CENTER, 0, addPixelsY); - } else { - callbackContext.error("invalid position. valid options are 'top', 'center' and 'bottom'"); - return; - } - - // if one of the custom layout options have been passed in, draw our own shape - // (but disabled on Android >= 11 since custom toast views are deprecated) - if (styling != null && IS_AT_LEAST_JELLY_BEAN && !IS_AT_LEAST_R) { - - // the defaults mimic the default toast as close as possible - final String backgroundColor = styling.optString("backgroundColor", "#333333"); - final String textColor = styling.optString("textColor", "#ffffff"); - final Double textSize = styling.optDouble("textSize", -1); - final double opacity = styling.optDouble("opacity", 0.8); - final int cornerRadius = styling.optInt("cornerRadius", 100); - final int horizontalPadding = styling.optInt("horizontalPadding", 50); - final int verticalPadding = styling.optInt("verticalPadding", 30); - - GradientDrawable shape = new GradientDrawable(); - shape.setCornerRadius(cornerRadius); - shape.setAlpha((int)(opacity * 255)); // 0-255, where 0 is an invisible background - shape.setColor(Color.parseColor(backgroundColor)); - toast.getView().setBackground(shape); - - final TextView toastTextView; - toastTextView = (TextView) toast.getView().findViewById(android.R.id.message); - toastTextView.setTextColor(Color.parseColor(textColor)); - if (textSize > -1) { - toastTextView.setTextSize(textSize.floatValue()); - } - - toast.getView().setPadding(horizontalPadding, verticalPadding, horizontalPadding, verticalPadding); - - // this gives the toast a very subtle shadow on newer devices - if (IS_AT_LEAST_LOLLIPOP) { - toast.getView().setElevation(6); - } - } - - if (IS_AT_LEAST_R) { - // On Android >= 11 the 'toast.getView()' will always return null - // so no touchListener can be used or mocked - // DO NOTHING - } else if (IS_AT_LEAST_LOLLIPOP) { - // On Android >= 5 you can no longer rely on the 'toast.getView().setOnTouchListener', - // so created something funky that compares the Toast position to the tap coordinates. - getViewGroup().setOnTouchListener(new View.OnTouchListener() { - @Override - public boolean onTouch(View view, MotionEvent motionEvent) { - if (motionEvent.getAction() != MotionEvent.ACTION_DOWN) { - return false; - } - if (mostRecentToast == null || !mostRecentToast.getView().isShown()) { - getViewGroup().setOnTouchListener(null); - return false; - } - - float w = mostRecentToast.getView().getWidth(); - float startX = (view.getWidth() / 2) - (w / 2); - float endX = (view.getWidth() / 2) + (w / 2); - - float startY; - float endY; - - float g = mostRecentToast.getGravity(); - float y = mostRecentToast.getYOffset(); - float h = mostRecentToast.getView().getHeight(); - - if (g == GRAVITY_BOTTOM) { - startY = view.getHeight() - y - h; - endY = view.getHeight() - y; - } else if (g == GRAVITY_CENTER) { - startY = (view.getHeight() / 2) + y - (h / 2); - endY = (view.getHeight() / 2) + y + (h / 2); - } else { - // top - startY = y; - endY = y + h; - } - - float tapX = motionEvent.getX(); - float tapY = motionEvent.getY(); - - final boolean tapped = tapX >= startX && tapX <= endX && - tapY >= startY && tapY <= endY; - - return tapped && returnTapEvent("touch", msg, data, callbackContext); - } - }); - } else { - toast.getView().setOnTouchListener(new View.OnTouchListener() { - @Override - public boolean onTouch(View view, MotionEvent motionEvent) { - return motionEvent.getAction() == MotionEvent.ACTION_DOWN && returnTapEvent("touch", msg, data, callbackContext); - } - }); - } - // trigger show every 2500 ms for as long as the requested duration - _timer = new CountDownTimer(hideAfterMs, 2500) { - public void onTick(long millisUntilFinished) { - // see https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues/116 - // and https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues/120 -// if (!IS_AT_LEAST_PIE) { -// toast.show(); -// } - } - public void onFinish() { - returnTapEvent("hide", msg, data, callbackContext); - toast.cancel(); - } - }.start(); - - mostRecentToast = toast; - toast.show(); - - PluginResult pr = new PluginResult(PluginResult.Status.OK); - pr.setKeepCallback(true); - callbackContext.sendPluginResult(pr); - } - }); - - return true; - } else { - callbackContext.error("toast." + action + " is not a supported function. Did you mean '" + ACTION_SHOW_EVENT + "'?"); - return false; - } - } - - - private void hide() { - if (mostRecentToast != null) { - mostRecentToast.cancel(); - getViewGroup().setOnTouchListener(null); - } - if (_timer != null) { - _timer.cancel(); - } - } - - private boolean returnTapEvent(String eventName, String message, JSONObject data, CallbackContext callbackContext) { - final JSONObject json = new JSONObject(); - try { - json.put("event", eventName); - json.put("message", message); - json.put("data", data); - } catch (JSONException e) { - e.printStackTrace(); - } - callbackContext.success(json); - return true; - } - - // lazy init and caching - private ViewGroup getViewGroup() { - if (viewGroup == null) { - viewGroup = (ViewGroup) ((ViewGroup) cordova.getActivity().findViewById(android.R.id.content)).getChildAt(0); - } - return viewGroup; - } - - @Override - public void onPause(boolean multitasking) { - hide(); - this.isPaused = true; - } - - @Override - public void onResume(boolean multitasking) { - this.isPaused = false; - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/index.js b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/index.js deleted file mode 100644 index c6969ff..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/index.js +++ /dev/null @@ -1,83 +0,0 @@ -var toast, - resultObjs = {}, - threadCallback = null, - _utils = require("../../lib/utils"); - -module.exports = { - - show: function (success, fail, args, env) { - var result = new PluginResult(args, env); - resultObjs[result.callbackId] = result; - - var message = JSON.parse(decodeURIComponent(args[0])), - duration = JSON.parse(decodeURIComponent(args[1])), - position = JSON.parse(decodeURIComponent(args[2])); - - toast.getInstance().show(result.callbackId, {message:message, duration:duration, position:position}); - } -}; - -/////////////////////////////////////////////////////////////////// -// JavaScript wrapper for JNEXT plugin for connection -/////////////////////////////////////////////////////////////////// - -JNEXT.Toast = function () { - var self = this, - hasInstance = false; - - self.getId = function () { - return self.m_id; - }; - - self.init = function () { - if (!JNEXT.require("libToast")) { - return false; - } - - self.m_id = JNEXT.createObject("libToast.Toast_JS"); - - if (self.m_id === "") { - return false; - } - - JNEXT.registerEvents(self); - }; - - // calls into InvokeMethod(string command) in Toast_JS.cpp - self.show = function (callbackId, input) { - return JNEXT.invoke(self.m_id, "show " + callbackId + " " + JSON.stringify(input)); - }; - - // Fired by the Event framework (used by asynchronous callbacks) - self.onEvent = function (strData) { - var arData = strData.split(" "), - callbackId = arData[0], - result = resultObjs[callbackId], - data = arData.slice(1, arData.length).join(" "); - - if (result) { - if (callbackId != threadCallback) { - result.callbackOk(data, false); - delete resultObjs[callbackId]; - } else { - result.callbackOk(data, true); - } - } - }; - - // ************************ - // End of methods to edit - // ************************ - self.m_id = ""; - - self.getInstance = function () { - if (!hasInstance) { - hasInstance = true; - self.init(); - } - return self; - }; - -}; - -toast = new JNEXT.Toast(); diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/.cproject b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/.cproject deleted file mode 100644 index 34991e5..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/.cproject +++ /dev/null @@ -1,717 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/.project b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/.project deleted file mode 100644 index 8e6b830..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/.project +++ /dev/null @@ -1,76 +0,0 @@ - - - Toast - - - - - - org.eclipse.cdt.managedbuilder.core.genmakebuilder - clean,full,incremental, - - - ?name? - - - - org.eclipse.cdt.make.core.append_environment - true - - - org.eclipse.cdt.make.core.buildArguments - - - - org.eclipse.cdt.make.core.buildCommand - make - - - org.eclipse.cdt.make.core.buildLocation - ${workspace_loc:/Toast/Device-Release} - - - org.eclipse.cdt.make.core.contents - org.eclipse.cdt.make.core.activeConfigSettings - - - org.eclipse.cdt.make.core.enableAutoBuild - false - - - org.eclipse.cdt.make.core.enableCleanBuild - true - - - org.eclipse.cdt.make.core.enableFullBuild - true - - - org.eclipse.cdt.make.core.stopOnError - true - - - org.eclipse.cdt.make.core.useDefaultBuildCmd - true - - - - - org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder - full,incremental, - - - - - com.qnx.tools.bbt.xml.core.bbtXMLValidationBuilder - - - - - - org.eclipse.cdt.core.cnature - org.eclipse.cdt.managedbuilder.core.managedBuildNature - org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - com.qnx.tools.ide.bbt.core.bbtnature - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/libToast.so b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/libToast.so deleted file mode 100644 index 4afb860..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/libToast.so and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_reader.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_reader.o deleted file mode 100644 index e3667cc..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_reader.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_value.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_value.o deleted file mode 100644 index 6495cce..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_value.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_writer.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_writer.o deleted file mode 100644 index f3fd809..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/json_writer.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/plugin.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/plugin.o deleted file mode 100644 index bfceb06..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/plugin.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/tokenizer.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/tokenizer.o deleted file mode 100644 index 80246d1..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/public/tokenizer.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/Logger.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/Logger.o deleted file mode 100644 index bfcaa3c..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/Logger.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/toast_js.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/toast_js.o deleted file mode 100644 index d03c804..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/toast_js.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/toast_ndk.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/toast_ndk.o deleted file mode 100644 index c67adce..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/device/src/toast_ndk.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/autolink.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/autolink.h deleted file mode 100644 index 37c9258..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/autolink.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef JSON_AUTOLINK_H_INCLUDED -# define JSON_AUTOLINK_H_INCLUDED - -# include "config.h" - -# ifdef JSON_IN_CPPTL -# include -# endif - -# if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL) -# define CPPTL_AUTOLINK_NAME "json" -# undef CPPTL_AUTOLINK_DLL -# ifdef JSON_DLL -# define CPPTL_AUTOLINK_DLL -# endif -# include "autolink.h" -# endif - -#endif // JSON_AUTOLINK_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/config.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/config.h deleted file mode 100644 index 5d334cb..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/config.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef JSON_CONFIG_H_INCLUDED -# define JSON_CONFIG_H_INCLUDED - -/// If defined, indicates that json library is embedded in CppTL library. -//# define JSON_IN_CPPTL 1 - -/// If defined, indicates that json may leverage CppTL library -//# define JSON_USE_CPPTL 1 -/// If defined, indicates that cpptl vector based map should be used instead of std::map -/// as Value container. -//# define JSON_USE_CPPTL_SMALLMAP 1 -/// If defined, indicates that Json specific container should be used -/// (hash table & simple deque container with customizable allocator). -/// THIS FEATURE IS STILL EXPERIMENTAL! -//# define JSON_VALUE_USE_INTERNAL_MAP 1 -/// Force usage of standard new/malloc based allocator instead of memory pool based allocator. -/// The memory pools allocator used optimization (initializing Value and ValueInternalLink -/// as if it was a POD) that may cause some validation tool to report errors. -/// Only has effects if JSON_VALUE_USE_INTERNAL_MAP is defined. -//# define JSON_USE_SIMPLE_INTERNAL_ALLOCATOR 1 - -/// If defined, indicates that Json use exception to report invalid type manipulation -/// instead of C assert macro. -# define JSON_USE_EXCEPTION 1 - -# ifdef JSON_IN_CPPTL -# include -# ifndef JSON_USE_CPPTL -# define JSON_USE_CPPTL 1 -# endif -# endif - -# ifdef JSON_IN_CPPTL -# define JSON_API CPPTL_API -# elif defined(JSON_DLL_BUILD) -# define JSON_API __declspec(dllexport) -# elif defined(JSON_DLL) -# define JSON_API __declspec(dllimport) -# else -# define JSON_API -# endif - -#endif // JSON_CONFIG_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/features.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/features.h deleted file mode 100644 index 5a9adec..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/features.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef CPPTL_JSON_FEATURES_H_INCLUDED -# define CPPTL_JSON_FEATURES_H_INCLUDED - -# include "forwards.h" - -namespace Json { - - /** \brief Configuration passed to reader and writer. - * This configuration object can be used to force the Reader or Writer - * to behave in a standard conforming way. - */ - class JSON_API Features - { - public: - /** \brief A configuration that allows all features and assumes all strings are UTF-8. - * - C & C++ comments are allowed - * - Root object can be any JSON value - * - Assumes Value strings are encoded in UTF-8 - */ - static Features all(); - - /** \brief A configuration that is strictly compatible with the JSON specification. - * - Comments are forbidden. - * - Root object must be either an array or an object value. - * - Assumes Value strings are encoded in UTF-8 - */ - static Features strictMode(); - - /** \brief Initialize the configuration like JsonConfig::allFeatures; - */ - Features(); - - /// \c true if comments are allowed. Default: \c true. - bool allowComments_; - - /// \c true if root must be either an array or an object value. Default: \c false. - bool strictRoot_; - }; - -} // namespace Json - -#endif // CPPTL_JSON_FEATURES_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/forwards.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/forwards.h deleted file mode 100644 index d0ce830..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/forwards.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef JSON_FORWARDS_H_INCLUDED -# define JSON_FORWARDS_H_INCLUDED - -# include "config.h" - -namespace Json { - - // writer.h - class FastWriter; - class StyledWriter; - - // reader.h - class Reader; - - // features.h - class Features; - - // value.h - typedef int Int; - typedef unsigned int UInt; - class StaticString; - class Path; - class PathArgument; - class Value; - class ValueIteratorBase; - class ValueIterator; - class ValueConstIterator; -#ifdef JSON_VALUE_USE_INTERNAL_MAP - class ValueAllocator; - class ValueMapAllocator; - class ValueInternalLink; - class ValueInternalArray; - class ValueInternalMap; -#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP - -} // namespace Json - - -#endif // JSON_FORWARDS_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/json.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/json.h deleted file mode 100644 index c71ed65..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/json.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef JSON_JSON_H_INCLUDED -# define JSON_JSON_H_INCLUDED - -# include "autolink.h" -# include "value.h" -# include "reader.h" -# include "writer.h" -# include "features.h" - -#endif // JSON_JSON_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/reader.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/reader.h deleted file mode 100644 index ee1d6a2..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/reader.h +++ /dev/null @@ -1,196 +0,0 @@ -#ifndef CPPTL_JSON_READER_H_INCLUDED -# define CPPTL_JSON_READER_H_INCLUDED - -# include "features.h" -# include "value.h" -# include -# include -# include -# include - -namespace Json { - - /** \brief Unserialize a JSON document into a Value. - * - */ - class JSON_API Reader - { - public: - typedef char Char; - typedef const Char *Location; - - /** \brief Constructs a Reader allowing all features - * for parsing. - */ - Reader(); - - /** \brief Constructs a Reader allowing the specified feature set - * for parsing. - */ - Reader( const Features &features ); - - /** \brief Read a Value from a JSON document. - * \param document UTF-8 encoded string containing the document to read. - * \param root [out] Contains the root value of the document if it was - * successfully parsed. - * \param collectComments \c true to collect comment and allow writing them back during - * serialization, \c false to discard comments. - * This parameter is ignored if Features::allowComments_ - * is \c false. - * \return \c true if the document was successfully parsed, \c false if an error occurred. - */ - bool parse( const std::string &document, - Value &root, - bool collectComments = true ); - - /** \brief Read a Value from a JSON document. - * \param document UTF-8 encoded string containing the document to read. - * \param root [out] Contains the root value of the document if it was - * successfully parsed. - * \param collectComments \c true to collect comment and allow writing them back during - * serialization, \c false to discard comments. - * This parameter is ignored if Features::allowComments_ - * is \c false. - * \return \c true if the document was successfully parsed, \c false if an error occurred. - */ - bool parse( const char *beginDoc, const char *endDoc, - Value &root, - bool collectComments = true ); - - /// \brief Parse from input stream. - /// \see Json::operator>>(std::istream&, Json::Value&). - bool parse( std::istream &is, - Value &root, - bool collectComments = true ); - - /** \brief Returns a user friendly string that list errors in the parsed document. - * \return Formatted error message with the list of errors with their location in - * the parsed document. An empty string is returned if no error occurred - * during parsing. - */ - std::string getFormatedErrorMessages() const; - - private: - enum TokenType - { - tokenEndOfStream = 0, - tokenObjectBegin, - tokenObjectEnd, - tokenArrayBegin, - tokenArrayEnd, - tokenString, - tokenNumber, - tokenTrue, - tokenFalse, - tokenNull, - tokenArraySeparator, - tokenMemberSeparator, - tokenComment, - tokenError - }; - - class Token - { - public: - TokenType type_; - Location start_; - Location end_; - }; - - class ErrorInfo - { - public: - Token token_; - std::string message_; - Location extra_; - }; - - typedef std::deque Errors; - - bool expectToken( TokenType type, Token &token, const char *message ); - bool readToken( Token &token ); - void skipSpaces(); - bool match( Location pattern, - int patternLength ); - bool readComment(); - bool readCStyleComment(); - bool readCppStyleComment(); - bool readString(); - void readNumber(); - bool readValue(); - bool readObject( Token &token ); - bool readArray( Token &token ); - bool decodeNumber( Token &token ); - bool decodeString( Token &token ); - bool decodeString( Token &token, std::string &decoded ); - bool decodeDouble( Token &token ); - bool decodeUnicodeCodePoint( Token &token, - Location ¤t, - Location end, - unsigned int &unicode ); - bool decodeUnicodeEscapeSequence( Token &token, - Location ¤t, - Location end, - unsigned int &unicode ); - bool addError( const std::string &message, - Token &token, - Location extra = 0 ); - bool recoverFromError( TokenType skipUntilToken ); - bool addErrorAndRecover( const std::string &message, - Token &token, - TokenType skipUntilToken ); - void skipUntilSpace(); - Value ¤tValue(); - Char getNextChar(); - void getLocationLineAndColumn( Location location, - int &line, - int &column ) const; - std::string getLocationLineAndColumn( Location location ) const; - void addComment( Location begin, - Location end, - CommentPlacement placement ); - void skipCommentTokens( Token &token ); - - typedef std::stack Nodes; - Nodes nodes_; - Errors errors_; - std::string document_; - Location begin_; - Location end_; - Location current_; - Location lastValueEnd_; - Value *lastValue_; - std::string commentsBefore_; - Features features_; - bool collectComments_; - }; - - /** \brief Read from 'sin' into 'root'. - - Always keep comments from the input JSON. - - This can be used to read a file into a particular sub-object. - For example: - \code - Json::Value root; - cin >> root["dir"]["file"]; - cout << root; - \endcode - Result: - \verbatim - { - "dir": { - "file": { - // The input stream JSON would be nested here. - } - } - } - \endverbatim - \throw std::exception on parse error. - \see Json::operator<<() - */ - std::istream& operator>>( std::istream&, Value& ); - -} // namespace Json - -#endif // CPPTL_JSON_READER_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/value.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/value.h deleted file mode 100644 index 58bfd88..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/value.h +++ /dev/null @@ -1,1069 +0,0 @@ -#ifndef CPPTL_JSON_H_INCLUDED -# define CPPTL_JSON_H_INCLUDED - -# include "forwards.h" -# include -# include - -# ifndef JSON_USE_CPPTL_SMALLMAP -# include -# else -# include -# endif -# ifdef JSON_USE_CPPTL -# include -# endif - -/** \brief JSON (JavaScript Object Notation). - */ -namespace Json { - - /** \brief Type of the value held by a Value object. - */ - enum ValueType - { - nullValue = 0, ///< 'null' value - intValue, ///< signed integer value - uintValue, ///< unsigned integer value - realValue, ///< double value - stringValue, ///< UTF-8 string value - booleanValue, ///< bool value - arrayValue, ///< array value (ordered list) - objectValue ///< object value (collection of name/value pairs). - }; - - enum CommentPlacement - { - commentBefore = 0, ///< a comment placed on the line before a value - commentAfterOnSameLine, ///< a comment just after a value on the same line - commentAfter, ///< a comment on the line after a value (only make sense for root value) - numberOfCommentPlacement - }; - -//# ifdef JSON_USE_CPPTL -// typedef CppTL::AnyEnumerator EnumMemberNames; -// typedef CppTL::AnyEnumerator EnumValues; -//# endif - - /** \brief Lightweight wrapper to tag static string. - * - * Value constructor and objectValue member assignement takes advantage of the - * StaticString and avoid the cost of string duplication when storing the - * string or the member name. - * - * Example of usage: - * \code - * Json::Value aValue( StaticString("some text") ); - * Json::Value object; - * static const StaticString code("code"); - * object[code] = 1234; - * \endcode - */ - class JSON_API StaticString - { - public: - explicit StaticString( const char *czstring ) - : str_( czstring ) - { - } - - operator const char *() const - { - return str_; - } - - const char *c_str() const - { - return str_; - } - - private: - const char *str_; - }; - - /** \brief Represents a JSON value. - * - * This class is a discriminated union wrapper that can represents a: - * - signed integer [range: Value::minInt - Value::maxInt] - * - unsigned integer (range: 0 - Value::maxUInt) - * - double - * - UTF-8 string - * - boolean - * - 'null' - * - an ordered list of Value - * - collection of name/value pairs (javascript object) - * - * The type of the held value is represented by a #ValueType and - * can be obtained using type(). - * - * values of an #objectValue or #arrayValue can be accessed using operator[]() methods. - * Non const methods will automatically create the a #nullValue element - * if it does not exist. - * The sequence of an #arrayValue will be automatically resize and initialized - * with #nullValue. resize() can be used to enlarge or truncate an #arrayValue. - * - * The get() methods can be used to obtanis default value in the case the required element - * does not exist. - * - * It is possible to iterate over the list of a #objectValue values using - * the getMemberNames() method. - */ - class JSON_API Value - { - friend class ValueIteratorBase; -# ifdef JSON_VALUE_USE_INTERNAL_MAP - friend class ValueInternalLink; - friend class ValueInternalMap; -# endif - public: - typedef std::vector Members; - typedef ValueIterator iterator; - typedef ValueConstIterator const_iterator; - typedef Json::UInt UInt; - typedef Json::Int Int; - typedef UInt ArrayIndex; - - static const Value null; - static const Int minInt; - static const Int maxInt; - static const UInt maxUInt; - - private: -#ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION -# ifndef JSON_VALUE_USE_INTERNAL_MAP - class CZString - { - public: - enum DuplicationPolicy - { - noDuplication = 0, - duplicate, - duplicateOnCopy - }; - CZString( int index ); - CZString( const char *cstr, DuplicationPolicy allocate ); - CZString( const CZString &other ); - ~CZString(); - CZString &operator =( const CZString &other ); - bool operator<( const CZString &other ) const; - bool operator==( const CZString &other ) const; - int index() const; - const char *c_str() const; - bool isStaticString() const; - private: - void swap( CZString &other ); - const char *cstr_; - int index_; - }; - - public: -# ifndef JSON_USE_CPPTL_SMALLMAP - typedef std::map ObjectValues; -# else - typedef CppTL::SmallMap ObjectValues; -# endif // ifndef JSON_USE_CPPTL_SMALLMAP -# endif // ifndef JSON_VALUE_USE_INTERNAL_MAP -#endif // ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION - - public: - /** \brief Create a default Value of the given type. - - This is a very useful constructor. - To create an empty array, pass arrayValue. - To create an empty object, pass objectValue. - Another Value can then be set to this one by assignment. - This is useful since clear() and resize() will not alter types. - - Examples: - \code - Json::Value null_value; // null - Json::Value arr_value(Json::arrayValue); // [] - Json::Value obj_value(Json::objectValue); // {} - \endcode - */ - Value( ValueType type = nullValue ); - Value( Int value ); - Value( UInt value ); - Value( double value ); - Value( const char *value ); - Value( const char *beginValue, const char *endValue ); - /** \brief Constructs a value from a static string. - - * Like other value string constructor but do not duplicate the string for - * internal storage. The given string must remain alive after the call to this - * constructor. - * Example of usage: - * \code - * Json::Value aValue( StaticString("some text") ); - * \endcode - */ - Value( const StaticString &value ); - Value( const std::string &value ); -# ifdef JSON_USE_CPPTL - Value( const CppTL::ConstString &value ); -# endif - Value( bool value ); - Value( const Value &other ); - ~Value(); - - Value &operator=( const Value &other ); - /// Swap values. - /// \note Currently, comments are intentionally not swapped, for - /// both logic and efficiency. - void swap( Value &other ); - - ValueType type() const; - - bool operator <( const Value &other ) const; - bool operator <=( const Value &other ) const; - bool operator >=( const Value &other ) const; - bool operator >( const Value &other ) const; - - bool operator ==( const Value &other ) const; - bool operator !=( const Value &other ) const; - - int compare( const Value &other ); - - const char *asCString() const; - std::string asString() const; -# ifdef JSON_USE_CPPTL - CppTL::ConstString asConstString() const; -# endif - Int asInt() const; - UInt asUInt() const; - double asDouble() const; - bool asBool() const; - - bool isNull() const; - bool isBool() const; - bool isInt() const; - bool isUInt() const; - bool isIntegral() const; - bool isDouble() const; - bool isNumeric() const; - bool isString() const; - bool isArray() const; - bool isObject() const; - - bool isConvertibleTo( ValueType other ) const; - - /// Number of values in array or object - UInt size() const; - - /// \brief Return true if empty array, empty object, or null; - /// otherwise, false. - bool empty() const; - - /// Return isNull() - bool operator!() const; - - /// Remove all object members and array elements. - /// \pre type() is arrayValue, objectValue, or nullValue - /// \post type() is unchanged - void clear(); - - /// Resize the array to size elements. - /// New elements are initialized to null. - /// May only be called on nullValue or arrayValue. - /// \pre type() is arrayValue or nullValue - /// \post type() is arrayValue - void resize( UInt size ); - - /// Access an array element (zero based index ). - /// If the array contains less than index element, then null value are inserted - /// in the array so that its size is index+1. - /// (You may need to say 'value[0u]' to get your compiler to distinguish - /// this from the operator[] which takes a string.) - Value &operator[]( UInt index ); - /// Access an array element (zero based index ) - /// (You may need to say 'value[0u]' to get your compiler to distinguish - /// this from the operator[] which takes a string.) - const Value &operator[]( UInt index ) const; - /// If the array contains at least index+1 elements, returns the element value, - /// otherwise returns defaultValue. - Value get( UInt index, - const Value &defaultValue ) const; - /// Return true if index < size(). - bool isValidIndex( UInt index ) const; - /// \brief Append value to array at the end. - /// - /// Equivalent to jsonvalue[jsonvalue.size()] = value; - Value &append( const Value &value ); - - /// Access an object value by name, create a null member if it does not exist. - Value &operator[]( const char *key ); - /// Access an object value by name, returns null if there is no member with that name. - const Value &operator[]( const char *key ) const; - /// Access an object value by name, create a null member if it does not exist. - Value &operator[]( const std::string &key ); - /// Access an object value by name, returns null if there is no member with that name. - const Value &operator[]( const std::string &key ) const; - /** \brief Access an object value by name, create a null member if it does not exist. - - * If the object as no entry for that name, then the member name used to store - * the new entry is not duplicated. - * Example of use: - * \code - * Json::Value object; - * static const StaticString code("code"); - * object[code] = 1234; - * \endcode - */ - Value &operator[]( const StaticString &key ); -# ifdef JSON_USE_CPPTL - /// Access an object value by name, create a null member if it does not exist. - Value &operator[]( const CppTL::ConstString &key ); - /// Access an object value by name, returns null if there is no member with that name. - const Value &operator[]( const CppTL::ConstString &key ) const; -# endif - /// Return the member named key if it exist, defaultValue otherwise. - Value get( const char *key, - const Value &defaultValue ) const; - /// Return the member named key if it exist, defaultValue otherwise. - Value get( const std::string &key, - const Value &defaultValue ) const; -# ifdef JSON_USE_CPPTL - /// Return the member named key if it exist, defaultValue otherwise. - Value get( const CppTL::ConstString &key, - const Value &defaultValue ) const; -# endif - /// \brief Remove and return the named member. - /// - /// Do nothing if it did not exist. - /// \return the removed Value, or null. - /// \pre type() is objectValue or nullValue - /// \post type() is unchanged - Value removeMember( const char* key ); - /// Same as removeMember(const char*) - Value removeMember( const std::string &key ); - - /// Return true if the object has a member named key. - bool isMember( const char *key ) const; - /// Return true if the object has a member named key. - bool isMember( const std::string &key ) const; -# ifdef JSON_USE_CPPTL - /// Return true if the object has a member named key. - bool isMember( const CppTL::ConstString &key ) const; -# endif - - /// \brief Return a list of the member names. - /// - /// If null, return an empty list. - /// \pre type() is objectValue or nullValue - /// \post if type() was nullValue, it remains nullValue - Members getMemberNames() const; - -//# ifdef JSON_USE_CPPTL -// EnumMemberNames enumMemberNames() const; -// EnumValues enumValues() const; -//# endif - - /// Comments must be //... or /* ... */ - void setComment( const char *comment, - CommentPlacement placement ); - /// Comments must be //... or /* ... */ - void setComment( const std::string &comment, - CommentPlacement placement ); - bool hasComment( CommentPlacement placement ) const; - /// Include delimiters and embedded newlines. - std::string getComment( CommentPlacement placement ) const; - - std::string toStyledString() const; - - const_iterator begin() const; - const_iterator end() const; - - iterator begin(); - iterator end(); - - private: - Value &resolveReference( const char *key, - bool isStatic ); - -# ifdef JSON_VALUE_USE_INTERNAL_MAP - inline bool isItemAvailable() const - { - return itemIsUsed_ == 0; - } - - inline void setItemUsed( bool isUsed = true ) - { - itemIsUsed_ = isUsed ? 1 : 0; - } - - inline bool isMemberNameStatic() const - { - return memberNameIsStatic_ == 0; - } - - inline void setMemberNameIsStatic( bool isStatic ) - { - memberNameIsStatic_ = isStatic ? 1 : 0; - } -# endif // # ifdef JSON_VALUE_USE_INTERNAL_MAP - - private: - struct CommentInfo - { - CommentInfo(); - ~CommentInfo(); - - void setComment( const char *text ); - - char *comment_; - }; - - //struct MemberNamesTransform - //{ - // typedef const char *result_type; - // const char *operator()( const CZString &name ) const - // { - // return name.c_str(); - // } - //}; - - union ValueHolder - { - Int int_; - UInt uint_; - double real_; - bool bool_; - char *string_; -# ifdef JSON_VALUE_USE_INTERNAL_MAP - ValueInternalArray *array_; - ValueInternalMap *map_; -#else - ObjectValues *map_; -# endif - } value_; - ValueType type_ : 8; - int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. -# ifdef JSON_VALUE_USE_INTERNAL_MAP - unsigned int itemIsUsed_ : 1; // used by the ValueInternalMap container. - int memberNameIsStatic_ : 1; // used by the ValueInternalMap container. -# endif - CommentInfo *comments_; - }; - - - /** \brief Experimental and untested: represents an element of the "path" to access a node. - */ - class PathArgument - { - public: - friend class Path; - - PathArgument(); - PathArgument( UInt index ); - PathArgument( const char *key ); - PathArgument( const std::string &key ); - - private: - enum Kind - { - kindNone = 0, - kindIndex, - kindKey - }; - std::string key_; - UInt index_; - Kind kind_; - }; - - /** \brief Experimental and untested: represents a "path" to access a node. - * - * Syntax: - * - "." => root node - * - ".[n]" => elements at index 'n' of root node (an array value) - * - ".name" => member named 'name' of root node (an object value) - * - ".name1.name2.name3" - * - ".[0][1][2].name1[3]" - * - ".%" => member name is provided as parameter - * - ".[%]" => index is provied as parameter - */ - class Path - { - public: - Path( const std::string &path, - const PathArgument &a1 = PathArgument(), - const PathArgument &a2 = PathArgument(), - const PathArgument &a3 = PathArgument(), - const PathArgument &a4 = PathArgument(), - const PathArgument &a5 = PathArgument() ); - - const Value &resolve( const Value &root ) const; - Value resolve( const Value &root, - const Value &defaultValue ) const; - /// Creates the "path" to access the specified node and returns a reference on the node. - Value &make( Value &root ) const; - - private: - typedef std::vector InArgs; - typedef std::vector Args; - - void makePath( const std::string &path, - const InArgs &in ); - void addPathInArg( const std::string &path, - const InArgs &in, - InArgs::const_iterator &itInArg, - PathArgument::Kind kind ); - void invalidPath( const std::string &path, - int location ); - - Args args_; - }; - - /** \brief Experimental do not use: Allocator to customize member name and string value memory management done by Value. - * - * - makeMemberName() and releaseMemberName() are called to respectively duplicate and - * free an Json::objectValue member name. - * - duplicateStringValue() and releaseStringValue() are called similarly to - * duplicate and free a Json::stringValue value. - */ - class ValueAllocator - { - public: - enum { unknown = (unsigned)-1 }; - - virtual ~ValueAllocator(); - - virtual char *makeMemberName( const char *memberName ) = 0; - virtual void releaseMemberName( char *memberName ) = 0; - virtual char *duplicateStringValue( const char *value, - unsigned int length = unknown ) = 0; - virtual void releaseStringValue( char *value ) = 0; - }; - -#ifdef JSON_VALUE_USE_INTERNAL_MAP - /** \brief Allocator to customize Value internal map. - * Below is an example of a simple implementation (default implementation actually - * use memory pool for speed). - * \code - class DefaultValueMapAllocator : public ValueMapAllocator - { - public: // overridden from ValueMapAllocator - virtual ValueInternalMap *newMap() - { - return new ValueInternalMap(); - } - - virtual ValueInternalMap *newMapCopy( const ValueInternalMap &other ) - { - return new ValueInternalMap( other ); - } - - virtual void destructMap( ValueInternalMap *map ) - { - delete map; - } - - virtual ValueInternalLink *allocateMapBuckets( unsigned int size ) - { - return new ValueInternalLink[size]; - } - - virtual void releaseMapBuckets( ValueInternalLink *links ) - { - delete [] links; - } - - virtual ValueInternalLink *allocateMapLink() - { - return new ValueInternalLink(); - } - - virtual void releaseMapLink( ValueInternalLink *link ) - { - delete link; - } - }; - * \endcode - */ - class JSON_API ValueMapAllocator - { - public: - virtual ~ValueMapAllocator(); - virtual ValueInternalMap *newMap() = 0; - virtual ValueInternalMap *newMapCopy( const ValueInternalMap &other ) = 0; - virtual void destructMap( ValueInternalMap *map ) = 0; - virtual ValueInternalLink *allocateMapBuckets( unsigned int size ) = 0; - virtual void releaseMapBuckets( ValueInternalLink *links ) = 0; - virtual ValueInternalLink *allocateMapLink() = 0; - virtual void releaseMapLink( ValueInternalLink *link ) = 0; - }; - - /** \brief ValueInternalMap hash-map bucket chain link (for internal use only). - * \internal previous_ & next_ allows for bidirectional traversal. - */ - class JSON_API ValueInternalLink - { - public: - enum { itemPerLink = 6 }; // sizeof(ValueInternalLink) = 128 on 32 bits architecture. - enum InternalFlags { - flagAvailable = 0, - flagUsed = 1 - }; - - ValueInternalLink(); - - ~ValueInternalLink(); - - Value items_[itemPerLink]; - char *keys_[itemPerLink]; - ValueInternalLink *previous_; - ValueInternalLink *next_; - }; - - - /** \brief A linked page based hash-table implementation used internally by Value. - * \internal ValueInternalMap is a tradional bucket based hash-table, with a linked - * list in each bucket to handle collision. There is an addional twist in that - * each node of the collision linked list is a page containing a fixed amount of - * value. This provides a better compromise between memory usage and speed. - * - * Each bucket is made up of a chained list of ValueInternalLink. The last - * link of a given bucket can be found in the 'previous_' field of the following bucket. - * The last link of the last bucket is stored in tailLink_ as it has no following bucket. - * Only the last link of a bucket may contains 'available' item. The last link always - * contains at least one element unless is it the bucket one very first link. - */ - class JSON_API ValueInternalMap - { - friend class ValueIteratorBase; - friend class Value; - public: - typedef unsigned int HashKey; - typedef unsigned int BucketIndex; - -# ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION - struct IteratorState - { - IteratorState() - : map_(0) - , link_(0) - , itemIndex_(0) - , bucketIndex_(0) - { - } - ValueInternalMap *map_; - ValueInternalLink *link_; - BucketIndex itemIndex_; - BucketIndex bucketIndex_; - }; -# endif // ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION - - ValueInternalMap(); - ValueInternalMap( const ValueInternalMap &other ); - ValueInternalMap &operator =( const ValueInternalMap &other ); - ~ValueInternalMap(); - - void swap( ValueInternalMap &other ); - - BucketIndex size() const; - - void clear(); - - bool reserveDelta( BucketIndex growth ); - - bool reserve( BucketIndex newItemCount ); - - const Value *find( const char *key ) const; - - Value *find( const char *key ); - - Value &resolveReference( const char *key, - bool isStatic ); - - void remove( const char *key ); - - void doActualRemove( ValueInternalLink *link, - BucketIndex index, - BucketIndex bucketIndex ); - - ValueInternalLink *&getLastLinkInBucket( BucketIndex bucketIndex ); - - Value &setNewItem( const char *key, - bool isStatic, - ValueInternalLink *link, - BucketIndex index ); - - Value &unsafeAdd( const char *key, - bool isStatic, - HashKey hashedKey ); - - HashKey hash( const char *key ) const; - - int compare( const ValueInternalMap &other ) const; - - private: - void makeBeginIterator( IteratorState &it ) const; - void makeEndIterator( IteratorState &it ) const; - static bool equals( const IteratorState &x, const IteratorState &other ); - static void increment( IteratorState &iterator ); - static void incrementBucket( IteratorState &iterator ); - static void decrement( IteratorState &iterator ); - static const char *key( const IteratorState &iterator ); - static const char *key( const IteratorState &iterator, bool &isStatic ); - static Value &value( const IteratorState &iterator ); - static int distance( const IteratorState &x, const IteratorState &y ); - - private: - ValueInternalLink *buckets_; - ValueInternalLink *tailLink_; - BucketIndex bucketsSize_; - BucketIndex itemCount_; - }; - - /** \brief A simplified deque implementation used internally by Value. - * \internal - * It is based on a list of fixed "page", each page contains a fixed number of items. - * Instead of using a linked-list, a array of pointer is used for fast item look-up. - * Look-up for an element is as follow: - * - compute page index: pageIndex = itemIndex / itemsPerPage - * - look-up item in page: pages_[pageIndex][itemIndex % itemsPerPage] - * - * Insertion is amortized constant time (only the array containing the index of pointers - * need to be reallocated when items are appended). - */ - class JSON_API ValueInternalArray - { - friend class Value; - friend class ValueIteratorBase; - public: - enum { itemsPerPage = 8 }; // should be a power of 2 for fast divide and modulo. - typedef Value::ArrayIndex ArrayIndex; - typedef unsigned int PageIndex; - -# ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION - struct IteratorState // Must be a POD - { - IteratorState() - : array_(0) - , currentPageIndex_(0) - , currentItemIndex_(0) - { - } - ValueInternalArray *array_; - Value **currentPageIndex_; - unsigned int currentItemIndex_; - }; -# endif // ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION - - ValueInternalArray(); - ValueInternalArray( const ValueInternalArray &other ); - ValueInternalArray &operator =( const ValueInternalArray &other ); - ~ValueInternalArray(); - void swap( ValueInternalArray &other ); - - void clear(); - void resize( ArrayIndex newSize ); - - Value &resolveReference( ArrayIndex index ); - - Value *find( ArrayIndex index ) const; - - ArrayIndex size() const; - - int compare( const ValueInternalArray &other ) const; - - private: - static bool equals( const IteratorState &x, const IteratorState &other ); - static void increment( IteratorState &iterator ); - static void decrement( IteratorState &iterator ); - static Value &dereference( const IteratorState &iterator ); - static Value &unsafeDereference( const IteratorState &iterator ); - static int distance( const IteratorState &x, const IteratorState &y ); - static ArrayIndex indexOf( const IteratorState &iterator ); - void makeBeginIterator( IteratorState &it ) const; - void makeEndIterator( IteratorState &it ) const; - void makeIterator( IteratorState &it, ArrayIndex index ) const; - - void makeIndexValid( ArrayIndex index ); - - Value **pages_; - ArrayIndex size_; - PageIndex pageCount_; - }; - - /** \brief Experimental: do not use. Allocator to customize Value internal array. - * Below is an example of a simple implementation (actual implementation use - * memory pool). - \code -class DefaultValueArrayAllocator : public ValueArrayAllocator -{ -public: // overridden from ValueArrayAllocator - virtual ~DefaultValueArrayAllocator() - { - } - - virtual ValueInternalArray *newArray() - { - return new ValueInternalArray(); - } - - virtual ValueInternalArray *newArrayCopy( const ValueInternalArray &other ) - { - return new ValueInternalArray( other ); - } - - virtual void destruct( ValueInternalArray *array ) - { - delete array; - } - - virtual void reallocateArrayPageIndex( Value **&indexes, - ValueInternalArray::PageIndex &indexCount, - ValueInternalArray::PageIndex minNewIndexCount ) - { - ValueInternalArray::PageIndex newIndexCount = (indexCount*3)/2 + 1; - if ( minNewIndexCount > newIndexCount ) - newIndexCount = minNewIndexCount; - void *newIndexes = realloc( indexes, sizeof(Value*) * newIndexCount ); - if ( !newIndexes ) - throw std::bad_alloc(); - indexCount = newIndexCount; - indexes = static_cast( newIndexes ); - } - virtual void releaseArrayPageIndex( Value **indexes, - ValueInternalArray::PageIndex indexCount ) - { - if ( indexes ) - free( indexes ); - } - - virtual Value *allocateArrayPage() - { - return static_cast( malloc( sizeof(Value) * ValueInternalArray::itemsPerPage ) ); - } - - virtual void releaseArrayPage( Value *value ) - { - if ( value ) - free( value ); - } -}; - \endcode - */ - class JSON_API ValueArrayAllocator - { - public: - virtual ~ValueArrayAllocator(); - virtual ValueInternalArray *newArray() = 0; - virtual ValueInternalArray *newArrayCopy( const ValueInternalArray &other ) = 0; - virtual void destructArray( ValueInternalArray *array ) = 0; - /** \brief Reallocate array page index. - * Reallocates an array of pointer on each page. - * \param indexes [input] pointer on the current index. May be \c NULL. - * [output] pointer on the new index of at least - * \a minNewIndexCount pages. - * \param indexCount [input] current number of pages in the index. - * [output] number of page the reallocated index can handle. - * \b MUST be >= \a minNewIndexCount. - * \param minNewIndexCount Minimum number of page the new index must be able to - * handle. - */ - virtual void reallocateArrayPageIndex( Value **&indexes, - ValueInternalArray::PageIndex &indexCount, - ValueInternalArray::PageIndex minNewIndexCount ) = 0; - virtual void releaseArrayPageIndex( Value **indexes, - ValueInternalArray::PageIndex indexCount ) = 0; - virtual Value *allocateArrayPage() = 0; - virtual void releaseArrayPage( Value *value ) = 0; - }; -#endif // #ifdef JSON_VALUE_USE_INTERNAL_MAP - - - /** \brief base class for Value iterators. - * - */ - class ValueIteratorBase - { - public: - typedef unsigned int size_t; - typedef int difference_type; - typedef ValueIteratorBase SelfType; - - ValueIteratorBase(); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - explicit ValueIteratorBase( const Value::ObjectValues::iterator ¤t ); -#else - ValueIteratorBase( const ValueInternalArray::IteratorState &state ); - ValueIteratorBase( const ValueInternalMap::IteratorState &state ); -#endif - - bool operator ==( const SelfType &other ) const - { - return isEqual( other ); - } - - bool operator !=( const SelfType &other ) const - { - return !isEqual( other ); - } - - difference_type operator -( const SelfType &other ) const - { - return computeDistance( other ); - } - - /// Return either the index or the member name of the referenced value as a Value. - Value key() const; - - /// Return the index of the referenced Value. -1 if it is not an arrayValue. - UInt index() const; - - /// Return the member name of the referenced Value. "" if it is not an objectValue. - const char *memberName() const; - - protected: - Value &deref() const; - - void increment(); - - void decrement(); - - difference_type computeDistance( const SelfType &other ) const; - - bool isEqual( const SelfType &other ) const; - - void copy( const SelfType &other ); - - private: -#ifndef JSON_VALUE_USE_INTERNAL_MAP - Value::ObjectValues::iterator current_; - // Indicates that iterator is for a null value. - bool isNull_; -#else - union - { - ValueInternalArray::IteratorState array_; - ValueInternalMap::IteratorState map_; - } iterator_; - bool isArray_; -#endif - }; - - /** \brief const iterator for object and array value. - * - */ - class ValueConstIterator : public ValueIteratorBase - { - friend class Value; - public: - typedef unsigned int size_t; - typedef int difference_type; - typedef const Value &reference; - typedef const Value *pointer; - typedef ValueConstIterator SelfType; - - ValueConstIterator(); - private: - /*! \internal Use by Value to create an iterator. - */ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - explicit ValueConstIterator( const Value::ObjectValues::iterator ¤t ); -#else - ValueConstIterator( const ValueInternalArray::IteratorState &state ); - ValueConstIterator( const ValueInternalMap::IteratorState &state ); -#endif - public: - SelfType &operator =( const ValueIteratorBase &other ); - - SelfType operator++( int ) - { - SelfType temp( *this ); - ++*this; - return temp; - } - - SelfType operator--( int ) - { - SelfType temp( *this ); - --*this; - return temp; - } - - SelfType &operator--() - { - decrement(); - return *this; - } - - SelfType &operator++() - { - increment(); - return *this; - } - - reference operator *() const - { - return deref(); - } - }; - - - /** \brief Iterator for object and array value. - */ - class ValueIterator : public ValueIteratorBase - { - friend class Value; - public: - typedef unsigned int size_t; - typedef int difference_type; - typedef Value &reference; - typedef Value *pointer; - typedef ValueIterator SelfType; - - ValueIterator(); - ValueIterator( const ValueConstIterator &other ); - ValueIterator( const ValueIterator &other ); - private: - /*! \internal Use by Value to create an iterator. - */ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - explicit ValueIterator( const Value::ObjectValues::iterator ¤t ); -#else - ValueIterator( const ValueInternalArray::IteratorState &state ); - ValueIterator( const ValueInternalMap::IteratorState &state ); -#endif - public: - - SelfType &operator =( const SelfType &other ); - - SelfType operator++( int ) - { - SelfType temp( *this ); - ++*this; - return temp; - } - - SelfType operator--( int ) - { - SelfType temp( *this ); - --*this; - return temp; - } - - SelfType &operator--() - { - decrement(); - return *this; - } - - SelfType &operator++() - { - increment(); - return *this; - } - - reference operator *() const - { - return deref(); - } - }; - - -} // namespace Json - - -#endif // CPPTL_JSON_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/writer.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/writer.h deleted file mode 100644 index 5f4b83b..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json/writer.h +++ /dev/null @@ -1,174 +0,0 @@ -#ifndef JSON_WRITER_H_INCLUDED -# define JSON_WRITER_H_INCLUDED - -# include "value.h" -# include -# include -# include - -namespace Json { - - class Value; - - /** \brief Abstract class for writers. - */ - class JSON_API Writer - { - public: - virtual ~Writer(); - - virtual std::string write( const Value &root ) = 0; - }; - - /** \brief Outputs a Value in JSON format without formatting (not human friendly). - * - * The JSON document is written in a single line. It is not intended for 'human' consumption, - * but may be usefull to support feature such as RPC where bandwith is limited. - * \sa Reader, Value - */ - class JSON_API FastWriter : public Writer - { - public: - FastWriter(); - virtual ~FastWriter(){} - - void enableYAMLCompatibility(); - - public: // overridden from Writer - virtual std::string write( const Value &root ); - - private: - void writeValue( const Value &value ); - - std::string document_; - bool yamlCompatiblityEnabled_; - }; - - /** \brief Writes a Value in JSON format in a human friendly way. - * - * The rules for line break and indent are as follow: - * - Object value: - * - if empty then print {} without indent and line break - * - if not empty the print '{', line break & indent, print one value per line - * and then unindent and line break and print '}'. - * - Array value: - * - if empty then print [] without indent and line break - * - if the array contains no object value, empty array or some other value types, - * and all the values fit on one lines, then print the array on a single line. - * - otherwise, it the values do not fit on one line, or the array contains - * object or non empty array, then print one value per line. - * - * If the Value have comments then they are outputed according to their #CommentPlacement. - * - * \sa Reader, Value, Value::setComment() - */ - class JSON_API StyledWriter: public Writer - { - public: - StyledWriter(); - virtual ~StyledWriter(){} - - public: // overridden from Writer - /** \brief Serialize a Value in JSON format. - * \param root Value to serialize. - * \return String containing the JSON document that represents the root value. - */ - virtual std::string write( const Value &root ); - - private: - void writeValue( const Value &value ); - void writeArrayValue( const Value &value ); - bool isMultineArray( const Value &value ); - void pushValue( const std::string &value ); - void writeIndent(); - void writeWithIndent( const std::string &value ); - void indent(); - void unindent(); - void writeCommentBeforeValue( const Value &root ); - void writeCommentAfterValueOnSameLine( const Value &root ); - bool hasCommentForValue( const Value &value ); - static std::string normalizeEOL( const std::string &text ); - - typedef std::vector ChildValues; - - ChildValues childValues_; - std::string document_; - std::string indentString_; - int rightMargin_; - int indentSize_; - bool addChildValues_; - }; - - /** \brief Writes a Value in JSON format in a human friendly way, - to a stream rather than to a string. - * - * The rules for line break and indent are as follow: - * - Object value: - * - if empty then print {} without indent and line break - * - if not empty the print '{', line break & indent, print one value per line - * and then unindent and line break and print '}'. - * - Array value: - * - if empty then print [] without indent and line break - * - if the array contains no object value, empty array or some other value types, - * and all the values fit on one lines, then print the array on a single line. - * - otherwise, it the values do not fit on one line, or the array contains - * object or non empty array, then print one value per line. - * - * If the Value have comments then they are outputed according to their #CommentPlacement. - * - * \param indentation Each level will be indented by this amount extra. - * \sa Reader, Value, Value::setComment() - */ - class JSON_API StyledStreamWriter - { - public: - StyledStreamWriter( std::string indentation="\t" ); - ~StyledStreamWriter(){} - - public: - /** \brief Serialize a Value in JSON format. - * \param out Stream to write to. (Can be ostringstream, e.g.) - * \param root Value to serialize. - * \note There is no point in deriving from Writer, since write() should not return a value. - */ - void write( std::ostream &out, const Value &root ); - - private: - void writeValue( const Value &value ); - void writeArrayValue( const Value &value ); - bool isMultineArray( const Value &value ); - void pushValue( const std::string &value ); - void writeIndent(); - void writeWithIndent( const std::string &value ); - void indent(); - void unindent(); - void writeCommentBeforeValue( const Value &root ); - void writeCommentAfterValueOnSameLine( const Value &root ); - bool hasCommentForValue( const Value &value ); - static std::string normalizeEOL( const std::string &text ); - - typedef std::vector ChildValues; - - ChildValues childValues_; - std::ostream* document_; - std::string indentString_; - int rightMargin_; - std::string indentation_; - bool addChildValues_; - }; - - std::string JSON_API valueToString( Int value ); - std::string JSON_API valueToString( UInt value ); - std::string JSON_API valueToString( double value ); - std::string JSON_API valueToString( bool value ); - std::string JSON_API valueToQuotedString( const char *value ); - - /// \brief Output using the StyledStreamWriter. - /// \see Json::operator>>() - std::ostream& operator<<( std::ostream&, const Value &root ); - -} // namespace Json - - - -#endif // JSON_WRITER_H_INCLUDED diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_batchallocator.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_batchallocator.h deleted file mode 100644 index 87ea5ed..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_batchallocator.h +++ /dev/null @@ -1,125 +0,0 @@ -#ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED -# define JSONCPP_BATCHALLOCATOR_H_INCLUDED - -# include -# include - -# ifndef JSONCPP_DOC_EXCLUDE_IMPLEMENTATION - -namespace Json { - -/* Fast memory allocator. - * - * This memory allocator allocates memory for a batch of object (specified by - * the page size, the number of object in each page). - * - * It does not allow the destruction of a single object. All the allocated objects - * can be destroyed at once. The memory can be either released or reused for future - * allocation. - * - * The in-place new operator must be used to construct the object using the pointer - * returned by allocate. - */ -template -class BatchAllocator -{ -public: - typedef AllocatedType Type; - - BatchAllocator( unsigned int objectsPerPage = 255 ) - : freeHead_( 0 ) - , objectsPerPage_( objectsPerPage ) - { -// printf( "Size: %d => %s\n", sizeof(AllocatedType), typeid(AllocatedType).name() ); - assert( sizeof(AllocatedType) * objectPerAllocation >= sizeof(AllocatedType *) ); // We must be able to store a slist in the object free space. - assert( objectsPerPage >= 16 ); - batches_ = allocateBatch( 0 ); // allocated a dummy page - currentBatch_ = batches_; - } - - ~BatchAllocator() - { - for ( BatchInfo *batch = batches_; batch; ) - { - BatchInfo *nextBatch = batch->next_; - free( batch ); - batch = nextBatch; - } - } - - /// allocate space for an array of objectPerAllocation object. - /// @warning it is the responsability of the caller to call objects constructors. - AllocatedType *allocate() - { - if ( freeHead_ ) // returns node from free list. - { - AllocatedType *object = freeHead_; - freeHead_ = *(AllocatedType **)object; - return object; - } - if ( currentBatch_->used_ == currentBatch_->end_ ) - { - currentBatch_ = currentBatch_->next_; - while ( currentBatch_ && currentBatch_->used_ == currentBatch_->end_ ) - currentBatch_ = currentBatch_->next_; - - if ( !currentBatch_ ) // no free batch found, allocate a new one - { - currentBatch_ = allocateBatch( objectsPerPage_ ); - currentBatch_->next_ = batches_; // insert at the head of the list - batches_ = currentBatch_; - } - } - AllocatedType *allocated = currentBatch_->used_; - currentBatch_->used_ += objectPerAllocation; - return allocated; - } - - /// Release the object. - /// @warning it is the responsability of the caller to actually destruct the object. - void release( AllocatedType *object ) - { - assert( object != 0 ); - *(AllocatedType **)object = freeHead_; - freeHead_ = object; - } - -private: - struct BatchInfo - { - BatchInfo *next_; - AllocatedType *used_; - AllocatedType *end_; - AllocatedType buffer_[objectPerAllocation]; - }; - - // disabled copy constructor and assignement operator. - BatchAllocator( const BatchAllocator & ); - void operator =( const BatchAllocator &); - - static BatchInfo *allocateBatch( unsigned int objectsPerPage ) - { - const unsigned int mallocSize = sizeof(BatchInfo) - sizeof(AllocatedType)* objectPerAllocation - + sizeof(AllocatedType) * objectPerAllocation * objectsPerPage; - BatchInfo *batch = static_cast( malloc( mallocSize ) ); - batch->next_ = 0; - batch->used_ = batch->buffer_; - batch->end_ = batch->buffer_ + objectsPerPage; - return batch; - } - - BatchInfo *batches_; - BatchInfo *currentBatch_; - /// Head of a single linked list within the allocated space of freeed object - AllocatedType *freeHead_; - unsigned int objectsPerPage_; -}; - - -} // namespace Json - -# endif // ifndef JSONCPP_DOC_INCLUDE_IMPLEMENTATION - -#endif // JSONCPP_BATCHALLOCATOR_H_INCLUDED - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_internalarray.inl b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_internalarray.inl deleted file mode 100644 index 9b985d2..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_internalarray.inl +++ /dev/null @@ -1,448 +0,0 @@ -// included by json_value.cpp -// everything is within Json namespace - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class ValueInternalArray -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - -ValueArrayAllocator::~ValueArrayAllocator() -{ -} - -// ////////////////////////////////////////////////////////////////// -// class DefaultValueArrayAllocator -// ////////////////////////////////////////////////////////////////// -#ifdef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR -class DefaultValueArrayAllocator : public ValueArrayAllocator -{ -public: // overridden from ValueArrayAllocator - virtual ~DefaultValueArrayAllocator() - { - } - - virtual ValueInternalArray *newArray() - { - return new ValueInternalArray(); - } - - virtual ValueInternalArray *newArrayCopy( const ValueInternalArray &other ) - { - return new ValueInternalArray( other ); - } - - virtual void destructArray( ValueInternalArray *array ) - { - delete array; - } - - virtual void reallocateArrayPageIndex( Value **&indexes, - ValueInternalArray::PageIndex &indexCount, - ValueInternalArray::PageIndex minNewIndexCount ) - { - ValueInternalArray::PageIndex newIndexCount = (indexCount*3)/2 + 1; - if ( minNewIndexCount > newIndexCount ) - newIndexCount = minNewIndexCount; - void *newIndexes = realloc( indexes, sizeof(Value*) * newIndexCount ); - if ( !newIndexes ) - throw std::bad_alloc(); - indexCount = newIndexCount; - indexes = static_cast( newIndexes ); - } - virtual void releaseArrayPageIndex( Value **indexes, - ValueInternalArray::PageIndex indexCount ) - { - if ( indexes ) - free( indexes ); - } - - virtual Value *allocateArrayPage() - { - return static_cast( malloc( sizeof(Value) * ValueInternalArray::itemsPerPage ) ); - } - - virtual void releaseArrayPage( Value *value ) - { - if ( value ) - free( value ); - } -}; - -#else // #ifdef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR -/// @todo make this thread-safe (lock when accessign batch allocator) -class DefaultValueArrayAllocator : public ValueArrayAllocator -{ -public: // overridden from ValueArrayAllocator - virtual ~DefaultValueArrayAllocator() - { - } - - virtual ValueInternalArray *newArray() - { - ValueInternalArray *array = arraysAllocator_.allocate(); - new (array) ValueInternalArray(); // placement new - return array; - } - - virtual ValueInternalArray *newArrayCopy( const ValueInternalArray &other ) - { - ValueInternalArray *array = arraysAllocator_.allocate(); - new (array) ValueInternalArray( other ); // placement new - return array; - } - - virtual void destructArray( ValueInternalArray *array ) - { - if ( array ) - { - array->~ValueInternalArray(); - arraysAllocator_.release( array ); - } - } - - virtual void reallocateArrayPageIndex( Value **&indexes, - ValueInternalArray::PageIndex &indexCount, - ValueInternalArray::PageIndex minNewIndexCount ) - { - ValueInternalArray::PageIndex newIndexCount = (indexCount*3)/2 + 1; - if ( minNewIndexCount > newIndexCount ) - newIndexCount = minNewIndexCount; - void *newIndexes = realloc( indexes, sizeof(Value*) * newIndexCount ); - if ( !newIndexes ) - throw std::bad_alloc(); - indexCount = newIndexCount; - indexes = static_cast( newIndexes ); - } - virtual void releaseArrayPageIndex( Value **indexes, - ValueInternalArray::PageIndex indexCount ) - { - if ( indexes ) - free( indexes ); - } - - virtual Value *allocateArrayPage() - { - return static_cast( pagesAllocator_.allocate() ); - } - - virtual void releaseArrayPage( Value *value ) - { - if ( value ) - pagesAllocator_.release( value ); - } -private: - BatchAllocator arraysAllocator_; - BatchAllocator pagesAllocator_; -}; -#endif // #ifdef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR - -static ValueArrayAllocator *&arrayAllocator() -{ - static DefaultValueArrayAllocator defaultAllocator; - static ValueArrayAllocator *arrayAllocator = &defaultAllocator; - return arrayAllocator; -} - -static struct DummyArrayAllocatorInitializer { - DummyArrayAllocatorInitializer() - { - arrayAllocator(); // ensure arrayAllocator() statics are initialized before main(). - } -} dummyArrayAllocatorInitializer; - -// ////////////////////////////////////////////////////////////////// -// class ValueInternalArray -// ////////////////////////////////////////////////////////////////// -bool -ValueInternalArray::equals( const IteratorState &x, - const IteratorState &other ) -{ - return x.array_ == other.array_ - && x.currentItemIndex_ == other.currentItemIndex_ - && x.currentPageIndex_ == other.currentPageIndex_; -} - - -void -ValueInternalArray::increment( IteratorState &it ) -{ - JSON_ASSERT_MESSAGE( it.array_ && - (it.currentPageIndex_ - it.array_->pages_)*itemsPerPage + it.currentItemIndex_ - != it.array_->size_, - "ValueInternalArray::increment(): moving iterator beyond end" ); - ++(it.currentItemIndex_); - if ( it.currentItemIndex_ == itemsPerPage ) - { - it.currentItemIndex_ = 0; - ++(it.currentPageIndex_); - } -} - - -void -ValueInternalArray::decrement( IteratorState &it ) -{ - JSON_ASSERT_MESSAGE( it.array_ && it.currentPageIndex_ == it.array_->pages_ - && it.currentItemIndex_ == 0, - "ValueInternalArray::decrement(): moving iterator beyond end" ); - if ( it.currentItemIndex_ == 0 ) - { - it.currentItemIndex_ = itemsPerPage-1; - --(it.currentPageIndex_); - } - else - { - --(it.currentItemIndex_); - } -} - - -Value & -ValueInternalArray::unsafeDereference( const IteratorState &it ) -{ - return (*(it.currentPageIndex_))[it.currentItemIndex_]; -} - - -Value & -ValueInternalArray::dereference( const IteratorState &it ) -{ - JSON_ASSERT_MESSAGE( it.array_ && - (it.currentPageIndex_ - it.array_->pages_)*itemsPerPage + it.currentItemIndex_ - < it.array_->size_, - "ValueInternalArray::dereference(): dereferencing invalid iterator" ); - return unsafeDereference( it ); -} - -void -ValueInternalArray::makeBeginIterator( IteratorState &it ) const -{ - it.array_ = const_cast( this ); - it.currentItemIndex_ = 0; - it.currentPageIndex_ = pages_; -} - - -void -ValueInternalArray::makeIterator( IteratorState &it, ArrayIndex index ) const -{ - it.array_ = const_cast( this ); - it.currentItemIndex_ = index % itemsPerPage; - it.currentPageIndex_ = pages_ + index / itemsPerPage; -} - - -void -ValueInternalArray::makeEndIterator( IteratorState &it ) const -{ - makeIterator( it, size_ ); -} - - -ValueInternalArray::ValueInternalArray() - : pages_( 0 ) - , size_( 0 ) - , pageCount_( 0 ) -{ -} - - -ValueInternalArray::ValueInternalArray( const ValueInternalArray &other ) - : pages_( 0 ) - , pageCount_( 0 ) - , size_( other.size_ ) -{ - PageIndex minNewPages = other.size_ / itemsPerPage; - arrayAllocator()->reallocateArrayPageIndex( pages_, pageCount_, minNewPages ); - JSON_ASSERT_MESSAGE( pageCount_ >= minNewPages, - "ValueInternalArray::reserve(): bad reallocation" ); - IteratorState itOther; - other.makeBeginIterator( itOther ); - Value *value; - for ( ArrayIndex index = 0; index < size_; ++index, increment(itOther) ) - { - if ( index % itemsPerPage == 0 ) - { - PageIndex pageIndex = index / itemsPerPage; - value = arrayAllocator()->allocateArrayPage(); - pages_[pageIndex] = value; - } - new (value) Value( dereference( itOther ) ); - } -} - - -ValueInternalArray & -ValueInternalArray::operator =( const ValueInternalArray &other ) -{ - ValueInternalArray temp( other ); - swap( temp ); - return *this; -} - - -ValueInternalArray::~ValueInternalArray() -{ - // destroy all constructed items - IteratorState it; - IteratorState itEnd; - makeBeginIterator( it); - makeEndIterator( itEnd ); - for ( ; !equals(it,itEnd); increment(it) ) - { - Value *value = &dereference(it); - value->~Value(); - } - // release all pages - PageIndex lastPageIndex = size_ / itemsPerPage; - for ( PageIndex pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex ) - arrayAllocator()->releaseArrayPage( pages_[pageIndex] ); - // release pages index - arrayAllocator()->releaseArrayPageIndex( pages_, pageCount_ ); -} - - -void -ValueInternalArray::swap( ValueInternalArray &other ) -{ - Value **tempPages = pages_; - pages_ = other.pages_; - other.pages_ = tempPages; - ArrayIndex tempSize = size_; - size_ = other.size_; - other.size_ = tempSize; - PageIndex tempPageCount = pageCount_; - pageCount_ = other.pageCount_; - other.pageCount_ = tempPageCount; -} - -void -ValueInternalArray::clear() -{ - ValueInternalArray dummy; - swap( dummy ); -} - - -void -ValueInternalArray::resize( ArrayIndex newSize ) -{ - if ( newSize == 0 ) - clear(); - else if ( newSize < size_ ) - { - IteratorState it; - IteratorState itEnd; - makeIterator( it, newSize ); - makeIterator( itEnd, size_ ); - for ( ; !equals(it,itEnd); increment(it) ) - { - Value *value = &dereference(it); - value->~Value(); - } - PageIndex pageIndex = (newSize + itemsPerPage - 1) / itemsPerPage; - PageIndex lastPageIndex = size_ / itemsPerPage; - for ( ; pageIndex < lastPageIndex; ++pageIndex ) - arrayAllocator()->releaseArrayPage( pages_[pageIndex] ); - size_ = newSize; - } - else if ( newSize > size_ ) - resolveReference( newSize ); -} - - -void -ValueInternalArray::makeIndexValid( ArrayIndex index ) -{ - // Need to enlarge page index ? - if ( index >= pageCount_ * itemsPerPage ) - { - PageIndex minNewPages = (index + 1) / itemsPerPage; - arrayAllocator()->reallocateArrayPageIndex( pages_, pageCount_, minNewPages ); - JSON_ASSERT_MESSAGE( pageCount_ >= minNewPages, "ValueInternalArray::reserve(): bad reallocation" ); - } - - // Need to allocate new pages ? - ArrayIndex nextPageIndex = - (size_ % itemsPerPage) != 0 ? size_ - (size_%itemsPerPage) + itemsPerPage - : size_; - if ( nextPageIndex <= index ) - { - PageIndex pageIndex = nextPageIndex / itemsPerPage; - PageIndex pageToAllocate = (index - nextPageIndex) / itemsPerPage + 1; - for ( ; pageToAllocate-- > 0; ++pageIndex ) - pages_[pageIndex] = arrayAllocator()->allocateArrayPage(); - } - - // Initialize all new entries - IteratorState it; - IteratorState itEnd; - makeIterator( it, size_ ); - size_ = index + 1; - makeIterator( itEnd, size_ ); - for ( ; !equals(it,itEnd); increment(it) ) - { - Value *value = &dereference(it); - new (value) Value(); // Construct a default value using placement new - } -} - -Value & -ValueInternalArray::resolveReference( ArrayIndex index ) -{ - if ( index >= size_ ) - makeIndexValid( index ); - return pages_[index/itemsPerPage][index%itemsPerPage]; -} - -Value * -ValueInternalArray::find( ArrayIndex index ) const -{ - if ( index >= size_ ) - return 0; - return &(pages_[index/itemsPerPage][index%itemsPerPage]); -} - -ValueInternalArray::ArrayIndex -ValueInternalArray::size() const -{ - return size_; -} - -int -ValueInternalArray::distance( const IteratorState &x, const IteratorState &y ) -{ - return indexOf(y) - indexOf(x); -} - - -ValueInternalArray::ArrayIndex -ValueInternalArray::indexOf( const IteratorState &iterator ) -{ - if ( !iterator.array_ ) - return ArrayIndex(-1); - return ArrayIndex( - (iterator.currentPageIndex_ - iterator.array_->pages_) * itemsPerPage - + iterator.currentItemIndex_ ); -} - - -int -ValueInternalArray::compare( const ValueInternalArray &other ) const -{ - int sizeDiff( size_ - other.size_ ); - if ( sizeDiff != 0 ) - return sizeDiff; - - for ( ArrayIndex index =0; index < size_; ++index ) - { - int diff = pages_[index/itemsPerPage][index%itemsPerPage].compare( - other.pages_[index/itemsPerPage][index%itemsPerPage] ); - if ( diff != 0 ) - return diff; - } - return 0; -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_internalmap.inl b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_internalmap.inl deleted file mode 100644 index 1977148..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_internalmap.inl +++ /dev/null @@ -1,607 +0,0 @@ -// included by json_value.cpp -// everything is within Json namespace - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class ValueInternalMap -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - -/** \internal MUST be safely initialized using memset( this, 0, sizeof(ValueInternalLink) ); - * This optimization is used by the fast allocator. - */ -ValueInternalLink::ValueInternalLink() - : previous_( 0 ) - , next_( 0 ) -{ -} - -ValueInternalLink::~ValueInternalLink() -{ - for ( int index =0; index < itemPerLink; ++index ) - { - if ( !items_[index].isItemAvailable() ) - { - if ( !items_[index].isMemberNameStatic() ) - free( keys_[index] ); - } - else - break; - } -} - - - -ValueMapAllocator::~ValueMapAllocator() -{ -} - -#ifdef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR -class DefaultValueMapAllocator : public ValueMapAllocator -{ -public: // overridden from ValueMapAllocator - virtual ValueInternalMap *newMap() - { - return new ValueInternalMap(); - } - - virtual ValueInternalMap *newMapCopy( const ValueInternalMap &other ) - { - return new ValueInternalMap( other ); - } - - virtual void destructMap( ValueInternalMap *map ) - { - delete map; - } - - virtual ValueInternalLink *allocateMapBuckets( unsigned int size ) - { - return new ValueInternalLink[size]; - } - - virtual void releaseMapBuckets( ValueInternalLink *links ) - { - delete [] links; - } - - virtual ValueInternalLink *allocateMapLink() - { - return new ValueInternalLink(); - } - - virtual void releaseMapLink( ValueInternalLink *link ) - { - delete link; - } -}; -#else -/// @todo make this thread-safe (lock when accessign batch allocator) -class DefaultValueMapAllocator : public ValueMapAllocator -{ -public: // overridden from ValueMapAllocator - virtual ValueInternalMap *newMap() - { - ValueInternalMap *map = mapsAllocator_.allocate(); - new (map) ValueInternalMap(); // placement new - return map; - } - - virtual ValueInternalMap *newMapCopy( const ValueInternalMap &other ) - { - ValueInternalMap *map = mapsAllocator_.allocate(); - new (map) ValueInternalMap( other ); // placement new - return map; - } - - virtual void destructMap( ValueInternalMap *map ) - { - if ( map ) - { - map->~ValueInternalMap(); - mapsAllocator_.release( map ); - } - } - - virtual ValueInternalLink *allocateMapBuckets( unsigned int size ) - { - return new ValueInternalLink[size]; - } - - virtual void releaseMapBuckets( ValueInternalLink *links ) - { - delete [] links; - } - - virtual ValueInternalLink *allocateMapLink() - { - ValueInternalLink *link = linksAllocator_.allocate(); - memset( link, 0, sizeof(ValueInternalLink) ); - return link; - } - - virtual void releaseMapLink( ValueInternalLink *link ) - { - link->~ValueInternalLink(); - linksAllocator_.release( link ); - } -private: - BatchAllocator mapsAllocator_; - BatchAllocator linksAllocator_; -}; -#endif - -static ValueMapAllocator *&mapAllocator() -{ - static DefaultValueMapAllocator defaultAllocator; - static ValueMapAllocator *mapAllocator = &defaultAllocator; - return mapAllocator; -} - -static struct DummyMapAllocatorInitializer { - DummyMapAllocatorInitializer() - { - mapAllocator(); // ensure mapAllocator() statics are initialized before main(). - } -} dummyMapAllocatorInitializer; - - - -// h(K) = value * K >> w ; with w = 32 & K prime w.r.t. 2^32. - -/* -use linked list hash map. -buckets array is a container. -linked list element contains 6 key/values. (memory = (16+4) * 6 + 4 = 124) -value have extra state: valid, available, deleted -*/ - - -ValueInternalMap::ValueInternalMap() - : buckets_( 0 ) - , tailLink_( 0 ) - , bucketsSize_( 0 ) - , itemCount_( 0 ) -{ -} - - -ValueInternalMap::ValueInternalMap( const ValueInternalMap &other ) - : buckets_( 0 ) - , tailLink_( 0 ) - , bucketsSize_( 0 ) - , itemCount_( 0 ) -{ - reserve( other.itemCount_ ); - IteratorState it; - IteratorState itEnd; - other.makeBeginIterator( it ); - other.makeEndIterator( itEnd ); - for ( ; !equals(it,itEnd); increment(it) ) - { - bool isStatic; - const char *memberName = key( it, isStatic ); - const Value &aValue = value( it ); - resolveReference(memberName, isStatic) = aValue; - } -} - - -ValueInternalMap & -ValueInternalMap::operator =( const ValueInternalMap &other ) -{ - ValueInternalMap dummy( other ); - swap( dummy ); - return *this; -} - - -ValueInternalMap::~ValueInternalMap() -{ - if ( buckets_ ) - { - for ( BucketIndex bucketIndex =0; bucketIndex < bucketsSize_; ++bucketIndex ) - { - ValueInternalLink *link = buckets_[bucketIndex].next_; - while ( link ) - { - ValueInternalLink *linkToRelease = link; - link = link->next_; - mapAllocator()->releaseMapLink( linkToRelease ); - } - } - mapAllocator()->releaseMapBuckets( buckets_ ); - } -} - - -void -ValueInternalMap::swap( ValueInternalMap &other ) -{ - ValueInternalLink *tempBuckets = buckets_; - buckets_ = other.buckets_; - other.buckets_ = tempBuckets; - ValueInternalLink *tempTailLink = tailLink_; - tailLink_ = other.tailLink_; - other.tailLink_ = tempTailLink; - BucketIndex tempBucketsSize = bucketsSize_; - bucketsSize_ = other.bucketsSize_; - other.bucketsSize_ = tempBucketsSize; - BucketIndex tempItemCount = itemCount_; - itemCount_ = other.itemCount_; - other.itemCount_ = tempItemCount; -} - - -void -ValueInternalMap::clear() -{ - ValueInternalMap dummy; - swap( dummy ); -} - - -ValueInternalMap::BucketIndex -ValueInternalMap::size() const -{ - return itemCount_; -} - -bool -ValueInternalMap::reserveDelta( BucketIndex growth ) -{ - return reserve( itemCount_ + growth ); -} - -bool -ValueInternalMap::reserve( BucketIndex newItemCount ) -{ - if ( !buckets_ && newItemCount > 0 ) - { - buckets_ = mapAllocator()->allocateMapBuckets( 1 ); - bucketsSize_ = 1; - tailLink_ = &buckets_[0]; - } -// BucketIndex idealBucketCount = (newItemCount + ValueInternalLink::itemPerLink) / ValueInternalLink::itemPerLink; - return true; -} - - -const Value * -ValueInternalMap::find( const char *key ) const -{ - if ( !bucketsSize_ ) - return 0; - HashKey hashedKey = hash( key ); - BucketIndex bucketIndex = hashedKey % bucketsSize_; - for ( const ValueInternalLink *current = &buckets_[bucketIndex]; - current != 0; - current = current->next_ ) - { - for ( BucketIndex index=0; index < ValueInternalLink::itemPerLink; ++index ) - { - if ( current->items_[index].isItemAvailable() ) - return 0; - if ( strcmp( key, current->keys_[index] ) == 0 ) - return ¤t->items_[index]; - } - } - return 0; -} - - -Value * -ValueInternalMap::find( const char *key ) -{ - const ValueInternalMap *constThis = this; - return const_cast( constThis->find( key ) ); -} - - -Value & -ValueInternalMap::resolveReference( const char *key, - bool isStatic ) -{ - HashKey hashedKey = hash( key ); - if ( bucketsSize_ ) - { - BucketIndex bucketIndex = hashedKey % bucketsSize_; - ValueInternalLink **previous = 0; - BucketIndex index; - for ( ValueInternalLink *current = &buckets_[bucketIndex]; - current != 0; - previous = ¤t->next_, current = current->next_ ) - { - for ( index=0; index < ValueInternalLink::itemPerLink; ++index ) - { - if ( current->items_[index].isItemAvailable() ) - return setNewItem( key, isStatic, current, index ); - if ( strcmp( key, current->keys_[index] ) == 0 ) - return current->items_[index]; - } - } - } - - reserveDelta( 1 ); - return unsafeAdd( key, isStatic, hashedKey ); -} - - -void -ValueInternalMap::remove( const char *key ) -{ - HashKey hashedKey = hash( key ); - if ( !bucketsSize_ ) - return; - BucketIndex bucketIndex = hashedKey % bucketsSize_; - for ( ValueInternalLink *link = &buckets_[bucketIndex]; - link != 0; - link = link->next_ ) - { - BucketIndex index; - for ( index =0; index < ValueInternalLink::itemPerLink; ++index ) - { - if ( link->items_[index].isItemAvailable() ) - return; - if ( strcmp( key, link->keys_[index] ) == 0 ) - { - doActualRemove( link, index, bucketIndex ); - return; - } - } - } -} - -void -ValueInternalMap::doActualRemove( ValueInternalLink *link, - BucketIndex index, - BucketIndex bucketIndex ) -{ - // find last item of the bucket and swap it with the 'removed' one. - // set removed items flags to 'available'. - // if last page only contains 'available' items, then desallocate it (it's empty) - ValueInternalLink *&lastLink = getLastLinkInBucket( index ); - BucketIndex lastItemIndex = 1; // a link can never be empty, so start at 1 - for ( ; - lastItemIndex < ValueInternalLink::itemPerLink; - ++lastItemIndex ) // may be optimized with dicotomic search - { - if ( lastLink->items_[lastItemIndex].isItemAvailable() ) - break; - } - - BucketIndex lastUsedIndex = lastItemIndex - 1; - Value *valueToDelete = &link->items_[index]; - Value *valueToPreserve = &lastLink->items_[lastUsedIndex]; - if ( valueToDelete != valueToPreserve ) - valueToDelete->swap( *valueToPreserve ); - if ( lastUsedIndex == 0 ) // page is now empty - { // remove it from bucket linked list and delete it. - ValueInternalLink *linkPreviousToLast = lastLink->previous_; - if ( linkPreviousToLast != 0 ) // can not deleted bucket link. - { - mapAllocator()->releaseMapLink( lastLink ); - linkPreviousToLast->next_ = 0; - lastLink = linkPreviousToLast; - } - } - else - { - Value dummy; - valueToPreserve->swap( dummy ); // restore deleted to default Value. - valueToPreserve->setItemUsed( false ); - } - --itemCount_; -} - - -ValueInternalLink *& -ValueInternalMap::getLastLinkInBucket( BucketIndex bucketIndex ) -{ - if ( bucketIndex == bucketsSize_ - 1 ) - return tailLink_; - ValueInternalLink *&previous = buckets_[bucketIndex+1].previous_; - if ( !previous ) - previous = &buckets_[bucketIndex]; - return previous; -} - - -Value & -ValueInternalMap::setNewItem( const char *key, - bool isStatic, - ValueInternalLink *link, - BucketIndex index ) -{ - char *duplicatedKey = valueAllocator()->makeMemberName( key ); - ++itemCount_; - link->keys_[index] = duplicatedKey; - link->items_[index].setItemUsed(); - link->items_[index].setMemberNameIsStatic( isStatic ); - return link->items_[index]; // items already default constructed. -} - - -Value & -ValueInternalMap::unsafeAdd( const char *key, - bool isStatic, - HashKey hashedKey ) -{ - JSON_ASSERT_MESSAGE( bucketsSize_ > 0, "ValueInternalMap::unsafeAdd(): internal logic error." ); - BucketIndex bucketIndex = hashedKey % bucketsSize_; - ValueInternalLink *&previousLink = getLastLinkInBucket( bucketIndex ); - ValueInternalLink *link = previousLink; - BucketIndex index; - for ( index =0; index < ValueInternalLink::itemPerLink; ++index ) - { - if ( link->items_[index].isItemAvailable() ) - break; - } - if ( index == ValueInternalLink::itemPerLink ) // need to add a new page - { - ValueInternalLink *newLink = mapAllocator()->allocateMapLink(); - index = 0; - link->next_ = newLink; - previousLink = newLink; - link = newLink; - } - return setNewItem( key, isStatic, link, index ); -} - - -ValueInternalMap::HashKey -ValueInternalMap::hash( const char *key ) const -{ - HashKey hash = 0; - while ( *key ) - hash += *key++ * 37; - return hash; -} - - -int -ValueInternalMap::compare( const ValueInternalMap &other ) const -{ - int sizeDiff( itemCount_ - other.itemCount_ ); - if ( sizeDiff != 0 ) - return sizeDiff; - // Strict order guaranty is required. Compare all keys FIRST, then compare values. - IteratorState it; - IteratorState itEnd; - makeBeginIterator( it ); - makeEndIterator( itEnd ); - for ( ; !equals(it,itEnd); increment(it) ) - { - if ( !other.find( key( it ) ) ) - return 1; - } - - // All keys are equals, let's compare values - makeBeginIterator( it ); - for ( ; !equals(it,itEnd); increment(it) ) - { - const Value *otherValue = other.find( key( it ) ); - int valueDiff = value(it).compare( *otherValue ); - if ( valueDiff != 0 ) - return valueDiff; - } - return 0; -} - - -void -ValueInternalMap::makeBeginIterator( IteratorState &it ) const -{ - it.map_ = const_cast( this ); - it.bucketIndex_ = 0; - it.itemIndex_ = 0; - it.link_ = buckets_; -} - - -void -ValueInternalMap::makeEndIterator( IteratorState &it ) const -{ - it.map_ = const_cast( this ); - it.bucketIndex_ = bucketsSize_; - it.itemIndex_ = 0; - it.link_ = 0; -} - - -bool -ValueInternalMap::equals( const IteratorState &x, const IteratorState &other ) -{ - return x.map_ == other.map_ - && x.bucketIndex_ == other.bucketIndex_ - && x.link_ == other.link_ - && x.itemIndex_ == other.itemIndex_; -} - - -void -ValueInternalMap::incrementBucket( IteratorState &iterator ) -{ - ++iterator.bucketIndex_; - JSON_ASSERT_MESSAGE( iterator.bucketIndex_ <= iterator.map_->bucketsSize_, - "ValueInternalMap::increment(): attempting to iterate beyond end." ); - if ( iterator.bucketIndex_ == iterator.map_->bucketsSize_ ) - iterator.link_ = 0; - else - iterator.link_ = &(iterator.map_->buckets_[iterator.bucketIndex_]); - iterator.itemIndex_ = 0; -} - - -void -ValueInternalMap::increment( IteratorState &iterator ) -{ - JSON_ASSERT_MESSAGE( iterator.map_, "Attempting to iterator using invalid iterator." ); - ++iterator.itemIndex_; - if ( iterator.itemIndex_ == ValueInternalLink::itemPerLink ) - { - JSON_ASSERT_MESSAGE( iterator.link_ != 0, - "ValueInternalMap::increment(): attempting to iterate beyond end." ); - iterator.link_ = iterator.link_->next_; - if ( iterator.link_ == 0 ) - incrementBucket( iterator ); - } - else if ( iterator.link_->items_[iterator.itemIndex_].isItemAvailable() ) - { - incrementBucket( iterator ); - } -} - - -void -ValueInternalMap::decrement( IteratorState &iterator ) -{ - if ( iterator.itemIndex_ == 0 ) - { - JSON_ASSERT_MESSAGE( iterator.map_, "Attempting to iterate using invalid iterator." ); - if ( iterator.link_ == &iterator.map_->buckets_[iterator.bucketIndex_] ) - { - JSON_ASSERT_MESSAGE( iterator.bucketIndex_ > 0, "Attempting to iterate beyond beginning." ); - --(iterator.bucketIndex_); - } - iterator.link_ = iterator.link_->previous_; - iterator.itemIndex_ = ValueInternalLink::itemPerLink - 1; - } -} - - -const char * -ValueInternalMap::key( const IteratorState &iterator ) -{ - JSON_ASSERT_MESSAGE( iterator.link_, "Attempting to iterate using invalid iterator." ); - return iterator.link_->keys_[iterator.itemIndex_]; -} - -const char * -ValueInternalMap::key( const IteratorState &iterator, bool &isStatic ) -{ - JSON_ASSERT_MESSAGE( iterator.link_, "Attempting to iterate using invalid iterator." ); - isStatic = iterator.link_->items_[iterator.itemIndex_].isMemberNameStatic(); - return iterator.link_->keys_[iterator.itemIndex_]; -} - - -Value & -ValueInternalMap::value( const IteratorState &iterator ) -{ - JSON_ASSERT_MESSAGE( iterator.link_, "Attempting to iterate using invalid iterator." ); - return iterator.link_->items_[iterator.itemIndex_]; -} - - -int -ValueInternalMap::distance( const IteratorState &x, const IteratorState &y ) -{ - int offset = 0; - IteratorState it = x; - while ( !equals( it, y ) ) - increment( it ); - return offset; -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_reader.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_reader.cpp deleted file mode 100644 index 5af16c8..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_reader.cpp +++ /dev/null @@ -1,892 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include - -#if _MSC_VER >= 1400 // VC++ 8.0 -#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated. -#endif - -namespace Json { - -// QNX is strict about declaring C symbols in the std namespace. -#ifdef __QNXNTO__ -using std::memcpy; -using std::sprintf; -using std::sscanf; -#endif - -// Implementation of class Features -// //////////////////////////////// - -Features::Features() - : allowComments_( true ) - , strictRoot_( false ) -{ -} - - -Features -Features::all() -{ - return Features(); -} - - -Features -Features::strictMode() -{ - Features features; - features.allowComments_ = false; - features.strictRoot_ = true; - return features; -} - -// Implementation of class Reader -// //////////////////////////////// - - -static inline bool -in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 ) -{ - return c == c1 || c == c2 || c == c3 || c == c4; -} - -static inline bool -in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 ) -{ - return c == c1 || c == c2 || c == c3 || c == c4 || c == c5; -} - - -static bool -containsNewLine( Reader::Location begin, - Reader::Location end ) -{ - for ( ;begin < end; ++begin ) - if ( *begin == '\n' || *begin == '\r' ) - return true; - return false; -} - -static std::string codePointToUTF8(unsigned int cp) -{ - std::string result; - - // based on description from http://en.wikipedia.org/wiki/UTF-8 - - if (cp <= 0x7f) - { - result.resize(1); - result[0] = static_cast(cp); - } - else if (cp <= 0x7FF) - { - result.resize(2); - result[1] = static_cast(0x80 | (0x3f & cp)); - result[0] = static_cast(0xC0 | (0x1f & (cp >> 6))); - } - else if (cp <= 0xFFFF) - { - result.resize(3); - result[2] = static_cast(0x80 | (0x3f & cp)); - result[1] = 0x80 | static_cast((0x3f & (cp >> 6))); - result[0] = 0xE0 | static_cast((0xf & (cp >> 12))); - } - else if (cp <= 0x10FFFF) - { - result.resize(4); - result[3] = static_cast(0x80 | (0x3f & cp)); - result[2] = static_cast(0x80 | (0x3f & (cp >> 6))); - result[1] = static_cast(0x80 | (0x3f & (cp >> 12))); - result[0] = static_cast(0xF0 | (0x7 & (cp >> 18))); - } - - return result; -} - - -// Class Reader -// ////////////////////////////////////////////////////////////////// - -Reader::Reader() - : features_( Features::all() ) -{ -} - - -Reader::Reader( const Features &features ) - : features_( features ) -{ -} - - -bool -Reader::parse( const std::string &document, - Value &root, - bool collectComments ) -{ - document_ = document; - const char *begin = document_.c_str(); - const char *end = begin + document_.length(); - return parse( begin, end, root, collectComments ); -} - - -bool -Reader::parse( std::istream& sin, - Value &root, - bool collectComments ) -{ - //std::istream_iterator begin(sin); - //std::istream_iterator end; - // Those would allow streamed input from a file, if parse() were a - // template function. - - // Since std::string is reference-counted, this at least does not - // create an extra copy. - std::string doc; - std::getline(sin, doc, (char)EOF); - return parse( doc, root, collectComments ); -} - -bool -Reader::parse( const char *beginDoc, const char *endDoc, - Value &root, - bool collectComments ) -{ - if ( !features_.allowComments_ ) - { - collectComments = false; - } - - begin_ = beginDoc; - end_ = endDoc; - collectComments_ = collectComments; - current_ = begin_; - lastValueEnd_ = 0; - lastValue_ = 0; - commentsBefore_ = ""; - errors_.clear(); - while ( !nodes_.empty() ) - nodes_.pop(); - nodes_.push( &root ); - - bool successful = readValue(); - Token token; - skipCommentTokens( token ); - if ( collectComments_ && !commentsBefore_.empty() ) - root.setComment( commentsBefore_, commentAfter ); - if ( features_.strictRoot_ ) - { - if ( !root.isArray() && !root.isObject() ) - { - // Set error location to start of doc, ideally should be first token found in doc - token.type_ = tokenError; - token.start_ = beginDoc; - token.end_ = endDoc; - addError( "A valid JSON document must be either an array or an object value.", - token ); - return false; - } - } - return successful; -} - - -bool -Reader::readValue() -{ - Token token; - skipCommentTokens( token ); - bool successful = true; - - if ( collectComments_ && !commentsBefore_.empty() ) - { - currentValue().setComment( commentsBefore_, commentBefore ); - commentsBefore_ = ""; - } - - - switch ( token.type_ ) - { - case tokenObjectBegin: - successful = readObject( token ); - break; - case tokenArrayBegin: - successful = readArray( token ); - break; - case tokenNumber: - successful = decodeNumber( token ); - break; - case tokenString: - successful = decodeString( token ); - break; - case tokenTrue: - currentValue() = true; - break; - case tokenFalse: - currentValue() = false; - break; - case tokenNull: - currentValue() = Value(); - break; - default: - return addError( "Syntax error: value, object or array expected.", token ); - } - - if ( collectComments_ ) - { - lastValueEnd_ = current_; - lastValue_ = ¤tValue(); - } - - return successful; -} - - -void -Reader::skipCommentTokens( Token &token ) -{ - if ( features_.allowComments_ ) - { - do - { - readToken( token ); - } - while ( token.type_ == tokenComment ); - } - else - { - readToken( token ); - } -} - - -bool -Reader::expectToken( TokenType type, Token &token, const char *message ) -{ - readToken( token ); - if ( token.type_ != type ) - return addError( message, token ); - return true; -} - - -bool -Reader::readToken( Token &token ) -{ - skipSpaces(); - token.start_ = current_; - Char c = getNextChar(); - bool ok = true; - switch ( c ) - { - case '{': - token.type_ = tokenObjectBegin; - break; - case '}': - token.type_ = tokenObjectEnd; - break; - case '[': - token.type_ = tokenArrayBegin; - break; - case ']': - token.type_ = tokenArrayEnd; - break; - case '"': - token.type_ = tokenString; - ok = readString(); - break; - case '/': - token.type_ = tokenComment; - ok = readComment(); - break; - case '0': - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - case '-': - token.type_ = tokenNumber; - readNumber(); - break; - case 't': - token.type_ = tokenTrue; - ok = match( "rue", 3 ); - break; - case 'f': - token.type_ = tokenFalse; - ok = match( "alse", 4 ); - break; - case 'n': - token.type_ = tokenNull; - ok = match( "ull", 3 ); - break; - case ',': - token.type_ = tokenArraySeparator; - break; - case ':': - token.type_ = tokenMemberSeparator; - break; - case 0: - token.type_ = tokenEndOfStream; - break; - default: - ok = false; - break; - } - if ( !ok ) - token.type_ = tokenError; - token.end_ = current_; - return true; -} - - -void -Reader::skipSpaces() -{ - while ( current_ != end_ ) - { - Char c = *current_; - if ( c == ' ' || c == '\t' || c == '\r' || c == '\n' ) - ++current_; - else - break; - } -} - - -bool -Reader::match( Location pattern, - int patternLength ) -{ - if ( end_ - current_ < patternLength ) - return false; - int index = patternLength; - while ( index-- ) - if ( current_[index] != pattern[index] ) - return false; - current_ += patternLength; - return true; -} - - -bool -Reader::readComment() -{ - Location commentBegin = current_ - 1; - Char c = getNextChar(); - bool successful = false; - if ( c == '*' ) - successful = readCStyleComment(); - else if ( c == '/' ) - successful = readCppStyleComment(); - if ( !successful ) - return false; - - if ( collectComments_ ) - { - CommentPlacement placement = commentBefore; - if ( lastValueEnd_ && !containsNewLine( lastValueEnd_, commentBegin ) ) - { - if ( c != '*' || !containsNewLine( commentBegin, current_ ) ) - placement = commentAfterOnSameLine; - } - - addComment( commentBegin, current_, placement ); - } - return true; -} - - -void -Reader::addComment( Location begin, - Location end, - CommentPlacement placement ) -{ - assert( collectComments_ ); - if ( placement == commentAfterOnSameLine ) - { - assert( lastValue_ != 0 ); - lastValue_->setComment( std::string( begin, end ), placement ); - } - else - { - if ( !commentsBefore_.empty() ) - commentsBefore_ += "\n"; - commentsBefore_ += std::string( begin, end ); - } -} - - -bool -Reader::readCStyleComment() -{ - while ( current_ != end_ ) - { - Char c = getNextChar(); - if ( c == '*' && *current_ == '/' ) - break; - } - return getNextChar() == '/'; -} - - -bool -Reader::readCppStyleComment() -{ - while ( current_ != end_ ) - { - Char c = getNextChar(); - if ( c == '\r' || c == '\n' ) - break; - } - return true; -} - - -void -Reader::readNumber() -{ - while ( current_ != end_ ) - { - if ( !(*current_ >= '0' && *current_ <= '9') && - !in( *current_, '.', 'e', 'E', '+', '-' ) ) - break; - ++current_; - } -} - -bool -Reader::readString() -{ - Char c = 0; - while ( current_ != end_ ) - { - c = getNextChar(); - if ( c == '\\' ) - getNextChar(); - else if ( c == '"' ) - break; - } - return c == '"'; -} - - -bool -Reader::readObject( Token &tokenStart ) -{ - Token tokenName; - std::string name; - currentValue() = Value( objectValue ); - while ( readToken( tokenName ) ) - { - bool initialTokenOk = true; - while ( tokenName.type_ == tokenComment && initialTokenOk ) - initialTokenOk = readToken( tokenName ); - if ( !initialTokenOk ) - break; - if ( tokenName.type_ == tokenObjectEnd && name.empty() ) // empty object - return true; - if ( tokenName.type_ != tokenString ) - break; - - name = ""; - if ( !decodeString( tokenName, name ) ) - return recoverFromError( tokenObjectEnd ); - - Token colon; - if ( !readToken( colon ) || colon.type_ != tokenMemberSeparator ) - { - return addErrorAndRecover( "Missing ':' after object member name", - colon, - tokenObjectEnd ); - } - Value &value = currentValue()[ name ]; - nodes_.push( &value ); - bool ok = readValue(); - nodes_.pop(); - if ( !ok ) // error already set - return recoverFromError( tokenObjectEnd ); - - Token comma; - if ( !readToken( comma ) - || ( comma.type_ != tokenObjectEnd && - comma.type_ != tokenArraySeparator && - comma.type_ != tokenComment ) ) - { - return addErrorAndRecover( "Missing ',' or '}' in object declaration", - comma, - tokenObjectEnd ); - } - bool finalizeTokenOk = true; - while ( comma.type_ == tokenComment && - finalizeTokenOk ) - finalizeTokenOk = readToken( comma ); - if ( comma.type_ == tokenObjectEnd ) - return true; - } - return addErrorAndRecover( "Missing '}' or object member name", - tokenName, - tokenObjectEnd ); -} - - -bool -Reader::readArray( Token &tokenStart ) -{ - currentValue() = Value( arrayValue ); - skipSpaces(); - if ( *current_ == ']' ) // empty array - { - Token endArray; - readToken( endArray ); - return true; - } - int index = 0; - while ( true ) - { - Value &value = currentValue()[ index++ ]; - nodes_.push( &value ); - bool ok = readValue(); - nodes_.pop(); - if ( !ok ) // error already set - return recoverFromError( tokenArrayEnd ); - - Token token; - // Accept Comment after last item in the array. - ok = readToken( token ); - while ( token.type_ == tokenComment && ok ) - { - ok = readToken( token ); - } - bool badTokenType = ( token.type_ == tokenArraySeparator && - token.type_ == tokenArrayEnd ); - if ( !ok || badTokenType ) - { - return addErrorAndRecover( "Missing ',' or ']' in array declaration", - token, - tokenArrayEnd ); - } - if ( token.type_ == tokenArrayEnd ) - break; - } - return true; -} - - -bool -Reader::decodeNumber( Token &token ) -{ - bool isDouble = false; - for ( Location inspect = token.start_; inspect != token.end_; ++inspect ) - { - isDouble = isDouble - || in( *inspect, '.', 'e', 'E', '+' ) - || ( *inspect == '-' && inspect != token.start_ ); - } - if ( isDouble ) - return decodeDouble( token ); - Location current = token.start_; - bool isNegative = *current == '-'; - if ( isNegative ) - ++current; - Value::UInt threshold = (isNegative ? Value::UInt(-Value::minInt) - : Value::maxUInt) / 10; - Value::UInt value = 0; - while ( current < token.end_ ) - { - Char c = *current++; - if ( c < '0' || c > '9' ) - return addError( "'" + std::string( token.start_, token.end_ ) + "' is not a number.", token ); - if ( value >= threshold ) - return decodeDouble( token ); - value = value * 10 + Value::UInt(c - '0'); - } - if ( isNegative ) - currentValue() = -Value::Int( value ); - else if ( value <= Value::UInt(Value::maxInt) ) - currentValue() = Value::Int( value ); - else - currentValue() = value; - return true; -} - - -bool -Reader::decodeDouble( Token &token ) -{ - double value = 0; - const int bufferSize = 32; - int count; - int length = int(token.end_ - token.start_); - if ( length <= bufferSize ) - { - Char buffer[bufferSize]; - memcpy( buffer, token.start_, length ); - buffer[length] = 0; - count = sscanf( buffer, "%lf", &value ); - } - else - { - std::string buffer( token.start_, token.end_ ); - count = sscanf( buffer.c_str(), "%lf", &value ); - } - - if ( count != 1 ) - return addError( "'" + std::string( token.start_, token.end_ ) + "' is not a number.", token ); - currentValue() = value; - return true; -} - - -bool -Reader::decodeString( Token &token ) -{ - std::string decoded; - if ( !decodeString( token, decoded ) ) - return false; - currentValue() = decoded; - return true; -} - - -bool -Reader::decodeString( Token &token, std::string &decoded ) -{ - decoded.reserve( token.end_ - token.start_ - 2 ); - Location current = token.start_ + 1; // skip '"' - Location end = token.end_ - 1; // do not include '"' - while ( current != end ) - { - Char c = *current++; - if ( c == '"' ) - break; - else if ( c == '\\' ) - { - if ( current == end ) - return addError( "Empty escape sequence in string", token, current ); - Char escape = *current++; - switch ( escape ) - { - case '"': decoded += '"'; break; - case '/': decoded += '/'; break; - case '\\': decoded += '\\'; break; - case 'b': decoded += '\b'; break; - case 'f': decoded += '\f'; break; - case 'n': decoded += '\n'; break; - case 'r': decoded += '\r'; break; - case 't': decoded += '\t'; break; - case 'u': - { - unsigned int unicode; - if ( !decodeUnicodeCodePoint( token, current, end, unicode ) ) - return false; - decoded += codePointToUTF8(unicode); - } - break; - default: - return addError( "Bad escape sequence in string", token, current ); - } - } - else - { - decoded += c; - } - } - return true; -} - -bool -Reader::decodeUnicodeCodePoint( Token &token, - Location ¤t, - Location end, - unsigned int &unicode ) -{ - - if ( !decodeUnicodeEscapeSequence( token, current, end, unicode ) ) - return false; - if (unicode >= 0xD800 && unicode <= 0xDBFF) - { - // surrogate pairs - if (end - current < 6) - return addError( "additional six characters expected to parse unicode surrogate pair.", token, current ); - unsigned int surrogatePair; - if (*(current++) == '\\' && *(current++)== 'u') - { - if (decodeUnicodeEscapeSequence( token, current, end, surrogatePair )) - { - unicode = 0x10000 + ((unicode & 0x3FF) << 10) + (surrogatePair & 0x3FF); - } - else - return false; - } - else - return addError( "expecting another \\u token to begin the second half of a unicode surrogate pair", token, current ); - } - return true; -} - -bool -Reader::decodeUnicodeEscapeSequence( Token &token, - Location ¤t, - Location end, - unsigned int &unicode ) -{ - if ( end - current < 4 ) - return addError( "Bad unicode escape sequence in string: four digits expected.", token, current ); - unicode = 0; - for ( int index =0; index < 4; ++index ) - { - Char c = *current++; - unicode *= 16; - if ( c >= '0' && c <= '9' ) - unicode += c - '0'; - else if ( c >= 'a' && c <= 'f' ) - unicode += c - 'a' + 10; - else if ( c >= 'A' && c <= 'F' ) - unicode += c - 'A' + 10; - else - return addError( "Bad unicode escape sequence in string: hexadecimal digit expected.", token, current ); - } - return true; -} - - -bool -Reader::addError( const std::string &message, - Token &token, - Location extra ) -{ - ErrorInfo info; - info.token_ = token; - info.message_ = message; - info.extra_ = extra; - errors_.push_back( info ); - return false; -} - - -bool -Reader::recoverFromError( TokenType skipUntilToken ) -{ - int errorCount = int(errors_.size()); - Token skip; - while ( true ) - { - if ( !readToken(skip) ) - errors_.resize( errorCount ); // discard errors caused by recovery - if ( skip.type_ == skipUntilToken || skip.type_ == tokenEndOfStream ) - break; - } - errors_.resize( errorCount ); - return false; -} - - -bool -Reader::addErrorAndRecover( const std::string &message, - Token &token, - TokenType skipUntilToken ) -{ - addError( message, token ); - return recoverFromError( skipUntilToken ); -} - - -Value & -Reader::currentValue() -{ - return *(nodes_.top()); -} - - -Reader::Char -Reader::getNextChar() -{ - if ( current_ == end_ ) - return 0; - return *current_++; -} - - -void -Reader::getLocationLineAndColumn( Location location, - int &line, - int &column ) const -{ - Location current = begin_; - Location lastLineStart = current; - line = 0; - while ( current < location && current != end_ ) - { - Char c = *current++; - if ( c == '\r' ) - { - if ( *current == '\n' ) - ++current; - lastLineStart = current; - ++line; - } - else if ( c == '\n' ) - { - lastLineStart = current; - ++line; - } - } - // column & line start at 1 - column = int(location - lastLineStart) + 1; - ++line; -} - - -std::string -Reader::getLocationLineAndColumn( Location location ) const -{ - int line, column; - getLocationLineAndColumn( location, line, column ); - char buffer[18+16+16+1]; - sprintf( buffer, "Line %d, Column %d", line, column ); - return buffer; -} - - -std::string -Reader::getFormatedErrorMessages() const -{ - std::string formattedMessage; - for ( Errors::const_iterator itError = errors_.begin(); - itError != errors_.end(); - ++itError ) - { - const ErrorInfo &error = *itError; - formattedMessage += "* " + getLocationLineAndColumn( error.token_.start_ ) + "\n"; - formattedMessage += " " + error.message_ + "\n"; - if ( error.extra_ ) - formattedMessage += "See " + getLocationLineAndColumn( error.extra_ ) + " for detail.\n"; - } - return formattedMessage; -} - - -std::istream& operator>>( std::istream &sin, Value &root ) -{ - Json::Reader reader; - bool ok = reader.parse(sin, root, true); - //JSON_ASSERT( ok ); - if (!ok) throw std::runtime_error(reader.getFormatedErrorMessages()); - return sin; -} - - -} // namespace Json diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_value.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_value.cpp deleted file mode 100644 index 6e5dcd3..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_value.cpp +++ /dev/null @@ -1,1726 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#ifdef JSON_USE_CPPTL -# include -#endif -#include // size_t -#ifndef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR -# include "json_batchallocator.h" -#endif // #ifndef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR - -#define JSON_ASSERT_UNREACHABLE assert( false ) -#define JSON_ASSERT( condition ) assert( condition ); // @todo <= change this into an exception throw -#define JSON_ASSERT_MESSAGE( condition, message ) if (!( condition )) throw std::runtime_error( message ); - -namespace Json { - -// QNX is strict about declaring C symbols in the std namespace. -#ifdef __QNXNTO__ -using std::memcpy; -using std::strchr; -using std::strcmp; -using std::strlen; -#endif - -const Value Value::null; -const Int Value::minInt = Int( ~(UInt(-1)/2) ); -const Int Value::maxInt = Int( UInt(-1)/2 ); -const UInt Value::maxUInt = UInt(-1); - -// A "safe" implementation of strdup. Allow null pointer to be passed. -// Also avoid warning on msvc80. -// -//inline char *safeStringDup( const char *czstring ) -//{ -// if ( czstring ) -// { -// const size_t length = (unsigned int)( strlen(czstring) + 1 ); -// char *newString = static_cast( malloc( length ) ); -// memcpy( newString, czstring, length ); -// return newString; -// } -// return 0; -//} -// -//inline char *safeStringDup( const std::string &str ) -//{ -// if ( !str.empty() ) -// { -// const size_t length = str.length(); -// char *newString = static_cast( malloc( length + 1 ) ); -// memcpy( newString, str.c_str(), length ); -// newString[length] = 0; -// return newString; -// } -// return 0; -//} - -ValueAllocator::~ValueAllocator() -{ -} - -class DefaultValueAllocator : public ValueAllocator -{ -public: - virtual ~DefaultValueAllocator() - { - } - - virtual char *makeMemberName( const char *memberName ) - { - return duplicateStringValue( memberName ); - } - - virtual void releaseMemberName( char *memberName ) - { - releaseStringValue( memberName ); - } - - virtual char *duplicateStringValue( const char *value, - unsigned int length = unknown ) - { - //@todo invesgate this old optimization - //if ( !value || value[0] == 0 ) - // return 0; - - if ( length == unknown ) - length = (unsigned int)strlen(value); - char *newString = static_cast( malloc( length + 1 ) ); - memcpy( newString, value, length ); - newString[length] = 0; - return newString; - } - - virtual void releaseStringValue( char *value ) - { - if ( value ) - free( value ); - } -}; - -static ValueAllocator *&valueAllocator() -{ - static DefaultValueAllocator defaultAllocator; - static ValueAllocator *valueAllocator = &defaultAllocator; - return valueAllocator; -} - -static struct DummyValueAllocatorInitializer { - DummyValueAllocatorInitializer() - { - valueAllocator(); // ensure valueAllocator() statics are initialized before main(). - } -} dummyValueAllocatorInitializer; - - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ValueInternals... -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -#ifdef JSON_VALUE_USE_INTERNAL_MAP -# include "json_internalarray.inl" -# include "json_internalmap.inl" -#endif // JSON_VALUE_USE_INTERNAL_MAP - -# include "json_valueiterator.inl" - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class Value::CommentInfo -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - - -Value::CommentInfo::CommentInfo() - : comment_( 0 ) -{ -} - -Value::CommentInfo::~CommentInfo() -{ - if ( comment_ ) - valueAllocator()->releaseStringValue( comment_ ); -} - - -void -Value::CommentInfo::setComment( const char *text ) -{ - if ( comment_ ) - valueAllocator()->releaseStringValue( comment_ ); - JSON_ASSERT( text ); - JSON_ASSERT_MESSAGE( text[0]=='\0' || text[0]=='/', "Comments must start with /"); - // It seems that /**/ style comments are acceptable as well. - comment_ = valueAllocator()->duplicateStringValue( text ); -} - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class Value::CZString -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -# ifndef JSON_VALUE_USE_INTERNAL_MAP - -// Notes: index_ indicates if the string was allocated when -// a string is stored. - -Value::CZString::CZString( int index ) - : cstr_( 0 ) - , index_( index ) -{ -} - -Value::CZString::CZString( const char *cstr, DuplicationPolicy allocate ) - : cstr_( allocate == duplicate ? valueAllocator()->makeMemberName(cstr) - : cstr ) - , index_( allocate ) -{ -} - -Value::CZString::CZString( const CZString &other ) -: cstr_( other.index_ != noDuplication && other.cstr_ != 0 - ? valueAllocator()->makeMemberName( other.cstr_ ) - : other.cstr_ ) - , index_( other.cstr_ ? (other.index_ == noDuplication ? noDuplication : duplicate) - : other.index_ ) -{ -} - -Value::CZString::~CZString() -{ - if ( cstr_ && index_ == duplicate ) - valueAllocator()->releaseMemberName( const_cast( cstr_ ) ); -} - -void -Value::CZString::swap( CZString &other ) -{ - std::swap( cstr_, other.cstr_ ); - std::swap( index_, other.index_ ); -} - -Value::CZString & -Value::CZString::operator =( const CZString &other ) -{ - CZString temp( other ); - swap( temp ); - return *this; -} - -bool -Value::CZString::operator<( const CZString &other ) const -{ - if ( cstr_ ) - return strcmp( cstr_, other.cstr_ ) < 0; - return index_ < other.index_; -} - -bool -Value::CZString::operator==( const CZString &other ) const -{ - if ( cstr_ ) - return strcmp( cstr_, other.cstr_ ) == 0; - return index_ == other.index_; -} - - -int -Value::CZString::index() const -{ - return index_; -} - - -const char * -Value::CZString::c_str() const -{ - return cstr_; -} - -bool -Value::CZString::isStaticString() const -{ - return index_ == noDuplication; -} - -#endif // ifndef JSON_VALUE_USE_INTERNAL_MAP - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class Value::Value -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - -/*! \internal Default constructor initialization must be equivalent to: - * memset( this, 0, sizeof(Value) ) - * This optimization is used in ValueInternalMap fast allocator. - */ -Value::Value( ValueType type ) - : type_( type ) - , allocated_( 0 ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - switch ( type ) - { - case nullValue: - break; - case intValue: - case uintValue: - value_.int_ = 0; - break; - case realValue: - value_.real_ = 0.0; - break; - case stringValue: - value_.string_ = 0; - break; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - case objectValue: - value_.map_ = new ObjectValues(); - break; -#else - case arrayValue: - value_.array_ = arrayAllocator()->newArray(); - break; - case objectValue: - value_.map_ = mapAllocator()->newMap(); - break; -#endif - case booleanValue: - value_.bool_ = false; - break; - default: - JSON_ASSERT_UNREACHABLE; - } -} - - -Value::Value( Int value ) - : type_( intValue ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.int_ = value; -} - - -Value::Value( UInt value ) - : type_( uintValue ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.uint_ = value; -} - -Value::Value( double value ) - : type_( realValue ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.real_ = value; -} - -Value::Value( const char *value ) - : type_( stringValue ) - , allocated_( true ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.string_ = valueAllocator()->duplicateStringValue( value ); -} - - -Value::Value( const char *beginValue, - const char *endValue ) - : type_( stringValue ) - , allocated_( true ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.string_ = valueAllocator()->duplicateStringValue( beginValue, - UInt(endValue - beginValue) ); -} - - -Value::Value( const std::string &value ) - : type_( stringValue ) - , allocated_( true ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.string_ = valueAllocator()->duplicateStringValue( value.c_str(), - (unsigned int)value.length() ); - -} - -Value::Value( const StaticString &value ) - : type_( stringValue ) - , allocated_( false ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.string_ = const_cast( value.c_str() ); -} - - -# ifdef JSON_USE_CPPTL -Value::Value( const CppTL::ConstString &value ) - : type_( stringValue ) - , allocated_( true ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.string_ = valueAllocator()->duplicateStringValue( value, value.length() ); -} -# endif - -Value::Value( bool value ) - : type_( booleanValue ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - value_.bool_ = value; -} - - -Value::Value( const Value &other ) - : type_( other.type_ ) - , comments_( 0 ) -# ifdef JSON_VALUE_USE_INTERNAL_MAP - , itemIsUsed_( 0 ) -#endif -{ - switch ( type_ ) - { - case nullValue: - case intValue: - case uintValue: - case realValue: - case booleanValue: - value_ = other.value_; - break; - case stringValue: - if ( other.value_.string_ ) - { - value_.string_ = valueAllocator()->duplicateStringValue( other.value_.string_ ); - allocated_ = true; - } - else - value_.string_ = 0; - break; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - case objectValue: - value_.map_ = new ObjectValues( *other.value_.map_ ); - break; -#else - case arrayValue: - value_.array_ = arrayAllocator()->newArrayCopy( *other.value_.array_ ); - break; - case objectValue: - value_.map_ = mapAllocator()->newMapCopy( *other.value_.map_ ); - break; -#endif - default: - JSON_ASSERT_UNREACHABLE; - } - if ( other.comments_ ) - { - comments_ = new CommentInfo[numberOfCommentPlacement]; - for ( int comment =0; comment < numberOfCommentPlacement; ++comment ) - { - const CommentInfo &otherComment = other.comments_[comment]; - if ( otherComment.comment_ ) - comments_[comment].setComment( otherComment.comment_ ); - } - } -} - - -Value::~Value() -{ - switch ( type_ ) - { - case nullValue: - case intValue: - case uintValue: - case realValue: - case booleanValue: - break; - case stringValue: - if ( allocated_ ) - valueAllocator()->releaseStringValue( value_.string_ ); - break; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - case objectValue: - delete value_.map_; - break; -#else - case arrayValue: - arrayAllocator()->destructArray( value_.array_ ); - break; - case objectValue: - mapAllocator()->destructMap( value_.map_ ); - break; -#endif - default: - JSON_ASSERT_UNREACHABLE; - } - - if ( comments_ ) - delete[] comments_; -} - -Value & -Value::operator=( const Value &other ) -{ - Value temp( other ); - swap( temp ); - return *this; -} - -void -Value::swap( Value &other ) -{ - ValueType temp = type_; - type_ = other.type_; - other.type_ = temp; - std::swap( value_, other.value_ ); - int temp2 = allocated_; - allocated_ = other.allocated_; - other.allocated_ = temp2; -} - -ValueType -Value::type() const -{ - return type_; -} - - -int -Value::compare( const Value &other ) -{ - /* - int typeDelta = other.type_ - type_; - switch ( type_ ) - { - case nullValue: - - return other.type_ == type_; - case intValue: - if ( other.type_.isNumeric() - case uintValue: - case realValue: - case booleanValue: - break; - case stringValue, - break; - case arrayValue: - delete value_.array_; - break; - case objectValue: - delete value_.map_; - default: - JSON_ASSERT_UNREACHABLE; - } - */ - return 0; // unreachable -} - -bool -Value::operator <( const Value &other ) const -{ - int typeDelta = type_ - other.type_; - if ( typeDelta ) - return typeDelta < 0 ? true : false; - switch ( type_ ) - { - case nullValue: - return false; - case intValue: - return value_.int_ < other.value_.int_; - case uintValue: - return value_.uint_ < other.value_.uint_; - case realValue: - return value_.real_ < other.value_.real_; - case booleanValue: - return value_.bool_ < other.value_.bool_; - case stringValue: - return ( value_.string_ == 0 && other.value_.string_ ) - || ( other.value_.string_ - && value_.string_ - && strcmp( value_.string_, other.value_.string_ ) < 0 ); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - case objectValue: - { - int delta = int( value_.map_->size() - other.value_.map_->size() ); - if ( delta ) - return delta < 0; - return (*value_.map_) < (*other.value_.map_); - } -#else - case arrayValue: - return value_.array_->compare( *(other.value_.array_) ) < 0; - case objectValue: - return value_.map_->compare( *(other.value_.map_) ) < 0; -#endif - default: - JSON_ASSERT_UNREACHABLE; - } - return 0; // unreachable -} - -bool -Value::operator <=( const Value &other ) const -{ - return !(other > *this); -} - -bool -Value::operator >=( const Value &other ) const -{ - return !(*this < other); -} - -bool -Value::operator >( const Value &other ) const -{ - return other < *this; -} - -bool -Value::operator ==( const Value &other ) const -{ - //if ( type_ != other.type_ ) - // GCC 2.95.3 says: - // attempt to take address of bit-field structure member `Json::Value::type_' - // Beats me, but a temp solves the problem. - int temp = other.type_; - if ( type_ != temp ) - return false; - switch ( type_ ) - { - case nullValue: - return true; - case intValue: - return value_.int_ == other.value_.int_; - case uintValue: - return value_.uint_ == other.value_.uint_; - case realValue: - return value_.real_ == other.value_.real_; - case booleanValue: - return value_.bool_ == other.value_.bool_; - case stringValue: - return ( value_.string_ == other.value_.string_ ) - || ( other.value_.string_ - && value_.string_ - && strcmp( value_.string_, other.value_.string_ ) == 0 ); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - case objectValue: - return value_.map_->size() == other.value_.map_->size() - && (*value_.map_) == (*other.value_.map_); -#else - case arrayValue: - return value_.array_->compare( *(other.value_.array_) ) == 0; - case objectValue: - return value_.map_->compare( *(other.value_.map_) ) == 0; -#endif - default: - JSON_ASSERT_UNREACHABLE; - } - return 0; // unreachable -} - -bool -Value::operator !=( const Value &other ) const -{ - return !( *this == other ); -} - -const char * -Value::asCString() const -{ - JSON_ASSERT( type_ == stringValue ); - return value_.string_; -} - - -std::string -Value::asString() const -{ - switch ( type_ ) - { - case nullValue: - return ""; - case stringValue: - return value_.string_ ? value_.string_ : ""; - case booleanValue: - return value_.bool_ ? "true" : "false"; - case intValue: - case uintValue: - case realValue: - case arrayValue: - case objectValue: - JSON_ASSERT_MESSAGE( false, "Type is not convertible to string" ); - default: - JSON_ASSERT_UNREACHABLE; - } - return ""; // unreachable -} - -# ifdef JSON_USE_CPPTL -CppTL::ConstString -Value::asConstString() const -{ - return CppTL::ConstString( asString().c_str() ); -} -# endif - -Value::Int -Value::asInt() const -{ - switch ( type_ ) - { - case nullValue: - return 0; - case intValue: - return value_.int_; - case uintValue: - JSON_ASSERT_MESSAGE( value_.uint_ < (unsigned)maxInt, "integer out of signed integer range" ); - return value_.uint_; - case realValue: - JSON_ASSERT_MESSAGE( value_.real_ >= minInt && value_.real_ <= maxInt, "Real out of signed integer range" ); - return Int( value_.real_ ); - case booleanValue: - return value_.bool_ ? 1 : 0; - case stringValue: - case arrayValue: - case objectValue: - JSON_ASSERT_MESSAGE( false, "Type is not convertible to int" ); - default: - JSON_ASSERT_UNREACHABLE; - } - return 0; // unreachable; -} - -Value::UInt -Value::asUInt() const -{ - switch ( type_ ) - { - case nullValue: - return 0; - case intValue: - JSON_ASSERT_MESSAGE( value_.int_ >= 0, "Negative integer can not be converted to unsigned integer" ); - return value_.int_; - case uintValue: - return value_.uint_; - case realValue: - JSON_ASSERT_MESSAGE( value_.real_ >= 0 && value_.real_ <= maxUInt, "Real out of unsigned integer range" ); - return UInt( value_.real_ ); - case booleanValue: - return value_.bool_ ? 1 : 0; - case stringValue: - case arrayValue: - case objectValue: - JSON_ASSERT_MESSAGE( false, "Type is not convertible to uint" ); - default: - JSON_ASSERT_UNREACHABLE; - } - return 0; // unreachable; -} - -double -Value::asDouble() const -{ - switch ( type_ ) - { - case nullValue: - return 0.0; - case intValue: - return value_.int_; - case uintValue: - return value_.uint_; - case realValue: - return value_.real_; - case booleanValue: - return value_.bool_ ? 1.0 : 0.0; - case stringValue: - case arrayValue: - case objectValue: - JSON_ASSERT_MESSAGE( false, "Type is not convertible to double" ); - default: - JSON_ASSERT_UNREACHABLE; - } - return 0; // unreachable; -} - -bool -Value::asBool() const -{ - switch ( type_ ) - { - case nullValue: - return false; - case intValue: - case uintValue: - return value_.int_ != 0; - case realValue: - return value_.real_ != 0.0; - case booleanValue: - return value_.bool_; - case stringValue: - return value_.string_ && value_.string_[0] != 0; - case arrayValue: - case objectValue: - return value_.map_->size() != 0; - default: - JSON_ASSERT_UNREACHABLE; - } - return false; // unreachable; -} - - -bool -Value::isConvertibleTo( ValueType other ) const -{ - switch ( type_ ) - { - case nullValue: - return true; - case intValue: - return ( other == nullValue && value_.int_ == 0 ) - || other == intValue - || ( other == uintValue && value_.int_ >= 0 ) - || other == realValue - || other == stringValue - || other == booleanValue; - case uintValue: - return ( other == nullValue && value_.uint_ == 0 ) - || ( other == intValue && value_.uint_ <= (unsigned)maxInt ) - || other == uintValue - || other == realValue - || other == stringValue - || other == booleanValue; - case realValue: - return ( other == nullValue && value_.real_ == 0.0 ) - || ( other == intValue && value_.real_ >= minInt && value_.real_ <= maxInt ) - || ( other == uintValue && value_.real_ >= 0 && value_.real_ <= maxUInt ) - || other == realValue - || other == stringValue - || other == booleanValue; - case booleanValue: - return ( other == nullValue && value_.bool_ == false ) - || other == intValue - || other == uintValue - || other == realValue - || other == stringValue - || other == booleanValue; - case stringValue: - return other == stringValue - || ( other == nullValue && (!value_.string_ || value_.string_[0] == 0) ); - case arrayValue: - return other == arrayValue - || ( other == nullValue && value_.map_->size() == 0 ); - case objectValue: - return other == objectValue - || ( other == nullValue && value_.map_->size() == 0 ); - default: - JSON_ASSERT_UNREACHABLE; - } - return false; // unreachable; -} - - -/// Number of values in array or object -Value::UInt -Value::size() const -{ - switch ( type_ ) - { - case nullValue: - case intValue: - case uintValue: - case realValue: - case booleanValue: - case stringValue: - return 0; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: // size of the array is highest index + 1 - if ( !value_.map_->empty() ) - { - ObjectValues::const_iterator itLast = value_.map_->end(); - --itLast; - return (*itLast).first.index()+1; - } - return 0; - case objectValue: - return Int( value_.map_->size() ); -#else - case arrayValue: - return Int( value_.array_->size() ); - case objectValue: - return Int( value_.map_->size() ); -#endif - default: - JSON_ASSERT_UNREACHABLE; - } - return 0; // unreachable; -} - - -bool -Value::empty() const -{ - if ( isNull() || isArray() || isObject() ) - return size() == 0u; - else - return false; -} - - -bool -Value::operator!() const -{ - return isNull(); -} - - -void -Value::clear() -{ - JSON_ASSERT( type_ == nullValue || type_ == arrayValue || type_ == objectValue ); - - switch ( type_ ) - { -#ifndef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - case objectValue: - value_.map_->clear(); - break; -#else - case arrayValue: - value_.array_->clear(); - break; - case objectValue: - value_.map_->clear(); - break; -#endif - default: - break; - } -} - -void -Value::resize( UInt newSize ) -{ - JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); - if ( type_ == nullValue ) - *this = Value( arrayValue ); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - UInt oldSize = size(); - if ( newSize == 0 ) - clear(); - else if ( newSize > oldSize ) - (*this)[ newSize - 1 ]; - else - { - for ( UInt index = newSize; index < oldSize; ++index ) - value_.map_->erase( index ); - assert( size() == newSize ); - } -#else - value_.array_->resize( newSize ); -#endif -} - - -Value & -Value::operator[]( UInt index ) -{ - JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); - if ( type_ == nullValue ) - *this = Value( arrayValue ); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - CZString key( index ); - ObjectValues::iterator it = value_.map_->lower_bound( key ); - if ( it != value_.map_->end() && (*it).first == key ) - return (*it).second; - - ObjectValues::value_type defaultValue( key, null ); - it = value_.map_->insert( it, defaultValue ); - return (*it).second; -#else - return value_.array_->resolveReference( index ); -#endif -} - - -const Value & -Value::operator[]( UInt index ) const -{ - JSON_ASSERT( type_ == nullValue || type_ == arrayValue ); - if ( type_ == nullValue ) - return null; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - CZString key( index ); - ObjectValues::const_iterator it = value_.map_->find( key ); - if ( it == value_.map_->end() ) - return null; - return (*it).second; -#else - Value *value = value_.array_->find( index ); - return value ? *value : null; -#endif -} - - -Value & -Value::operator[]( const char *key ) -{ - return resolveReference( key, false ); -} - - -Value & -Value::resolveReference( const char *key, - bool isStatic ) -{ - JSON_ASSERT( type_ == nullValue || type_ == objectValue ); - if ( type_ == nullValue ) - *this = Value( objectValue ); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - CZString actualKey( key, isStatic ? CZString::noDuplication - : CZString::duplicateOnCopy ); - ObjectValues::iterator it = value_.map_->lower_bound( actualKey ); - if ( it != value_.map_->end() && (*it).first == actualKey ) - return (*it).second; - - ObjectValues::value_type defaultValue( actualKey, null ); - it = value_.map_->insert( it, defaultValue ); - Value &value = (*it).second; - return value; -#else - return value_.map_->resolveReference( key, isStatic ); -#endif -} - - -Value -Value::get( UInt index, - const Value &defaultValue ) const -{ - const Value *value = &((*this)[index]); - return value == &null ? defaultValue : *value; -} - - -bool -Value::isValidIndex( UInt index ) const -{ - return index < size(); -} - - - -const Value & -Value::operator[]( const char *key ) const -{ - JSON_ASSERT( type_ == nullValue || type_ == objectValue ); - if ( type_ == nullValue ) - return null; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - CZString actualKey( key, CZString::noDuplication ); - ObjectValues::const_iterator it = value_.map_->find( actualKey ); - if ( it == value_.map_->end() ) - return null; - return (*it).second; -#else - const Value *value = value_.map_->find( key ); - return value ? *value : null; -#endif -} - - -Value & -Value::operator[]( const std::string &key ) -{ - return (*this)[ key.c_str() ]; -} - - -const Value & -Value::operator[]( const std::string &key ) const -{ - return (*this)[ key.c_str() ]; -} - -Value & -Value::operator[]( const StaticString &key ) -{ - return resolveReference( key, true ); -} - - -# ifdef JSON_USE_CPPTL -Value & -Value::operator[]( const CppTL::ConstString &key ) -{ - return (*this)[ key.c_str() ]; -} - - -const Value & -Value::operator[]( const CppTL::ConstString &key ) const -{ - return (*this)[ key.c_str() ]; -} -# endif - - -Value & -Value::append( const Value &value ) -{ - return (*this)[size()] = value; -} - - -Value -Value::get( const char *key, - const Value &defaultValue ) const -{ - const Value *value = &((*this)[key]); - return value == &null ? defaultValue : *value; -} - - -Value -Value::get( const std::string &key, - const Value &defaultValue ) const -{ - return get( key.c_str(), defaultValue ); -} - -Value -Value::removeMember( const char* key ) -{ - JSON_ASSERT( type_ == nullValue || type_ == objectValue ); - if ( type_ == nullValue ) - return null; -#ifndef JSON_VALUE_USE_INTERNAL_MAP - CZString actualKey( key, CZString::noDuplication ); - ObjectValues::iterator it = value_.map_->find( actualKey ); - if ( it == value_.map_->end() ) - return null; - Value old(it->second); - value_.map_->erase(it); - return old; -#else - Value *value = value_.map_->find( key ); - if (value){ - Value old(*value); - value_.map_.remove( key ); - return old; - } else { - return null; - } -#endif -} - -Value -Value::removeMember( const std::string &key ) -{ - return removeMember( key.c_str() ); -} - -# ifdef JSON_USE_CPPTL -Value -Value::get( const CppTL::ConstString &key, - const Value &defaultValue ) const -{ - return get( key.c_str(), defaultValue ); -} -# endif - -bool -Value::isMember( const char *key ) const -{ - const Value *value = &((*this)[key]); - return value != &null; -} - - -bool -Value::isMember( const std::string &key ) const -{ - return isMember( key.c_str() ); -} - - -# ifdef JSON_USE_CPPTL -bool -Value::isMember( const CppTL::ConstString &key ) const -{ - return isMember( key.c_str() ); -} -#endif - -Value::Members -Value::getMemberNames() const -{ - JSON_ASSERT( type_ == nullValue || type_ == objectValue ); - if ( type_ == nullValue ) - return Value::Members(); - Members members; - members.reserve( value_.map_->size() ); -#ifndef JSON_VALUE_USE_INTERNAL_MAP - ObjectValues::const_iterator it = value_.map_->begin(); - ObjectValues::const_iterator itEnd = value_.map_->end(); - for ( ; it != itEnd; ++it ) - members.push_back( std::string( (*it).first.c_str() ) ); -#else - ValueInternalMap::IteratorState it; - ValueInternalMap::IteratorState itEnd; - value_.map_->makeBeginIterator( it ); - value_.map_->makeEndIterator( itEnd ); - for ( ; !ValueInternalMap::equals( it, itEnd ); ValueInternalMap::increment(it) ) - members.push_back( std::string( ValueInternalMap::key( it ) ) ); -#endif - return members; -} -// -//# ifdef JSON_USE_CPPTL -//EnumMemberNames -//Value::enumMemberNames() const -//{ -// if ( type_ == objectValue ) -// { -// return CppTL::Enum::any( CppTL::Enum::transform( -// CppTL::Enum::keys( *(value_.map_), CppTL::Type() ), -// MemberNamesTransform() ) ); -// } -// return EnumMemberNames(); -//} -// -// -//EnumValues -//Value::enumValues() const -//{ -// if ( type_ == objectValue || type_ == arrayValue ) -// return CppTL::Enum::anyValues( *(value_.map_), -// CppTL::Type() ); -// return EnumValues(); -//} -// -//# endif - - -bool -Value::isNull() const -{ - return type_ == nullValue; -} - - -bool -Value::isBool() const -{ - return type_ == booleanValue; -} - - -bool -Value::isInt() const -{ - return type_ == intValue; -} - - -bool -Value::isUInt() const -{ - return type_ == uintValue; -} - - -bool -Value::isIntegral() const -{ - return type_ == intValue - || type_ == uintValue - || type_ == booleanValue; -} - - -bool -Value::isDouble() const -{ - return type_ == realValue; -} - - -bool -Value::isNumeric() const -{ - return isIntegral() || isDouble(); -} - - -bool -Value::isString() const -{ - return type_ == stringValue; -} - - -bool -Value::isArray() const -{ - return type_ == nullValue || type_ == arrayValue; -} - - -bool -Value::isObject() const -{ - return type_ == nullValue || type_ == objectValue; -} - - -void -Value::setComment( const char *comment, - CommentPlacement placement ) -{ - if ( !comments_ ) - comments_ = new CommentInfo[numberOfCommentPlacement]; - comments_[placement].setComment( comment ); -} - - -void -Value::setComment( const std::string &comment, - CommentPlacement placement ) -{ - setComment( comment.c_str(), placement ); -} - - -bool -Value::hasComment( CommentPlacement placement ) const -{ - return comments_ != 0 && comments_[placement].comment_ != 0; -} - -std::string -Value::getComment( CommentPlacement placement ) const -{ - if ( hasComment(placement) ) - return comments_[placement].comment_; - return ""; -} - - -std::string -Value::toStyledString() const -{ - StyledWriter writer; - return writer.write( *this ); -} - - -Value::const_iterator -Value::begin() const -{ - switch ( type_ ) - { -#ifdef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - if ( value_.array_ ) - { - ValueInternalArray::IteratorState it; - value_.array_->makeBeginIterator( it ); - return const_iterator( it ); - } - break; - case objectValue: - if ( value_.map_ ) - { - ValueInternalMap::IteratorState it; - value_.map_->makeBeginIterator( it ); - return const_iterator( it ); - } - break; -#else - case arrayValue: - case objectValue: - if ( value_.map_ ) - return const_iterator( value_.map_->begin() ); - break; -#endif - default: - break; - } - return const_iterator(); -} - -Value::const_iterator -Value::end() const -{ - switch ( type_ ) - { -#ifdef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - if ( value_.array_ ) - { - ValueInternalArray::IteratorState it; - value_.array_->makeEndIterator( it ); - return const_iterator( it ); - } - break; - case objectValue: - if ( value_.map_ ) - { - ValueInternalMap::IteratorState it; - value_.map_->makeEndIterator( it ); - return const_iterator( it ); - } - break; -#else - case arrayValue: - case objectValue: - if ( value_.map_ ) - return const_iterator( value_.map_->end() ); - break; -#endif - default: - break; - } - return const_iterator(); -} - - -Value::iterator -Value::begin() -{ - switch ( type_ ) - { -#ifdef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - if ( value_.array_ ) - { - ValueInternalArray::IteratorState it; - value_.array_->makeBeginIterator( it ); - return iterator( it ); - } - break; - case objectValue: - if ( value_.map_ ) - { - ValueInternalMap::IteratorState it; - value_.map_->makeBeginIterator( it ); - return iterator( it ); - } - break; -#else - case arrayValue: - case objectValue: - if ( value_.map_ ) - return iterator( value_.map_->begin() ); - break; -#endif - default: - break; - } - return iterator(); -} - -Value::iterator -Value::end() -{ - switch ( type_ ) - { -#ifdef JSON_VALUE_USE_INTERNAL_MAP - case arrayValue: - if ( value_.array_ ) - { - ValueInternalArray::IteratorState it; - value_.array_->makeEndIterator( it ); - return iterator( it ); - } - break; - case objectValue: - if ( value_.map_ ) - { - ValueInternalMap::IteratorState it; - value_.map_->makeEndIterator( it ); - return iterator( it ); - } - break; -#else - case arrayValue: - case objectValue: - if ( value_.map_ ) - return iterator( value_.map_->end() ); - break; -#endif - default: - break; - } - return iterator(); -} - - -// class PathArgument -// ////////////////////////////////////////////////////////////////// - -PathArgument::PathArgument() - : kind_( kindNone ) -{ -} - - -PathArgument::PathArgument( Value::UInt index ) - : index_( index ) - , kind_( kindIndex ) -{ -} - - -PathArgument::PathArgument( const char *key ) - : key_( key ) - , kind_( kindKey ) -{ -} - - -PathArgument::PathArgument( const std::string &key ) - : key_( key.c_str() ) - , kind_( kindKey ) -{ -} - -// class Path -// ////////////////////////////////////////////////////////////////// - -Path::Path( const std::string &path, - const PathArgument &a1, - const PathArgument &a2, - const PathArgument &a3, - const PathArgument &a4, - const PathArgument &a5 ) -{ - InArgs in; - in.push_back( &a1 ); - in.push_back( &a2 ); - in.push_back( &a3 ); - in.push_back( &a4 ); - in.push_back( &a5 ); - makePath( path, in ); -} - - -void -Path::makePath( const std::string &path, - const InArgs &in ) -{ - const char *current = path.c_str(); - const char *end = current + path.length(); - InArgs::const_iterator itInArg = in.begin(); - while ( current != end ) - { - if ( *current == '[' ) - { - ++current; - if ( *current == '%' ) - addPathInArg( path, in, itInArg, PathArgument::kindIndex ); - else - { - Value::UInt index = 0; - for ( ; current != end && *current >= '0' && *current <= '9'; ++current ) - index = index * 10 + Value::UInt(*current - '0'); - args_.push_back( index ); - } - if ( current == end || *current++ != ']' ) - invalidPath( path, int(current - path.c_str()) ); - } - else if ( *current == '%' ) - { - addPathInArg( path, in, itInArg, PathArgument::kindKey ); - ++current; - } - else if ( *current == '.' ) - { - ++current; - } - else - { - const char *beginName = current; - while ( current != end && !strchr( "[.", *current ) ) - ++current; - args_.push_back( std::string( beginName, current ) ); - } - } -} - - -void -Path::addPathInArg( const std::string &path, - const InArgs &in, - InArgs::const_iterator &itInArg, - PathArgument::Kind kind ) -{ - if ( itInArg == in.end() ) - { - // Error: missing argument %d - } - else if ( (*itInArg)->kind_ != kind ) - { - // Error: bad argument type - } - else - { - args_.push_back( **itInArg ); - } -} - - -void -Path::invalidPath( const std::string &path, - int location ) -{ - // Error: invalid path. -} - - -const Value & -Path::resolve( const Value &root ) const -{ - const Value *node = &root; - for ( Args::const_iterator it = args_.begin(); it != args_.end(); ++it ) - { - const PathArgument &arg = *it; - if ( arg.kind_ == PathArgument::kindIndex ) - { - if ( !node->isArray() || node->isValidIndex( arg.index_ ) ) - { - // Error: unable to resolve path (array value expected at position... - } - node = &((*node)[arg.index_]); - } - else if ( arg.kind_ == PathArgument::kindKey ) - { - if ( !node->isObject() ) - { - // Error: unable to resolve path (object value expected at position...) - } - node = &((*node)[arg.key_]); - if ( node == &Value::null ) - { - // Error: unable to resolve path (object has no member named '' at position...) - } - } - } - return *node; -} - - -Value -Path::resolve( const Value &root, - const Value &defaultValue ) const -{ - const Value *node = &root; - for ( Args::const_iterator it = args_.begin(); it != args_.end(); ++it ) - { - const PathArgument &arg = *it; - if ( arg.kind_ == PathArgument::kindIndex ) - { - if ( !node->isArray() || node->isValidIndex( arg.index_ ) ) - return defaultValue; - node = &((*node)[arg.index_]); - } - else if ( arg.kind_ == PathArgument::kindKey ) - { - if ( !node->isObject() ) - return defaultValue; - node = &((*node)[arg.key_]); - if ( node == &Value::null ) - return defaultValue; - } - } - return *node; -} - - -Value & -Path::make( Value &root ) const -{ - Value *node = &root; - for ( Args::const_iterator it = args_.begin(); it != args_.end(); ++it ) - { - const PathArgument &arg = *it; - if ( arg.kind_ == PathArgument::kindIndex ) - { - if ( !node->isArray() ) - { - // Error: node is not an array at position ... - } - node = &((*node)[arg.index_]); - } - else if ( arg.kind_ == PathArgument::kindKey ) - { - if ( !node->isObject() ) - { - // Error: node is not an object at position... - } - node = &((*node)[arg.key_]); - } - } - return *node; -} - - -} // namespace Json diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_valueiterator.inl b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_valueiterator.inl deleted file mode 100644 index 736e260..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_valueiterator.inl +++ /dev/null @@ -1,292 +0,0 @@ -// included by json_value.cpp -// everything is within Json namespace - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class ValueIteratorBase -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - -ValueIteratorBase::ValueIteratorBase() -#ifndef JSON_VALUE_USE_INTERNAL_MAP - : current_() - , isNull_( true ) -{ -} -#else - : isArray_( true ) - , isNull_( true ) -{ - iterator_.array_ = ValueInternalArray::IteratorState(); -} -#endif - - -#ifndef JSON_VALUE_USE_INTERNAL_MAP -ValueIteratorBase::ValueIteratorBase( const Value::ObjectValues::iterator ¤t ) - : current_( current ) - , isNull_( false ) -{ -} -#else -ValueIteratorBase::ValueIteratorBase( const ValueInternalArray::IteratorState &state ) - : isArray_( true ) -{ - iterator_.array_ = state; -} - - -ValueIteratorBase::ValueIteratorBase( const ValueInternalMap::IteratorState &state ) - : isArray_( false ) -{ - iterator_.map_ = state; -} -#endif - -Value & -ValueIteratorBase::deref() const -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - return current_->second; -#else - if ( isArray_ ) - return ValueInternalArray::dereference( iterator_.array_ ); - return ValueInternalMap::value( iterator_.map_ ); -#endif -} - - -void -ValueIteratorBase::increment() -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - ++current_; -#else - if ( isArray_ ) - ValueInternalArray::increment( iterator_.array_ ); - ValueInternalMap::increment( iterator_.map_ ); -#endif -} - - -void -ValueIteratorBase::decrement() -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - --current_; -#else - if ( isArray_ ) - ValueInternalArray::decrement( iterator_.array_ ); - ValueInternalMap::decrement( iterator_.map_ ); -#endif -} - - -ValueIteratorBase::difference_type -ValueIteratorBase::computeDistance( const SelfType &other ) const -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP -# ifdef JSON_USE_CPPTL_SMALLMAP - return current_ - other.current_; -# else - // Iterator for null value are initialized using the default - // constructor, which initialize current_ to the default - // std::map::iterator. As begin() and end() are two instance - // of the default std::map::iterator, they can not be compared. - // To allow this, we handle this comparison specifically. - if ( isNull_ && other.isNull_ ) - { - return 0; - } - - - // Usage of std::distance is not portable (does not compile with Sun Studio 12 RogueWave STL, - // which is the one used by default). - // Using a portable hand-made version for non random iterator instead: - // return difference_type( std::distance( current_, other.current_ ) ); - difference_type myDistance = 0; - for ( Value::ObjectValues::iterator it = current_; it != other.current_; ++it ) - { - ++myDistance; - } - return myDistance; -# endif -#else - if ( isArray_ ) - return ValueInternalArray::distance( iterator_.array_, other.iterator_.array_ ); - return ValueInternalMap::distance( iterator_.map_, other.iterator_.map_ ); -#endif -} - - -bool -ValueIteratorBase::isEqual( const SelfType &other ) const -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - if ( isNull_ ) - { - return other.isNull_; - } - return current_ == other.current_; -#else - if ( isArray_ ) - return ValueInternalArray::equals( iterator_.array_, other.iterator_.array_ ); - return ValueInternalMap::equals( iterator_.map_, other.iterator_.map_ ); -#endif -} - - -void -ValueIteratorBase::copy( const SelfType &other ) -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - current_ = other.current_; -#else - if ( isArray_ ) - iterator_.array_ = other.iterator_.array_; - iterator_.map_ = other.iterator_.map_; -#endif -} - - -Value -ValueIteratorBase::key() const -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - const Value::CZString czstring = (*current_).first; - if ( czstring.c_str() ) - { - if ( czstring.isStaticString() ) - return Value( StaticString( czstring.c_str() ) ); - return Value( czstring.c_str() ); - } - return Value( czstring.index() ); -#else - if ( isArray_ ) - return Value( ValueInternalArray::indexOf( iterator_.array_ ) ); - bool isStatic; - const char *memberName = ValueInternalMap::key( iterator_.map_, isStatic ); - if ( isStatic ) - return Value( StaticString( memberName ) ); - return Value( memberName ); -#endif -} - - -UInt -ValueIteratorBase::index() const -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - const Value::CZString czstring = (*current_).first; - if ( !czstring.c_str() ) - return czstring.index(); - return Value::UInt( -1 ); -#else - if ( isArray_ ) - return Value::UInt( ValueInternalArray::indexOf( iterator_.array_ ) ); - return Value::UInt( -1 ); -#endif -} - - -const char * -ValueIteratorBase::memberName() const -{ -#ifndef JSON_VALUE_USE_INTERNAL_MAP - const char *name = (*current_).first.c_str(); - return name ? name : ""; -#else - if ( !isArray_ ) - return ValueInternalMap::key( iterator_.map_ ); - return ""; -#endif -} - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class ValueConstIterator -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - -ValueConstIterator::ValueConstIterator() -{ -} - - -#ifndef JSON_VALUE_USE_INTERNAL_MAP -ValueConstIterator::ValueConstIterator( const Value::ObjectValues::iterator ¤t ) - : ValueIteratorBase( current ) -{ -} -#else -ValueConstIterator::ValueConstIterator( const ValueInternalArray::IteratorState &state ) - : ValueIteratorBase( state ) -{ -} - -ValueConstIterator::ValueConstIterator( const ValueInternalMap::IteratorState &state ) - : ValueIteratorBase( state ) -{ -} -#endif - -ValueConstIterator & -ValueConstIterator::operator =( const ValueIteratorBase &other ) -{ - copy( other ); - return *this; -} - - -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// class ValueIterator -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// -// ////////////////////////////////////////////////////////////////// - -ValueIterator::ValueIterator() -{ -} - - -#ifndef JSON_VALUE_USE_INTERNAL_MAP -ValueIterator::ValueIterator( const Value::ObjectValues::iterator ¤t ) - : ValueIteratorBase( current ) -{ -} -#else -ValueIterator::ValueIterator( const ValueInternalArray::IteratorState &state ) - : ValueIteratorBase( state ) -{ -} - -ValueIterator::ValueIterator( const ValueInternalMap::IteratorState &state ) - : ValueIteratorBase( state ) -{ -} -#endif - -ValueIterator::ValueIterator( const ValueConstIterator &other ) - : ValueIteratorBase( other ) -{ -} - -ValueIterator::ValueIterator( const ValueIterator &other ) - : ValueIteratorBase( other ) -{ -} - -ValueIterator & -ValueIterator::operator =( const SelfType &other ) -{ - copy( other ); - return *this; -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_writer.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_writer.cpp deleted file mode 100644 index cdf4188..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/json_writer.cpp +++ /dev/null @@ -1,829 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include - -#if _MSC_VER >= 1400 // VC++ 8.0 -#pragma warning( disable : 4996 ) // disable warning about strdup being deprecated. -#endif - -namespace Json { - -static bool isControlCharacter(char ch) -{ - return ch > 0 && ch <= 0x1F; -} - -static bool containsControlCharacter( const char* str ) -{ - while ( *str ) - { - if ( isControlCharacter( *(str++) ) ) - return true; - } - return false; -} -static void uintToString( unsigned int value, - char *¤t ) -{ - *--current = 0; - do - { - *--current = (value % 10) + '0'; - value /= 10; - } - while ( value != 0 ); -} - -std::string valueToString( Int value ) -{ - char buffer[32]; - char *current = buffer + sizeof(buffer); - bool isNegative = value < 0; - if ( isNegative ) - value = -value; - uintToString( UInt(value), current ); - if ( isNegative ) - *--current = '-'; - assert( current >= buffer ); - return current; -} - - -std::string valueToString( UInt value ) -{ - char buffer[32]; - char *current = buffer + sizeof(buffer); - uintToString( value, current ); - assert( current >= buffer ); - return current; -} - -std::string valueToString( double value ) -{ - char buffer[32]; -#if defined(_MSC_VER) && defined(__STDC_SECURE_LIB__) // Use secure version with visual studio 2005 to avoid warning. - sprintf_s(buffer, sizeof(buffer), "%#.16g", value); -#else - sprintf(buffer, "%#.16g", value); -#endif - char* ch = buffer + strlen(buffer) - 1; - if (*ch != '0') return buffer; // nothing to truncate, so save time - while(ch > buffer && *ch == '0'){ - --ch; - } - char* last_nonzero = ch; - while(ch >= buffer){ - switch(*ch){ - case '0': - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - --ch; - continue; - case '.': - // Truncate zeroes to save bytes in output, but keep one. - *(last_nonzero+2) = '\0'; - return buffer; - default: - return buffer; - } - } - return buffer; -} - - -std::string valueToString( bool value ) -{ - return value ? "true" : "false"; -} - -std::string valueToQuotedString( const char *value ) -{ - // Not sure how to handle unicode... - if (strpbrk(value, "\"\\\b\f\n\r\t") == NULL && !containsControlCharacter( value )) - return std::string("\"") + value + "\""; - // We have to walk value and escape any special characters. - // Appending to std::string is not efficient, but this should be rare. - // (Note: forward slashes are *not* rare, but I am not escaping them.) - unsigned maxsize = strlen(value)*2 + 3; // allescaped+quotes+NULL - std::string result; - result.reserve(maxsize); // to avoid lots of mallocs - result += "\""; - for (const char* c=value; *c != 0; ++c) - { - switch(*c) - { - case '\"': - result += "\\\""; - break; - case '\\': - result += "\\\\"; - break; - case '\b': - result += "\\b"; - break; - case '\f': - result += "\\f"; - break; - case '\n': - result += "\\n"; - break; - case '\r': - result += "\\r"; - break; - case '\t': - result += "\\t"; - break; - //case '/': - // Even though \/ is considered a legal escape in JSON, a bare - // slash is also legal, so I see no reason to escape it. - // (I hope I am not misunderstanding something. - // blep notes: actually escaping \/ may be useful in javascript to avoid (*c); - result += oss.str(); - } - else - { - result += *c; - } - break; - } - } - result += "\""; - return result; -} - -// Class Writer -// ////////////////////////////////////////////////////////////////// -Writer::~Writer() -{ -} - - -// Class FastWriter -// ////////////////////////////////////////////////////////////////// - -FastWriter::FastWriter() - : yamlCompatiblityEnabled_( false ) -{ -} - - -void -FastWriter::enableYAMLCompatibility() -{ - yamlCompatiblityEnabled_ = true; -} - - -std::string -FastWriter::write( const Value &root ) -{ - document_ = ""; - writeValue( root ); - document_ += "\n"; - return document_; -} - - -void -FastWriter::writeValue( const Value &value ) -{ - switch ( value.type() ) - { - case nullValue: - document_ += "null"; - break; - case intValue: - document_ += valueToString( value.asInt() ); - break; - case uintValue: - document_ += valueToString( value.asUInt() ); - break; - case realValue: - document_ += valueToString( value.asDouble() ); - break; - case stringValue: - document_ += valueToQuotedString( value.asCString() ); - break; - case booleanValue: - document_ += valueToString( value.asBool() ); - break; - case arrayValue: - { - document_ += "["; - int size = value.size(); - for ( int index =0; index < size; ++index ) - { - if ( index > 0 ) - document_ += ","; - writeValue( value[index] ); - } - document_ += "]"; - } - break; - case objectValue: - { - Value::Members members( value.getMemberNames() ); - document_ += "{"; - for ( Value::Members::iterator it = members.begin(); - it != members.end(); - ++it ) - { - const std::string &name = *it; - if ( it != members.begin() ) - document_ += ","; - document_ += valueToQuotedString( name.c_str() ); - document_ += yamlCompatiblityEnabled_ ? ": " - : ":"; - writeValue( value[name] ); - } - document_ += "}"; - } - break; - } -} - - -// Class StyledWriter -// ////////////////////////////////////////////////////////////////// - -StyledWriter::StyledWriter() - : rightMargin_( 74 ) - , indentSize_( 3 ) -{ -} - - -std::string -StyledWriter::write( const Value &root ) -{ - document_ = ""; - addChildValues_ = false; - indentString_ = ""; - writeCommentBeforeValue( root ); - writeValue( root ); - writeCommentAfterValueOnSameLine( root ); - document_ += "\n"; - return document_; -} - - -void -StyledWriter::writeValue( const Value &value ) -{ - switch ( value.type() ) - { - case nullValue: - pushValue( "null" ); - break; - case intValue: - pushValue( valueToString( value.asInt() ) ); - break; - case uintValue: - pushValue( valueToString( value.asUInt() ) ); - break; - case realValue: - pushValue( valueToString( value.asDouble() ) ); - break; - case stringValue: - pushValue( valueToQuotedString( value.asCString() ) ); - break; - case booleanValue: - pushValue( valueToString( value.asBool() ) ); - break; - case arrayValue: - writeArrayValue( value); - break; - case objectValue: - { - Value::Members members( value.getMemberNames() ); - if ( members.empty() ) - pushValue( "{}" ); - else - { - writeWithIndent( "{" ); - indent(); - Value::Members::iterator it = members.begin(); - while ( true ) - { - const std::string &name = *it; - const Value &childValue = value[name]; - writeCommentBeforeValue( childValue ); - writeWithIndent( valueToQuotedString( name.c_str() ) ); - document_ += " : "; - writeValue( childValue ); - if ( ++it == members.end() ) - { - writeCommentAfterValueOnSameLine( childValue ); - break; - } - document_ += ","; - writeCommentAfterValueOnSameLine( childValue ); - } - unindent(); - writeWithIndent( "}" ); - } - } - break; - } -} - - -void -StyledWriter::writeArrayValue( const Value &value ) -{ - unsigned size = value.size(); - if ( size == 0 ) - pushValue( "[]" ); - else - { - bool isArrayMultiLine = isMultineArray( value ); - if ( isArrayMultiLine ) - { - writeWithIndent( "[" ); - indent(); - bool hasChildValue = !childValues_.empty(); - unsigned index =0; - while ( true ) - { - const Value &childValue = value[index]; - writeCommentBeforeValue( childValue ); - if ( hasChildValue ) - writeWithIndent( childValues_[index] ); - else - { - writeIndent(); - writeValue( childValue ); - } - if ( ++index == size ) - { - writeCommentAfterValueOnSameLine( childValue ); - break; - } - document_ += ","; - writeCommentAfterValueOnSameLine( childValue ); - } - unindent(); - writeWithIndent( "]" ); - } - else // output on a single line - { - assert( childValues_.size() == size ); - document_ += "[ "; - for ( unsigned index =0; index < size; ++index ) - { - if ( index > 0 ) - document_ += ", "; - document_ += childValues_[index]; - } - document_ += " ]"; - } - } -} - - -bool -StyledWriter::isMultineArray( const Value &value ) -{ - int size = value.size(); - bool isMultiLine = size*3 >= rightMargin_ ; - childValues_.clear(); - for ( int index =0; index < size && !isMultiLine; ++index ) - { - const Value &childValue = value[index]; - isMultiLine = isMultiLine || - ( (childValue.isArray() || childValue.isObject()) && - childValue.size() > 0 ); - } - if ( !isMultiLine ) // check if line length > max line length - { - childValues_.reserve( size ); - addChildValues_ = true; - int lineLength = 4 + (size-1)*2; // '[ ' + ', '*n + ' ]' - for ( int index =0; index < size && !isMultiLine; ++index ) - { - writeValue( value[index] ); - lineLength += int( childValues_[index].length() ); - isMultiLine = isMultiLine && hasCommentForValue( value[index] ); - } - addChildValues_ = false; - isMultiLine = isMultiLine || lineLength >= rightMargin_; - } - return isMultiLine; -} - - -void -StyledWriter::pushValue( const std::string &value ) -{ - if ( addChildValues_ ) - childValues_.push_back( value ); - else - document_ += value; -} - - -void -StyledWriter::writeIndent() -{ - if ( !document_.empty() ) - { - char last = document_[document_.length()-1]; - if ( last == ' ' ) // already indented - return; - if ( last != '\n' ) // Comments may add new-line - document_ += '\n'; - } - document_ += indentString_; -} - - -void -StyledWriter::writeWithIndent( const std::string &value ) -{ - writeIndent(); - document_ += value; -} - - -void -StyledWriter::indent() -{ - indentString_ += std::string( indentSize_, ' ' ); -} - - -void -StyledWriter::unindent() -{ - assert( int(indentString_.size()) >= indentSize_ ); - indentString_.resize( indentString_.size() - indentSize_ ); -} - - -void -StyledWriter::writeCommentBeforeValue( const Value &root ) -{ - if ( !root.hasComment( commentBefore ) ) - return; - document_ += normalizeEOL( root.getComment( commentBefore ) ); - document_ += "\n"; -} - - -void -StyledWriter::writeCommentAfterValueOnSameLine( const Value &root ) -{ - if ( root.hasComment( commentAfterOnSameLine ) ) - document_ += " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); - - if ( root.hasComment( commentAfter ) ) - { - document_ += "\n"; - document_ += normalizeEOL( root.getComment( commentAfter ) ); - document_ += "\n"; - } -} - - -bool -StyledWriter::hasCommentForValue( const Value &value ) -{ - return value.hasComment( commentBefore ) - || value.hasComment( commentAfterOnSameLine ) - || value.hasComment( commentAfter ); -} - - -std::string -StyledWriter::normalizeEOL( const std::string &text ) -{ - std::string normalized; - normalized.reserve( text.length() ); - const char *begin = text.c_str(); - const char *end = begin + text.length(); - const char *current = begin; - while ( current != end ) - { - char c = *current++; - if ( c == '\r' ) // mac or dos EOL - { - if ( *current == '\n' ) // convert dos EOL - ++current; - normalized += '\n'; - } - else // handle unix EOL & other char - normalized += c; - } - return normalized; -} - - -// Class StyledStreamWriter -// ////////////////////////////////////////////////////////////////// - -StyledStreamWriter::StyledStreamWriter( std::string indentation ) - : document_(NULL) - , rightMargin_( 74 ) - , indentation_( indentation ) -{ -} - - -void -StyledStreamWriter::write( std::ostream &out, const Value &root ) -{ - document_ = &out; - addChildValues_ = false; - indentString_ = ""; - writeCommentBeforeValue( root ); - writeValue( root ); - writeCommentAfterValueOnSameLine( root ); - *document_ << "\n"; - document_ = NULL; // Forget the stream, for safety. -} - - -void -StyledStreamWriter::writeValue( const Value &value ) -{ - switch ( value.type() ) - { - case nullValue: - pushValue( "null" ); - break; - case intValue: - pushValue( valueToString( value.asInt() ) ); - break; - case uintValue: - pushValue( valueToString( value.asUInt() ) ); - break; - case realValue: - pushValue( valueToString( value.asDouble() ) ); - break; - case stringValue: - pushValue( valueToQuotedString( value.asCString() ) ); - break; - case booleanValue: - pushValue( valueToString( value.asBool() ) ); - break; - case arrayValue: - writeArrayValue( value); - break; - case objectValue: - { - Value::Members members( value.getMemberNames() ); - if ( members.empty() ) - pushValue( "{}" ); - else - { - writeWithIndent( "{" ); - indent(); - Value::Members::iterator it = members.begin(); - while ( true ) - { - const std::string &name = *it; - const Value &childValue = value[name]; - writeCommentBeforeValue( childValue ); - writeWithIndent( valueToQuotedString( name.c_str() ) ); - *document_ << " : "; - writeValue( childValue ); - if ( ++it == members.end() ) - { - writeCommentAfterValueOnSameLine( childValue ); - break; - } - *document_ << ","; - writeCommentAfterValueOnSameLine( childValue ); - } - unindent(); - writeWithIndent( "}" ); - } - } - break; - } -} - - -void -StyledStreamWriter::writeArrayValue( const Value &value ) -{ - unsigned size = value.size(); - if ( size == 0 ) - pushValue( "[]" ); - else - { - bool isArrayMultiLine = isMultineArray( value ); - if ( isArrayMultiLine ) - { - writeWithIndent( "[" ); - indent(); - bool hasChildValue = !childValues_.empty(); - unsigned index =0; - while ( true ) - { - const Value &childValue = value[index]; - writeCommentBeforeValue( childValue ); - if ( hasChildValue ) - writeWithIndent( childValues_[index] ); - else - { - writeIndent(); - writeValue( childValue ); - } - if ( ++index == size ) - { - writeCommentAfterValueOnSameLine( childValue ); - break; - } - *document_ << ","; - writeCommentAfterValueOnSameLine( childValue ); - } - unindent(); - writeWithIndent( "]" ); - } - else // output on a single line - { - assert( childValues_.size() == size ); - *document_ << "[ "; - for ( unsigned index =0; index < size; ++index ) - { - if ( index > 0 ) - *document_ << ", "; - *document_ << childValues_[index]; - } - *document_ << " ]"; - } - } -} - - -bool -StyledStreamWriter::isMultineArray( const Value &value ) -{ - int size = value.size(); - bool isMultiLine = size*3 >= rightMargin_ ; - childValues_.clear(); - for ( int index =0; index < size && !isMultiLine; ++index ) - { - const Value &childValue = value[index]; - isMultiLine = isMultiLine || - ( (childValue.isArray() || childValue.isObject()) && - childValue.size() > 0 ); - } - if ( !isMultiLine ) // check if line length > max line length - { - childValues_.reserve( size ); - addChildValues_ = true; - int lineLength = 4 + (size-1)*2; // '[ ' + ', '*n + ' ]' - for ( int index =0; index < size && !isMultiLine; ++index ) - { - writeValue( value[index] ); - lineLength += int( childValues_[index].length() ); - isMultiLine = isMultiLine && hasCommentForValue( value[index] ); - } - addChildValues_ = false; - isMultiLine = isMultiLine || lineLength >= rightMargin_; - } - return isMultiLine; -} - - -void -StyledStreamWriter::pushValue( const std::string &value ) -{ - if ( addChildValues_ ) - childValues_.push_back( value ); - else - *document_ << value; -} - - -void -StyledStreamWriter::writeIndent() -{ - /* - Some comments in this method would have been nice. ;-) - - if ( !document_.empty() ) - { - char last = document_[document_.length()-1]; - if ( last == ' ' ) // already indented - return; - if ( last != '\n' ) // Comments may add new-line - *document_ << '\n'; - } - */ - *document_ << '\n' << indentString_; -} - - -void -StyledStreamWriter::writeWithIndent( const std::string &value ) -{ - writeIndent(); - *document_ << value; -} - - -void -StyledStreamWriter::indent() -{ - indentString_ += indentation_; -} - - -void -StyledStreamWriter::unindent() -{ - assert( indentString_.size() >= indentation_.size() ); - indentString_.resize( indentString_.size() - indentation_.size() ); -} - - -void -StyledStreamWriter::writeCommentBeforeValue( const Value &root ) -{ - if ( !root.hasComment( commentBefore ) ) - return; - *document_ << normalizeEOL( root.getComment( commentBefore ) ); - *document_ << "\n"; -} - - -void -StyledStreamWriter::writeCommentAfterValueOnSameLine( const Value &root ) -{ - if ( root.hasComment( commentAfterOnSameLine ) ) - *document_ << " " + normalizeEOL( root.getComment( commentAfterOnSameLine ) ); - - if ( root.hasComment( commentAfter ) ) - { - *document_ << "\n"; - *document_ << normalizeEOL( root.getComment( commentAfter ) ); - *document_ << "\n"; - } -} - - -bool -StyledStreamWriter::hasCommentForValue( const Value &value ) -{ - return value.hasComment( commentBefore ) - || value.hasComment( commentAfterOnSameLine ) - || value.hasComment( commentAfter ); -} - - -std::string -StyledStreamWriter::normalizeEOL( const std::string &text ) -{ - std::string normalized; - normalized.reserve( text.length() ); - const char *begin = text.c_str(); - const char *end = begin + text.length(); - const char *current = begin; - while ( current != end ) - { - char c = *current++; - if ( c == '\r' ) // mac or dos EOL - { - if ( *current == '\n' ) // convert dos EOL - ++current; - normalized += '\n'; - } - else // handle unix EOL & other char - normalized += c; - } - return normalized; -} - - -std::ostream& operator<<( std::ostream &sout, const Value &root ) -{ - Json::StyledStreamWriter writer; - writer.write(sout, root); - return sout; -} - - -} // namespace Json diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/plugin.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/plugin.cpp deleted file mode 100644 index 6906275..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/plugin.cpp +++ /dev/null @@ -1,320 +0,0 @@ -#include "plugin.h" -#include "tokenizer.h" - -#ifdef _WINDOWS -#include -BOOL APIENTRY DllMain( HANDLE hModule, - DWORD ul_reason_for_call, - LPVOID lpReserved ) -{ - return TRUE; -} -#else -#include -#include - -extern int errno; -#endif - -SendPluginEv SendPluginEvent; - -string g_GetSysErrMsg( void ) -{ - string strError = "Unknown"; - // Problem loading -#ifdef _WINDOWS - int nErrorCode = GetLastError(); - LPTSTR s; - if ( ::FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, - NULL, nErrorCode, 0, ( LPTSTR ) &s, 0, NULL ) ) - { - strError = s; - } - else - { - char szBuf[ 20 ]; - _snprintf_s( szBuf, _countof(szBuf), 19, "%d", nErrorCode ); - strError = szBuf; - } -#else - char szError[80]; - if ( strerror_r( errno, szError, sizeof(szError) ) ) - { - strError = "no description found"; - } - else - { - strError = szError; - } -#endif - return strError; -} - -void g_sleep( unsigned int mseconds ) -{ -#ifdef _WINDOWS - Sleep( mseconds ); -#else - usleep( mseconds * 1000 ); -#endif -} - -string& g_trim( string& str ) -{ - // Whitespace characters - char whspc[] = " \t\r\n\v\f"; - - // Whack off first part - size_t pos = str.find_first_not_of( whspc ); - - if ( pos != string::npos ) - str.replace( 0, pos, "" ); - - // Whack off trailing stuff - pos = str.find_last_not_of( whspc ); - - if ( pos != string::npos ) - str.replace( pos + 1, str.length() - pos, "" ); - - return str; -} - -void g_tokenize( const string& str, const string& delimiters, vector& tokens ) -{ - tokenize( str, tokens, delimiters ); -} - -char* SetEventFunc( SendPluginEv funcPtr ) -{ - static char * szObjList = onGetObjList(); - SendPluginEvent = funcPtr; - return szObjList; -} - - -const int nMAXSIZE = 512; -char* g_pszRetVal = NULL; - -//----------------------------------------------------------- -// Map from an object Id to an object instance -//----------------------------------------------------------- -typedef std::map StringToJExt_T; - -//----------------------------------------------------------- -// Map from a browser context to an id mapping -//----------------------------------------------------------- -typedef std::map VoidToMap_T; - -VoidToMap_T g_context2Map; - -class GlobalSharedModule -{ - -public: - GlobalSharedModule( void ) - { - g_pszRetVal = new char[ nMAXSIZE ]; - } - - ~GlobalSharedModule() - { - delete [] g_pszRetVal; - - VoidToMap_T::iterator posMaps; - - for ( posMaps = g_context2Map.begin(); posMaps != g_context2Map.end(); ++posMaps ) - { - StringToJExt_T& id2Obj = *posMaps->second; - StringToJExt_T::iterator posMap; - - for ( posMap = id2Obj.begin(); posMap != id2Obj.end(); ++posMap ) - { - JSExt* pJSExt = posMap->second; - - if ( pJSExt->CanDelete() ) - { - delete pJSExt; - } - } - - id2Obj.erase( id2Obj.begin(), id2Obj.end() ); - } - - g_context2Map.erase( g_context2Map.begin(), g_context2Map.end() ); - } -}; - -GlobalSharedModule g_sharedModule; - -char* g_str2global( const string& strRetVal ) -{ - int nLen = strRetVal.size(); - - if ( nLen >= nMAXSIZE ) - { - delete [] g_pszRetVal; - g_pszRetVal = new char[ nLen + 1 ]; - } - - else - { - // To minimaize the number of memory reallocations, the assumption - // is that in most times this will be the case - delete [] g_pszRetVal; - g_pszRetVal = new char[ nMAXSIZE ]; - } - - strcpy( g_pszRetVal, strRetVal.c_str() ); - return g_pszRetVal; -} - -bool g_unregisterObject( const string& strObjId, void* pContext ) -{ - // Called by the plugin extension implementation - // if the extension handles the deletion of its object - - StringToJExt_T * pID2Obj = NULL; - - VoidToMap_T::iterator iter = g_context2Map.find( pContext ); - - if ( iter != g_context2Map.end() ) - { - pID2Obj = iter->second; - } - else - { - return false; - } - - StringToJExt_T& mapID2Obj = *pID2Obj; - - StringToJExt_T::iterator r = mapID2Obj.find( strObjId ); - - if ( r == mapID2Obj.end() ) - { - return false; - } - - mapID2Obj.erase( strObjId ); - return true; -} - -char* InvokeFunction( const char* szCommand, void* pContext ) -{ - StringToJExt_T * pID2Obj = NULL; - - VoidToMap_T::iterator iter = g_context2Map.find( pContext ); - - if ( iter != g_context2Map.end() ) - { - pID2Obj = iter->second; - } - else - { - pID2Obj = new StringToJExt_T; - g_context2Map[ pContext ] = pID2Obj; - } - - StringToJExt_T& mapID2Obj = *pID2Obj; - - string strFullCommand = szCommand; - vector arParams; - g_tokenize( strFullCommand, " ", arParams ); - string strCommand = arParams[ 0 ]; - string strRetVal = szERROR; - - if ( strCommand == szCREATE ) - { - string strClassName = arParams[ 1 ]; - string strObjId = arParams[ 2 ]; - - StringToJExt_T::iterator r = mapID2Obj.find( strObjId ); - - if ( r != mapID2Obj.end() ) - { - strRetVal += strObjId; - strRetVal += " :Object already exists."; - return g_str2global( strRetVal ); - } - - JSExt* pJSExt = onCreateObject( strClassName, strObjId ); - - if ( pJSExt == NULL ) - { - strRetVal += strObjId; - strRetVal += " :Unknown object type "; - strRetVal += strClassName; - return g_str2global( strRetVal ); - } - - pJSExt->m_pContext = pContext; - mapID2Obj[ strObjId ] = pJSExt; - - strRetVal = szOK; - strRetVal += strObjId; - return g_str2global( strRetVal ); - } - else - if ( strCommand == szINVOKE ) - { - string strObjId = arParams[ 1 ]; - string strMethod = arParams[ 2 ]; - - StringToJExt_T::iterator r = mapID2Obj.find( strObjId ); - - if ( r == mapID2Obj.end() ) - { - strRetVal += strObjId; - strRetVal += " :No object found for id."; - return g_str2global( strRetVal ); - } - - JSExt* pJSExt = r->second; - - size_t nLoc = strFullCommand.find( strObjId ); - - if ( nLoc == string::npos ) - { - strRetVal += strObjId; - strRetVal += " :Internal InvokeMethod error."; - return g_str2global( strRetVal ); - } - - if ( strMethod == szDISPOSE ) - { - StringToJExt_T::iterator r = mapID2Obj.find( strObjId ); - - if ( r == mapID2Obj.end() ) - { - strRetVal = szERROR; - strRetVal += strObjId; - return g_str2global( strRetVal ); - } - - JSExt * pJSExt = mapID2Obj[ strObjId ]; - - if ( pJSExt->CanDelete() ) - { - delete pJSExt; - } - - mapID2Obj.erase( strObjId ); - strRetVal = szOK; - strRetVal += strObjId; - return g_str2global( strRetVal ); - } - - size_t nSuffixLoc = nLoc + strObjId.size(); - string strInvoke = strFullCommand.substr( nSuffixLoc ); - strInvoke = g_trim( strInvoke ); - strRetVal = pJSExt->InvokeMethod( strInvoke ); - return g_str2global( strRetVal ); - } - - strRetVal += " :Unknown command "; - strRetVal += strCommand; - return g_str2global( strRetVal ); -} - -//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/plugin.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/plugin.h deleted file mode 100644 index 4ef7116..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/plugin.h +++ /dev/null @@ -1,70 +0,0 @@ -#ifndef _PLUGIN_H -#define _PLUGIN_H - -#include -#include -#include -#include -//#include "tokenizer.h" - -using namespace std; - -//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -//%% Functions exported by this DLL -//%% Should always be only SetEventFunc and InvokeFunction -//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -// g++ requires extern "C" otherwise the names of SetEventFunc and InvokeFunction -// are mangled C++ style. MS Visual Studio doesn't seem to care though. -extern "C" -{ - typedef void (*SendPluginEv)( const char* szEvent, void* pContext ); - char* SetEventFunc(SendPluginEv funcPtr); - char* InvokeFunction( const char* szCommand, void* pContext ); -} - -// JNEXT Framework function of the form: -// typedef void (*SendPluginEv)( const char* szEvent ); -// used to notify JavaScript of an asynchronous event -extern SendPluginEv SendPluginEvent; - -///////////////////////////////////////////////////////////////////////// -// Constants and methods common to all JNEXT extensions types -///////////////////////////////////////////////////////////////////////// -#define szERROR "Error " -#define szOK "Ok " - -#define szDISPOSE "Dispose" -#define szINVOKE "InvokeMethod" -#define szCREATE "CreateObj" - -///////////////////////////////////////////////////////////////////////// -// Utility functions -///////////////////////////////////////////////////////////////////////// -string& g_trim( string& str ); -void g_tokenize(const string& str,const string& delimiters, vector& tokens); -char* g_str2static( const string& strRetVal ); -void g_sleep( unsigned int mseconds ); -bool g_unregisterObject( const string& strObjId, void* pContext ); - - -///////////////////////////////////////////////////////////////////////// -// Abstract extension object -///////////////////////////////////////////////////////////////////////// -class JSExt -{ -public: - virtual ~JSExt() {}; - virtual string InvokeMethod( const string& strCommand ) = 0; - virtual bool CanDelete( void ) = 0; - virtual void TryDelete( void ) {} -public: - void* m_pContext; -}; - -///////////////////////////////////////////////////////////////////////// -// Callback functions to be implemented by the plugin implementation -///////////////////////////////////////////////////////////////////////// -extern char* onGetObjList( void ); -extern JSExt* onCreateObject( const string& strClassName, const string& strObjId ); - -#endif diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/tokenizer.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/tokenizer.cpp deleted file mode 100644 index 4a39573..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/tokenizer.cpp +++ /dev/null @@ -1,222 +0,0 @@ -/************************************************************************ -The zlib/libpng License - -Copyright (c) 2006 Joerg Wiedenmann - -This software is provided 'as-is', without any express or implied warranty. -In no event will the authors be held liable for any damages arising from -the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; -you must not claim that you wrote the original software. -If you use this software in a product, an acknowledgment -in the product documentation would be appreciated but is -not required. - -2. Altered source versions must be plainly marked as such, -and must not be misrepresented as being the original software. - -3. This notice may not be removed or altered from any source distribution. - -***********************************************************************/ - -/******************************************************************** - created: 2006-01-28 - filename: tokenizer.cpp - author: Jrg Wiedenmann - - purpose: A tokenizer function which provides a very - customizable way of breaking up strings. - - history: 2006-01-28, Original version - 2006-03-04, Fixed a small parsing bug, thanks Elias. -*********************************************************************/ - -#include "tokenizer.h" - -using namespace std; - -void tokenize ( const string& str, vector& result, - const string& delimiters, const string& delimiters_preserve, - const string& quote, const string& esc ) -{ - // clear the vector - if ( false == result.empty() ) - { - result.clear(); - } - - string::size_type pos = 0; // the current position (char) in the string - char ch = 0; // buffer for the current character - char delimiter = 0; // the buffer for the delimiter char which - // will be added to the tokens if the delimiter - // is preserved - char current_quote = 0; // the char of the current open quote - bool quoted = false; // indicator if there is an open quote - string token; // string buffer for the token - bool token_complete = false; // indicates if the current token is - // read to be added to the result vector - string::size_type len = str.length(); // length of the input-string - - // for every char in the input-string - while ( len > pos ) - { - // get the character of the string and reset the delimiter buffer - ch = str.at(pos); - delimiter = 0; - - // assume ch isn't a delimiter - bool add_char = true; - - // check ... - - // ... if the delimiter is an escaped character - bool escaped = false; // indicates if the next char is protected - if ( false == esc.empty() ) // check if esc-chars are provided - { - if ( string::npos != esc.find_first_of(ch) ) - { - // get the escaped char - ++pos; - if ( pos < len ) // if there are more chars left - { - // get the next one - ch = str.at(pos); - - // add the escaped character to the token - add_char = true; - } - else // cannot get any more characters - { - // don't add the esc-char - add_char = false; - } - - // ignore the remaining delimiter checks - escaped = true; - } - } - - // ... if the delimiter is a quote - if ( false == quote.empty() && false == escaped ) - { - // if quote chars are provided and the char isn't protected - if ( string::npos != quote.find_first_of(ch) ) - { - // if not quoted, set state to open quote and set - // the quote character - if ( false == quoted ) - { - quoted = true; - current_quote = ch; - - // don't add the quote-char to the token - add_char = false; - } - else // if quote is open already - { - // check if it is the matching character to close it - if ( current_quote == ch ) - { - // close quote and reset the quote character - quoted = false; - current_quote = 0; - - // don't add the quote-char to the token - add_char = false; - } - } // else - } - } - - // ... if the delimiter isn't preserved - if ( false == delimiters.empty() && false == escaped && - false == quoted ) - { - // if a delimiter is provided and the char isn't protected by - // quote or escape char - if ( string::npos != delimiters.find_first_of(ch) ) - { - // if ch is a delimiter and the token string isn't empty - // the token is complete - if ( false == token.empty() ) // BUGFIX: 2006-03-04 - { - token_complete = true; - } - - // don't add the delimiter to the token - add_char = false; - } - } - - // ... if the delimiter is preserved - add it as a token - bool add_delimiter = false; - if ( false == delimiters_preserve.empty() && false == escaped && - false == quoted ) - { - // if a delimiter which will be preserved is provided and the - // char isn't protected by quote or escape char - if ( string::npos != delimiters_preserve.find_first_of(ch) ) - { - // if ch is a delimiter and the token string isn't empty - // the token is complete - if ( false == token.empty() ) // BUGFIX: 2006-03-04 - { - token_complete = true; - } - - // don't add the delimiter to the token - add_char = false; - - // add the delimiter - delimiter = ch; - add_delimiter = true; - } - } - - - // add the character to the token - if ( true == add_char ) - { - // add the current char - token.push_back( ch ); - } - - // add the token if it is complete - if ( true == token_complete && false == token.empty() ) - { - // add the token string - result.push_back( token ); - - // clear the contents - token.clear(); - - // build the next token - token_complete = false; - } - - // add the delimiter - if ( true == add_delimiter ) - { - // the next token is the delimiter - string delim_token; - delim_token.push_back( delimiter ); - result.push_back( delim_token ); - - // REMOVED: 2006-03-04, Bugfix - } - - // repeat for the next character - ++pos; - } // while - - // add the final token - if ( false == token.empty() ) - { - result.push_back( token ); - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/tokenizer.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/tokenizer.h deleted file mode 100644 index 75f567c..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/public/tokenizer.h +++ /dev/null @@ -1,55 +0,0 @@ -/************************************************************************ -The zlib/libpng License - -Copyright (c) 2006 Joerg Wiedenmann - -This software is provided 'as-is', without any express or implied warranty. -In no event will the authors be held liable for any damages arising from -the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; - you must not claim that you wrote the original software. - If you use this software in a product, an acknowledgment - in the product documentation would be appreciated but is - not required. - -2. Altered source versions must be plainly marked as such, - and must not be misrepresented as being the original software. - -3. This notice may not be removed or altered from any source distribution. - -***********************************************************************/ - -/******************************************************************** - created: 2006-01-28 - filename: tokenizer.cpp - author: Jrg Wiedenmann - - purpose: A tokenizer function which provides a very - customizable way of breaking up strings. -*********************************************************************/ - -#include -#include -using namespace std; - -// Function to break up a string into tokens -// -// Parameters: -//----------- -// str = the input string that will be tokenized -// result = the tokens for str -// delimiters = the delimiter characters -// delimiters preserve = same as above, but the delimiter characters -// will be put into the result as a token -// quote = characters to protect the enclosed characters -// esc = characters to protect a single character -// - -void tokenize ( const string& str, vector& result, - const string& delimiters, const string& delimiters_preserve = "", - const string& quote = "\"", const string& esc = "\\" ); diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/libToast.so b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/libToast.so deleted file mode 100644 index 772e8fe..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/libToast.so and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_reader.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_reader.o deleted file mode 100644 index aefae6f..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_reader.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_value.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_value.o deleted file mode 100644 index d43e0f3..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_value.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_writer.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_writer.o deleted file mode 100644 index 18b6206..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/json_writer.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/plugin.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/plugin.o deleted file mode 100644 index 70cf474..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/plugin.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/tokenizer.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/tokenizer.o deleted file mode 100644 index 8046d0f..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/public/tokenizer.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/Logger.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/Logger.o deleted file mode 100644 index 42b1066..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/Logger.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/toast_js.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/toast_js.o deleted file mode 100644 index dab6d2a..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/toast_js.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/toast_ndk.o b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/toast_ndk.o deleted file mode 100644 index aac638f..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/simulator/src/toast_ndk.o and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/Logger.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/Logger.cpp deleted file mode 100644 index 0cf10d2..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/Logger.cpp +++ /dev/null @@ -1,104 +0,0 @@ -/* - * Copyright (c) 2013 BlackBerry Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "Logger.hpp" -#include "toast_js.hpp" -#include - -namespace webworks { - -Logger::Logger(const char* name, Toast_JS *parent): m_pParent(parent) { - buffer_config.buffer_set_name = name; - buffer_config.num_buffers = 2; - buffer_config.verbosity_level = SLOG2_DEBUG1; - - /* Configure the first buffer, using 7 x 4KB pages. This larger buffer will be used for - very chatty logging. Our goal is to have 30-60 seconds of history at any given time, - so we will want to log at a rate of around one log line with a string of 16 bytes - long every 150 milliseconds. - */ - - buffer_config.buffer_config[0].buffer_name = "low_priority"; - buffer_config.buffer_config[0].num_pages = 7; - - /* Configure the second buffer, which we will use for high level info logging that is very - infrequent, but we want a longer history (hours or maybe even over a day or two). This - buffer uses 1 x 4KB. - */ - - buffer_config.buffer_config[1].buffer_name = "high_priority"; - buffer_config.buffer_config[1].num_pages = 1; - - /* Register the buffer set. */ - - if( -1 == slog2_register( &buffer_config, buffer_handle, 0 ) ) { - fprintf( stderr, "Error registering slogger2 buffer!\n" ); - } else { - info("Created slogger2 buffers"); - } - -} - -Logger::~Logger() { - critical("slogger2 buffers reset"); - slog2_reset(); -} - -int Logger::log(slog2_buffer_t buffer, _Uint8t severity, const char* message) { - return slog2c(buffer, 0, severity, message); -} - -int Logger::debug(const char* message) { - return log(lowPriorityBuffer(), SLOG2_DEBUG1, message); -} - -int Logger::info(const char* message) { - return log(lowPriorityBuffer(), SLOG2_INFO, message); -} - -int Logger::notice(const char* message) { - return log(lowPriorityBuffer(), SLOG2_NOTICE, message); -} - -int Logger::warn(const char* message) { - return log(lowPriorityBuffer(), SLOG2_WARNING, message); -} - -int Logger::error(const char* message) { - return log(hiPriorityBuffer(), SLOG2_ERROR, message); -} - -int Logger::critical(const char* message) { - return log(hiPriorityBuffer(), SLOG2_CRITICAL, message); -} - -int Logger::setVerbosity(_Uint8t verbosity) { - return slog2_set_verbosity(buffer_handle[0], verbosity); -} - -_Uint8t Logger::getVerbosity() { - return slog2_get_verbosity(buffer_handle[0]); -} - -slog2_buffer_t Logger::hiPriorityBuffer() { - return buffer_handle[1]; -} - -slog2_buffer_t Logger::lowPriorityBuffer() { - return buffer_handle[0]; -} - -} /* namespace webworks */ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/Logger.hpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/Logger.hpp deleted file mode 100644 index 4ae6b59..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/Logger.hpp +++ /dev/null @@ -1,49 +0,0 @@ -/* - * Copyright (c) 2013 BlackBerry Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef LOGGER_HPP_ -#define LOGGER_HPP_ - -#include -#include - -class Toast_JS; - -namespace webworks { - -class Logger { -public: - explicit Logger(const char* name, Toast_JS *parent = NULL); - virtual ~Logger(); - int debug(const char* message); - int info(const char* message); - int notice(const char* message); - int warn(const char* message); - int error(const char* message); - int critical(const char* message); - int setVerbosity(_Uint8t verbosity); - _Uint8t getVerbosity(); - slog2_buffer_t hiPriorityBuffer(); - slog2_buffer_t lowPriorityBuffer(); -private: - Toast_JS *m_pParent; - slog2_buffer_set_config_t buffer_config; - slog2_buffer_t buffer_handle[2]; - int log(slog2_buffer_t buffer, _Uint8t severity, const char* message); -}; - -} /* namespace webworks */ -#endif /* LOGGER_HPP_ */ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_js.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_js.cpp deleted file mode 100644 index 50af805..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_js.cpp +++ /dev/null @@ -1,134 +0,0 @@ -/* - * Copyright (c) 2013 BlackBerry Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include -#include "../public/tokenizer.h" -#include "toast_js.hpp" -#include "toast_ndk.hpp" - -#include -#include - -using namespace std; - -/** - * Default constructor. - */ -Toast_JS::Toast_JS(const std::string& id) : - m_id(id) -{ - m_pLogger = new webworks::Logger("Toast_JS", this); - m_pToastController = new webworks::Toast_NDK(this); -} - -/** - * Toast_JS destructor. - */ -Toast_JS::~Toast_JS() -{ - if (m_pToastController) - delete m_pToastController; - if (m_pLogger) - delete m_pLogger; -} - -webworks::Logger* Toast_JS::getLog() -{ - return m_pLogger; -} - -/** - * This method returns the list of objects implemented by this native - * extension. - */ -char* onGetObjList() -{ - static char name[] = "Toast_JS"; - return name; -} - -/** - * This method is used by JNext to instantiate the Toast_JS object when - * an object is created on the JavaScript server side. - */ -JSExt* onCreateObject(const string& className, const string& id) -{ - if (className == "Toast_JS") - { - return new Toast_JS(id); - } - - return NULL; -} - -/** - * Method used by JNext to determine if the object can be deleted. - */ -bool Toast_JS::CanDelete() -{ - return true; -} - -/** - * It will be called from JNext JavaScript side with passed string. - * This method implements the interface for the JavaScript to native binding - * for invoking native code. This method is triggered when JNext.invoke is - * called on the JavaScript side with this native objects id. - */ -string Toast_JS::InvokeMethod(const string& command) -{ - m_pLogger->debug("Toast invoked"); - // format must be: "command callbackId params" - size_t commandIndex = command.find_first_of(" "); - std::string strCommand = command.substr(0, commandIndex); - size_t callbackIndex = command.find_first_of(" ", commandIndex + 1); - std::string callbackId = command.substr(commandIndex + 1, callbackIndex - commandIndex - 1); - std::string arg = command.substr(callbackIndex + 1, command.length()); - m_pLogger->debug(command.c_str()); - m_pLogger->debug(arg.c_str()); - - Json::FastWriter writer; - Json::Reader reader; - Json::Value root; - bool parse = reader.parse(arg, root); - - if (!parse) - { - m_pLogger->error("Parse Error"); - Json::Value error; - error["result"] = "Cannot parse JSON object"; - NotifyEvent(callbackId + " error " + writer.write(error)); - } else - { - if (strCommand == "show") - { - m_pToastController->toast(root["message"].asString(), root["duration"].asString(), root["position"].asString(), callbackId); - } - } - - - strCommand.append(";"); - strCommand.append(command); - return strCommand; -} - -// Notifies JavaScript of an event -void Toast_JS::NotifyEvent(const std::string& event) -{ - std::string eventString = m_id + " "; - eventString.append(event); - SendPluginEvent(eventString.c_str(), m_pContext); -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_js.hpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_js.hpp deleted file mode 100644 index 4dab78c..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_js.hpp +++ /dev/null @@ -1,41 +0,0 @@ -/* -* Copyright (c) 2013 BlackBerry Limited -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -#ifndef toast_JS_HPP_ -#define toast_JS_HPP_ - -#include -#include "../public/plugin.h" -#include "toast_ndk.hpp" -#include "Logger.hpp" - -class Toast_JS: public JSExt { - -public: - explicit Toast_JS(const std::string& id); - virtual ~Toast_JS(); - virtual bool CanDelete(); - virtual std::string InvokeMethod(const std::string& command); - void NotifyEvent(const std::string& event); - webworks::Logger* getLog(); -private: - std::string m_id; - // Definition of a pointer to the actual native extension code - webworks::Toast_NDK *m_pToastController; - webworks::Logger *m_pLogger; -}; - -#endif /* toast_JS_HPP_ */ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_ndk.cpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_ndk.cpp deleted file mode 100644 index cf9d493..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_ndk.cpp +++ /dev/null @@ -1,64 +0,0 @@ -/* - * Copyright (c) 2013 BlackBerry Limited - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include -#include "toast_ndk.hpp" -#include "toast_js.hpp" - -#include -#include - -using namespace bb::system; - -namespace webworks -{ - - Toast_NDK::Toast_NDK(Toast_JS *parent) : - m_pParent(parent) - { - } - - Toast_NDK::~Toast_NDK() - { - } - - void Toast_NDK::toast(const std::string& message, const std::string& duration, - const std::string& position, const std::string callbackId) - { - - SystemToast* m_toast; - m_toast = new SystemToast(); - - m_toast->setBody(message.c_str()); - - if (position == "top") - { - m_toast->setPosition(SystemUiPosition::TopCenter); - } else if (position == "bottom") - { - m_toast->setPosition(SystemUiPosition::BottomCenter); - } else - - { - m_toast->setPosition(SystemUiPosition::MiddleCenter); - } - - m_toast->show(); - - m_pParent->NotifyEvent(callbackId); - } - -} /* namespace webworks */ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_ndk.hpp b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_ndk.hpp deleted file mode 100644 index 88e8f1e..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/blackberry10/native/src/toast_ndk.hpp +++ /dev/null @@ -1,41 +0,0 @@ -/* -* Copyright (c) 2013 BlackBerry Limited -* -* Licensed under the Apache License, Version 2.0 (the "License"); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an "AS IS" BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -#ifndef toast_NDK_HPP_ -#define toast_NDK_HPP_ - -#include -#include - -class Toast_JS; - -namespace webworks { - -class Toast_NDK { -public: - explicit Toast_NDK(Toast_JS *parent = NULL); - virtual ~Toast_NDK(); - - void toast(const std::string& message, const std::string& duration, const std::string& position, const std::string callbackId); - - -private: - Toast_JS *m_pParent; -}; - -} // namespace webworks - -#endif /* toast_NDK_HPP_ */ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast+UIView.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast+UIView.h deleted file mode 100644 index b2b1e7f..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast+UIView.h +++ /dev/null @@ -1,26 +0,0 @@ -#import -#import - -@interface UIView (Toast) - -// each makeToast method creates a view and displays it as toast -- (void)makeToast:(NSString *)message; -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)interval position:(id)position; -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)duration position:(id)position addPixelsY:(int)addPixelsY data:(NSDictionary*)data styling:(NSDictionary*)styling commandDelegate:(id )commandDelegate callbackId:(NSString *)callbackId; -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)interval position:(id)position image:(UIImage *)image; -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)interval position:(id)position title:(NSString *)title; -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)interval position:(id)position title:(NSString *)title image:(UIImage *)image; - -- (void)hideToast; - -// displays toast with an activity spinner -- (void)makeToastActivity; -- (void)makeToastActivity:(id)position; -- (void)hideToastActivity; - -// the showToast methods display any view as toast -- (void)showToast:(UIView *)toast; -- (void)showToast:(UIView *)toast duration:(NSTimeInterval)interval position:(id)point ; -- (void)showToast:(UIView *)toast duration:(NSTimeInterval)interval position:(id)point addedPixelsY:(int)addPixelsY; - -@end diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast+UIView.m b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast+UIView.m deleted file mode 100644 index aaf1f92..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast+UIView.m +++ /dev/null @@ -1,461 +0,0 @@ -#import "Toast+UIView.h" -#import -#import - -/* - * CONFIGURE THESE VALUES TO ADJUST LOOK & FEEL, - * DISPLAY DURATION, ETC. - */ - -// general appearance -static const CGFloat CSToastMaxWidth = 0.8; // 80% of parent view width -static const CGFloat CSToastMaxHeight = 0.8; // 80% of parent view height -static const CGFloat CSToastHorizontalPadding = 16.0; -static const CGFloat CSToastVerticalPadding = 12.0; -static const CGFloat CSToastTopBottomOffset = 20.0; -static const CGFloat CSToastCornerRadius = 20.0; -static const CGFloat CSToastOpacity = 0.8; -static const CGFloat CSToastFontSize = 13.0; -static const CGFloat CSToastMaxTitleLines = 0; -static const CGFloat CSToastMaxMessageLines = 0; -static const NSTimeInterval CSToastFadeDuration = 0.3; - -// shadow appearance -static const CGFloat CSToastShadowOpacity = 0.8; -static const CGFloat CSToastShadowRadius = 6.0; -static const CGSize CSToastShadowOffset = { 4.0, 4.0 }; -static const BOOL CSToastDisplayShadow = YES; - -// display duration and position -static const NSString * CSToastDefaultPosition = @"bottom"; -static const NSTimeInterval CSToastDefaultDuration = 3.0; - -// image view size -static const CGFloat CSToastImageViewWidth = 80.0; -static const CGFloat CSToastImageViewHeight = 80.0; - -// activity -static const CGFloat CSToastActivityWidth = 100.0; -static const CGFloat CSToastActivityHeight = 100.0; -static const NSString * CSToastActivityDefaultPosition = @"center"; - -// interaction -static const BOOL CSToastHidesOnTap = YES; // excludes activity views - -// associative reference keys -static const NSString * CSToastTimerKey = @"CSToastTimerKey"; -static const NSString * CSToastActivityViewKey = @"CSToastActivityViewKey"; - -static UIView *prevToast = NULL; - -// doesn't matter these are static -static id commandDelegate; -static id callbackId; -static id msg; -static id data; -static id styling; - -@interface UIView (ToastPrivate) - -- (void)hideToast:(UIView *)toast; -- (void)toastTimerDidFinish:(NSTimer *)timer; -- (void)handleToastTapped:(UITapGestureRecognizer *)recognizer; -- (CGPoint)centerPointForPosition:(id)position withToast:(UIView *)toast withAddedPixelsY:(int) addPixelsY; -- (UIView *)viewForMessage:(NSString *)message title:(NSString *)title image:(UIImage *)image; -- (CGSize)sizeForString:(NSString *)string font:(UIFont *)font constrainedToSize:(CGSize)constrainedSize lineBreakMode:(NSLineBreakMode)lineBreakMode; -@end - - -@implementation UIView (Toast) - - -#pragma mark - Toast Methods - -- (void)makeToast:(NSString *)message { - [self makeToast:message duration:CSToastDefaultDuration position:CSToastDefaultPosition]; -} - -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)duration position:(id)position { - UIView *toast = [self viewForMessage:message title:nil image:nil]; - [self showToast:toast duration:duration position:position]; -} - -- (void)makeToast:(NSString *)message - duration:(NSTimeInterval)duration - position:(id)position addPixelsY:(int)addPixelsY - data:(NSDictionary*)_data - styling:(NSDictionary*)_styling - commandDelegate:(id )_commandDelegate - callbackId:(NSString *)_callbackId { - - commandDelegate = _commandDelegate; - callbackId = _callbackId; - msg = message; - data = _data; - styling = _styling; - - UIView *toast = [self viewForMessage:message title:nil image:nil]; - [self showToast:toast duration:duration position:position addedPixelsY:addPixelsY]; -} - -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)duration position:(id)position title:(NSString *)title { - UIView *toast = [self viewForMessage:message title:title image:nil]; - [self showToast:toast duration:duration position:position]; -} - -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)duration position:(id)position image:(UIImage *)image { - UIView *toast = [self viewForMessage:message title:nil image:image]; - [self showToast:toast duration:duration position:position]; -} - -- (void)makeToast:(NSString *)message duration:(NSTimeInterval)duration position:(id)position title:(NSString *)title image:(UIImage *)image { - UIView *toast = [self viewForMessage:message title:title image:image]; - [self showToast:toast duration:duration position:position]; -} - -- (void)showToast:(UIView *)toast { - [self showToast:toast duration:CSToastDefaultDuration position:CSToastDefaultPosition]; -} - -- (void)showToast:(UIView *)toast duration:(NSTimeInterval)duration position:(id)point { - [self showToast:toast duration:CSToastDefaultDuration position:CSToastDefaultPosition addedPixelsY:0]; -} - -- (void)showToast:(UIView *)toast duration:(NSTimeInterval)duration position:(id)point addedPixelsY:(int) addPixelsY { - [self hideToast]; - prevToast = toast; - toast.center = [self centerPointForPosition:point withToast:toast withAddedPixelsY:addPixelsY]; - toast.alpha = 0.0; - - // note that we changed this to be always true - if (CSToastHidesOnTap) { - UITapGestureRecognizer *recognizer = [[UITapGestureRecognizer alloc] initWithTarget:toast action:@selector(handleToastTapped:)]; - [toast addGestureRecognizer:recognizer]; - toast.userInteractionEnabled = YES; - toast.exclusiveTouch = YES; - } - - // make sure that if InAppBrowser is active, we're still showing Toasts on top of it - UIViewController *vc = [self getTopMostViewController]; - UIView *v = [vc view]; - [v addSubview:toast]; - - NSNumber * opacity = styling[@"opacity"]; - CGFloat theOpacity = opacity == nil ? CSToastOpacity : [opacity floatValue]; - - [UIView animateWithDuration:CSToastFadeDuration - delay:0.0 - options:(UIViewAnimationOptionCurveEaseOut | UIViewAnimationOptionAllowUserInteraction) - animations:^{ - toast.alpha = theOpacity; - } completion:^(BOOL finished) { - NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:duration target:self selector:@selector(toastTimerDidFinish:) userInfo:toast repeats:NO]; - // associate the timer with the toast view - objc_setAssociatedObject (toast, &CSToastTimerKey, timer, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - }]; - -} - -- (UIViewController*) getTopMostViewController { - UIViewController *presentingViewController = [[UIApplication sharedApplication] keyWindow].rootViewController; - while (presentingViewController.presentedViewController != nil) { - presentingViewController = presentingViewController.presentedViewController; - } - return presentingViewController; -} - -- (void)hideToast { - if (prevToast){ - [self hideToast:prevToast]; - } -} - -- (void)hideToast:(UIView *)toast { - [UIView animateWithDuration:CSToastFadeDuration - delay:0.0 - options:(UIViewAnimationOptionCurveEaseIn | UIViewAnimationOptionBeginFromCurrentState) - animations:^{ - toast.alpha = 0.0; - } completion:^(BOOL finished) { - [toast removeFromSuperview]; - }]; -} - -#pragma mark - Events - -- (void)toastTimerDidFinish:(NSTimer *)timer { - [self hideToast:(UIView *)timer.userInfo]; - - // also send an event back to JS - NSMutableDictionary *dict = [[NSMutableDictionary alloc] initWithObjectsAndKeys:msg, @"message", @"hide", @"event", nil]; - if (data != nil) { - [dict setObject:data forKey:@"data"]; - } - - CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsDictionary:dict]; - [commandDelegate sendPluginResult:pluginResult callbackId:callbackId]; -} - -- (void)handleToastTapped:(UITapGestureRecognizer *)recognizer { - NSTimer *timer = (NSTimer *)objc_getAssociatedObject(self, &CSToastTimerKey); - [timer invalidate]; - - [self hideToast:recognizer.view]; - - // also send an event back to JS - NSMutableDictionary *dict = [[NSMutableDictionary alloc] initWithObjectsAndKeys:msg, @"message", @"touch", @"event", nil]; - if (data != nil) { - [dict setObject:data forKey:@"data"]; - } - - CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK messageAsDictionary:dict]; - [commandDelegate sendPluginResult:pluginResult callbackId:callbackId]; -} - -#pragma mark - Toast Activity Methods - -- (void)makeToastActivity { - [self makeToastActivity:CSToastActivityDefaultPosition]; -} - -- (void)makeToastActivity:(id)position { - // sanity - UIView *existingActivityView = (UIView *)objc_getAssociatedObject(self, &CSToastActivityViewKey); - if (existingActivityView != nil) return; - - UIView *activityView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, CSToastActivityWidth, CSToastActivityHeight)]; - activityView.center = [self centerPointForPosition:position withToast:activityView withAddedPixelsY:0]; - activityView.backgroundColor = [[UIColor blackColor] colorWithAlphaComponent:CSToastOpacity]; - activityView.alpha = 0.0; - activityView.autoresizingMask = (UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin); - activityView.layer.cornerRadius = CSToastCornerRadius; - - if (CSToastDisplayShadow) { - activityView.layer.shadowColor = [UIColor blackColor].CGColor; - activityView.layer.shadowOpacity = CSToastShadowOpacity; - activityView.layer.shadowRadius = CSToastShadowRadius; - activityView.layer.shadowOffset = CSToastShadowOffset; - } - - UIActivityIndicatorView *activityIndicatorView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]; - activityIndicatorView.center = CGPointMake(activityView.bounds.size.width / 2, activityView.bounds.size.height / 2); - [activityView addSubview:activityIndicatorView]; - [activityIndicatorView startAnimating]; - - // associate the activity view with self - objc_setAssociatedObject (self, &CSToastActivityViewKey, activityView, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - - [self addSubview:activityView]; - - [UIView animateWithDuration:CSToastFadeDuration - delay:0.0 - options:UIViewAnimationOptionCurveEaseOut - animations:^{ - activityView.alpha = 1.0; - } completion:nil]; -} - -- (void)hideToastActivity { - UIView *existingActivityView = (UIView *)objc_getAssociatedObject(self, &CSToastActivityViewKey); - if (existingActivityView != nil) { - [UIView animateWithDuration:CSToastFadeDuration - delay:0.0 - options:(UIViewAnimationOptionCurveEaseIn | UIViewAnimationOptionBeginFromCurrentState) - animations:^{ - existingActivityView.alpha = 0.0; - } completion:^(BOOL finished) { - [existingActivityView removeFromSuperview]; - objc_setAssociatedObject (self, &CSToastActivityViewKey, nil, OBJC_ASSOCIATION_RETAIN_NONATOMIC); - }]; - } -} - -#pragma mark - Helpers - -- (CGPoint)centerPointForPosition:(id)point withToast:(UIView *)toast withAddedPixelsY:(int) addPixelsY { - if([point isKindOfClass:[NSString class]]) { - // convert string literals @"top", @"bottom", @"center", or any point wrapped in an NSValue object into a CGPoint - if([point caseInsensitiveCompare:@"top"] == NSOrderedSame) { - return CGPointMake(self.bounds.size.width/2, (toast.frame.size.height / 2) + addPixelsY + CSToastVerticalPadding + CSToastTopBottomOffset); - } else if([point caseInsensitiveCompare:@"bottom"] == NSOrderedSame) { - return CGPointMake(self.bounds.size.width/2, (self.bounds.size.height - (toast.frame.size.height / 2)) - CSToastVerticalPadding - CSToastTopBottomOffset + addPixelsY); - } else if([point caseInsensitiveCompare:@"center"] == NSOrderedSame) { - return CGPointMake(self.bounds.size.width / 2, (self.bounds.size.height / 2) + addPixelsY); - } - } else if ([point isKindOfClass:[NSValue class]]) { - return [point CGPointValue]; - } - - NSLog(@"Warning: Invalid position for toast."); - return [self centerPointForPosition:CSToastDefaultPosition withToast:toast withAddedPixelsY:addPixelsY]; -} - -- (CGSize)sizeForString:(NSString *)string font:(UIFont *)font constrainedToSize:(CGSize)constrainedSize lineBreakMode:(NSLineBreakMode)lineBreakMode { - if ([string respondsToSelector:@selector(boundingRectWithSize:options:attributes:context:)]) { - NSMutableParagraphStyle *paragraphStyle = [[NSMutableParagraphStyle alloc] init]; - paragraphStyle.lineBreakMode = lineBreakMode; - NSDictionary *attributes = @{NSFontAttributeName:font, NSParagraphStyleAttributeName:paragraphStyle}; - CGRect boundingRect = [string boundingRectWithSize:constrainedSize options:NSStringDrawingUsesLineFragmentOrigin attributes:attributes context:nil]; - return CGSizeMake(ceilf(boundingRect.size.width), ceilf(boundingRect.size.height)); - } - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wdeprecated-declarations" - return [string sizeWithFont:font constrainedToSize:constrainedSize lineBreakMode:lineBreakMode]; -#pragma clang diagnostic pop -} - -- (UIView *)viewForMessage:(NSString *)message title:(NSString *)title image:(UIImage *)image { - // sanity - if((message == nil) && (title == nil) && (image == nil)) return nil; - - // dynamically build a toast view with any combination of message, title, & image. - UILabel *messageLabel = nil; - UILabel *titleLabel = nil; - UIImageView *imageView = nil; - - // create the parent view - UIView *wrapperView = [[UIView alloc] init]; - wrapperView.autoresizingMask = (UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin); - - NSNumber * cornerRadius = styling[@"cornerRadius"]; - wrapperView.layer.cornerRadius = cornerRadius == nil ? CSToastCornerRadius : [cornerRadius floatValue]; - - if (CSToastDisplayShadow) { - wrapperView.layer.shadowColor = [UIColor blackColor].CGColor; - wrapperView.layer.shadowOpacity = CSToastShadowOpacity; - wrapperView.layer.shadowRadius = CSToastShadowRadius; - wrapperView.layer.shadowOffset = CSToastShadowOffset; - } - - NSString * backgroundColor = styling[@"backgroundColor"]; - UIColor *theColor = backgroundColor == nil ? [UIColor blackColor] : [self colorFromHexString:backgroundColor]; - - NSNumber * horizontalPadding = styling[@"horizontalPadding"]; - CGFloat theHorizontalPadding = horizontalPadding == nil ? CSToastHorizontalPadding : [horizontalPadding floatValue]; - - NSNumber * verticalPadding = styling[@"verticalPadding"]; - CGFloat theVerticalPadding = verticalPadding == nil ? CSToastVerticalPadding : [verticalPadding floatValue]; - - NSNumber * textSize = styling[@"textSize"]; - CGFloat theTextSize = textSize == nil ? CSToastFontSize : [textSize floatValue]; - - wrapperView.backgroundColor = theColor; - - if(image != nil) { - imageView = [[UIImageView alloc] initWithImage:image]; - imageView.contentMode = UIViewContentModeScaleAspectFit; - imageView.frame = CGRectMake(theHorizontalPadding, theVerticalPadding, CSToastImageViewWidth, CSToastImageViewHeight); - } - - CGFloat imageWidth, imageHeight, imageLeft; - - // the imageView frame values will be used to size & position the other views - if(imageView != nil) { - imageWidth = imageView.bounds.size.width; - imageHeight = imageView.bounds.size.height; - imageLeft = theHorizontalPadding; - } else { - imageWidth = imageHeight = imageLeft = 0.0; - } - - if (title != nil) { - NSString * titleLabelTextColor = styling[@"textColor"]; - UIColor *theTitleLabelTextColor = titleLabelTextColor == nil ? [UIColor whiteColor] : [self colorFromHexString:titleLabelTextColor]; - - titleLabel = [[UILabel alloc] init]; - titleLabel.numberOfLines = CSToastMaxTitleLines; - titleLabel.font = [UIFont boldSystemFontOfSize:theTextSize]; - titleLabel.textAlignment = NSTextAlignmentCenter; - titleLabel.lineBreakMode = NSLineBreakByWordWrapping; - titleLabel.textColor = theTitleLabelTextColor; - titleLabel.backgroundColor = [UIColor clearColor]; - titleLabel.alpha = 1.0; - titleLabel.text = title; - - // size the title label according to the length of the text - CGSize maxSizeTitle = CGSizeMake((self.bounds.size.width * CSToastMaxWidth) - imageWidth, self.bounds.size.height * CSToastMaxHeight); - CGSize expectedSizeTitle = [self sizeForString:title font:titleLabel.font constrainedToSize:maxSizeTitle lineBreakMode:titleLabel.lineBreakMode]; - titleLabel.frame = CGRectMake(0.0, 0.0, expectedSizeTitle.width, expectedSizeTitle.height); - } - - if (message != nil) { - NSString * messageLabelTextColor = styling[@"textColor"]; - UIColor *theMessageLabelTextColor = messageLabelTextColor == nil ? [UIColor whiteColor] : [self colorFromHexString:messageLabelTextColor]; - - messageLabel = [[UILabel alloc] init]; - messageLabel.numberOfLines = CSToastMaxMessageLines; - messageLabel.font = [UIFont systemFontOfSize:theTextSize]; - messageLabel.lineBreakMode = NSLineBreakByWordWrapping; - messageLabel.textAlignment = NSTextAlignmentCenter; - messageLabel.textColor = theMessageLabelTextColor; - messageLabel.backgroundColor = [UIColor clearColor]; - messageLabel.alpha = 1.0; - messageLabel.text = message; - - // size the message label according to the length of the text - CGSize maxSizeMessage = CGSizeMake((self.bounds.size.width * CSToastMaxWidth) - imageWidth, self.bounds.size.height * CSToastMaxHeight); - CGSize expectedSizeMessage = [self sizeForString:message font:messageLabel.font constrainedToSize:maxSizeMessage lineBreakMode:messageLabel.lineBreakMode]; - messageLabel.frame = CGRectMake(0.0, 0.0, expectedSizeMessage.width, expectedSizeMessage.height); - } - - // titleLabel frame values - CGFloat titleWidth, titleHeight, titleTop, titleLeft; - - if(titleLabel != nil) { - titleWidth = titleLabel.bounds.size.width; - titleHeight = titleLabel.bounds.size.height; - titleTop = theVerticalPadding; - titleLeft = imageLeft + imageWidth + theHorizontalPadding; - } else { - titleWidth = titleHeight = titleTop = titleLeft = 0.0; - } - - // messageLabel frame values - CGFloat messageWidth, messageHeight, messageLeft, messageTop; - - if(messageLabel != nil) { - messageWidth = messageLabel.bounds.size.width; - messageHeight = messageLabel.bounds.size.height; - messageLeft = imageLeft + imageWidth + theHorizontalPadding; - messageTop = titleTop + titleHeight + theVerticalPadding; - } else { - messageWidth = messageHeight = messageLeft = messageTop = 0.0; - } - - CGFloat longerWidth = MAX(titleWidth, messageWidth); - CGFloat longerLeft = MAX(titleLeft, messageLeft); - - // wrapper width uses the longerWidth or the image width, whatever is larger. same logic applies to the wrapper height - CGFloat wrapperWidth = MAX((imageWidth + (theHorizontalPadding * 2)), (longerLeft + longerWidth + theHorizontalPadding)); - CGFloat wrapperHeight = MAX((messageTop + messageHeight + theVerticalPadding), (imageHeight + (theVerticalPadding * 2))); - - wrapperView.frame = CGRectMake(0.0, 0.0, wrapperWidth, wrapperHeight); - - if(titleLabel != nil) { - titleLabel.frame = CGRectMake(titleLeft, titleTop, titleWidth, titleHeight); - [wrapperView addSubview:titleLabel]; - } - - if(messageLabel != nil) { - messageLabel.frame = CGRectMake(messageLeft, messageTop, messageWidth, messageHeight); - [wrapperView addSubview:messageLabel]; - } - - if(imageView != nil) { - [wrapperView addSubview:imageView]; - } - - return wrapperView; -} - -// Assumes input like "#00FF00" (#RRGGBB) -- (UIColor*) colorFromHexString:(NSString*) hexString { - unsigned rgbValue = 0; - NSScanner *scanner = [NSScanner scannerWithString:hexString]; - [scanner setScanLocation:1]; // bypass '#' character - [scanner scanHexInt:&rgbValue]; - return [UIColor colorWithRed:((rgbValue & 0xFF0000) >> 16) / 255.0 green:((rgbValue & 0xFF00) >> 8) / 255.0 blue:(rgbValue & 0xFF) / 255.0 alpha:1.0]; -} - -@end diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast.h b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast.h deleted file mode 100644 index c37e72b..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast.h +++ /dev/null @@ -1,8 +0,0 @@ -#import - -@interface Toast : CDVPlugin - -- (void)show:(CDVInvokedUrlCommand*)command; -- (void)hide:(CDVInvokedUrlCommand*)command; - -@end \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast.m b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast.m deleted file mode 100644 index 16cd9d1..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/ios/Toast.m +++ /dev/null @@ -1,52 +0,0 @@ -#import "Toast.h" -#import "Toast+UIView.h" -#import - -@implementation Toast - -- (void)show:(CDVInvokedUrlCommand*)command { - NSDictionary* options = [command argumentAtIndex:0]; - NSString *message = options[@"message"]; - NSString *duration = options[@"duration"]; - NSString *position = options[@"position"]; - NSDictionary *data = options[@"data"]; - NSNumber *addPixelsY = options[@"addPixelsY"]; - NSDictionary *styling = options[@"styling"]; - - if (![position isEqual: @"top"] && ![position isEqual: @"center"] && ![position isEqual: @"bottom"]) { - CDVPluginResult * pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_ERROR messageAsString:@"invalid position. valid options are 'top', 'center' and 'bottom'"]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; - return; - } - - NSTimeInterval durationMS; - if ([duration.lowercaseString isEqualToString: @"short"]) { - durationMS = 2000; - } else if ([duration.lowercaseString isEqualToString: @"long"]) { - durationMS = 4000; - } else { - durationMS = [duration intValue]; - } - - [self.webView makeToast:message - duration:durationMS / 1000 - position:position - addPixelsY:addPixelsY == nil ? 0 : [addPixelsY intValue] - data:data - styling:styling - commandDelegate:self.commandDelegate - callbackId:command.callbackId]; - - CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK]; - pluginResult.keepCallback = [NSNumber numberWithBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; -} - -- (void)hide:(CDVInvokedUrlCommand*)command { - [self.webView hideToast]; - - CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; -} - -@end \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/windows/toastProxy.js b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/windows/toastProxy.js deleted file mode 100644 index c9da2b6..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/windows/toastProxy.js +++ /dev/null @@ -1,56 +0,0 @@ -/** - * @author Piotr Smolarski - */ -var toastProxy = { - - lastDisplayedNotification: null, - - show: function(successCallback, errorCallback, options) { - var notifications = Windows.UI.Notifications; - - var template = notifications.ToastTemplateType.ToastText01; - var toastXml = notifications.ToastNotificationManager.getTemplateContent(template); - - var toastTextElements = toastXml.getElementsByTagName("text"); - toastTextElements[0].appendChild(toastXml.createTextNode(options[0].message)); - - var toastNode = toastXml.selectSingleNode("/toast"); - toastNode.setAttribute("duration", options[0].duration); - - var toast = new notifications.ToastNotification(toastXml); - - toast.onactivated = function (event) { - toastProxy.lastDisplayedNotification = null; - successCallback({ - event: "touch", - message: options[0].message, - data: options[0].data - }); - }; - - toast.ondismissed = function (event) { - toastProxy.lastDisplayedNotification = null; - successCallback({ - event: "hide", - message: options[0].message, - data: options[0].data - }); - }; - - toast.onfailed = function(err) { - toastProxy.lastDisplayedNotification = null; - errorCallback(err); - }; - - notifications.ToastNotificationManager.createToastNotifier().show(toast); - }, - - hide: function() { - if (this.lastDisplayedNotification !== null) { - notifications.ToastNotificationManager.createToastNotifier().hide(toast); - this.lastDisplayedNotification = null; - } - } -}; - -cordova.commandProxy.add("Toast", toastProxy); diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/wp8/Toast.cs b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/wp8/Toast.cs deleted file mode 100644 index 8c8a0c4..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/src/wp8/Toast.cs +++ /dev/null @@ -1,169 +0,0 @@ -using System; -using System.Runtime.Serialization; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using Microsoft.Phone.Controls; -using System.Windows.Controls.Primitives; -using System.Windows.Media; - -namespace WPCordovaClassLib.Cordova.Commands -{ - public class Toast : BaseCommand - { - - Popup popup; - - private PhoneApplicationPage Page - { - get - { - PhoneApplicationPage page = null; - PhoneApplicationFrame frame = Application.Current.RootVisual as PhoneApplicationFrame; - if (frame != null) - { - page = frame.Content as PhoneApplicationPage; - } - return page; - } - } - - [DataContract] - public class ToastOptions - { - [DataMember(IsRequired = true, Name = "message")] - public string message { get; set; } - - [DataMember(IsRequired = true, Name = "duration")] - public string duration { get; set; } - - [DataMember(IsRequired = true, Name = "position")] - public string position { get; set; } - - [DataMember(IsRequired = false, Name = "addPixelsY")] - public int addPixelsY { get; set; } - } - - public void show(string options) - { - ToastOptions toastOptions; - string[] args = JSON.JsonHelper.Deserialize(options); - String jsonOptions = args[0]; - - try - { - toastOptions = JSON.JsonHelper.Deserialize(jsonOptions); - } - catch (Exception) - { - DispatchCommandResult(new PluginResult(PluginResult.Status.JSON_EXCEPTION)); - return; - } - - var message = toastOptions.message; - var duration = toastOptions.duration; - var position = toastOptions.position; - int addPixelsY = toastOptions.addPixelsY; - - string aliasCurrentCommandCallbackId = args[1]; - - Deployment.Current.Dispatcher.BeginInvoke(() => - { - PhoneApplicationPage page = Page; - if (page != null) - { - Grid grid = page.FindName("LayoutRoot") as Grid; - if (grid != null) - { - TextBlock tb = new TextBlock(); - tb.TextWrapping = TextWrapping.Wrap; - tb.TextAlignment = TextAlignment.Center; - tb.Text = message; - tb.Foreground = new SolidColorBrush(Color.FromArgb(255,255,255,255)); // white - - Border b = new Border(); - b.CornerRadius = new CornerRadius(12); - b.Background = new SolidColorBrush(Color.FromArgb(190, 55, 55, 55)); - b.HorizontalAlignment = HorizontalAlignment.Center; - - Grid pgrid = new Grid(); - pgrid.HorizontalAlignment = HorizontalAlignment.Stretch; - pgrid.VerticalAlignment = VerticalAlignment.Stretch; - pgrid.Margin = new Thickness(20); - pgrid.Children.Add(tb); - pgrid.Width = Application.Current.Host.Content.ActualWidth - 80; - - b.Child = pgrid; - if (popup != null && popup.IsOpen) - { - popup.IsOpen = false; - } - popup = new Popup(); - popup.Child = b; - - popup.HorizontalOffset = 20; - popup.Width = Application.Current.Host.Content.ActualWidth; - popup.HorizontalAlignment = HorizontalAlignment.Center; - - if ("top".Equals(position)) - { - popup.VerticalAlignment = VerticalAlignment.Top; - popup.VerticalOffset = 20 + addPixelsY; - } - else if ("bottom".Equals(position)) - { - popup.VerticalAlignment = VerticalAlignment.Bottom; - popup.VerticalOffset = -100 + addPixelsY; // TODO can do better - } - else if ("center".Equals(position)) - { - popup.VerticalAlignment = VerticalAlignment.Center; - popup.VerticalOffset = -50 + addPixelsY; // TODO can do way better - } - else - { - DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, "invalid position. valid options are 'top', 'center' and 'bottom'")); - return; - } - - int hideDelay = 2500; - if ("long".Equals(duration)) - { - hideDelay = 5000; - } - else if (!"short".Equals(duration)) - { - DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, "invalid duration. valid options are 'short' and 'long'")); - return; - } - - grid.Children.Add(popup); - popup.IsOpen = true; - this.hidePopup(hideDelay); - } - } - else - { - DispatchCommandResult(new PluginResult(PluginResult.Status.INSTANTIATION_EXCEPTION)); - } - }); - } - - public void hide(string options) - { - Deployment.Current.Dispatcher.BeginInvoke(() => - { - if (popup != null && popup.IsOpen) - { - popup.IsOpen = false; - } - }); - } - - private async void hidePopup(int delay) - { - await Task.Delay(delay); - popup.IsOpen = false; - } - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/www/Toast.js b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/www/Toast.js deleted file mode 100755 index 585b3e7..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/cordova-plugin-x-toast/www/Toast.js +++ /dev/null @@ -1,99 +0,0 @@ -function Toast() { -} - -Toast.prototype.optionsBuilder = function () { - - // defaults - var message = null; - var duration = "short"; - var position = "center"; - var addPixelsY = 0; - - return { - withMessage: function(m) { - message = m.toString(); - return this; - }, - - withDuration: function(d) { - duration = d.toString(); - return this; - }, - - withPosition: function(p) { - position = p; - return this; - }, - - withAddPixelsY: function(y) { - addPixelsY = y; - return this; - }, - - build: function() { - return { - message: message, - duration: duration, - position: position, - addPixelsY: addPixelsY - }; - } - }; -}; - - -Toast.prototype.showWithOptions = function (options, successCallback, errorCallback) { - options.duration = (options.duration === undefined ? 'long' : options.duration.toString()); - options.message = options.message.toString(); - cordova.exec(successCallback, errorCallback, "Toast", "show", [options]); -}; - -Toast.prototype.show = function (message, duration, position, successCallback, errorCallback) { - this.showWithOptions( - this.optionsBuilder() - .withMessage(message) - .withDuration(duration) - .withPosition(position) - .build(), - successCallback, - errorCallback); -}; - -Toast.prototype.showShortTop = function (message, successCallback, errorCallback) { - this.show(message, "short", "top", successCallback, errorCallback); -}; - -Toast.prototype.showShortCenter = function (message, successCallback, errorCallback) { - this.show(message, "short", "center", successCallback, errorCallback); -}; - -Toast.prototype.showShortBottom = function (message, successCallback, errorCallback) { - this.show(message, "short", "bottom", successCallback, errorCallback); -}; - -Toast.prototype.showLongTop = function (message, successCallback, errorCallback) { - this.show(message, "long", "top", successCallback, errorCallback); -}; - -Toast.prototype.showLongCenter = function (message, successCallback, errorCallback) { - this.show(message, "long", "center", successCallback, errorCallback); -}; - -Toast.prototype.showLongBottom = function (message, successCallback, errorCallback) { - this.show(message, "long", "bottom", successCallback, errorCallback); -}; - -Toast.prototype.hide = function (successCallback, errorCallback) { - cordova.exec(successCallback, errorCallback, "Toast", "hide", []); -}; - -Toast.install = function () { - if (!window.plugins) { - window.plugins = {}; - } - - window.plugins.toast = new Toast(); - return window.plugins.toast; -}; - -cordova.addConstructor(Toast.install); \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/fetch.json b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/fetch.json deleted file mode 100644 index cdbb2c7..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/fetch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "hyper-sdk-plugin": { - "source": { - "type": "registry", - "id": "hyper-sdk-plugin" - }, - "is_top_level": true, - "variables": {} - }, - "cordova-plugin-native-spinner": { - "source": { - "type": "registry", - "id": "cordova-plugin-native-spinner" - }, - "is_top_level": true, - "variables": {} - }, - "cordova-plugin-x-toast": { - "source": { - "type": "registry", - "id": "cordova-plugin-x-toast" - }, - "is_top_level": true, - "variables": {} - } -} \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/README.md b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/README.md deleted file mode 100644 index ea3901c..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/README.md +++ /dev/null @@ -1,112 +0,0 @@ -# HyperSDK Cordova plugin - -## Table of Contents - -- [About](#about) -- [Getting Started](#getting_started) -- [SDK API](#sdk_api) - -## About - -Cordova plugin for HyperSDK. - -## Minimum Requirement - -### Android - -The minimum version of cordova-android supported with HyperSDK is [10.0.0](https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md#1000-jul-17-2021) which uses `androidx` and `AppCompatActivity`. - -## Getting the SDK - -SDK is available as a node depdendecy via: - -```sh -cordova plugin add hyper-sdk-plugin -``` - -## Updating your clientId - -Update your clientId provided by Juspay Support Team in the `MerchantConfig.txt` file present under `platforms/android/app/` - -```txt -clientId = -``` - -## SDK API - -Create an instance for HyperSDK cordova plugin by using: -```javascript -hyperSDKRef = cordova.plugins.HyperSDKPlugin -``` - -EC Headless - All payload ref is available at [HyperSDK EC doc](https://developer.juspay.in/v2.0/). -Payment Page - All payload ref is available at [HyperSDK Payment page doc](https://developer.juspay.in/v4.0/). - -### PreFetch - -To keep the sdk up to date with the latest changes, it is highly recommended to call preFetch as early as possible. To call preFetch, use the following snippet: - -```javascript -var payload = { - "service" : "in.juspay.hyperpay", - "betaAssets" : true, - "payload" : { - "clientId" : "" - } -} -hyperSDKRef.preFetch(JSON.stringify({payload})) -``` - -### Initiate - -To serve dynamically changing requirements for the payments ecosystem HyperSDK uses a JS engine to improve user experience and enable faster iterations. -Initiate API starts up the js engine and enables it to improve the performance and experience of the next SDK API calls. -To call initiate, use the following snippet: - -```javascript -var payload = { - "requestId": "8cbc3fad-8b3f-40c0-ae93-2d7e75a8624a", - "service" : "in.juspay.hyperpay", - "betaAssets" : true, - "payload" : { - "action": "initiate", - "merchantKeyId": "2980", - "merchantId": "merchant_id", - "clientId": "merchant_id" + "_android", - "customerId": "customer_id", - "environment": "sandbox", - "signaturePayload": "signaturePayloadString", - "signature": "signature" - } -} -hyperSDKRef.initiate(JSON.stringify(completePayload), hyperSDKCallback); -``` - -Initiate payload - All payload ref is available at [HyperSDK initiate](https://developer.juspay.in/v2.0/docs/initiate-payload). - -### Process - -Process api helps with all the required operation to be triggered via HyperSDK. -Responses and various events triggered are streamed back to callback passed in Initiate. - -```javascript -var payload = { - "requestId": "8cbc3fad-8b3f-40c0-ae93-2d7e75a8624a", - "service" : "in.juspay.hyperpay", - "betaAssets" : true, - "payload" : { - "action": "paymentPage", - "merchantKeyId": "2980", - "merchantId": "merchant_id", - "clientId": "merchant_id" + "_android", - "customerId": "customer_id", - "environment": "sandbox", - "signaturePayload": "signaturePayloadString", - "signature": "signature" - } -} -hyperSDKRef.process(JSON.stringify(completePayload)); -``` - -Process payload - All payload ref is available at [HyperSDK process](https://developer.juspay.in/v2.0/docs/process-payload). - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/package.json b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/package.json deleted file mode 100644 index 43f8b1d..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/package.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "hyper-sdk-plugin", - "version": "2.0.22", - "description": "Cordova plugin for HyperSDK which enables payment orchestration via different dynamic modules. More details available at https://developer.juspay.in/v2.0/docs/introduction . Some part of module depends heavily on native functionalities and are not updatable dynamically.", - "cordova": { - "id": "hyper-sdk-plugin", - "platforms": [ - "android", - "ios" - ] - }, - "dependencies": { - "lodash": "^4.17.5", - "xml2js": "^0.4.17" - }, - "repository": { - "type": "git", - "url": "git+https://bitbucket.org/juspay/hyper-sdk-cordova.git" - }, - "keywords": [ - "ecosystem:cordova", - "cordova-android", - "cordova-ios" - ], - "author": "Juspay Technologies PVT LTD", - "license": "MIT", - "homepage": "https://bitbucket.org/juspay/hyper-sdk-cordova#readme" -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/plugin.xml b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/plugin.xml deleted file mode 100644 index 06678e6..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/plugin.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - HyperSDKPlugin - A Cordova plugin for the HyperSDK - Juspay Technologies PVT LTD - hypersdk,payments,juspay - Apache 2.0 License - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - credpay - phonepe - paytmmp - tez - paytm - devtools - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/scripts/postInstall.js b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/scripts/postInstall.js deleted file mode 100644 index 7ab4e93..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/scripts/postInstall.js +++ /dev/null @@ -1,174 +0,0 @@ -const fs = require('fs'); - -const _ = require('lodash'); -const xml2js = require('xml2js'); -const path = require('path') - -//This will help in getting the cordova application structure. -const utilities = { - getAndroidResPath: function(context) { - - var platforms = context.opts.cordova.platforms; - //check for the platform is android or not - if (platforms.indexOf("android") === -1) { - return null; - } - - var androidPath = context.opts.projectRoot + '/platforms/android/app/src/main'; - - if (!fs.existsSync(androidPath)) { - androidPath = context.opts.projectRoot + '/platforms/android'; - - // This will detect what application structure we are getting. - if (!fs.existsSync(androidPath)) { - console.log("Unable to detect type of cordova-android application structure"); - throw new Error("Unable to detect type of cordova-android application structure"); - } else { - console.log("Detected pre cordova-android 7 application structure"); - } - } else { - console.log("Detected cordova-android 7 application structure"); - } - - return androidPath; - }, - - getAndroidManifestPath: function(context) { - return this.getAndroidResPath(context); - }, - - // This will help in getting the androidPath - getAndroidSourcePath: function(context) { - var platforms = context.opts.cordova.platforms; - - //check for the platform is android or not - if (platforms.indexOf("android") === -1) { - return null; - } - - var androidPath = context.opts.projectRoot + '/platforms/android/app/src/main/java'; - - if (!fs.existsSync(androidPath)) { - androidPath = context.opts.projectRoot + '/platforms/android/src'; - - if (!fs.existsSync(androidPath)) { - console.log("Unable to detect type of cordova-android application structure"); - throw new Error("Unable to detect type of cordova-android application structure"); - } else { - console.log("Detected pre cordova-android 7 application structure"); - } - } else { - console.log("Detected cordova-android 7 application structure"); - } - - return androidPath; - } -}; - - -// context will help to get the path of files -module.exports = (context) => { - - // Storing the path of build.gradle & repositories.gradle where changes need to be pushed!! - let gradlePath = context.opts.projectRoot + '/platforms/android/build.gradle'; - let repositoryGradlePath = context.opts.projectRoot + '/platforms/android/repositories.gradle'; - - // Read the data and dataRepository and convert into string - var data = fs.readFileSync(gradlePath).toString(); - var dataRepository = fs.readFileSync(repositoryGradlePath).toString(); - - // At the specified path whenever you find the gradle or maven replace it. - let gradle = `classpath "in.juspay:hypersdk-asset-plugin:1.0.4" `; - let maven = `maven { url "https://maven.juspay.in/jp-build-packages/hypersdk-asset-download/releases/" } `; - data = data.replace("dependencies {", "dependencies { \n\t" + gradle); - dataRepository = dataRepository.replace("}", maven + "\n}"); - - // Write on the gradlePath and replaces it with gradle - fs.writeFile(gradlePath, data, function(err) { - if (err) return console.error(err); - }); - - // Write on the repositoryGradlePath and replaces it with maven - fs.writeFile(repositoryGradlePath, dataRepository, function(err) { - if (err) return console.error(err); - }); - - // This block will help us to get MainActivity's Path - let androidManifestPath = utilities.getAndroidManifestPath(context); - - if (androidManifestPath != null) { - const parseString = xml2js.parseString; - const manifestPath = androidManifestPath + '/AndroidManifest.xml'; - const androidManifest = fs.readFileSync(manifestPath).toString(); - - if (androidManifest) { - parseString(androidManifest, (err, manifest) => { - - if (err) return console.error(err); - - // Getting the package name from the manifest - const packageName = manifest['manifest']['$']['package'] - const packagePath = packageName.replace(/\./g, "/"); - - // HyperActivity - const hyperActivityInputPath = utilities.getAndroidSourcePath(context) + "/in/juspay/hypersdk/HyperActivity.java"; - const hyperActivityOutputPath = utilities.getAndroidSourcePath(context) + "/" + packagePath + '/HyperActivity.java'; - - // Replacing packageName in HyperActivity with app's packageName and writing it to the merchant's packagePath - let hyperActivityCode = fs.readFileSync(hyperActivityInputPath).toString(); - hyperActivityCode = hyperActivityCode.replace(/\$\{mypackage\}/g, packageName); - fs.writeFile(hyperActivityOutputPath, hyperActivityCode, function (err) { - if (err) return console.error(err); - }); - - // deleting the old HyperActivity - fs.unlink(hyperActivityInputPath, function (err) { - if (err) return console.error(err); - }); - - // ProcessActivity - const processActivityInputPath = utilities.getAndroidSourcePath(context) + "/in/juspay/hypersdk/ProcessActivity.java"; - const processActivityOutputPath = utilities.getAndroidSourcePath(context) + "/" + packagePath + '/ProcessActivity.java'; - - // Replacing packageName in ProcessActivity with app's packageName and writing it to the merchant's packagePath - let processActivityCode = fs.readFileSync(processActivityInputPath).toString(); - processActivityCode = processActivityCode.replace(/\$\{mypackage\}/g, packageName); - fs.writeFile(processActivityOutputPath, processActivityCode, function (err) { - if (err) return console.error(err); - }); - - // deleting the old ProcessActivity - fs.unlink(processActivityInputPath, function (err) { - if (err) return console.error(err); - }); - - - // Replacing packageName in HyperSDKPlugin with app's packageName - const hyperSdkPluginPath = utilities.getAndroidSourcePath(context) +"/in/juspay/hypersdk/HyperSDKPlugin.java"; - let hyperSdkPluginCode = fs.readFileSync(hyperSdkPluginPath).toString(); - hyperSdkPluginCode = hyperSdkPluginCode.replace(/\$\{mypackage\}/g, packageName); - fs.writeFileSync(hyperSdkPluginPath, hyperSdkPluginCode, function (err) { - if (err) return console.error(err); - }); - - // Add the Complete path to the MainActivity - const mainActivityPath = utilities.getAndroidSourcePath(context) + "/" + packagePath + '/MainActivity.java'; - - // will replace FragmentActivity with our HyperActivity. - let mainActivityCode = fs.readFileSync(mainActivityPath).toString(); - const newSuperClass = "extends HyperActivity"; - mainActivityCode = mainActivityCode.replace("extends CordovaActivity", newSuperClass); - - - // This will add 'in.juspay.hypersdk.HyperActivity' into our MainActivity - // so that HyperActivity.java could be accessed directly. - fs.writeFile(mainActivityPath, mainActivityCode, function(err) { - if (err) return console.error(err); - }); - - }) - - } - - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/MerchantConfig.txt b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/MerchantConfig.txt deleted file mode 100644 index 97b369a..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = shared by Juspay Team \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/HyperActivity.java b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/HyperActivity.java deleted file mode 100644 index c5f9861..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/HyperActivity.java +++ /dev/null @@ -1,20 +0,0 @@ -package ${mypackage}; - -import org.apache.cordova.*; -import in.juspay.hypersdk.HyperSDKPlugin; - -public class HyperActivity extends CordovaActivity { - @Override - public void onBackPressed() { - boolean backPressHandled = HyperSDKPlugin.onBackPressed(); - if (!backPressHandled) { - super.onBackPressed(); - } - } - - @Override - public void onDestroy() { - HyperSDKPlugin.resetActivity(this); - super.onDestroy(); - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/HyperSDKPlugin.java b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/HyperSDKPlugin.java deleted file mode 100644 index 1e46e82..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/HyperSDKPlugin.java +++ /dev/null @@ -1,410 +0,0 @@ -package in.juspay.hypersdk; - -import android.content.Context; -import android.content.Intent; -import android.util.Log; -import android.widget.LinearLayout; - -import androidx.annotation.NonNull; -import androidx.annotation.Nullable; -import androidx.fragment.app.FragmentActivity; - -import org.apache.cordova.CordovaPlugin; -import org.apache.cordova.CordovaWebView; -import org.apache.cordova.CallbackContext; -import org.apache.cordova.CordovaInterface; -import org.apache.cordova.PluginResult; - -import org.json.JSONArray; -import org.json.JSONException; -import org.json.JSONObject; - -import java.lang.ref.WeakReference; - -import in.juspay.hypersdk.core.PaymentConstants; -import in.juspay.hypersdk.core.SdkTracker; -import in.juspay.hypersdk.data.JuspayResponseHandler; -import in.juspay.hypersdk.ui.HyperPaymentsCallbackAdapter; -import in.juspay.services.HyperServices; -import ${mypackage}.ProcessActivity; - -/** - * Module that exposes Hyper SDK to Cordova bridge JavaScript code. - */ -public class HyperSDKPlugin extends CordovaPlugin { - - private final static String LOG_TAG = "HYPERSDK_CORDOVA_PLUGIN"; - - private static final String INITIATE = "initiate"; - private static final String PROCESS = "process"; - private static final String PREFETCH = "prefetch"; - private static final String isINITIALISED = "isInitialised"; - private static final String TERMINATE = "terminate"; - private static final String isNULL = "isNull"; - private static final String onBACKPRESS = "backPress"; - - public static final String SDK_TRACKER_LABEL = "hyper_sdk_cordova"; - public static final String PROCESS_PAYLOAD_ARG = "processPayload"; - - /** - * All the React methods in here should be synchronized on this specific object because there - * was no guarantee that all React methods will be called on the same thread, and can cause - * concurrency issues. - */ - private static final Object lock = new Object(); - private static final RequestPermissionsResultDelegate requestPermissionsResultDelegate = new RequestPermissionsResultDelegate(); - - public static CordovaInterface cordova = null; - CallbackContext cordovaCallBack; - @Nullable - private static HyperServices hyperServices; - private static ProcessCallback processCallback; - - @Override - public void initialize(CordovaInterface cordova, CordovaWebView webView) { - super.initialize(cordova, webView); - Log.i(LOG_TAG, "Initializing HyperSDK cordova plugin."); - this.cordova = cordova; - synchronized (lock) { - cordova.getActivity().runOnUiThread(new Runnable() { - @Override - public void run() { - FragmentActivity activity = (FragmentActivity) cordova.getActivity(); - - if (activity == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "createHyperServices", - "activity is null"); - return; - } - Context context = activity.getApplicationContext(); - LinearLayout parent = new LinearLayout(context); - parent.setLayoutParams(new LinearLayout.LayoutParams(LinearLayout.LayoutParams.MATCH_PARENT, LinearLayout.LayoutParams.WRAP_CONTENT)); - hyperServices = new HyperServices((FragmentActivity) cordova.getActivity()); - requestPermissionsResultDelegate.set(hyperServices); - } - }); - - } - } - - @Override - public boolean execute(final String action, final JSONArray args, final CallbackContext callbackContext){ - - if (onBACKPRESS.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - onBackPressed(args, callbackContext); - } - }); - return true; - } - - this.cordovaCallBack = callbackContext; - - if (PREFETCH.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - preFetch(args); - } - }); - return true; - } - - if (INITIATE.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - initiate(args); - } - }); - return true; - } - - if (PROCESS.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - process(args); - } - }); - return true; - } - - if (isINITIALISED.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - isInitialised(); - } - }); - return true; - } - - if (TERMINATE.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - terminate(); - } - }); - return true; - } - - if (isNULL.equalsIgnoreCase(action)) { - cordova.getActivity().runOnUiThread(new Runnable() { - public void run() { - isNull(); - } - }); - return true; - } - - return false; - } - - public void preFetch(JSONArray args) { - try{ - JSONObject params = new JSONObject(String.valueOf(args.get(0))); - Log.d(LOG_TAG,params.toString()); - HyperServices.preFetch(cordova.getActivity().getApplicationContext(), params); - sendJSCallback(PluginResult.Status.OK, "success"); - } catch (Exception e){ - sendJSCallback(PluginResult.Status.ERROR, e.getMessage()); - } - } - - private void initiate(JSONArray args) { - synchronized (lock) { - try{ - FragmentActivity activity = (FragmentActivity) cordova.getActivity(); - JSONObject params = new JSONObject(String.valueOf(args.get(0))); - Log.d(LOG_TAG,params.toString()); - if (activity == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "initiate", - "activity is null"); - return; - } - if (this.hyperServices == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "initiate", - "hyperServices is null"); - return; - } - this.hyperServices.initiate(activity, params, new HyperPaymentsCallbackAdapter() { - @Override - public void onEvent(JSONObject data, JuspayResponseHandler handler) { - Log.d("Callback onEvent", data.toString()); - if ("process_result".equals(data.optString("event"))) { - processCallback.onResult(); - } - try { - sendJSCallback(PluginResult.Status.OK, data.toString()); - } catch (Exception e) { - sendJSCallback(PluginResult.Status.ERROR, e.getMessage()); - } - } - }); - } catch (Exception e){ - sendJSCallback(PluginResult.Status.ERROR, e.getMessage()); - } - } - } - - private void sendJSCallback(PluginResult.Status status, String data) { - PluginResult pluginResult = new PluginResult(status, data); - pluginResult.setKeepCallback(true); // keep callback - cordovaCallBack.sendPluginResult(pluginResult); - } - - private void process(JSONArray args) { - synchronized (lock) { - try{ - FragmentActivity activity = (FragmentActivity) cordova.getActivity(); - String params = String.valueOf(args.get(0)); - Log.d(LOG_TAG,params.toString()); - if (activity == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "process", - "activity is null"); - return; - } - - if (hyperServices == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "process", - "hyperServices is null"); - return; - } - - Intent i = new Intent(activity, ProcessActivity.class); - i.putExtra(PROCESS_PAYLOAD_ARG, params); - activity.startActivity(i); - - } catch (Exception e){ - sendJSCallback(PluginResult.Status.ERROR, e.getMessage()); - } - } - } - - public static void processWithActivity(FragmentActivity activity, JSONObject params, ProcessCallback processCallback) { - if (hyperServices == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "process", - "hyperServices is null"); - return; - } - HyperSDKPlugin.processCallback = processCallback; - hyperServices.process(activity, params); - } - - public void terminate() { - synchronized (lock) { - if (hyperServices != null) { - hyperServices.terminate(); - } - - hyperServices = null; - } - } - - public void isNull() { - boolean nullStatus = hyperServices == null; - sendJSCallback(PluginResult.Status.OK, nullStatus?"true":"false"); - } - - public void isInitialised() { - boolean isInitialized = false; - - synchronized (lock) { - if (hyperServices != null) { - try { - isInitialized = hyperServices.isInitialised(); - sendJSCallback(PluginResult.Status.OK, isInitialized?"true":"false"); - } catch (Exception e) { - sendJSCallback(PluginResult.Status.ERROR, e.getMessage()); - } - } - } - } - - public static boolean onBackPressed () { - return hyperServices != null && hyperServices.onBackPressed(); - } - - public static void resetActivity(FragmentActivity activity) { - if (hyperServices != null) { - hyperServices.resetActivity(activity); - } - } - - /** - * Notifies HyperSDK that a backPress event is triggered. - * Merchants are required to call this method from their - * activity as by default activity will not forward any backPress - * calls to the fragments running inside it. - * - * @param args The arguments that was received from js plugin - * {@code onBackPressed} method. - * @param callbackContext Callback to be triggered for response - * {@code onBackPressed} method. - */ - public void onBackPressed(final JSONArray args, final CallbackContext callbackContext) { - try { - boolean backPressHandled = hyperServices.onBackPressed(); - PluginResult pluginResult = new PluginResult(PluginResult.Status.OK, backPressHandled?"true":"false"); - callbackContext.sendPluginResult(pluginResult); - } catch (Exception e) { - sendJSCallback(PluginResult.Status.ERROR, e.getMessage()); - } - } - - /** - * Notifies HyperSDK that a response for permissions is here. Merchants are required to call - * this method from their activity as by default activity will - * not forward any results to the fragments running inside it. - * - * @param requestCode The requestCode that was received in your activity's - * {@code onRequestPermissionsResult} method. - * @param permissions The set of permissions received in your activity's - * {@code onRequestPermissionsResult} method. - * @param grantResults The results of each permission received in your activity's - * {@code onRequestPermissionsResult} method. - */ - @Override - public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) throws JSONException { - synchronized (lock) { - requestPermissionsResultDelegate.onRequestPermissionsResult(requestCode, permissions, grantResults); - } - } - - @Override - public void onNewIntent(Intent intent) { - } - - - @Override - public void onActivityResult(int requestCode, int resultCode, Intent data) { - synchronized (lock) { - if (hyperServices == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "onActivityResult", - "hyperServices is null"); - return; - } - - hyperServices.onActivityResult(requestCode, resultCode, data); - } - } - - /** - * A holder class that allows us to maintain HyperServices instance statically without causing a - * memory leak. This was required because HyperServices class maintains a reference to the - * activity internally. - */ - private static class RequestPermissionsResultDelegate { - @NonNull private WeakReference hyperServicesHolder = new WeakReference<>(null); - - synchronized void set(@NonNull HyperServices hyperServices) { - this.hyperServicesHolder = new WeakReference<>(hyperServices); - } - - void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) { - HyperServices hyperServices = hyperServicesHolder.get(); - - if (hyperServices == null) { - SdkTracker.trackBootLifecycle( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - SDK_TRACKER_LABEL, - "onRequestPermissionsResult", - "hyperServices is null"); - return; - } - - hyperServices.onRequestPermissionsResult(requestCode, permissions, grantResults); - } - } - - public interface ProcessCallback { - void onResult(); - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/ProcessActivity.java b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/ProcessActivity.java deleted file mode 100644 index 850f836..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/ProcessActivity.java +++ /dev/null @@ -1,53 +0,0 @@ -package ${mypackage}; - -import android.os.Bundle; - -import androidx.annotation.Nullable; -import androidx.appcompat.app.AppCompatActivity; - -import org.json.JSONException; -import org.json.JSONObject; - -import in.juspay.hypersdk.HyperSDKPlugin; -import in.juspay.hypersdk.core.PaymentConstants; -import in.juspay.hypersdk.core.SdkTracker; - -public class ProcessActivity extends AppCompatActivity { - @Override - protected void onCreate(@Nullable Bundle savedInstanceState) { - super.onCreate(savedInstanceState); - overridePendingTransition(android.R.anim.fade_in, android.R.anim.fade_out); - - try { - JSONObject payload = new JSONObject(getIntent().getStringExtra(HyperSDKPlugin.PROCESS_PAYLOAD_ARG)); - HyperSDKPlugin.processWithActivity(this, payload, new HyperSDKPlugin.ProcessCallback() { - @Override - public void onResult() { - finish(); - } - }); - } catch (JSONException e) { - SdkTracker.trackAndLogBootException( - PaymentConstants.SubCategory.LifeCycle.HYPER_SDK, - PaymentConstants.LogLevel.ERROR, - HyperSDKPlugin.SDK_TRACKER_LABEL, - "process", - "error while parsing string to JSON", - e); - } - } - - @Override - public void onBackPressed() { - boolean backPressHandled = HyperSDKPlugin.onBackPressed(); - if (!backPressHandled) { - super.onBackPressed(); - } - } - - @Override - public void onDestroy() { - HyperSDKPlugin.resetActivity(this); - super.onDestroy(); - } -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/build-extras.gradle b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/build-extras.gradle deleted file mode 100644 index 4396984..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/build-extras.gradle +++ /dev/null @@ -1,26 +0,0 @@ -apply plugin: 'hypersdk-asset-plugin' - -allprojects { - repositories { - google() - jcenter() - maven { - url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" - } - } -} - -dependencies { - def hyperSDKVersion = "2.0.4-rc.78" - implementation ("in.juspay:hypersdk:$hyperSDKVersion") { - exclude group: "in.juspay", module: "visa-sensory-branding" - } - implementation 'in.juspay:amazonpay-silentpay-sdk:1.0.0' - implementation 'in.juspay:amazonpay-hardened-silentpay-sdk:1.0.0' - implementation 'androidx.browser:browser:1.3.0' - implementation 'com.google.android.gms:play-services-auth:17.0.0' - implementation 'com.google.android.gms:play-services-auth-api-phone:17.4.0' - implementation 'in.juspay:google-pay-client-api:1.0.0' -} - -ext.cdvCompileSdkVersion = 29 diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/jp_styles.xml b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/jp_styles.xml deleted file mode 100644 index da4d4b1..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/android/jp_styles.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/ios/HyperSDKPlugin.m b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/ios/HyperSDKPlugin.m deleted file mode 100644 index cecd465..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/src/ios/HyperSDKPlugin.m +++ /dev/null @@ -1,200 +0,0 @@ -// -// HyperSDKPlugin.m -// HyperSDKPlugin -// -// Copyright © Juspay. All rights reserved. -// - -#import -#import - -@interface HyperSDKPlugin : CDVPlugin - -@property HyperServices *hyperInstance; -@property NSString *callback; - -@end - -@implementation HyperSDKPlugin - -- (dispatch_queue_t)methodQueue{ - return dispatch_get_main_queue(); -} - -- (void)pluginInitialize { - if (!_hyperInstance) { - _hyperInstance = [HyperServices new]; - } -} - -- (void)preFetch:(CDVInvokedUrlCommand*)command { - __block CDVPluginResult* pluginResult = nil; - if (!_hyperInstance) { - _hyperInstance = [HyperServices new]; - } - - NSDictionary *arguments = [HyperSDKPlugin stringToDictionary:[command.arguments objectAtIndex:0]]; - if (arguments && arguments.count>0) { - @try { - if (arguments && [arguments isKindOfClass:[NSDictionary class]] && arguments.allKeys.count>0) { - [HyperServices preFetch:arguments]; - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } else { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } - } @catch (NSException *exception) { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } - } else { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } -} - -- (void)createHyperServices:(CDVInvokedUrlCommand*)command { - self.hyperInstance = [HyperServices new]; -} - -- (void)initiate:(CDVInvokedUrlCommand*)command { - __block CDVPluginResult* pluginResult = nil; - _callback = command.callbackId; - - NSDictionary *arguments = [HyperSDKPlugin stringToDictionary:[command.arguments objectAtIndex:0]]; - if (arguments && arguments.count>0) { - @try { - NSDictionary *jsonData = arguments; - if (jsonData && [jsonData isKindOfClass:[NSDictionary class]] && jsonData.allKeys.count>0) { - __weak HyperSDKPlugin *weakSelf = self; - [_hyperInstance initiate:self.viewController payload:jsonData callback:^(NSDictionary * _Nullable data) { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_OK - messageAsString:[HyperSDKPlugin dictionaryToString:data]]; - pluginResult.keepCallback = [NSNumber numberWithInt:1]; - [weakSelf.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - }]; - } else { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } - } @catch (NSException *exception) { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } - } else { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } -} - -- (void)process:(CDVInvokedUrlCommand*)command { - __block CDVPluginResult* pluginResult = nil; - - NSDictionary *arguments = [HyperSDKPlugin stringToDictionary:[command.arguments objectAtIndex:0]]; - if (arguments && arguments.count>0) { - @try { - if (arguments && [arguments isKindOfClass:[NSDictionary class]] && arguments.allKeys.count>0) { - if ([self.hyperInstance isInitialised]) { - [self.hyperInstance process:arguments]; - } else { - // Define proper error code and return proper error - - } - } else { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } - } @catch (NSException *exception) { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } - } else { - pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{}]]; - [pluginResult setKeepCallbackAsBool:YES]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:self->_callback]; - } -} - -- (void)isNull:(CDVInvokedUrlCommand*)command { - CDVPluginResult *pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{@"status":self.hyperInstance? @true : @false}]]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; -} - -- (void)terminate:(CDVInvokedUrlCommand*)command { - if (_hyperInstance) { - [_hyperInstance terminate]; - } - CDVPluginResult *pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{@"status":self.hyperInstance? @true : @false}]]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; -} - -- (void)isInitialised:(CDVInvokedUrlCommand*)command { - CDVPluginResult *pluginResult = [CDVPluginResult - resultWithStatus:CDVCommandStatus_ERROR - messageAsString:[HyperSDKPlugin dictionaryToString:@{@"status":self.hyperInstance? @true : @false}]]; - [self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId]; -} - -+ (NSDictionary*)stringToDictionary:(NSString*)string{ - if (string.length<1) { - return @{}; - } - NSError *error; - NSData *data = [string dataUsingEncoding:NSUTF8StringEncoding]; - id json = [NSJSONSerialization JSONObjectWithData:data options:0 error:nil]; - if (error) {} - return json; -} - -+ (NSString*)dictionaryToString:(id)dict{ - if (!dict || ![NSJSONSerialization isValidJSONObject:dict]) { - return @""; - } - NSString *data = [[NSString alloc] initWithData:[NSJSONSerialization dataWithJSONObject:dict options:0 error:nil] encoding:NSUTF8StringEncoding]; - return data; -} - -- (CGRect)safeAreaFrame { - - if (@available(iOS 11.0, *)) { - return self.viewController.view.safeAreaLayoutGuide.layoutFrame; - } - return self.viewController.view.frame; -} - -@end diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/www/hypersdk.js b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/www/hypersdk.js deleted file mode 100644 index 5c2e19e..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/plugins/hyper-sdk-plugin/www/hypersdk.js +++ /dev/null @@ -1,38 +0,0 @@ - - var cordova = require("cordova"), - exec = require("cordova/exec"); - - // Using shared callback as HyperSDK is more event based - // than callback based - var sharedCallback; - - // Helper method to call the native plugin - function callNative(name, args, pluginCallback) { - args = args || [] - exec(pluginCallback, pluginCallback, "HyperSDKPlugin", name, [args]) - } - - /** - * @module HyperSDK - */ - module.exports = { - preFetch: function (payload, callback) { - callNative("preFetch", payload, callback); - }, - initiate: function (payload, callback) { - sharedCallback = callback; - callNative("initiate", payload, sharedCallback); - }, - process: function (payload) { - callNative("process", payload, sharedCallback); - }, - onBackPress: function (callback) { - callNative("backPress", {}, callback); - }, - terminate: function () { - callNative("terminate", {}, sharedCallback); - }, - isInitialised: function () { - callNative("isInitialised", {}, sharedCallback); - } - } \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/snippets.txt b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/snippets.txt deleted file mode 100644 index b42a6b7..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/snippets.txt +++ /dev/null @@ -1,187 +0,0 @@ -//block:start:add-merchant-config-android - -clientId = shared by Juspay Team - -//block:end:add-merchant-config-android - - -//block:start:create-hyper-services-instance - -hyperSDKRef = cordova.plugins.HyperSDKPlugin - -//block:end:create-hyper-services-instance - - -//block:start:create-initiate-payload - -//Function to generate random requestId -function uuidv4() { - return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => - (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) - ); -} - - -function createInitiatePayload() { - return { - requestId: uuidv4(), - service: "in.juspay.hyperpay", - payload: { - action: "initiate", - merchantId: "", - clientId: "", - environment: "production" - } - }; -} - -//block:end:create-initiate-payload - - -//block:start:create-hyper-callback - -var hyperSDKCallback = function (response) { - try { - const data = JSON.parse(resp); - var event = data.event || ''; - - switch (event) { - case "show_loader": { - // Show some loader here - - } - break; - case "hide_loader": { - // Hide Loader - - } - break; - case "initiate_result": { - // Get the payload - - let payload = parsedData["payload"]; - console.log("initiate result: ", parsedData) - } - break; - - //block:start:handle-process-result - - case "process_result": { - // Get the payload - - let payload = parsedData["payload"]; - console.log("process result: ", parsedData) - const error = data.error || false; - const innerPayload = data.payload || {}; - const status = innerPayload.status || ''; - const pi = innerPayload.paymentInstrument || ''; - const pig = innerPayload.paymentInstrumentGroup || ''; - - if (!error) { - // txn success, status should be "charged" - - //block:start:check-order-status - - // call orderStatus once to verify (false positives) - - //block:end:check-order-status - - //block:start:display-payment-status - - //Naivgate to success page - - //block:end:display-payment-status - } else { - const errorCode = data.errorCode || ''; - const errorMessage = data.errorMessage || ''; - switch (status) { - case 'backpressed': - // user back-pressed from PP without initiating any txn - break; - case 'user_aborted': - // user initiated a txn and pressed back - // poll order status - // navigate back - break; - case 'pending_vbv': - case 'authorizing': - // txn in pending state - // poll order status until backend says fail or success - break; - case 'authorization_failed': - case 'authentication_failed': - case 'api_failure': - // txn failed - // poll orderStatus to verify (false negatives) - //block:start:display-payment-status - - //navigate to failure page - - //block:end:display-payment-status - break; - case 'new': - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - - //navigate to failure page - break; - default: - // unknown status, this is also failure - // poll order status - - //navigate to failure page - } - // if txn was attempted, pi and pig would be non-empty - // can be used to show in UI if you are into that - // errorMessage can also be shown in UI - } - break; - - - } - break; - - //block:end:handle-process-result - - default: - //Error handling - - let payload = parsedData; - console.log("process result: ", payload) - break; - } - } catch (error) { - //Error handling - console.log(error); - } -} - -//block:end:create-hyper-callback - - -//block:start:initiate-sdk - -hyperSDKRef.initiate(JSON.stringify(createInitiatePayload()), hyperSDKCallback); - -//block:end:initiate-sdk - - -// block:start:fetch-process-payload - - //Fetching the process payload from your server. Please refer to the session API section of docs to know more. - async function getProcessSDKPayload() { - var serverResponse = await fetch("https://your_server_endpoint/"); - return serverResponse; - } -// block:end:fetch-process-payload - - -//block:start:process-sdk - -var processPayload = await fetch getProcessSDKPayload(); - -hyperSDKRef.process(processPayload); - -//block:end:process-sdk \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/css/index.css b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/css/index.css deleted file mode 100644 index f40ce8e..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/css/index.css +++ /dev/null @@ -1,663 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -* { - -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ -} - -body { - -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ - -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ - -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ - background-color:#E4E4E4; - background-image:linear-gradient(to bottom, #A7A7A7 0%, #E4E4E4 51%); - font-family: system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif; - font-size:12px; - height:100vh; - margin:0px; - padding:0px; - /* Padding to avoid the "unsafe" areas behind notches in the screen */ - padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px); - text-transform:uppercase; - width:100%; -} - -/* Portrait layout (default) */ -.app { - background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */ - position:absolute; /* position in the center of the screen */ - left:50%; - top:50%; - height:50px; /* text area height */ - width:225px; /* text area width */ - text-align:center; - padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */ - margin:-115px 0px 0px -112px; /* offset vertical: half of image height and text area height */ - /* offset horizontal: half of text area width */ -} - -/* Landscape layout (with min-width) */ -@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { - .app { - background-position:left center; - padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */ - margin:-90px 0px 0px -198px; /* offset vertical: half of image height */ - /* offset horizontal: half of image width and text area width */ - } -} - -h1 { - font-size:24px; - font-weight:normal; - margin:0px; - overflow:visible; - padding:0px; - text-align:center; -} - -.event { - border-radius:4px; - color:#FFFFFF; - font-size:12px; - margin:0px 30px; - padding:2px 0px; -} - -.event.listening { - background-color:#333333; - display:block; -} - -.event.received { - background-color:#4B946A; - display:none; -} - -#deviceready.ready .event.listening { display: none; } -#deviceready.ready .event.received { display: block; } - -@keyframes fade { - from { opacity: 1.0; } - 50% { opacity: 0.4; } - to { opacity: 1.0; } -} - -.blink { - animation:fade 3000ms infinite; - -webkit-animation:fade 3000ms infinite; -} - - -@media screen and (prefers-color-scheme: dark) { - body { - background-image:linear-gradient(to bottom, #585858 0%, #1B1B1B 51%); - } -} - - -/* Initiate page CSS starts */ -* { - box-sizing: border-box; - } - body { - font-size: 14px; - } - .v1_2 { - width: 100%; - min-height: 800px; - height: 100vh; - background: rgba(254,254,254,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - overflow: hidden; - } - .v1_3 { - width: 100%; - height: 71px; - background: rgba(46,43,44,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); - overflow: hidden; - } - .v21_2 { - width: 100%; - height: 47px; - background: rgba(247,245,245,1); - opacity: 1; - position: absolute; - top: 71px; - left: 0px; - overflow: hidden; - } - .v21_3 { - width: 100%; - color: rgba(0,0,0,1); - position: absolute; - top: 85px; - left: 12px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 12px; - opacity: 1; - text-align: left; - } - .v21_6 { - width: 89px; - color: rgba(251,141,51,1); - position: absolute; - top: 142px; - left: 12px; - font-family: Nunito Sans; - font-weight: Bold; - font-size: 18px; - opacity: 1; - text-align: left; - } - .v21_9 { - width: 94%; - height: 35px; - background: rgba(17,83,144,1); - opacity: 1; - position: absolute; - color: #FFFFFF; - top: 737px; - left: 12px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - font-family: Nunito Sans; - font-weight: SemiBold; - } - .v23_48 { - width: 300px; - color: rgba(255,255,255,1); - position: absolute; - background-color: transparent; - top: 706px; - border: none; - left: 145px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; - } - .v23_50 { - width: 274px; - color: rgba(255,255,255,1); - position: absolute; - top: 35px; - left: 16px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; - } - .v23_51 { - width: 298px; - color: rgba(255,255,255,1); - position: absolute; - top: 18px; - left: 16px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 12px; - opacity: 1; - text-align: left; - } - .v23_106 { - width: 100%; - height: 230px; - background: url("../images/v23_106.png"); - background-repeat: no-repeat; - background-position: center center; - background-size: cover; - opacity: 1; - position: absolute; - top: 177px; - left: 12px; - right: 110px; - overflow: hidden; - - } - .v21_7 { - width: 100%; - height: 149px; - background: rgba(245,245,245,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - border-bottom-left-radius: 8px; - border-bottom-right-radius: 8px; - overflow: hidden; - } - .v21_8 { - width: 133px; - color: rgba(0,0,0,1); - position: absolute; - top: 156px; - left: 0px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_16 { - width: 202px; - color: rgba(0,0,0,1); - position: absolute; - top: 183px; - left: 0px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 12px; - opacity: 1; - text-align: left; - } - .v23_105 { - width: 100px; - height: 33px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 183px; - left: 103px; - border: 1px solid rgba(0,0,0,1); - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - } - .v23_43 { - width: 10px; - color: rgba(251,141,51,1); - position: absolute; - top: 187px; - left: 60px; - font-family: Nunito Sans; - font-weight: Bold; - font-size: 18px; - opacity: 1; - text-align: left; - } - .v23_52 { - width: 16px; - height: 16px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 191px; - left: 31px; - overflow: hidden; - } - .v23_53 { - width: 16px; - height: 16px; - background: rgba(17,83,144,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - } - .v23_69 { - width: 16px; - height: 16px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 191px; - left: 94px; - overflow: hidden; - } - .v23_70 { - width: 16px; - height: 1px; - background: rgba(17,83,144,1); - opacity: 1; - position: absolute; - top: 7px; - left: 0px; - } - .v23_107 { - width: 100%; - height: 227px; - background: url("../images/v23_107.png"); - background-repeat: no-repeat; - background-position: center center; - background-size: cover; - opacity: 1; - position: absolute; - top: 431px; - left: 12px; - right: 12px; - overflow: hidden; - } - .v23_108 { - width: 94%; - height: 149px; - background: rgba(245,245,245,1); - opacity: 1; - position: absolute; - top: 0px; - left: 0px; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - border-bottom-left-radius: 8px; - border-bottom-right-radius: 8px; - overflow: hidden; - } - .v23_109 { - width: 133px; - color: rgba(0,0,0,1); - position: absolute; - top: 156px; - left: 0px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_110 { - width: 214px; - color: rgba(0,0,0,1); - position: absolute; - top: 183px; - left: 0px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 12px; - opacity: 1; - text-align: left; - } - .v23_111 { - width: 100px; - height: 33px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 183px; - left: 235px; - border: 1px solid rgba(0,0,0,1); - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - } - .v23_112 { - width: 10px; - color: rgba(251,141,51,1); - position: absolute; - top: 187px; - left: 278px; - font-family: Nunito Sans; - font-weight: Bold; - font-size: 18px; - opacity: 1; - text-align: left; - } - .v23_113 { - width: 16px; - height: 16px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 191px; - left: 307px; - overflow: hidden; - } - .v23_114 { - width: 16px; - height: 16px; - background: white; - opacity: 1; - position: absolute; - top: 0px; - left: 0px; - background-image: url(../img/plus.png); - background-repeat: no-repeat; - background-position: center center; - background-size: cover; - border: none; - } - .v23_115 { - width: 16px; - height: 16px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 191px; - left: 244px; - overflow: hidden; - } - .v23_116 { - width: 16px; - height: 1px; - background: rgba(17,83,144,0.7); - opacity: 1; - position: absolute; - top: 7px; - left: 0px; - border: none; - } - -/* Initiate page CSS ends */ - -/* Response Page Start */ -.v23_138 { - width: 100%; - height: 800px; - background: rgba(254,254,254,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - overflow: hidden; -} -.v23_139 { - width: 100%; - height: 71px; - background: rgba(46,43,44,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); - overflow: hidden; -} -.v23_140 { - width: 100%; - height: 52px; - background: rgba(247,245,245,1); - opacity: 1; - position: absolute; - top: 71px; - left: 0px; - overflow: hidden; -} -.v23_141 { - width: 100%; - color: rgba(0,0,0,1); - position: absolute; - top: 85px; - left: 12px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 12px; - opacity: 1; - text-align: left; -} -.v23_144 { - width: 94%; - height: 35px; - background: rgba(17,83,144,1); - opacity: 1; - position: absolute; - top: 737px; - left: 12px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - color: white; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; -} -.v23_145 { - width: 20px; - height: 20px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 23px; - left: 12px; - overflow: hidden; - - -} -.v23_146 { - width: 10px; - height: 19px; - background: rgba(254,254,254,1); - opacity: 1; - position: absolute; - top: 0px; - left: 5px; -} -.v23_147 { - width: 51px; - color: rgba(255,255,255,1); - position: absolute; - top: 744px; - left: 155px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; -} -.v23_148 { - width: 298px; - color: rgba(255,255,255,1); - position: absolute; - top: 12px; - left: 44px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 12px; - opacity: 1; - text-align: left; -} -.v23_149 { - width: 274px; - color: rgba(255,255,255,1); - position: absolute; - top: 33px; - left: 44px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; -} -.v23_184 { - width: 150px; - color: rgba(0,0,0,1); - position: absolute; - top: 457px; - left: 108px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; -} -.v23_200 { - width: 100px; - height: 100px; - background: url("../img/x-button-failed.png"); - background-repeat: no-repeat; - background-position: center center; - background-size: cover; - opacity: 1; - position: absolute; - top: 328px; - left: 130px; - overflow: hidden; -} -/* .v294_2 { - width: 455px; - height: 455px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 57px; - left: 36px; - overflow: hidden; -} */ -.v294_3 { - width: 10px; - height: 10px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 168px; - left: 100px; -} -/* Response Page Start */ - - - -.v23_47 { - width: 30px; - height: 30px; - color: rgba(255,255,255,1); - position: absolute; - top: 18px; - left: 12px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; - background-color: rgba(46,43,44,1); - border: none; - background-image: url(../img/back_icon.png); - background-repeat: no-repeat; - background-position: center center; - -} - - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/css/processStyle.css b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/css/processStyle.css deleted file mode 100644 index b4af378..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/css/processStyle.css +++ /dev/null @@ -1,361 +0,0 @@ -* { - box-sizing: border-box; - } - body { - font-size: 14px; - } - .v23_34 { - width: 100%; - min-height: 800px; - height: 100vh; - background: rgba(254,254,254,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - overflow: hidden; - - } - .v23_35 { - width: 100%; - height: 71px; - background: rgba(46,43,44,1); - opacity: 1; - position: relative; - top: 0px; - left: 0px; - box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); - overflow: hidden; - } - .v23_36 { - width: 100%; - height: 52px; - background: rgba(247,245,245,1); - opacity: 1; - position: absolute; - top: 71px; - left: 0px; - overflow: hidden; - } - .v23_37 { - width: 335px; - color: rgba(0,0,0,1); - position: absolute; - top: 85px; - left: 12px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 12px; - opacity: 1; - text-align: left; - } - .v23_38 { - width: 185px; - color: rgba(251,141,51,1); - position: absolute; - top: 142px; - left: 12px; - font-family: Nunito Sans; - font-weight: Bold; - font-size: 18px; - opacity: 1; - text-align: left; - } - .v23_119 { - width: 185px; - color: rgba(251,141,51,1); - position: absolute; - top: 345px; - left: 12px; - font-family: Nunito Sans; - font-weight: Bold; - font-size: 18px; - opacity: 1; - text-align: left; - } - .v23_41 { - width: 94%; - height: 35px; - background: rgba(17,83,144,1); - opacity: 1; - position: absolute; - top: 737px; - left: 12px; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - font-family: Nunito Sans; - font-weight: SemiBold; - color: white; - } - .v23_45 { - width: 20px; - height: 20px; - background: rgba(255,255,255,1); - opacity: 1; - position: absolute; - top: 23px; - left: 12px; - overflow: hidden; - } - .v23_46 { - width: 10px; - height: 19px; - background: rgba(254,254,254,1); - opacity: 1; - position: absolute; - top: 0px; - left: 5px; - } - .v23_47 { - width: 30px; - height: 30px; - color: rgba(255,255,255,1); - position: absolute; - top: 18px; - left: 12px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; - background-color: rgba(46,43,44,1); - border: none; - background-image: url(../img/back_icon.png); - background-repeat: no-repeat; - background-position: center center; - - } - .v23_117 { - width: 298px; - color: rgba(255,255,255,1); - position: absolute; - top: 12px; - left: 44px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 12px; - opacity: 1; - text-align: left; - } - .v23_118 { - width: 274px; - color: rgba(255,255,255,1); - position: absolute; - top: 33px; - left: 44px; - font-family: Nunito Sans; - font-weight: SemiBold; - font-size: 16px; - opacity: 1; - text-align: left; - } - .v23_120 { - width: 326px; - height: 122px; - background: rgba(254,254,254,1); - opacity: 1; - position: absolute; - top: 385px; - left: 12px; - border: 1px solid rgba(245,245,245,1); - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - } - .v23_121 { - width: 330px; - height: 110px; - background: rgba(254,254,254,1); - opacity: 1; - position: absolute; - top: 177px; - left: 12px; - border: 1px solid rgba(245,245,245,1); - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - overflow: hidden; - } - .v23_122 { - width: 318px; - height: 56px; - background: url("../images/v23_122.png"); - background-repeat: no-repeat; - background-position: center center; - background-size: cover; - opacity: 1; - position: absolute; - top: 187px; - left: 18px; - overflow: hidden; - } - .v23_124 { - width: 200px; - color: rgba(0,0,0,1); - position: absolute; - top: 196px; - left: 25px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_132 { - width: 200px; - color: rgba(0,0,0,1); - position: absolute; - top: 400px; - left: 25px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_136 { - width: 2200px; - color: rgba(0,0,0,1); - position: absolute; - top: 482px; - left: 25px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_134 { - width: 23px; - color: rgba(0,0,0,1); - position: absolute; - top: 433px; - left: 25px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_125 { - width: 200px; - color: rgba(0,0,0,1); - position: absolute; - top: 245px; - left: 25px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_126 { - width: 329px; - background: url("../images/v23_126.png"); - opacity: 1; - position: absolute; - top: 228px; - left: 13px; - border: 1px solid rgba(245,245,245,1); - } - .v23_128 { - width: 25px; - color: rgba(0,0,0,1); - position: absolute; - top: 194px; - left: 239px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_130 { - width: 22px; - color: rgba(0,0,0,1); - position: absolute; - top: 194px; - left: 308px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_133 { - width: 22px; - color: rgba(0,0,0,1); - position: absolute; - top: 398px; - left: 302px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_137 { - width: 36px; - color: rgba(0,0,0,1); - position: absolute; - top: 480px; - left: 291px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_135 { - width: 32px; - color: rgba(0,0,0,1); - position: absolute; - top: 429px; - left: 291px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_131 { - width: 22px; - color: rgba(0,0,0,1); - position: absolute; - top: 245px; - left: 307px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .v23_129 { - width: 25px; - color: rgba(0,0,0,1); - position: absolute; - top: 245px; - left: 236px; - font-family: Nunito Sans; - font-weight: Regular; - font-size: 14px; - opacity: 1; - text-align: left; - } - .demo-header-top{ - padding-left: 50px; - padding-top: 15px; - color: white; - } - .demo-header-bottom{ - padding-left: 50px; - font-size: 16px; - color: white; - } - \ No newline at end of file diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/back_icon.png b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/back_icon.png deleted file mode 100644 index c28cc5c..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/back_icon.png and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/checked-success.png b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/checked-success.png deleted file mode 100644 index 0c66072..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/checked-success.png and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/logo.png b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/logo.png deleted file mode 100644 index 9519e7d..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/logo.png and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/plus.png b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/plus.png deleted file mode 100644 index 3cae8ec..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/plus.png and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/x-button-failed.png b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/x-button-failed.png deleted file mode 100644 index f31b139..0000000 Binary files a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/img/x-button-failed.png and /dev/null differ diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/index.html b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/index.html deleted file mode 100644 index fcbcddb..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/index.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - Hello World - - - -
-
-
- - - - Home ScreenJuspay SDK Integration Demo -
-
- Product 1Price: Rs. 1/item Awesome product description for product one. - -
- 1 -
- -
-
- -
-
-
-
- Product 2Price: Rs. 1/item Awesome product description for product one. - -
- 1 -
- -
-
- -
-
-
- - -
-
-
Juspay SDK Integration Demo
-
Checkout page
-
-
- Call process on HyperServices instance on Checkout Button - Click - Cart DetailsAmount - -
-
-
- -
-
-
- Product 1Total AmountTotal Payable AmountTaxProduct 2 -
- x1₹ 1₹ 2₹ 2.2₹ 0.2₹ 1x1 -
- - - -
-
-
- Handle Juspay Payments SDK Response - -
- Juspay SDK Integration DemoPayment StatusPayment Successful! - -
- - -
-
- - - - - diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/js/index.js b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/js/index.js deleted file mode 100644 index 1ad6de3..0000000 --- a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/js/index.js +++ /dev/null @@ -1,365 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -// Wait for the deviceready event before using any of Cordova's device APIs. -// See https://cordova.apache.org/docs/en/latest/cordova/events/events.html#deviceready -var hyperSDKRef; -document.addEventListener("deviceready", onDeviceReady, false); -const apiKey = "yourAPIKey"; -const merchantId = "yourMerchantIdHere"; //Please input your merchant Id here as shared by Juspay -const clientId = "yourClientIdHere"; //Please input your client Id here as shared by Juspay -var authorization = window.btoa(unescape(encodeURIComponent(apiKey))); -var totalPayable; -const targetDivProducts = document.getElementById("productPage"); -const targetDivCheckout = document.getElementById("checkoutPage"); -const targetDivReturn = document.getElementById("responsePage"); -const showStatus = document.getElementById("statusDiv"); -const statusIcon = document.getElementById("status_icon"); - -function onDeviceReady() { - hyperSDKRef = cordova.plugins.HyperSDKPlugin; - console.log("Running cordova-" + cordova.platformId + "@" + cordova.version); - document.getElementById("deviceready").classList.add("ready"); - // const authorization = "Basic " + Buffer.from(apiKey + ":").toString("base64"); - console.log(authorization); - hyperSDKRef.initiate( - JSON.stringify(createInitiatePayload()), - hyperSDKCallback - ); - console.log("Initiated!"); - showToast("Initiate Called on homescreen"); - - console.log(screen.height); -} - -//Function to generate random requestId -function uuidv4() { - return ([1e7] + -1e3 + -4e3 + -8e3 + -1e11).replace(/[018]/g, (c) => - ( - c ^ - (crypto.getRandomValues(new Uint8Array(1))[0] & (15 >> (c / 4))) - ).toString(16) - ); -} - -function createInitiatePayload() { - return { - requestId: uuidv4(), - service: "in.juspay.hyperpay", - payload: { - action: "initiate", - merchantId: "", - clientId: "", - environment: "production", - }, - }; -} - -//block:end:create-initiate-payload - -var hyperSDKCallback = function (response) { - try { - const data = JSON.parse(response); - var event = data.event || ""; - console.log(data) - SpinnerDialog.hide(); - - switch (event) { - case "show_loader": - { - // Show some loader here - SpinnerDialog.show("Loading..."); - } - break; - case "hide_loader": - { - // Hide Loader - SpinnerDialog.hide(); - } - break; - case "initiate_result": - { - // Get the payload - - let payload = data["payload"]; - console.log("initiate result: ", data); - } - break; - - //block:start:handle-process-result - - case "process_result": - { - // Get the payload - - let payload = data["payload"]; - console.log("process result: ", data); - const error = data.error || false; - const innerPayload = data.payload || {}; - const status = innerPayload.status || ""; - const pi = innerPayload.paymentInstrument || ""; - const pig = innerPayload.paymentInstrumentGroup || ""; - - if (!error) { - // txn success, status should be "charged" - //block:start:check-order-status - // call orderStatus once to verify (false positives) - //block:end:check-order-status - //block:start:display-payment-status - //Naivgate to success page - //block:end:display-payment-status - showReturnPage(); - showStatus.innerHTML = "Payment Successful!"; - statusIcon.src = "../img/checked-success.png"; - - - } else { - const errorCode = data.errorCode || ""; - const errorMessage = data.errorMessage || ""; - switch (status) { - case "backpressed": - // user back-pressed from PP without initiating any txn - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - case "user_aborted": - // user initiated a txn and pressed back - // poll order status - // navigate back - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - case "pending_vbv": - showStatus.innerHTML = "Payment Status Pending..."; - showReturnPage(); - break; - case "authorizing": - // txn in pending state - // poll order status until backend says fail or success - showStatus.innerHTML = "Authorizing..."; - showReturnPage(); - break; - case "authorization_failed": - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - case "authentication_failed": - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - case "api_failure": - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - // txn failed - // poll orderStatus to verify (false negatives) - //block:start:display-payment-status - - //navigate to failure page - - //block:end:display-payment-status - break; - case "new": - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - - //navigate to failure page - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - default: - showStatus.innerHTML = "Payment Failed!"; - showReturnPage(); - break; - // unknown status, this is also failure - // poll order status - - //navigate to failure page - } - // if txn was attempted, pi and pig would be non-empty - // can be used to show in UI if you are into that - // errorMessage can also be shown in UI - } - break; - } - break; - - //block:end:handle-process-result - - default: - //Error handling - - let payload = data; - console.log("process result: ", payload); - break; - } - } catch (error) { - //Error handling - console.log(error); - } -}; - -// block:end:create-hyper-callback -// This call should be done by your backend and get the process response -document.getElementById("checkoutButton").addEventListener("click", () => { - console.log("Process started") - SpinnerDialog.show(null, "Processing"); - - var myHeaders = new Headers(); - myHeaders.append("x-merchantid", ""); - myHeaders.append("Content-Type", "application/json"); - myHeaders.append( - "Authorization", - "Basic xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - ); - - var raw = JSON.stringify({ - order_id: "Test" + Math.floor(Math.random() * 1000000000), - amount: totalPayable, - customer_id: "testing-customer-onehjcd", - customer_email: "test@mail.com", - customer_phone: "9876543210", - payment_page_client_id: "", - action: "paymentPage", - return_url: "https://shop.merchant.com", - description: "Complete your payment", - first_name: "John", - last_name: "wick", - }); - - var requestOptions = { - method: "POST", - headers: myHeaders, - body: raw, - redirect: "follow", - }; - - fetch("https://sandbox.juspay.in/session", requestOptions) - .then((response) => response.json()) - .then((result) =>{ - showToast("Process called") - hyperSDKRef.process(result.sdk_payload); - } ) - .catch((error) => console.log("error", error)); -}); - - -const cartBtn = document.getElementById("cartButton"); -const checkoutBtn = document.getElementById("checkoutButton"); -targetDivCheckout.style.display = "none"; -targetDivReturn.style.display = "none" -cartBtn.onclick = function () { - targetDivProducts.style.display = "none"; - targetDivCheckout.style.display = "block" - updateAmount(); - document.getElementById("checkoutPage").scrollIntoView(); -} -checkoutBtn.onclick = function () { - targetDivProducts.style.display = "none"; - targetDivCheckout.style.display = "block" - document.getElementById("productPage").scrollIntoView(); -} - -const showReturnPage = () => { - targetDivProducts.style.display = "none"; - targetDivCheckout.style.display = "none" - targetDivReturn.style.display = "block" -} - -function showToast(showMessage) { - window.plugins.toast.showWithOptions( - { - message: showMessage, - duration: "short", // which is 2000 ms. "long" is 4000. Or specify the nr of ms yourself. - position: "bottom", - addPixelsY: -40 // added a negative value to move it up a bit (default 0) - } - ); -} - -function hide() { - // this function takes an optional success callback, but you can do without just as well - window.plugins.toast.hide(); -} - -document.getElementById("checkout_back").addEventListener("click", () => { - targetDivProducts.style.display = "block"; - targetDivCheckout.style.display = "none" - targetDivReturn.style.display = "none" -}) -document.getElementById("response_back").addEventListener("click", () => { - targetDivProducts.style.display = "block"; - targetDivCheckout.style.display = "none" - targetDivReturn.style.display = "none" -}) -document.getElementById("response_okay").addEventListener("click", () => { - targetDivProducts.style.display = "block"; - targetDivCheckout.style.display = "none" - targetDivReturn.style.display = "none" -}) -const countOne = document.getElementById("count1"); -const countTwo = document.getElementById("count2"); - -document.getElementById("minus1").addEventListener("click", () => { - count = parseInt(countOne.innerText); - if(count>0){ - var temp = count - 1; - countOne.innerHTML = temp - } else { - showToast("Count can't be less than 0"); - } - -}) -document.getElementById("minus2").addEventListener("click", () => { - count = parseInt(countTwo.innerText); - if(count>0){ - var temp = count-1; - countTwo.innerHTML = temp - } else { - showToast("Count can't be less than 0"); - } -}) -document.getElementById("plus1").addEventListener("click", () => { - count = parseInt(countOne.innerText); - var temp = count+1; - countOne.innerHTML = temp -}) -document.getElementById("plus2").addEventListener("click", () => { - count = parseInt(countTwo.innerText); - var temp = count+1; - countTwo.innerHTML = temp -}) - -const updateAmount = () => { - var q1 = parseInt(countOne.innerText); - var q2 = parseInt(countTwo.innerText); - document.getElementById("cross1").innerHTML = "x"+ q1; - document.getElementById("cross2").innerHTML = "x"+ q2; - document.getElementById("rupee1").innerHTML = "₹"+ q1; - document.getElementById("rupee2").innerHTML = "₹"+ q1; - var total = q1+q2; - var tax = 0.2; - totalPayable = total + tax - document.getElementById("totalAmount").innerHTML = "₹ "+ total; - document.getElementById("totalPayable").innerHTML = "₹ "+ totalPayable; - - -} diff --git a/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/pages/initiatePage.html b/payment-page-cordova/payment-page-cordova-javascript-integration-demo/www/pages/initiatePage.html deleted file mode 100644 index e69de29..0000000 diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/README.md b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/README.md deleted file mode 100644 index 4d438e2..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/README.md +++ /dev/null @@ -1,16 +0,0 @@ -# doc_app - -A new Flutter project. - -## Getting Started - -This project is a starting point for a Flutter application. - -A few resources to get you started if this is your first Flutter project: - -- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) -- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/analysis_options.yaml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/analysis_options.yaml deleted file mode 100644 index 61b6c4d..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/analysis_options.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# This file configures the analyzer, which statically analyzes Dart code to -# check for errors, warnings, and lints. -# -# The issues identified by the analyzer are surfaced in the UI of Dart-enabled -# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be -# invoked from the command line by running `flutter analyze`. - -# The following line activates a set of recommended lints for Flutter apps, -# packages, and plugins designed to encourage good coding practices. -include: package:flutter_lints/flutter.yaml - -linter: - # The lint rules applied to this project can be customized in the - # section below to disable rules from the `package:flutter_lints/flutter.yaml` - # included above or to enable additional rules. A list of all available lints - # and their documentation is published at - # https://dart-lang.github.io/linter/lints/index.html. - # - # Instead of disabling a lint rule for the entire project in the - # section below, it can also be suppressed for a single line of code - # or a specific dart file by using the `// ignore: name_of_lint` and - # `// ignore_for_file: name_of_lint` syntax on the line or in the file - # producing the lint. - rules: - # avoid_print: false # Uncomment to disable the `avoid_print` rule - # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule - -# Additional information about this file can be found at -# https://dart.dev/guides/language/analysis-options diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/.gitignore b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/.gitignore deleted file mode 100644 index 6f56801..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -gradle-wrapper.jar -/.gradle -/captures/ -/gradlew -/gradlew.bat -/local.properties -GeneratedPluginRegistrant.java - -# Remember to never publicly share your keystore. -# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app -key.properties -**/*.keystore -**/*.jks diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/MerchantConfig.txt b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/MerchantConfig.txt deleted file mode 100644 index 45cf9a9..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = \ No newline at end of file diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build.gradle b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build.gradle deleted file mode 100644 index 1466028..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build.gradle +++ /dev/null @@ -1,72 +0,0 @@ -def localProperties = new Properties() -def localPropertiesFile = rootProject.file('local.properties') -if (localPropertiesFile.exists()) { - localPropertiesFile.withReader('UTF-8') { reader -> - localProperties.load(reader) - } -} - -def flutterRoot = localProperties.getProperty('flutter.sdk') -if (flutterRoot == null) { - throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.") -} - -def flutterVersionCode = localProperties.getProperty('flutter.versionCode') -if (flutterVersionCode == null) { - flutterVersionCode = '1' -} - -def flutterVersionName = localProperties.getProperty('flutter.versionName') -if (flutterVersionName == null) { - flutterVersionName = '1.0' -} - -apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' -apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" -// Applying HyperAssets plugin -// block:start:apply-plugin -apply plugin: 'hypersdk-asset-plugin' -// block:end:apply-plugin - -android { - compileSdkVersion 31 - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = '1.8' - } - - sourceSets { - main.java.srcDirs += 'src/main/kotlin' - } - - defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.doc_app" - minSdkVersion 19 - targetSdkVersion 30 - versionCode flutterVersionCode.toInteger() - versionName flutterVersionName - } - - buildTypes { - release { - // TODO: Add your own signing config for the release build. - // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig signingConfigs.debug - } - } -} - -flutter { - source '../..' -} - -dependencies { - implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-Bold.ttf b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-Bold.ttf deleted file mode 100644 index 2600412..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-Bold.ttf and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-Regular.ttf b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-Regular.ttf deleted file mode 100644 index 95a77d2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-Regular.ttf and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-SemiBold.ttf b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-SemiBold.ttf deleted file mode 100644 index 03fc265..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/fonts/HelveticaNeue-SemiBold.ttf and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.ec/v1-config.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.ec/v1-config.jsa deleted file mode 100644 index 63edaf7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.ec/v1-config.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.ec/v1-index_bundle.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.ec/v1-index_bundle.jsa deleted file mode 100644 index b3f3904..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.ec/v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-acs.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-acs.jsa deleted file mode 100644 index 1d7f6f4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-acs.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-boot_loader.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-boot_loader.jsa deleted file mode 100644 index c8a49de..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-boot_loader.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-config.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-config.jsa deleted file mode 100644 index d0dae7d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-config.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-index_bundle.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-index_bundle.jsa deleted file mode 100644 index 12ad06f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.godel/v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.hyperpay/v1-configuration.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.hyperpay/v1-configuration.jsa deleted file mode 100644 index 0f5b132..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.hyperpay/v1-configuration.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.hyperpay/v1-index_bundle.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.hyperpay/v1-index_bundle.jsa deleted file mode 100644 index 4804121..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.hyperpay/v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.upiintent/v1-config.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.upiintent/v1-config.jsa deleted file mode 100644 index 03d0d38..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.upiintent/v1-config.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.upiintent/v1-index_bundle.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.upiintent/v1-index_bundle.jsa deleted file mode 100644 index 6904565..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/payments/in.juspay.upiintent/v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/v1-tracker.jsa b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/v1-tracker.jsa deleted file mode 100644 index 7d66dc1..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/assets/juspay/v1-tracker.jsa and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/add_upi_id.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/add_upi_id.png deleted file mode 100644 index e0013d7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/add_upi_id.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/amazonpay_wallet.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/amazonpay_wallet.png deleted file mode 100644 index bea0b2c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/amazonpay_wallet.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ambient_shadow_zeight.9.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ambient_shadow_zeight.9.png deleted file mode 100644 index f7e2193..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ambient_shadow_zeight.9.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/approve_upi_payment.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/approve_upi_payment.png deleted file mode 100644 index e6a5986..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/approve_upi_payment.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/back_arrow_fmcg.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/back_arrow_fmcg.png deleted file mode 100644 index f32c21b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/back_arrow_fmcg.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bank_axis_name.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bank_axis_name.png deleted file mode 100644 index 3e0b3d1..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bank_axis_name.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bank_icici_name.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bank_icici_name.png deleted file mode 100644 index 0596534..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bank_icici_name.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet.png deleted file mode 100644 index 69aad10..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet_icon_one.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet_icon_one.png deleted file mode 100644 index 5bdc368..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet_icon_one.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet_icon_two.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet_icon_two.png deleted file mode 100644 index 6fe88a9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/bullet_icon_two.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_security.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_security.png deleted file mode 100644 index 7e89a80..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_security.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_americanexp.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_americanexp.png deleted file mode 100644 index 06e74ba..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_americanexp.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_amex.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_amex.png deleted file mode 100644 index b97050b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_amex.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_dhani.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_dhani.png deleted file mode 100644 index 01389dd..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_dhani.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners.png deleted file mode 100644 index 225471e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners_club_carte_blanche.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners_club_carte_blanche.png deleted file mode 100644 index eb97431..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners_club_carte_blanche.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners_club_international.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners_club_international.png deleted file mode 100644 index 6f8f20d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_diners_club_international.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_discover.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_discover.png deleted file mode 100644 index d138116..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_discover.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_jcb.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_jcb.png deleted file mode 100644 index f318a67..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_jcb.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_laser.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_laser.png deleted file mode 100644 index 39c1571..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_laser.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_maestro.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_maestro.png deleted file mode 100644 index ce43db3..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_maestro.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_master.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_master.png deleted file mode 100644 index 0adac55..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_master.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_mastercard.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_mastercard.png deleted file mode 100644 index 53cb899..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_mastercard.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_rupay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_rupay.png deleted file mode 100644 index 5916dfd..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_rupay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_visa.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_visa.png deleted file mode 100644 index d1e1c08..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_visa.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_visa_electron.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_visa_electron.png deleted file mode 100644 index 3f358d8..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/card_type_visa_electron.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cashod.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cashod.png deleted file mode 100644 index 5a53f4a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cashod.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkbox.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkbox.png deleted file mode 100644 index 3375b97..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkbox.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkbox1.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkbox1.png deleted file mode 100644 index 9b2a5ca..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkbox1.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkboxselected.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkboxselected.png deleted file mode 100644 index 6472c3a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/checkboxselected.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/circular_radio_button.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/circular_radio_button.png deleted file mode 100644 index 9eab2cb..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/circular_radio_button.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cred.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cred.png deleted file mode 100644 index c49f9df..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cred.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cross.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cross.png deleted file mode 100644 index 203f909..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/cross.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/emi.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/emi.png deleted file mode 100644 index f0669a4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/emi.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/error.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/error.png deleted file mode 100644 index ee01e53..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/error.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/eye_hide_grey.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/eye_hide_grey.png deleted file mode 100644 index 2a6e6cb..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/eye_hide_grey.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/eye_show_grey.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/eye_show_grey.png deleted file mode 100644 index a458844..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/eye_show_grey.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/failure_red.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/failure_red.png deleted file mode 100644 index 1624f4d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/failure_red.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/food_card.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/food_card.png deleted file mode 100644 index 513bfd9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/food_card.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/foodcard.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/foodcard.png deleted file mode 100644 index 3acac51..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/foodcard.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/google_pay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/google_pay.png deleted file mode 100644 index e186b37..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/google_pay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/green_plus.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/green_plus.png deleted file mode 100644 index fbb0d6d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/green_plus.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/grid_tick.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/grid_tick.png deleted file mode 100644 index 5d225fa..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/grid_tick.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_airtelmoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_airtelmoney.png deleted file mode 100644 index 75e1936..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_airtelmoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_amazonpay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_amazonpay.png deleted file mode 100644 index e27ea2c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_amazonpay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_amexezeclick.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_amexezeclick.png deleted file mode 100644 index 0f9f85f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_amexezeclick.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_back_arrow.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_back_arrow.png deleted file mode 100644 index 75dd361..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_back_arrow.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_0999.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_0999.png deleted file mode 100644 index 01389dd..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_0999.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_113652.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_113652.png deleted file mode 100644 index c3d8d1c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_113652.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_142094.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_142094.png deleted file mode 100644 index c6ae9b7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_142094.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_143442.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_143442.png deleted file mode 100644 index 27be642..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_143442.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_193025.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_193025.png deleted file mode 100644 index 8f20889..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_193025.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_199641.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_199641.png deleted file mode 100644 index 3700684..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_199641.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_221122.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_221122.png deleted file mode 100644 index 3a63c95..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_221122.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223311.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223311.png deleted file mode 100644 index 2979795..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223311.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223312.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223312.png deleted file mode 100644 index ba91db4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223312.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223322.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223322.png deleted file mode 100644 index 56ae609..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_223322.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_259789.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_259789.png deleted file mode 100644 index 437cd33..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_259789.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_261929.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_261929.png deleted file mode 100644 index ba2496a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_261929.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_326666.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_326666.png deleted file mode 100644 index 3a746f6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_326666.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_354262.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_354262.png deleted file mode 100644 index 3213fe2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_354262.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_411122.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_411122.png deleted file mode 100644 index 27ed976..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_411122.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_416572.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_416572.png deleted file mode 100644 index 76de2f4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_416572.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_431870.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_431870.png deleted file mode 100644 index 69079c0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_431870.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_436360.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_436360.png deleted file mode 100644 index 9b9c8e6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_436360.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_441671.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_441671.png deleted file mode 100644 index 7bdbd9f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_441671.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_442212.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_442212.png deleted file mode 100644 index 2b966c4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_442212.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_455012.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_455012.png deleted file mode 100644 index c1e2a31..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_455012.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_468233.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_468233.png deleted file mode 100644 index 931e0ae..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_468233.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_493541.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_493541.png deleted file mode 100644 index 2b370ae..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_493541.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500001.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500001.png deleted file mode 100644 index 13e5f93..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500001.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500002.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500002.png deleted file mode 100644 index f6091c2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500002.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500003.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500003.png deleted file mode 100644 index 2d5b20c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500003.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500004.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500004.png deleted file mode 100644 index c7f78e7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500004.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500005.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500005.png deleted file mode 100644 index 13e5f93..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_500005.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_506286.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_506286.png deleted file mode 100644 index 162f143..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_506286.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508500.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508500.png deleted file mode 100644 index 64e49ce..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508500.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508505.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508505.png deleted file mode 100644 index cf2ae09..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508505.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508507.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508507.png deleted file mode 100644 index ec76a21..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508507.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508508.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508508.png deleted file mode 100644 index 159d623..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508508.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508512.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508512.png deleted file mode 100644 index c5bb333..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508512.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508517.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508517.png deleted file mode 100644 index d4f4727..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508517.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508532.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508532.png deleted file mode 100644 index f2021da..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508532.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508534.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508534.png deleted file mode 100644 index 73c9486..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508534.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508541.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508541.png deleted file mode 100644 index 7513f8d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508541.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508547.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508547.png deleted file mode 100644 index 27635ae..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508547.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508548.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508548.png deleted file mode 100644 index a7d2977..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508548.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508568.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508568.png deleted file mode 100644 index 2d5b20c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508568.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508585.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508585.png deleted file mode 100644 index abb82b3..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508585.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508753.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508753.png deleted file mode 100644 index 238b8f7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508753.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508794.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508794.png deleted file mode 100644 index bdfb194..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508794.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508991.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508991.png deleted file mode 100644 index 720e4b5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508991.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508998.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508998.png deleted file mode 100644 index 600833c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_508998.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_511308.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_511308.png deleted file mode 100644 index 17a0a8f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_511308.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_515948.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_515948.png deleted file mode 100644 index 2516676..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_515948.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_525847.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_525847.png deleted file mode 100644 index f3ad768..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_525847.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_528293.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_528293.png deleted file mode 100644 index 4053a92..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_528293.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_548748.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_548748.png deleted file mode 100644 index 17237fd..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_548748.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606060.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606060.png deleted file mode 100644 index 79758b0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606060.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606985.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606985.png deleted file mode 100644 index 4bdb55e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606985.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606993.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606993.png deleted file mode 100644 index ed8eea5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606993.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606995.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606995.png deleted file mode 100644 index 27640e3..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_606995.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607000.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607000.png deleted file mode 100644 index 85f1456..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607000.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607028.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607028.png deleted file mode 100644 index 370e692..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607028.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607051.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607051.png deleted file mode 100644 index e9d4743..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607051.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607055.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607055.png deleted file mode 100644 index 9c48e53..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607055.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607057.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607057.png deleted file mode 100644 index a217b63..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607057.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607058.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607058.png deleted file mode 100644 index 704fbce..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607058.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607062.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607062.png deleted file mode 100644 index 476d377..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607062.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607064.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607064.png deleted file mode 100644 index deae542..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607064.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607065.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607065.png deleted file mode 100644 index 63c4dbb..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607065.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607066.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607066.png deleted file mode 100644 index b042eed..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607066.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607075.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607075.png deleted file mode 100644 index 3271190..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607075.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607080.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607080.png deleted file mode 100644 index 2367ff2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607080.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607084.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607084.png deleted file mode 100644 index 3fdf347..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607084.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607087.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607087.png deleted file mode 100644 index 227dad6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607087.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607090.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607090.png deleted file mode 100644 index a339099..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607090.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607091.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607091.png deleted file mode 100644 index 4a22ffc..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607091.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607095.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607095.png deleted file mode 100644 index 4953368..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607095.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607099.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607099.png deleted file mode 100644 index d65f6e1..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607099.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607100.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607100.png deleted file mode 100644 index f9e69de..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607100.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607101.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607101.png deleted file mode 100644 index 3362be5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607101.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607104.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607104.png deleted file mode 100644 index 7176906..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607104.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607105.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607105.png deleted file mode 100644 index 6e6d43b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607105.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607115.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607115.png deleted file mode 100644 index 4d58a3e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607115.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607117.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607117.png deleted file mode 100644 index 9b2c891..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607117.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607121.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607121.png deleted file mode 100644 index df7f278..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607121.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607122.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607122.png deleted file mode 100644 index e7104f6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607122.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607124.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607124.png deleted file mode 100644 index 58bd9a4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607124.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607126.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607126.png deleted file mode 100644 index 76d6eaf..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607126.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607130.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607130.png deleted file mode 100644 index c663f57..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607130.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607131.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607131.png deleted file mode 100644 index a5991eb..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607131.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607152.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607152.png deleted file mode 100644 index 31f98d5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607152.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607153.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607153.png deleted file mode 100644 index 32132d2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607153.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607158.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607158.png deleted file mode 100644 index e1da914..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607158.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607165.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607165.png deleted file mode 100644 index 4f67797..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607165.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607167.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607167.png deleted file mode 100644 index 895de93..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607167.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607170.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607170.png deleted file mode 100644 index e00ac3d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607170.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607184.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607184.png deleted file mode 100644 index 34075dc..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607184.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607187.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607187.png deleted file mode 100644 index 3f2d73d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607187.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607189.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607189.png deleted file mode 100644 index 6fa72d4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607189.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607195.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607195.png deleted file mode 100644 index 8a068d6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607195.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607197.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607197.png deleted file mode 100644 index 996dbf8..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607197.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607198.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607198.png deleted file mode 100644 index 7a2460b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607198.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607200.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607200.png deleted file mode 100644 index 6555edf..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607200.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607202.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607202.png deleted file mode 100644 index 9d967e1..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607202.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607206.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607206.png deleted file mode 100644 index 59e5f2a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607206.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607210.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607210.png deleted file mode 100644 index ee34f18..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607210.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607212.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607212.png deleted file mode 100644 index 0d858d7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607212.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607214.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607214.png deleted file mode 100644 index b24a15f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607214.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607222.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607222.png deleted file mode 100644 index cb5bb3d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607222.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607223.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607223.png deleted file mode 100644 index 96715f4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607223.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607230.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607230.png deleted file mode 100644 index 56e7ab7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607230.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607241.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607241.png deleted file mode 100644 index 2e0b573..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607241.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607249.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607249.png deleted file mode 100644 index ff9013a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607249.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607258.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607258.png deleted file mode 100644 index d0b0f4f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607258.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607261.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607261.png deleted file mode 100644 index 0ad04a6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607261.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607270.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607270.png deleted file mode 100644 index 8e95754..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607270.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607273.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607273.png deleted file mode 100644 index de645e8..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607273.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607276.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607276.png deleted file mode 100644 index 38b3b0e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607276.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607280.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607280.png deleted file mode 100644 index bc80c09..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607280.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607290.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607290.png deleted file mode 100644 index 6ac16b2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607290.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607291.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607291.png deleted file mode 100644 index 0b15d17..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607291.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607308.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607308.png deleted file mode 100644 index 8d42f9a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607308.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607320.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607320.png deleted file mode 100644 index c524081..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607320.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607324.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607324.png deleted file mode 100644 index 78d37d4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607324.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607339.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607339.png deleted file mode 100644 index c33357e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607339.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607354.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607354.png deleted file mode 100644 index bd10ac2..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607354.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607363.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607363.png deleted file mode 100644 index 361bd33..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607363.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607377.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607377.png deleted file mode 100644 index 840c743..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607377.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607387.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607387.png deleted file mode 100644 index e63babd..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607387.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607389.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607389.png deleted file mode 100644 index 0c52106..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607389.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607393.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607393.png deleted file mode 100644 index 65465e0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607393.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607394.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607394.png deleted file mode 100644 index 4c6dfa5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607394.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607420.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607420.png deleted file mode 100644 index 3b3b56c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607420.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607440.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607440.png deleted file mode 100644 index bd07d9b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607440.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607442.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607442.png deleted file mode 100644 index 0c9d1e0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607442.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607476.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607476.png deleted file mode 100644 index d6be784..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607476.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607485.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607485.png deleted file mode 100644 index 6a0725d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607485.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607506.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607506.png deleted file mode 100644 index 5ec3a9b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607506.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607509.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607509.png deleted file mode 100644 index 1f1c89a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607509.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607544.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607544.png deleted file mode 100644 index 4e57450..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607544.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607592.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607592.png deleted file mode 100644 index 279192a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607592.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607621.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607621.png deleted file mode 100644 index d3b576c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607621.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607689.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607689.png deleted file mode 100644 index c230dda..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_607689.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608001.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608001.png deleted file mode 100644 index 61cc9e6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608001.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608032.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608032.png deleted file mode 100644 index 0357353..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608032.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608088.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608088.png deleted file mode 100644 index 373daed..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608088.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608117.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608117.png deleted file mode 100644 index 7ae64d8..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_608117.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_612345.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_612345.png deleted file mode 100644 index 1f5a9f9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_612345.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_612356.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_612356.png deleted file mode 100644 index b4e2526..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_612356.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_616197.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_616197.png deleted file mode 100644 index fd9c613..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_616197.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_632663.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_632663.png deleted file mode 100644 index 57ceb5b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_632663.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_650397.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_650397.png deleted file mode 100644 index c0fb21c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_650397.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_652150.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_652150.png deleted file mode 100644 index 546a452..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_652150.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_652194.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_652194.png deleted file mode 100644 index 3724b04..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_652194.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_672266.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_672266.png deleted file mode 100644 index 36296f5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_672266.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_707657.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_707657.png deleted file mode 100644 index 303e632..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_707657.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_745497.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_745497.png deleted file mode 100644 index 8f207b5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_745497.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_838890.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_838890.png deleted file mode 100644 index badeb34..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_838890.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_859140.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_859140.png deleted file mode 100644 index 3981895..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_859140.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_952542.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_952542.png deleted file mode 100644 index 6b59408..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_952542.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_990288.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_990288.png deleted file mode 100644 index 4b5d6e7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_990288.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_999999.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_999999.png deleted file mode 100644 index a12b253..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_999999.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_default.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_default.png deleted file mode 100644 index 9879425..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bank_default.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bhim.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bhim.png deleted file mode 100644 index 43f73c6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_bhim.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_card.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_card.png deleted file mode 100644 index b412904..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_card.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_cardod.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_cardod.png deleted file mode 100644 index 533e691..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_cardod.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_cod.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_cod.png deleted file mode 100644 index 09c2d74..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_cod.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_emi.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_emi.png deleted file mode 100644 index 7e8b000..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_emi.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_epaylater.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_epaylater.png deleted file mode 100644 index 2740f36..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_epaylater.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_error_outline.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_error_outline.png deleted file mode 100644 index 721b3f7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_error_outline.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_flexmoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_flexmoney.png deleted file mode 100644 index 7f5e11f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_flexmoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_freecharge.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_freecharge.png deleted file mode 100644 index e35d3dc..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_freecharge.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_googlepay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_googlepay.png deleted file mode 100644 index 0fc691f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_googlepay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_ideamoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_ideamoney.png deleted file mode 100644 index 8a28813..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_ideamoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_info.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_info.png deleted file mode 100644 index 99d950d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_info.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_jiomoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_jiomoney.png deleted file mode 100644 index 6936e69..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_jiomoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_lazypay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_lazypay.png deleted file mode 100644 index af173cd..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_lazypay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mobikwik.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mobikwik.png deleted file mode 100644 index f03e385..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mobikwik.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_card.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_card.png deleted file mode 100644 index 4c37a5e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_card.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_net_banking.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_net_banking.png deleted file mode 100644 index 820d8bf..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_net_banking.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_wallet.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_wallet.png deleted file mode 100644 index 53401e4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mode_wallet.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_moffers.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_moffers.png deleted file mode 100644 index 448ed53..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_moffers.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mpesa.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mpesa.png deleted file mode 100644 index f5caea6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mpesa.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mrupee.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mrupee.png deleted file mode 100644 index 1aee125..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_mrupee.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_offer_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_offer_icon.png deleted file mode 100644 index 614feb9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_offer_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_olamoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_olamoney.png deleted file mode 100644 index a8ee548..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_olamoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_outage.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_outage.png deleted file mode 100644 index 084f3e6..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_outage.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_oxicash.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_oxicash.png deleted file mode 100644 index 21e48b7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_oxicash.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_oxigen.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_oxigen.png deleted file mode 100644 index 10fbbf1..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_oxigen.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paycash.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paycash.png deleted file mode 100644 index 3cca81e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paycash.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paypal.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paypal.png deleted file mode 100644 index 2c29ab0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paypal.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paytm.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paytm.png deleted file mode 100644 index dd1a67b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paytm.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paytm_allinone.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paytm_allinone.png deleted file mode 100644 index 67b0c2c..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_paytm_allinone.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_payumoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_payumoney.png deleted file mode 100644 index 46f5d73..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_payumoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_payzapp.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_payzapp.png deleted file mode 100644 index 1102238..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_payzapp.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_phonepe.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_phonepe.png deleted file mode 100644 index 195bf20..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_phonepe.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_question_mark.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_question_mark.png deleted file mode 100644 index 3683d05..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_question_mark.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_sbibuddy.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_sbibuddy.png deleted file mode 100644 index d593662..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_sbibuddy.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_search_cancel.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_search_cancel.png deleted file mode 100644 index 8396fff..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_search_cancel.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_search_gray.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_search_gray.png deleted file mode 100644 index 497db5e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_search_gray.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_shareit.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_shareit.png deleted file mode 100644 index d006a7b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_shareit.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_shopse.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_shopse.png deleted file mode 100644 index 8517a6a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_shopse.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_simpl.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_simpl.png deleted file mode 100644 index ee17dcb..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_simpl.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_slice.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_slice.png deleted file mode 100644 index 46204da..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_slice.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_sodexo.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_sodexo.png deleted file mode 100644 index 1984bd3..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_sodexo.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_upi_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_upi_icon.png deleted file mode 100644 index 2a1e3ee..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_upi_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_yespay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_yespay.png deleted file mode 100644 index 0933bcf..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_yespay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_zestmoney.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_zestmoney.png deleted file mode 100644 index 172ab62..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_zestmoney.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_zipcash.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_zipcash.png deleted file mode 100644 index 87e27a4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/ic_zipcash.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/inapp_collect_complete.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/inapp_collect_complete.png deleted file mode 100644 index c734fb3..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/inapp_collect_complete.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/inapp_collect_initiate.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/inapp_collect_initiate.png deleted file mode 100644 index ed28659..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/inapp_collect_initiate.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/info_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/info_icon.png deleted file mode 100644 index 69c3313..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/info_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/instant.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/instant.png deleted file mode 100644 index bf328eb..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/instant.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay.png deleted file mode 100644 index 02caa49..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_arrow_up.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_arrow_up.png deleted file mode 100644 index 426696b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_arrow_up.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_branding.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_branding.png deleted file mode 100644 index e1e6c49..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_branding.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_cross.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_cross.png deleted file mode 100644 index 3dcb9ee..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_cross.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_icon.png deleted file mode 100644 index 6d0bc79..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_info.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_info.png deleted file mode 100644 index d60a44f..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_info.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_logo_blue.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_logo_blue.png deleted file mode 100644 index 916865b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_logo_blue.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe.png deleted file mode 100644 index 5e37b46..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe_grey.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe_grey.png deleted file mode 100644 index 36d9105..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe_grey.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe_logo.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe_logo.png deleted file mode 100644 index d13c12a..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_safe_logo.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_visa_blue.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_visa_blue.png deleted file mode 100644 index 6952704..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_visa_blue.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_warning.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_warning.png deleted file mode 100644 index 21d4240..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/juspay_warning.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/loader.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/loader.png deleted file mode 100644 index f295b61..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/loader.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/net_banking_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/net_banking_icon.png deleted file mode 100644 index 52e8329..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/net_banking_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/new_card_plus.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/new_card_plus.png deleted file mode 100644 index 2a1e3ee..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/new_card_plus.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/noupiapp.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/noupiapp.png deleted file mode 100644 index 926e365..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/noupiapp.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/page_broken.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/page_broken.png deleted file mode 100644 index ddde5e0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/page_broken.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/pay_later_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/pay_later_icon.png deleted file mode 100644 index 6b1355d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/pay_later_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/payment_failed.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/payment_failed.png deleted file mode 100644 index 44927b8..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/payment_failed.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/paytm.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/paytm.png deleted file mode 100644 index 3578870..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/paytm.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/phonepe.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/phonepe.png deleted file mode 100644 index f8e0a42..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/phonepe.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/popup_delete_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/popup_delete_icon.png deleted file mode 100644 index b429c10..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/popup_delete_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/powered_by_juspay.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/powered_by_juspay.png deleted file mode 100644 index 02caa49..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/powered_by_juspay.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/right_arrow.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/right_arrow.png deleted file mode 100644 index 8f9ff76..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/right_arrow.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/saved_card_lock.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/saved_card_lock.png deleted file mode 100644 index 38b3db7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/saved_card_lock.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/success_green.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/success_green.png deleted file mode 100644 index 3b67a38..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/success_green.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/switch_app.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/switch_app.png deleted file mode 100644 index d7058e9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/switch_app.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/thundericon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/thundericon.png deleted file mode 100644 index b0beae5..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/thundericon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/tick.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/tick.png deleted file mode 100644 index 65f9725..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/tick.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/toolbar_back_arrow.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/toolbar_back_arrow.png deleted file mode 100644 index cd5b55d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/toolbar_back_arrow.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/visa_background.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/visa_background.png deleted file mode 100644 index ae5483e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/visa_background.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/visa_checkout.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/visa_checkout.png deleted file mode 100644 index 04d7e90..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/visa_checkout.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/wallet_icon.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/wallet_icon.png deleted file mode 100644 index 3b61b20..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/wallet_icon.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/white_arrow_right.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/white_arrow_right.png deleted file mode 100644 index 230828e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/drawable/white_arrow_right.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/raw/juspay_da_keep.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/raw/juspay_da_keep.xml deleted file mode 100644 index e8ec6bd..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/build/dynamic-assets/res/raw/juspay_da_keep.xml +++ /dev/null @@ -1,4 +0,0 @@ - - \ No newline at end of file diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/debug/AndroidManifest.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 567eff7..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/AndroidManifest.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index c60458f..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/kotlin/com/example/doc_app/MainActivity.kt b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/kotlin/com/example/doc_app/MainActivity.kt deleted file mode 100644 index 0c5e2f8..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/kotlin/com/example/doc_app/MainActivity.kt +++ /dev/null @@ -1,7 +0,0 @@ -package com.example.doc_app - -import io.flutter.embedding.android.FlutterFragmentActivity - -class MainActivity : FlutterFragmentActivity() { - -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/drawable-v21/launch_background.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/drawable-v21/launch_background.xml deleted file mode 100644 index f74085f..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/drawable-v21/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/drawable/launch_background.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/drawable/launch_background.xml deleted file mode 100644 index 304732f..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/drawable/launch_background.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index db77bb4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 17987b7..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 09d4391..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index d5f1c8d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 4d6372e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/values-night/styles.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/values-night/styles.xml deleted file mode 100644 index 449a9f9..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/values-night/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/values/styles.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/values/styles.xml deleted file mode 100644 index d74aa35..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/profile/AndroidManifest.xml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/profile/AndroidManifest.xml deleted file mode 100644 index 567eff7..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/app/src/profile/AndroidManifest.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/build.gradle b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/build.gradle deleted file mode 100644 index e27688c..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/build.gradle +++ /dev/null @@ -1,39 +0,0 @@ -buildscript { - ext.kotlin_version = '1.6.0' - repositories { - google() - mavenCentral() - // Adding the maven url for Assets plugin - // block:start:assets-plugin-maven-url - maven { - url "https://maven.juspay.in/jp-build-packages/hypersdk-asset-download/releases/" - } - // block:end:assets-plugin-maven-url - } - - dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - // Adding the class path for Assets plugin - // block:start:assets-class-path - classpath 'in.juspay:hypersdk-asset-plugin:1.0.3' - // block:end:assets-class-path - } -} - -allprojects { - repositories { - google() - mavenCentral() - } -} - -rootProject.buildDir = '../build' -subprojects { - project.buildDir = "${rootProject.buildDir}/${project.name}" - project.evaluationDependsOn(':app') -} - -task clean(type: Delete) { - delete rootProject.buildDir -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/gradle.properties b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/gradle.properties deleted file mode 100644 index 94adc3a..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/gradle.properties +++ /dev/null @@ -1,3 +0,0 @@ -org.gradle.jvmargs=-Xmx1536M -android.useAndroidX=true -android.enableJetifier=true diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/gradle/wrapper/gradle-wrapper.properties b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index bc6a58a..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,6 +0,0 @@ -#Fri Jun 23 08:50:38 CEST 2017 -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/settings.gradle b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/settings.gradle deleted file mode 100644 index 44e62bc..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/android/settings.gradle +++ /dev/null @@ -1,11 +0,0 @@ -include ':app' - -def localPropertiesFile = new File(rootProject.projectDir, "local.properties") -def properties = new Properties() - -assert localPropertiesFile.exists() -localPropertiesFile.withReader("UTF-8") { reader -> properties.load(reader) } - -def flutterSdkPath = properties.getProperty("flutter.sdk") -assert flutterSdkPath != null, "flutter.sdk not set in local.properties" -apply from: "$flutterSdkPath/packages/flutter_tools/gradle/app_plugin_loader.gradle" diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/.gitignore b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/.gitignore deleted file mode 100644 index 7a7f987..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/.gitignore +++ /dev/null @@ -1,34 +0,0 @@ -**/dgph -*.mode1v3 -*.mode2v3 -*.moved-aside -*.pbxuser -*.perspectivev3 -**/*sync/ -.sconsign.dblite -.tags* -**/.vagrant/ -**/DerivedData/ -Icon? -**/Pods/ -**/.symlinks/ -profile -xcuserdata -**/.generated/ -Flutter/App.framework -Flutter/Flutter.framework -Flutter/Flutter.podspec -Flutter/Generated.xcconfig -Flutter/ephemeral/ -Flutter/app.flx -Flutter/app.zip -Flutter/flutter_assets/ -Flutter/flutter_export_environment.sh -ServiceDefinitions.json -Runner/GeneratedPluginRegistrant.* - -# Exceptions to above rules. -!default.mode1v3 -!default.mode2v3 -!default.pbxuser -!default.perspectivev3 diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/AppFrameworkInfo.plist b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/AppFrameworkInfo.plist deleted file mode 100644 index 8d4492f..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/AppFrameworkInfo.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - App - CFBundleIdentifier - io.flutter.flutter.app - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - App - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - MinimumOSVersion - 9.0 - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/Debug.xcconfig b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/Debug.xcconfig deleted file mode 100644 index ec97fc6..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/Debug.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig" -#include "Generated.xcconfig" diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/Release.xcconfig b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/Release.xcconfig deleted file mode 100644 index c4855bf..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Flutter/Release.xcconfig +++ /dev/null @@ -1,2 +0,0 @@ -#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" -#include "Generated.xcconfig" diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/MerchantConfig.txt b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/MerchantConfig.txt deleted file mode 100644 index 45cf9a9..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = \ No newline at end of file diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Podfile b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Podfile deleted file mode 100644 index 70214fb..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Podfile +++ /dev/null @@ -1,47 +0,0 @@ -# Uncomment this line to define a global platform for your project -platform :ios, '10.0' - -# CocoaPods analytics sends network stats synchronously affecting flutter build latency. -ENV['COCOAPODS_DISABLE_STATS'] = 'true' - -project 'Runner', { - 'Debug' => :debug, - 'Profile' => :release, - 'Release' => :release, -} - -def flutter_root - generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__) - unless File.exist?(generated_xcode_build_settings_path) - raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first" - end - - File.foreach(generated_xcode_build_settings_path) do |line| - matches = line.match(/FLUTTER_ROOT\=(.*)/) - return matches[1].strip if matches - end - raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get" -end - -require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root) - -flutter_ios_podfile_setup - -target 'Runner' do - flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) -end - -post_install do |installer| - installer.pods_project.targets.each do |target| - flutter_additional_ios_build_settings(target) - end - # // Add iOS post-install script - # // block:start:ios-post-install - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = true - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end - # // block:end:ios-post-install -end diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Podfile.lock b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Podfile.lock deleted file mode 100644 index 03b32e7..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Podfile.lock +++ /dev/null @@ -1,37 +0,0 @@ -PODS: - - Flutter (1.0.0) - - hypersdk (2.0.2): - - Flutter - - HyperSDK (= 2.1.5) - - HyperSDK (2.1.5): - - JuspaySafeBrowser (= 0.1.73) - - Salvator (= 1.0.1) - - JuspaySafeBrowser (0.1.73) - - Salvator (1.0.1) - -DEPENDENCIES: - - Flutter (from `Flutter`) - - hypersdk (from `.symlinks/plugins/hypersdk/ios`) - -SPEC REPOS: - trunk: - - HyperSDK - - JuspaySafeBrowser - - Salvator - -EXTERNAL SOURCES: - Flutter: - :path: Flutter - hypersdk: - :path: ".symlinks/plugins/hypersdk/ios" - -SPEC CHECKSUMS: - Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a - HyperSDK: b3dde7c14640133bec600f0e8b8be08e8f43bb00 - hypersdk: b0465d95933671fd963cb3b3eef976949c7bbce0 - JuspaySafeBrowser: 0193990c52e8865bd57f2875b03a20a598d8643d - Salvator: e388abcd1c8a526aff3e952ed94219bb4e12c85f - -PODFILE CHECKSUM: bf27650d20ca2d7434e28dcaaeb28870e26c9d38 - -COCOAPODS: 1.11.2 diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.pbxproj b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.pbxproj deleted file mode 100644 index 11d5b65..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.pbxproj +++ /dev/null @@ -1,566 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 50; - objects = { - -/* Begin PBXBuildFile section */ - 0C5C5ABF5F5532528434279C /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D2A8AFA501A46B17DFC5F6C7 /* libPods-Runner.a */; }; - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 9705A1C41CF9048500538489 /* Embed Frameworks */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 2147483647; - dstPath = ""; - dstSubfolderSpec = 10; - files = ( - ); - name = "Embed Frameworks"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; }; - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; }; - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; }; - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; }; - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; }; - 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; }; - 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; }; - 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 9B73AEC102EC5959E868A1AB /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; }; - AD6589AD3DA581322BE1E131 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; }; - C46DFE13C74AEAD7B99F4F9B /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; }; - D2A8AFA501A46B17DFC5F6C7 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 97C146EB1CF9000F007C117D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0C5C5ABF5F5532528434279C /* libPods-Runner.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 404ADEB86A15B67ACE151750 /* Frameworks */ = { - isa = PBXGroup; - children = ( - D2A8AFA501A46B17DFC5F6C7 /* libPods-Runner.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 9740EEB11CF90186004384FC /* Flutter */ = { - isa = PBXGroup; - children = ( - 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, - 9740EEB21CF90195004384FC /* Debug.xcconfig */, - 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, - 9740EEB31CF90195004384FC /* Generated.xcconfig */, - ); - name = Flutter; - sourceTree = ""; - }; - 97C146E51CF9000F007C117D = { - isa = PBXGroup; - children = ( - 9740EEB11CF90186004384FC /* Flutter */, - 97C146F01CF9000F007C117D /* Runner */, - 97C146EF1CF9000F007C117D /* Products */, - B7A977669D0F0BD208AC0D72 /* Pods */, - 404ADEB86A15B67ACE151750 /* Frameworks */, - ); - sourceTree = ""; - }; - 97C146EF1CF9000F007C117D /* Products */ = { - isa = PBXGroup; - children = ( - 97C146EE1CF9000F007C117D /* Runner.app */, - ); - name = Products; - sourceTree = ""; - }; - 97C146F01CF9000F007C117D /* Runner */ = { - isa = PBXGroup; - children = ( - 97C146FA1CF9000F007C117D /* Main.storyboard */, - 97C146FD1CF9000F007C117D /* Assets.xcassets */, - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, - 97C147021CF9000F007C117D /* Info.plist */, - 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, - 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, - 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, - 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, - ); - path = Runner; - sourceTree = ""; - }; - B7A977669D0F0BD208AC0D72 /* Pods */ = { - isa = PBXGroup; - children = ( - AD6589AD3DA581322BE1E131 /* Pods-Runner.debug.xcconfig */, - 9B73AEC102EC5959E868A1AB /* Pods-Runner.release.xcconfig */, - C46DFE13C74AEAD7B99F4F9B /* Pods-Runner.profile.xcconfig */, - ); - name = Pods; - path = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 97C146ED1CF9000F007C117D /* Runner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; - buildPhases = ( - CE7AC88952DC5ACB3E596826 /* [CP] Check Pods Manifest.lock */, - 9740EEB61CF901F6004384FC /* Run Script */, - 97C146EA1CF9000F007C117D /* Sources */, - 97C146EB1CF9000F007C117D /* Frameworks */, - 97C146EC1CF9000F007C117D /* Resources */, - 9705A1C41CF9048500538489 /* Embed Frameworks */, - 3B06AD1E1E4923F5004D2608 /* Thin Binary */, - B559BBA39EACF2545846AB34 /* [CP] Embed Pods Frameworks */, - 4D18DA495D70F3DD87715591 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Runner; - productName = Runner; - productReference = 97C146EE1CF9000F007C117D /* Runner.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 97C146E61CF9000F007C117D /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1300; - ORGANIZATIONNAME = ""; - TargetAttributes = { - 97C146ED1CF9000F007C117D = { - CreatedOnToolsVersion = 7.3.1; - LastSwiftMigration = 1100; - }; - }; - }; - buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; - compatibilityVersion = "Xcode 9.3"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 97C146E51CF9000F007C117D; - productRefGroup = 97C146EF1CF9000F007C117D /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 97C146ED1CF9000F007C117D /* Runner */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 97C146EC1CF9000F007C117D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, - 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, - 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, - 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Thin Binary"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; - }; - 4D18DA495D70F3DD87715591 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 9740EEB61CF901F6004384FC /* Run Script */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Run Script"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; - }; - B559BBA39EACF2545846AB34 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - CE7AC88952DC5ACB3E596826 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 97C146EA1CF9000F007C117D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, - 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - 97C146FA1CF9000F007C117D /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C146FB1CF9000F007C117D /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 97C147001CF9000F007C117D /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 249021D3217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Profile; - }; - 249021D4217E4FDB00AE95B9 /* Profile */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.docApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Profile; - }; - 97C147031CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 97C147041CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MTL_ENABLE_DEBUG_INFO = NO; - SDKROOT = iphoneos; - SUPPORTED_PLATFORMS = iphoneos; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 97C147061CF9000F007C117D /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.docApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 97C147071CF9000F007C117D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = Runner/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.example.docApp; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147031CF9000F007C117D /* Debug */, - 97C147041CF9000F007C117D /* Release */, - 249021D3217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 97C147061CF9000F007C117D /* Debug */, - 97C147071CF9000F007C117D /* Release */, - 249021D4217E4FDB00AE95B9 /* Profile */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 97C146E61CF9000F007C117D /* Project object */; -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme deleted file mode 100644 index 3db53b6..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/contents.xcworkspacedata b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 21a3cc1..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings deleted file mode 100644 index f9b0d7c..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings +++ /dev/null @@ -1,8 +0,0 @@ - - - - - PreviewsEnabled - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/AppDelegate.swift b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/AppDelegate.swift deleted file mode 100644 index 70693e4..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit -import Flutter - -@UIApplicationMain -@objc class AppDelegate: FlutterAppDelegate { - override func application( - _ application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? - ) -> Bool { - GeneratedPluginRegistrant.register(with: self) - return super.application(application, didFinishLaunchingWithOptions: launchOptions) - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index d36b1fa..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,122 +0,0 @@ -{ - "images" : [ - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "20x20", - "idiom" : "iphone", - "filename" : "Icon-App-20x20@3x.png", - "scale" : "3x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "iphone", - "filename" : "Icon-App-29x29@3x.png", - "scale" : "3x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "iphone", - "filename" : "Icon-App-40x40@3x.png", - "scale" : "3x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@2x.png", - "scale" : "2x" - }, - { - "size" : "60x60", - "idiom" : "iphone", - "filename" : "Icon-App-60x60@3x.png", - "scale" : "3x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@1x.png", - "scale" : "1x" - }, - { - "size" : "20x20", - "idiom" : "ipad", - "filename" : "Icon-App-20x20@2x.png", - "scale" : "2x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@1x.png", - "scale" : "1x" - }, - { - "size" : "29x29", - "idiom" : "ipad", - "filename" : "Icon-App-29x29@2x.png", - "scale" : "2x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@1x.png", - "scale" : "1x" - }, - { - "size" : "40x40", - "idiom" : "ipad", - "filename" : "Icon-App-40x40@2x.png", - "scale" : "2x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@1x.png", - "scale" : "1x" - }, - { - "size" : "76x76", - "idiom" : "ipad", - "filename" : "Icon-App-76x76@2x.png", - "scale" : "2x" - }, - { - "size" : "83.5x83.5", - "idiom" : "ipad", - "filename" : "Icon-App-83.5x83.5@2x.png", - "scale" : "2x" - }, - { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "filename" : "Icon-App-1024x1024@1x.png", - "scale" : "1x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png deleted file mode 100644 index dc9ada4..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png deleted file mode 100644 index 28c6bf0..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png deleted file mode 100644 index 2ccbfd9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png deleted file mode 100644 index f091b6b..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png deleted file mode 100644 index 4cde121..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png deleted file mode 100644 index d0ef06e..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png deleted file mode 100644 index dcdc230..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png deleted file mode 100644 index 2ccbfd9..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png deleted file mode 100644 index c8f9ed8..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png deleted file mode 100644 index a6d6b86..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png deleted file mode 100644 index a6d6b86..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png deleted file mode 100644 index 75b2d16..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png deleted file mode 100644 index c4df70d..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png deleted file mode 100644 index 6a84f41..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png deleted file mode 100644 index d0e1f58..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json deleted file mode 100644 index 0bedcf2..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "filename" : "LaunchImage.png", - "scale" : "1x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@2x.png", - "scale" : "2x" - }, - { - "idiom" : "universal", - "filename" : "LaunchImage@3x.png", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png deleted file mode 100644 index 9da19ea..0000000 Binary files a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png and /dev/null differ diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md deleted file mode 100644 index 89c2725..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Launch Screen Assets - -You can customize the launch screen with your own desired assets by replacing the image files in this directory. - -You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. \ No newline at end of file diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Base.lproj/LaunchScreen.storyboard b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f2e259c..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Base.lproj/Main.storyboard b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Base.lproj/Main.storyboard deleted file mode 100644 index f3c2851..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Base.lproj/Main.storyboard +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Info.plist b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Info.plist deleted file mode 100644 index f53f9f0..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Info.plist +++ /dev/null @@ -1,68 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - doc_app - CFBundlePackageType - APPL - CFBundleShortVersionString - $(FLUTTER_BUILD_NAME) - CFBundleSignature - ???? - CFBundleURLTypes - - - CFBundleURLName - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleURLSchemes - - amzn-$(PRODUCT_BUNDLE_IDENTIFIER) - juspay-$(PRODUCT_BUNDLE_IDENTIFIER) - $(PRODUCT_BUNDLE_IDENTIFIER).cred - - - - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSApplicationQueriesSchemes - - credpay - phonepe - paytmmp - tez - paytm - bhim - devtools - - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Runner-Bridging-Header.h b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Runner-Bridging-Header.h deleted file mode 100644 index 308a2a5..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/ios/Runner/Runner-Bridging-Header.h +++ /dev/null @@ -1 +0,0 @@ -#import "GeneratedPluginRegistrant.h" diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/main.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/main.dart deleted file mode 100644 index 52a0638..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/main.dart +++ /dev/null @@ -1,33 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hypersdk/hypersdk.dart'; -import 'package:flutter/services.dart'; -import './screens/home.dart'; - -void main() { - final hyperSDK = HyperSDK(); - runApp(MyApp(hyperSDK: hyperSDK)); -} - -class MyApp extends StatelessWidget { - // Create Juspay Object - // // block:start:create-hyper-sdk-instance - final HyperSDK hyperSDK; - // // block:end:create-hyper-sdk-instance - const MyApp({Key? key, required this.hyperSDK}) : super(key: key); - - @override - Widget build(BuildContext context) { - SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [ - SystemUiOverlay.bottom -]); - return MaterialApp( - title: 'Flutter Demo', - theme: ThemeData( - primarySwatch: Colors.blue, - ), - home: HomeScreen( - hyperSDK: hyperSDK, - ), - ); - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/checkout.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/checkout.dart deleted file mode 100644 index 9c0572f..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/checkout.dart +++ /dev/null @@ -1,188 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:hypersdk/hypersdk.dart'; - -import '../widgets/app_bar.dart'; -import '../widgets/bottom_button.dart'; -import './payment_page.dart'; - -class CheckoutScreen extends StatefulWidget { - final int productOneCount; - final int productTwoCount; - final HyperSDK hyperSDK; - - const CheckoutScreen( - {Key? key, - required this.productOneCount, - required this.productTwoCount, - required this.hyperSDK}) - : super(key: key); - - @override - State createState() => _CheckoutScreenState(); -} - -class _CheckoutScreenState extends State { - @override - Widget build(BuildContext context) { - var screenHeight = MediaQuery.of(context).size.height; - - var amounts = calculateAmount(); - - return Scaffold( - appBar: customAppBar(text: "Checkout Screen"), - backgroundColor: Colors.white, - body: Column( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - Container( - color: const Color(0xFFF8F5F5), - height: screenHeight / 12, - child: Container( - width: double.infinity, - alignment: Alignment.centerLeft, - padding: const EdgeInsets.only(left: 20), - child: const Text( - "Call process on HyperServices instance on Checkout Button Click", - style: TextStyle( - fontSize: 14, - ), - )), - ), - Column( - children: [ - Container( - alignment: Alignment.centerLeft, - padding: const EdgeInsets.only(left: 20, top: 15), - margin: const EdgeInsets.only(bottom: 10), - child: const Text( - "Cart Details", - style: TextStyle( - fontSize: 18, - color: Color(0xFfFB8D33), - fontWeight: FontWeight.bold), - ), - ), - Container( - padding: const EdgeInsets.all(15), - margin: const EdgeInsets.symmetric(horizontal: 20), - decoration: BoxDecoration( - border: Border.all(color: const Color(0xFFf5f5f5))), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - const Text( - "Product 1", - ), - Text("x${widget.productOneCount}"), - const Text("₹ 1") - ], - ), - ), - Container( - padding: const EdgeInsets.all(15), - margin: const EdgeInsets.symmetric(horizontal: 20), - decoration: BoxDecoration( - border: Border.all(color: const Color(0xFFf5f5f5))), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - const Text( - "Product 2", - ), - Text("x${widget.productTwoCount}"), - const Text("₹ 1") - ], - ), - ), - ], - ), - Column( - children: [ - Container( - alignment: Alignment.centerLeft, - padding: const EdgeInsets.only(left: 20, top: 15), - margin: const EdgeInsets.only(bottom: 10), - child: const Text( - "Amount", - style: TextStyle( - fontSize: 18, - color: Color(0xFfFB8D33), - fontWeight: FontWeight.bold), - ), - ), - Container( - padding: const EdgeInsets.all(15), - margin: const EdgeInsets.symmetric(horizontal: 20), - decoration: BoxDecoration( - border: Border.all(color: const Color(0xFFf5f5f5))), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - const Text( - "Total Amount", - ), - Text("₹ ${amounts['totalAmount']}") - ], - ), - ), - Container( - padding: const EdgeInsets.all(15), - margin: const EdgeInsets.symmetric(horizontal: 20), - decoration: BoxDecoration( - border: Border.all(color: const Color(0xFFf5f5f5))), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - const Text( - "Tax", - ), - Text("₹ ${amounts['tax']}"), - ], - ), - ), - Container( - padding: const EdgeInsets.all(15), - margin: const EdgeInsets.symmetric(horizontal: 20), - decoration: BoxDecoration( - border: Border.all(color: const Color(0xFFf5f5f5))), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - const Text( - "Total Payable Amount", - ), - Text("₹ ${amounts['totalPayable']}") - ], - ), - ), - ], - ), - BottomButton( - height: screenHeight / 10, - text: "Checkout", - onpressed: () => Navigator.push( - context, - MaterialPageRoute( - builder: (context) => PaymentPage( - hyperSDK: widget.hyperSDK, - amount: amounts['totalAmount'].toString(), - )))) - ], - ), - ); - } - - Map calculateAmount() { - var amounts = {}; - - amounts["totalAmount"] = - (widget.productOneCount + widget.productTwoCount).toDouble(); - - amounts["tax"] = (amounts["totalAmount"] ?? 0) * 0.01; - - amounts["totalPayable"] = - (amounts["totalAmount"] ?? 0) + (amounts["tax"] ?? 0); - - return amounts; - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/failed.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/failed.dart deleted file mode 100644 index 70ee469..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/failed.dart +++ /dev/null @@ -1,39 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../widgets/app_bar.dart'; - -class FailedScreen extends StatelessWidget { - const FailedScreen({Key? key}) : super(key: key); - - @override - Widget build(BuildContext context) { - return Scaffold( - appBar: customAppBar(text: "Payment Status"), - body: Column( - children: [ - Expanded( - flex: 1, - child: Container( - color: Colors.blue, - width: double.infinity, - alignment: Alignment.centerLeft, - padding: const EdgeInsets.symmetric(horizontal: 10), - child: const Text( - "Call process on HyperServices instance on Checkout Button Click", - style: TextStyle( - fontSize: 14, - ), - )), - ), - const Expanded( - flex: 8, - child: Center( - child: Text( - "Payment Failed!", - style: TextStyle(fontSize: 16, fontWeight: FontWeight.w600), - ), - )) - ], - )); - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/home.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/home.dart deleted file mode 100644 index 3f514e8..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/home.dart +++ /dev/null @@ -1,241 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; - -import 'package:hypersdk/hypersdk.dart'; -import 'package:uuid/uuid.dart'; - -import './checkout.dart'; - -import '../widgets/app_bar.dart'; -import '../widgets/bottom_button.dart'; - -class HomeScreen extends StatefulWidget { - final HyperSDK hyperSDK; - - const HomeScreen({Key? key, required this.hyperSDK}) : super(key: key); - - @override - _HomeScreenState createState() => _HomeScreenState(); -} - -class _HomeScreenState extends State { - var countProductOne = 0; - var countProductTwo = 0; - - @override - Widget build(BuildContext context) { - initiateHyperSDK(); - - var screenHeight = MediaQuery.of(context).size.height; - - return Scaffold( - appBar: customAppBar(text: "Home Screen"), - backgroundColor: Colors.white, - body: Column( - children: [ - Container( - color: const Color(0xFFF8F5F5), - height: screenHeight / 12, - child: Container( - width: double.infinity, - alignment: Alignment.centerLeft, - padding: const EdgeInsets.only(left: 20), - child: const Text( - "Juspay Payments SDK should be initiated on this screen", - style: TextStyle( - fontSize: 14, - ), - )), - ), - Container( - alignment: Alignment.centerLeft, - padding: const EdgeInsets.only(left: 20, top: 15), - child: const Text( - "Products", - style: TextStyle( - fontSize: 18, - color: Color(0xFfFB8D33), - fontWeight: FontWeight.bold), - ), - ), - Container( - height: screenHeight / 1.75, - margin: const EdgeInsets.symmetric(vertical: 8), - child: Column( - children: [ - singleProduct(screenHeight / 1.75, "one", countProductOne), - singleProduct(screenHeight / 1.75, "two", countProductTwo) - ], - ), - ), - BottomButton( - height: screenHeight / 10, - text: "Go to Cart", - onpressed: () => Navigator.push( - context, - MaterialPageRoute( - builder: (context) => CheckoutScreen( - productOneCount: countProductOne, - productTwoCount: countProductTwo, - hyperSDK: widget.hyperSDK, - )))) - ], - ), - ); - } - - void initiateHyperSDK() async { - // Check whether hyperSDK is already initialised - if (!await widget.hyperSDK.isInitialised()) { - // Getting initiate payload - // block:start:get-initiate-payload - var initiatePayload = { - "requestId": const Uuid().v4(), - "service": "in.juspay.hyperpay", - "payload": { - "action": "initiate", - "merchantId": "", - "clientId": "", - "environment": "production" - } - }; - // block:end:get-initiate-payload - - // Calling initiate on hyperSDK instance to boot up payment engine. - // block:start:initiate-sdk - await widget.hyperSDK.initiate(initiatePayload, initiateCallbackHandler); - // block:end:initiate-sdk - } - } - - // Define handler for inititate callback - // block:start:initiate-callback-handler - void initiateCallbackHandler(MethodCall methodCall) { - if (methodCall.method == "initiate_result") { - // check initiate result - } - } - // block:end:initiate-callback-handler - - Widget singleProduct(double height, String text, int itemCount) { - return Container( - padding: const EdgeInsets.symmetric(horizontal: 18), - height: height / 2, - child: Column( - children: [ - Container( - height: height / 4, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(8), - color: const Color(0xFFf5f5f5)), - ), - Container( - height: height / 4, - color: const Color(0xFFFFFFFF), - padding: const EdgeInsets.only(top: 10), - child: Column( - children: [ - Container( - alignment: Alignment.centerLeft, - margin: const EdgeInsets.only(bottom: 10), - child: Text( - "Product $text", - style: const TextStyle( - fontSize: 16, - fontWeight: FontWeight.w600, - ), - )), - Row( - children: [ - Expanded( - flex: 3, - child: RichText( - text: TextSpan(children: [ - const TextSpan( - text: "Price: Rs. 1/item", - style: - TextStyle(fontSize: 12, color: Colors.black)), - const TextSpan(text: "\n"), - const TextSpan( - text: "Awesome product description for", - style: - TextStyle(fontSize: 12, color: Colors.black)), - TextSpan( - text: "\nproduct $text", - style: const TextStyle( - fontSize: 12, color: Colors.black)), - ])), - ), - Expanded( - flex: 2, - child: Center( - child: Container( - margin: const EdgeInsets.symmetric(horizontal: 20), - height: height / 12, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(4), - border: - Border.all(color: Colors.black, width: 2)), - child: Row( - mainAxisAlignment: MainAxisAlignment.spaceAround, - children: [ - GestureDetector( - onTap: () => decreaseItemQuantity(text), - child: const Icon( - Icons.horizontal_rule_rounded, - color: Color(0xFF115390), - ), - ), - Text( - itemCount.toString(), - style: const TextStyle( - fontSize: 18, - fontWeight: FontWeight.bold, - color: Color(0xFFFB8D33)), - ), - GestureDetector( - onTap: () => increaseItemQuantity(text), - child: const Icon(Icons.add, - color: Color(0xFF115390))) - ], - ), - ), - )), - ], - ) - ], - ), - ) - ], - ), - ); - } - - void increaseItemQuantity(String text) { - if (text == "one") { - setState(() { - countProductOne += 1; - }); - } else { - setState(() { - countProductTwo += 1; - }); - } - } - - void decreaseItemQuantity(String text) { - if (text == "one") { - setState(() { - if (countProductOne != 0) { - countProductOne -= 1; - } - }); - } else { - setState(() { - if (countProductTwo != 0) { - countProductTwo -= 1; - } - }); - } - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/payment_page.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/payment_page.dart deleted file mode 100644 index c375e5c..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/payment_page.dart +++ /dev/null @@ -1,188 +0,0 @@ -import 'dart:convert'; -import 'dart:io'; - -import 'package:flutter/material.dart'; -import 'package:flutter/services.dart'; - -import 'package:hypersdk/hypersdk.dart'; - -import '../utils/generate_payload.dart'; -import './success.dart'; -import './failed.dart'; - -class PaymentPage extends StatefulWidget { - final HyperSDK hyperSDK; - final String amount; - const PaymentPage({Key? key, required this.hyperSDK, required this.amount}) - : super(key: key); - - @override - _PaymentPageState createState() => _PaymentPageState(); -} - -class _PaymentPageState extends State { - var showLoader = true; - var processCalled = false; - var paymentSuccess = false; - var paymentFailed = false; - - @override - Widget build(BuildContext context) { - if (!processCalled) { - callProcess(); - } - - navigateAfterPayment(context); - - // Overriding onBackPressed to handle hardware backpress - // block:start:onBackPressed - return WillPopScope( - onWillPop: () async { - if (Platform.isAndroid) { - var backpressResult = await widget.hyperSDK.onBackPress(); - - if (backpressResult.toLowerCase() == "true") { - return false; - } else { - return true; - } - } else { - return true; - } - }, - // block:end:onBackPressed - child: Container( - color: Colors.white, - child: Center( - child: showLoader ? const CircularProgressIndicator() : Container(), - ), - ), - ); - } - - void callProcess() async { - processCalled = true; - - // Get process payload from backend - // block:start:fetch-process-payload - var processPayload = await getProcessPayload(widget.amount); - // block:end:fetch-process-payload - - // Calling process on hyperSDK to open payment page - // block:start:process-sdk - await widget.hyperSDK.process(processPayload, hyperSDKCallbackHandler); - // block:end:process-sdk - } - - // Define handler for callbacks from hyperSDK - // block:start:callback-handler - void hyperSDKCallbackHandler(MethodCall methodCall) { - switch (methodCall.method) { - case "hide_loader": - setState(() { - showLoader = false; - }); - break; - case "process_result": - var args = {}; - - try { - args = json.decode(methodCall.arguments); - } catch (e) { - print(e); - } - - var error = args["error"] ?? false; - - var innerPayload = args["payload"] ?? {}; - - var status = innerPayload["status"] ?? " "; - var pi = innerPayload["paymentInstrument"] ?? " "; - var pig = innerPayload["paymentInstrumentGroup"] ?? " "; - - if (!error) { - switch (status) { - case "charged": - { - // block:start:check-order-status - // Successful Transaction - // check order status via S2S API - // block:end:check-order-status - setState(() { - paymentSuccess = true; - paymentFailed = false; - }); - } - break; - case "cod_initiated": - { - // User opted for cash on delivery option displayed on payment page - } - break; - } - } else { - var errorCode = args["errorCode"] ?? " "; - var errorMessage = args["errorMessage"] ?? " "; - switch (status) { - case "backpressed": - { - // user back-pressed from PP without initiating any txn - setState(() { - paymentFailed = true; - paymentSuccess = false; - }); - } - break; - case "user_aborted": - { - // user initiated a txn and pressed back - // check order status via S2S API - } - break; - case "pending_vbv": - {} - break; - case "authorizing": - { - // txn in pending state - // check order status via S2S API - } - break; - case "authorization_failed": - {} - break; - case "authentication_failed": - {} - break; - case "api_failure": - { - // txn failed - // check order status via S2S API - } - break; - case "new": - { - // order created but txn failed - // check order status via S2S API - } - break; - } - } - } - } - // block:end:callback-handler - - void navigateAfterPayment(BuildContext context) { - if (paymentSuccess) { - WidgetsBinding.instance?.addPostFrameCallback((_) { - Navigator.pushReplacement(context, - MaterialPageRoute(builder: (context) => const SuccessScreen())); - }); - } else if (paymentFailed) { - WidgetsBinding.instance?.addPostFrameCallback((_) { - Navigator.pushReplacement(context, - MaterialPageRoute(builder: (context) => const FailedScreen())); - }); - } - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/success.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/success.dart deleted file mode 100644 index ecd56e8..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/screens/success.dart +++ /dev/null @@ -1,39 +0,0 @@ -import 'package:flutter/material.dart'; - -import '../widgets/app_bar.dart'; - -class SuccessScreen extends StatelessWidget { - const SuccessScreen({Key? key}) : super(key: key); - - @override - Widget build(BuildContext context) { - return Scaffold( - appBar: customAppBar(text: "Payment Status"), - body: Column( - children: [ - Expanded( - flex: 1, - child: Container( - color: Colors.blue, - width: double.infinity, - alignment: Alignment.centerLeft, - padding: const EdgeInsets.symmetric(horizontal: 10), - child: const Text( - "Call process on HyperServices instance on Checkout Button Click", - style: TextStyle( - fontSize: 14, - ), - )), - ), - const Expanded( - flex: 8, - child: Center( - child: Text( - "Payment Successful!", - style: TextStyle(fontSize: 16, fontWeight: FontWeight.w600), - ), - )) - ], - )); - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/widgets/app_bar.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/widgets/app_bar.dart deleted file mode 100644 index c631ace..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/widgets/app_bar.dart +++ /dev/null @@ -1,15 +0,0 @@ -import 'package:flutter/material.dart'; - -AppBar customAppBar({required String text}) { - return AppBar( - title: Column( - mainAxisAlignment: MainAxisAlignment.center, - crossAxisAlignment: CrossAxisAlignment.start, - children: [ - const Text("Juspay SDK Integration Demo",style: TextStyle(fontSize: 12)), - const SizedBox(height: 5,), - Text(text,style: const TextStyle(fontSize: 16)), - ]), - backgroundColor: const Color(0xFF2E2B2C), - ); -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/widgets/bottom_button.dart b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/widgets/bottom_button.dart deleted file mode 100644 index c32302c..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/lib/widgets/bottom_button.dart +++ /dev/null @@ -1,34 +0,0 @@ -import 'package:flutter/material.dart'; - -class BottomButton extends StatelessWidget { - final double height; - final String text; - final Function onpressed; - - const BottomButton({Key? key, required this.height, required this.text, required this.onpressed}) - : super(key: key); - - @override - Widget build(BuildContext context) { - return Container( - height: height, - width: double.infinity, - margin: const EdgeInsets.symmetric(vertical: 4), - padding: const EdgeInsets.symmetric(vertical: 20, horizontal: 10), - child: InkWell( - onTap: () => onpressed(), - child: Container( - alignment: Alignment.center, - decoration: BoxDecoration( - color: const Color(0xFF115390), - borderRadius: BorderRadius.circular(4)), - child: Text( - text, - style: const TextStyle( - color: Colors.white, fontSize: 16, fontWeight: FontWeight.w600), - ), - ), - ), - ); - } -} diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/pubspec.lock b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/pubspec.lock deleted file mode 100644 index 3cb47d9..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/pubspec.lock +++ /dev/null @@ -1,210 +0,0 @@ -# Generated by pub -# See https://dart.dev/tools/pub/glossary#lockfile -packages: - async: - dependency: transitive - description: - name: async - url: "https://pub.dartlang.org" - source: hosted - version: "2.8.2" - boolean_selector: - dependency: transitive - description: - name: boolean_selector - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" - characters: - dependency: transitive - description: - name: characters - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" - clock: - dependency: transitive - description: - name: clock - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" - collection: - dependency: transitive - description: - name: collection - url: "https://pub.dartlang.org" - source: hosted - version: "1.16.0" - crypto: - dependency: transitive - description: - name: crypto - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.1" - cupertino_icons: - dependency: "direct main" - description: - name: cupertino_icons - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.4" - dio: - dependency: "direct main" - description: - name: dio - url: "https://pub.dartlang.org" - source: hosted - version: "4.0.6" - fake_async: - dependency: transitive - description: - name: fake_async - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.0" - flutter: - dependency: "direct main" - description: flutter - source: sdk - version: "0.0.0" - flutter_lints: - dependency: "direct dev" - description: - name: flutter_lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.4" - flutter_test: - dependency: "direct dev" - description: flutter - source: sdk - version: "0.0.0" - http_parser: - dependency: transitive - description: - name: http_parser - url: "https://pub.dartlang.org" - source: hosted - version: "4.0.1" - hypersdk: - dependency: "direct main" - description: - name: hypersdk - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.3" - lints: - dependency: transitive - description: - name: lints - url: "https://pub.dartlang.org" - source: hosted - version: "1.0.1" - matcher: - dependency: transitive - description: - name: matcher - url: "https://pub.dartlang.org" - source: hosted - version: "0.12.11" - material_color_utilities: - dependency: transitive - description: - name: material_color_utilities - url: "https://pub.dartlang.org" - source: hosted - version: "0.1.4" - meta: - dependency: transitive - description: - name: meta - url: "https://pub.dartlang.org" - source: hosted - version: "1.7.0" - path: - dependency: transitive - description: - name: path - url: "https://pub.dartlang.org" - source: hosted - version: "1.8.1" - sky_engine: - dependency: transitive - description: flutter - source: sdk - version: "0.0.99" - source_span: - dependency: transitive - description: - name: source_span - url: "https://pub.dartlang.org" - source: hosted - version: "1.8.2" - stack_trace: - dependency: transitive - description: - name: stack_trace - url: "https://pub.dartlang.org" - source: hosted - version: "1.10.0" - stream_channel: - dependency: transitive - description: - name: stream_channel - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.0" - string_scanner: - dependency: transitive - description: - name: string_scanner - url: "https://pub.dartlang.org" - source: hosted - version: "1.1.0" - term_glyph: - dependency: transitive - description: - name: term_glyph - url: "https://pub.dartlang.org" - source: hosted - version: "1.2.0" - test_api: - dependency: transitive - description: - name: test_api - url: "https://pub.dartlang.org" - source: hosted - version: "0.4.9" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.0" - uuid: - dependency: "direct main" - description: - name: uuid - url: "https://pub.dartlang.org" - source: hosted - version: "3.0.6" - vector_math: - dependency: transitive - description: - name: vector_math - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.2" -sdks: - dart: ">=2.17.0-0 <3.0.0" - flutter: ">=1.20.0" diff --git a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/pubspec.yaml b/payment-page-flutter/payment-page-flutter-flutter-integration-demo/pubspec.yaml deleted file mode 100644 index dd8201b..0000000 --- a/payment-page-flutter/payment-page-flutter-flutter-integration-demo/pubspec.yaml +++ /dev/null @@ -1,95 +0,0 @@ -name: doc_app -description: A new Flutter project. - -# The following line prevents the package from being accidentally published to -# pub.dev using `flutter pub publish`. This is preferred for private packages. -publish_to: 'none' # Remove this line if you wish to publish to pub.dev - -# The following defines the version and build number for your application. -# A version number is three numbers separated by dots, like 1.2.43 -# followed by an optional build number separated by a +. -# Both the version and the builder number may be overridden in flutter -# build by specifying --build-name and --build-number, respectively. -# In Android, build-name is used as versionName while build-number used as versionCode. -# Read more about Android versioning at https://developer.android.com/studio/publish/versioning -# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. -# Read more about iOS versioning at -# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 - -environment: - sdk: ">=2.12.0 <3.0.0" - -# Dependencies specify other packages that your package needs in order to work. -# To automatically upgrade your package dependencies to the latest versions -# consider running `flutter pub upgrade --major-versions`. Alternatively, -# dependencies can be manually updated by changing the version numbers below to -# the latest version available on pub.dev. To see which dependencies have newer -# versions available, run `flutter pub outdated`. -dependencies: - flutter: - sdk: flutter - uuid: ^3.0.5 - dio: ^4.0.6 -# Applying HyperAssets plugin -# block:start:add-dependency - hypersdkflutter: ^3.0.8 -# block:end:add-dependency - - - # The following adds the Cupertino Icons font to your application. - # Use with the CupertinoIcons class for iOS style icons. - cupertino_icons: ^1.0.2 - -dev_dependencies: - flutter_test: - sdk: flutter - - # The "flutter_lints" package below contains a set of recommended lints to - # encourage good coding practices. The lint set provided by the package is - # activated in the `analysis_options.yaml` file located at the root of your - # package. See that file for information about deactivating specific lint - # rules and activating additional ones. - flutter_lints: ^1.0.0 - -# For information on the generic Dart part of this file, see the -# following page: https://dart.dev/tools/pub/pubspec - -# The following section is specific to Flutter. -flutter: - - # The following line ensures that the Material Icons font is - # included with your application, so that you can use the icons in - # the material Icons class. - uses-material-design: true - - # To add assets to your application, add an assets section, like this: - # assets: - # - images/a_dot_burr.jpeg - # - images/a_dot_ham.jpeg - - # An image asset can refer to one or more resolution-specific "variants", see - # https://flutter.dev/assets-and-images/#resolution-aware. - - # For details regarding adding assets from package dependencies, see - # https://flutter.dev/assets-and-images/#from-packages - - # To add custom fonts to your application, add a fonts section here, - # in this "flutter" section. Each entry in this list should have a - # "family" key with the font family name, and a "fonts" key with a - # list giving the asset and other descriptors for the font. For - # example: - # fonts: - # - family: Schyler - # fonts: - # - asset: fonts/Schyler-Regular.ttf - # - asset: fonts/Schyler-Italic.ttf - # style: italic - # - family: Trajan Pro - # fonts: - # - asset: fonts/TrajanPro.ttf - # - asset: fonts/TrajanPro_Bold.ttf - # weight: 700 - # - # For details regarding fonts from package dependencies, - # see https://flutter.dev/custom-fonts/#from-packages diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Headers/Hyper.h b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Headers/Hyper.h deleted file mode 100755 index 07a7b98..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Headers/Hyper.h +++ /dev/null @@ -1,317 +0,0 @@ -// -// Hyper.h -// HyperSDK -// -// Copyright © Juspay Technologies. All rights reserved. -// - -#import -#import - -@protocol HyperDelegate - -@optional - -- (UIView * _Nullable)merchantViewForViewType:(NSString * _Nonnull)viewType; - -/** - Delegate method will be triggered once JuspaySafeBrowser's webview is initialized. - - @param webView The web view object. -*/ -- (void)onWebViewReady:(WKWebView * _Nonnull)webView; - -@end - -@interface Hyper : NSObject - -//////////////////////////// Start of depreceated methods //////////////////////// - -/** - Response block for communicating between service to callee. - - @param status Status after execution of service. - @param responseData Response from service once execution is complete. - @param error Error object with details if any error has occurred. - - @since v0.1 - */ -typedef void (^HyperResponseBlock)(int status, id _Nullable responseData, NSError * _Nullable error); - -/** - Response block for communicating logs between service to callee. - - @param logData Logs being passed from service. - - @since v0.1 - */ -typedef void (^HyperLogBlock)(id _Nonnull logData); - -/** - Callback block for communicating between callee to service . - - @param data Data being passed for service. - - @since v0.1 - */ -typedef void (^CallbackBlock)(NSDictionary* _Nonnull data); - -/** - Callback block to handle various callbacks/outputs from the SDK when process is called. - - @param data Response from service once execution is complete. - */ -typedef void (^HyperResponseHandler)(NSDictionary* _Nonnull data); - -/** - Callback block for communicating between callee to service . - - @param data Data being passed from service to callee. - @param callback Callback to be triggered if required. - - @since v0.1 - */ -typedef void (^HyperCommunicationBlock)(id _Nonnull data, CallbackBlock _Nonnull callback); - -/** - Hides bottom bar to provide more screen. - - @since v0.1 - */ -@property (nonatomic) BOOL shouldHideBottomBarWhenPushed; - -/** - Data passed by calling app. Contains services to start - Mandatory to pass {"service":"service to be started"}. - @warning `data` must have a valid service of type `{"service":"service to be started"}`. - - @since v0.1 - */ -@property (nonatomic, strong, nonnull) NSDictionary *data; - -///--------------------- -/// @name Hyper entry points -///--------------------- - -/** - Entry point for starting hyper. - - @param viewController Reference ViewController marked as starting point of view. - @param data Data params to be passed for service - Mandatory to pass {"service":"service to be started"}. - @param callback HyperResponse callback returns status and additional data required to calling process. - @warning `data` must have a valid service of type `{"service":"service to be started"}`. - - @since v0.1 - */ -- (void)startViewController:(nonnull UIViewController*)viewController data:(nonnull NSDictionary*)data callback:(nonnull HyperResponseBlock)callback; - -/** - Entry point for starting hyper. - - @param viewController Reference ViewController marked as starting point of view. - @param data Data params to be passed for service - Mandatory to pass {"service":"service to be started"}. - @param logs HyperLog callback returns logs from hyper modules. - @param comm HyperCommunication used to pass data to and from calling service in current running service. - @param callback HyperResponse callback returns status and additional data required to calling process. - @warning `data` must have a valid service of type `{"service":"service to be started"}`. - - @since v0.1 - */ -- (void)startViewController:(nonnull UIViewController*)viewController data:(nonnull NSDictionary*)data logCallback:(nullable HyperLogBlock)logs commBlock:(nullable HyperCommunicationBlock)comm callback:( nonnull HyperResponseBlock)callback; - -/** - Callback to be triggered by merchant. - - @return Callbackblock which contains a dictionary. - - @since v0.1 - */ -- (CallbackBlock _Nullable )onMerchantEvent; - -/** - For updating assets and establishing connections. - - @since v0.1 - */ -- (void)preFetch:(NSDictionary*_Nonnull)data __attribute__((deprecated("Replaced by +preFetch:"))); - -/** - For clearing local cached data. - - @since v0.2 - */ -+ (void)clearCache; -//////////////////////////// End of depreceated methods //////////////////////// - -#pragma (All methods above are depreciated and will be removed in future releases) -#pragma mark - SDK Integration - -/** - Callback block for communicating between callee to service . - - @param data Data being passed for service. - - @since v0.4 - */ -typedef void (^HyperEventsCallback)(NSDictionary* _Nonnull data); - -/** - Callback block to handle various callbacks/outputs from the SDK. - - @param data Response data from SDK once execution is complete. - - @since v0.4 - */ -typedef void (^HyperSDKCallback)(NSDictionary* _Nullable data); - -/** - Custom loader to be shown in case of network calls. - - @since v0.1 - */ -@property (nonatomic, strong, nullable) UIView *activityIndicator; - -/** - Merchant view will be visible on top of rendered micro app. - - @since v0.2 - */ -@property (nonatomic, strong, nullable) UIView *merchantView; - -/** - Base view controller. - - @since v0.4 - */ -@property (nonatomic, weak, nullable) UIViewController *baseViewController; - - -/** - HyperSDK callback. - - @since v0.4 - */ -@property (nonatomic, copy, nullable) HyperSDKCallback hyperSDKCallback; - - -/** - Return the current version of SDK. - - @return Version number in string representation. - - @since v0.1 - */ -+(NSString*_Nonnull)HyperSDKVersion; - - -/** -@property hyperDelegate -*/ - -@property (nonatomic, weak) id _Nullable hyperDelegate; - -/** - For updating assets and establishing connections. - - @since v0.2 - */ -+ (void)preFetch:(NSDictionary*_Nonnull)data; - -/** - Callback to be triggered by merchant. - - @return HyperEventsCallback to be triggered for passing data back. - - @since v0.4 - */ -- (HyperEventsCallback _Nullable )merchantEvent; - -/** - * Handles the redirection back to the app from the PWA UI - * - * @param url the redirect URL - * @param sourceApplication the sourceApplication where it comes from - * - * @return whether the response with the URl was handled successfully or not. - * - */ -+ (BOOL)handleRedirectURL:(NSURL * _Nonnull)url sourceApplication:(NSString * _Nonnull)sourceApplication; - -/** -Check if current instance is intialized. - - This method is deprecated because of spelling mistake. - Both methods will continue to be supported but please move to non-deprecated method. - -@since v2.0 -*/ -- (Boolean)isInitialized __deprecated; - -/** -Check if current instance is intialized. - - This method is deprecated because of spelling mistake. - Both methods will continue to be supported but please move to non-deprecated method. - -@since v2.0 -*/ -- (Boolean)isIntialized __deprecated; - -/** -Check if current instance is Initialised. - -@since v2.0 -*/ -- (Boolean)isInitialised; - -///--------------------- -/// @name Hyper entry points -///--------------------- - -/** - For initiating Hyper engine. - - @param viewController Reference ViewController marked as starting point of view. Requires view to have a base UINavigationController. - @param initiationPayload Payload required for starting up engine. - @param callback Callback block to handle various callbacks or events triggered by SDK. - - @since v0.4 - */ -- (void)initiate:(UIViewController * _Nonnull)viewController payload:(NSDictionary * _Nonnull)initiationPayload callback:(HyperSDKCallback _Nonnull)callback; - -/** - To perform an action. - - @param processPayload Payload required for the operation. - - @since v0.4 - */ -- (void)process:(NSDictionary * _Nullable)processPayload; - -/** - To stop Hyper engine. - - @since v0.4 - */ - -- (void)terminate; - - -/** - To stop a performed action. - - @param terminatePayload Payload required for the operation. - - @since v0.4 - */ - -- (void)terminateProcess:(NSDictionary * _Nullable)terminatePayload; - -@end - -/** -HyperServices sub-class to allow uniform class calls across OS. - -@since v2.0 -*/ -@interface HyperServices : Hyper -@end diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Headers/HyperSDK.h b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Headers/HyperSDK.h deleted file mode 100755 index 8b32db2..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Headers/HyperSDK.h +++ /dev/null @@ -1,9 +0,0 @@ -// -// HyperSDK.h -// HyperSDK -// -// Copyright © Juspay Technologies. All rights reserved. -// - -#import -#import "Hyper.h" diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/HyperSDK b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/HyperSDK deleted file mode 100755 index 825fe20..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/HyperSDK and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Info.plist b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Info.plist deleted file mode 100644 index 713bca2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Info.plist and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Modules/module.modulemap b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Modules/module.modulemap deleted file mode 100644 index 2c973cc..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module HyperSDK { - umbrella header "HyperSDK.h" - - export * - module * { export * } -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-Bold.ttf b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-Bold.ttf deleted file mode 100644 index efdd5e8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-Bold.ttf and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-Regular.ttf b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-Regular.ttf deleted file mode 100644 index 29bfd35..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-Regular.ttf and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-SemiBold.ttf b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-SemiBold.ttf deleted file mode 100644 index 54e7059..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/OpenSans-SemiBold.ttf and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/add_upi_id.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/add_upi_id.png deleted file mode 100644 index e0013d7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/add_upi_id.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/amazonpay_wallet.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/amazonpay_wallet.png deleted file mode 100644 index bea0b2c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/amazonpay_wallet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ambient_shadow_zeight.9.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ambient_shadow_zeight.9.png deleted file mode 100644 index f7e2193..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ambient_shadow_zeight.9.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/approve_upi_payment.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/approve_upi_payment.png deleted file mode 100644 index e6a5986..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/approve_upi_payment.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/back_arrow_fmcg.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/back_arrow_fmcg.png deleted file mode 100644 index f32c21b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/back_arrow_fmcg.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bank_axis_name.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bank_axis_name.png deleted file mode 100644 index 3e0b3d1..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bank_axis_name.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bank_icici_name.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bank_icici_name.png deleted file mode 100644 index 0596534..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bank_icici_name.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bell_upi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bell_upi.png deleted file mode 100644 index 773fb65..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bell_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/black_tick.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/black_tick.png deleted file mode 100644 index 3c8aa42..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/black_tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/boot_loader.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/boot_loader.html deleted file mode 100755 index 439d050..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/boot_loader.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet.png deleted file mode 100644 index 69aad10..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet_icon_one.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet_icon_one.png deleted file mode 100644 index 5bdc368..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet_icon_one.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet_icon_two.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet_icon_two.png deleted file mode 100644 index 6fe88a9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/bullet_icon_two.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_less_emi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_less_emi.png deleted file mode 100644 index a6da109..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_less_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_security.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_security.png deleted file mode 100644 index 7e89a80..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_security.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_americanexp.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_americanexp.png deleted file mode 100644 index 06e74ba..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_americanexp.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_amex.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_amex.png deleted file mode 100644 index b97050b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_amex.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_dhani.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_dhani.png deleted file mode 100644 index 01389dd..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_dhani.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners.png deleted file mode 100644 index 225471e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners_club_carte_blanche.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners_club_carte_blanche.png deleted file mode 100644 index eb97431..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners_club_carte_blanche.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners_club_international.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners_club_international.png deleted file mode 100644 index 6f8f20d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_diners_club_international.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_discover.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_discover.png deleted file mode 100644 index d138116..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_discover.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_jcb.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_jcb.png deleted file mode 100644 index f318a67..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_jcb.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_laser.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_laser.png deleted file mode 100644 index 39c1571..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_laser.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_maestro.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_maestro.png deleted file mode 100644 index ce43db3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_maestro.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_master.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_master.png deleted file mode 100644 index 0adac55..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_master.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_mastercard.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_mastercard.png deleted file mode 100644 index 53cb899..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_mastercard.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_rupay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_rupay.png deleted file mode 100644 index 5916dfd..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_rupay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_sodexo.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_sodexo.png deleted file mode 100644 index 513bfd9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_sodexo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_visa.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_visa.png deleted file mode 100644 index d1e1c08..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_visa.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_visa_electron.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_visa_electron.png deleted file mode 100644 index 3f358d8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/card_type_visa_electron.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cards.xml b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cards.xml deleted file mode 100644 index 5d70ac7..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cards.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox.png deleted file mode 100644 index ae1ee17..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox1.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox1.png deleted file mode 100644 index 07a3232..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox1.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox_square.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox_square.png deleted file mode 100644 index 6e37078..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checkbox_square.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checklist_upi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checklist_upi.png deleted file mode 100644 index 2980c4a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/checklist_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/circular_radio_button.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/circular_radio_button.png deleted file mode 100644 index 9eab2cb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/circular_radio_button.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cred.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cred.png deleted file mode 100644 index c49f9df..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cred.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/credit_card_emi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/credit_card_emi.png deleted file mode 100644 index a6f8ab4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/credit_card_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cross.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cross.png deleted file mode 100644 index 208a55e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cross.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cross_white.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cross_white.png deleted file mode 100644 index cda4434..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/cross_white.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/debit_card_emi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/debit_card_emi.png deleted file mode 100644 index a6f8ab4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/debit_card_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/error.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/error.png deleted file mode 100644 index ee01e53..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/error.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expan_upi_apps.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expan_upi_apps.png deleted file mode 100644 index 38fcbef..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expan_upi_apps.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_cod.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_cod.png deleted file mode 100644 index 69912de..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_cod.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_net_banking.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_net_banking.png deleted file mode 100644 index b76c46b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_net_banking.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_saved_payment_options.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_saved_payment_options.png deleted file mode 100644 index 8c7956b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_saved_payment_options.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_upi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_upi.png deleted file mode 100644 index bc22799..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_upi_collect.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_upi_collect.png deleted file mode 100644 index 37cafa0..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_upi_collect.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_wallet.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_wallet.png deleted file mode 100644 index 7844241..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expand_wallet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expnad_add_card.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expnad_add_card.png deleted file mode 100644 index 77f793c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/expnad_add_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/eye_hide_grey.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/eye_hide_grey.png deleted file mode 100644 index 2a6e6cb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/eye_hide_grey.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/eye_show_grey.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/eye_show_grey.png deleted file mode 100644 index a458844..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/eye_show_grey.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/failure_red.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/failure_red.png deleted file mode 100644 index 7dffad0..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/failure_red.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/food_card.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/food_card.png deleted file mode 100644 index 0b51d93..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/food_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/google_pay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/google_pay.png deleted file mode 100644 index e186b37..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/google_pay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/green_plus.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/green_plus.png deleted file mode 100644 index 71c9d3e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/green_plus.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/grid_tick.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/grid_tick.png deleted file mode 100644 index d80bff1..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/grid_tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/hovering_msg_background.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/hovering_msg_background.png deleted file mode 100644 index 865ffb5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/hovering_msg_background.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_airtelmoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_airtelmoney.png deleted file mode 100644 index 35f741c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_airtelmoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_alipay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_alipay.png deleted file mode 100644 index 54acce5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_alipay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_amazonpay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_amazonpay.png deleted file mode 100644 index 108b05f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_amazonpay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_amexezeclick.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_amexezeclick.png deleted file mode 100644 index 5bb9f9a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_amexezeclick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_applepay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_applepay.png deleted file mode 100644 index 210fd3c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_applepay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_arrow_down.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_arrow_down.png deleted file mode 100644 index 73f513c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_arrow_down.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_arrow_up.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_arrow_up.png deleted file mode 100644 index 8f351bf..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_arrow_up.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_back_arrow.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_back_arrow.png deleted file mode 100644 index 75dd361..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_back_arrow.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_0999.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_0999.png deleted file mode 100644 index 01389dd..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_0999.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_113652.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_113652.png deleted file mode 100644 index 87a30e4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_113652.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_142094.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_142094.png deleted file mode 100644 index 04c3c1e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_142094.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_143442.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_143442.png deleted file mode 100644 index 27be642..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_143442.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_193025.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_193025.png deleted file mode 100644 index 5f6ce1b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_193025.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_199641.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_199641.png deleted file mode 100644 index 81bb12b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_199641.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_221122.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_221122.png deleted file mode 100644 index 3a63c95..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_221122.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223311.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223311.png deleted file mode 100644 index 2979795..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223311.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223312.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223312.png deleted file mode 100644 index ba91db4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223312.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223322.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223322.png deleted file mode 100644 index 56ae609..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_223322.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_259789.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_259789.png deleted file mode 100644 index 1b3ad48..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_259789.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_261929.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_261929.png deleted file mode 100644 index de38f27..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_261929.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_326666.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_326666.png deleted file mode 100644 index 3a746f6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_326666.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_354262.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_354262.png deleted file mode 100644 index a4c8374..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_354262.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_411122.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_411122.png deleted file mode 100644 index 3b77f87..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_411122.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_416572.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_416572.png deleted file mode 100644 index 9365050..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_416572.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_431870.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_431870.png deleted file mode 100644 index 98003b8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_431870.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_436360.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_436360.png deleted file mode 100644 index 2032256..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_436360.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_441671.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_441671.png deleted file mode 100644 index 70b6a13..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_441671.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_442212.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_442212.png deleted file mode 100644 index 2b966c4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_442212.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_455012.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_455012.png deleted file mode 100644 index ee8b85b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_455012.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_468233.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_468233.png deleted file mode 100644 index 60f27ea..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_468233.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_493541.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_493541.png deleted file mode 100644 index 2b370ae..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_493541.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500001.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500001.png deleted file mode 100644 index c7e071c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500001.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500002.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500002.png deleted file mode 100644 index 0a068d0..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500002.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500003.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500003.png deleted file mode 100644 index 012aaf2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500003.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500004.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500004.png deleted file mode 100644 index c7f78e7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500004.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500005.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500005.png deleted file mode 100644 index c7e071c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_500005.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_506286.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_506286.png deleted file mode 100644 index cbab68a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_506286.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508500.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508500.png deleted file mode 100644 index 61d12ad..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508500.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508505.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508505.png deleted file mode 100644 index 7920e8e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508505.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508507.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508507.png deleted file mode 100644 index a3325fd..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508507.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508508.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508508.png deleted file mode 100644 index 94f2eed..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508508.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508512.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508512.png deleted file mode 100644 index c9bd024..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508512.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508517.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508517.png deleted file mode 100644 index 7633ad6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508517.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508532.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508532.png deleted file mode 100644 index 845bb0b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508532.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508534.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508534.png deleted file mode 100644 index f7013ef..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508534.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508541.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508541.png deleted file mode 100644 index 47fcde1..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508541.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508547.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508547.png deleted file mode 100644 index bd3fac4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508547.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508548.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508548.png deleted file mode 100644 index 428ddfe..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508548.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508568.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508568.png deleted file mode 100644 index 012aaf2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508568.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508585.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508585.png deleted file mode 100644 index 97e8b8d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508585.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508753.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508753.png deleted file mode 100644 index 21d0320..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508753.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508794.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508794.png deleted file mode 100644 index 9ac3e9b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508794.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508991.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508991.png deleted file mode 100644 index 4f37d75..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508991.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508998.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508998.png deleted file mode 100644 index 11f42a9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_508998.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_511308.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_511308.png deleted file mode 100644 index d8e4a25..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_511308.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_515948.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_515948.png deleted file mode 100644 index 712c88a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_515948.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_525847.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_525847.png deleted file mode 100644 index bc8a8f8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_525847.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_528293.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_528293.png deleted file mode 100644 index c78cd6f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_528293.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_548748.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_548748.png deleted file mode 100644 index 335a12d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_548748.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606060.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606060.png deleted file mode 100644 index e8f4f80..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606060.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606985.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606985.png deleted file mode 100644 index ed14b51..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606985.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606993.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606993.png deleted file mode 100644 index 9966692..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606993.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606995.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606995.png deleted file mode 100644 index 3ccad73..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_606995.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607000.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607000.png deleted file mode 100644 index 4a74ceb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607000.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607028.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607028.png deleted file mode 100644 index 3435a70..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607028.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607051.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607051.png deleted file mode 100644 index 369a06e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607051.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607055.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607055.png deleted file mode 100644 index 0b3b6ad..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607055.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607057.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607057.png deleted file mode 100644 index 72675d6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607057.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607058.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607058.png deleted file mode 100644 index f01684c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607058.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607062.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607062.png deleted file mode 100644 index 7792cec..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607062.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607064.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607064.png deleted file mode 100644 index c7a0ea7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607064.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607065.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607065.png deleted file mode 100644 index c8201c2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607065.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607066.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607066.png deleted file mode 100644 index 7808b6e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607066.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607075.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607075.png deleted file mode 100644 index d7288b5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607075.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607080.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607080.png deleted file mode 100644 index ffc7111..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607080.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607084.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607084.png deleted file mode 100644 index 6794a28..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607084.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607087.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607087.png deleted file mode 100644 index 9882664..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607087.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607090.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607090.png deleted file mode 100644 index a55942a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607090.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607091.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607091.png deleted file mode 100644 index c595316..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607091.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607095.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607095.png deleted file mode 100644 index 26e52c4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607095.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607099.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607099.png deleted file mode 100644 index d8f71b1..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607099.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607100.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607100.png deleted file mode 100644 index 102d080..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607100.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607101.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607101.png deleted file mode 100644 index a63d142..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607101.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607104.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607104.png deleted file mode 100644 index f49365d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607104.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607105.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607105.png deleted file mode 100644 index 1f0df20..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607105.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607115.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607115.png deleted file mode 100644 index 4b13ca1..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607115.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607117.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607117.png deleted file mode 100644 index 78c3f2f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607117.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607121.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607121.png deleted file mode 100644 index c193d6f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607121.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607122.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607122.png deleted file mode 100644 index 6058e5a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607122.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607124.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607124.png deleted file mode 100644 index eef1d27..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607124.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607126.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607126.png deleted file mode 100644 index 75fdceb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607126.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607130.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607130.png deleted file mode 100644 index 7f5c69e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607130.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607131.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607131.png deleted file mode 100644 index 918a6c3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607131.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607152.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607152.png deleted file mode 100644 index ada9807..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607152.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607153.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607153.png deleted file mode 100644 index a75e41b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607153.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607158.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607158.png deleted file mode 100644 index b587e12..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607158.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607165.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607165.png deleted file mode 100644 index 1114372..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607165.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607167.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607167.png deleted file mode 100644 index 527a286..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607167.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607170.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607170.png deleted file mode 100644 index a60c3d4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607170.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607184.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607184.png deleted file mode 100644 index 8447f7d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607184.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607187.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607187.png deleted file mode 100644 index 8555eb2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607187.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607189.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607189.png deleted file mode 100644 index ebf4118..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607189.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607195.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607195.png deleted file mode 100644 index a8d69d2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607195.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607197.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607197.png deleted file mode 100644 index 4721693..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607197.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607198.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607198.png deleted file mode 100644 index 7a2460b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607198.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607200.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607200.png deleted file mode 100644 index 2611b61..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607200.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607202.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607202.png deleted file mode 100644 index ef8aa5f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607202.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607206.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607206.png deleted file mode 100644 index 905edfa..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607206.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607210.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607210.png deleted file mode 100644 index 6f7335c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607210.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607212.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607212.png deleted file mode 100644 index 8f3aa50..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607212.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607214.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607214.png deleted file mode 100644 index 18892f9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607214.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607222.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607222.png deleted file mode 100644 index 20856be..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607222.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607223.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607223.png deleted file mode 100644 index 0f0d812..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607223.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607230.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607230.png deleted file mode 100644 index 2b36340..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607230.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607241.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607241.png deleted file mode 100644 index 1747b02..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607241.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607249.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607249.png deleted file mode 100644 index 226ea22..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607249.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607258.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607258.png deleted file mode 100644 index ca26364..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607258.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607261.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607261.png deleted file mode 100644 index 67325f3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607261.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607270.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607270.png deleted file mode 100644 index 80024c9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607270.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607273.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607273.png deleted file mode 100644 index a3f3e9c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607273.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607276.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607276.png deleted file mode 100644 index a89b307..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607276.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607280.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607280.png deleted file mode 100644 index 513aff5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607280.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607290.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607290.png deleted file mode 100644 index 50499a8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607290.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607291.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607291.png deleted file mode 100644 index e4b5f72..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607291.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607308.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607308.png deleted file mode 100644 index 1822580..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607308.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607320.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607320.png deleted file mode 100644 index 50d6d15..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607320.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607324.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607324.png deleted file mode 100644 index ad7200c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607324.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607339.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607339.png deleted file mode 100644 index 430b087..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607339.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607354.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607354.png deleted file mode 100644 index 8249c4c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607354.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607363.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607363.png deleted file mode 100644 index a6a0b80..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607363.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607377.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607377.png deleted file mode 100644 index 2acd644..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607377.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607387.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607387.png deleted file mode 100644 index 3661e1c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607387.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607389.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607389.png deleted file mode 100644 index b61be95..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607389.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607393.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607393.png deleted file mode 100644 index ba0645e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607393.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607394.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607394.png deleted file mode 100644 index 19cecf5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607394.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607420.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607420.png deleted file mode 100644 index a3b9921..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607420.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607440.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607440.png deleted file mode 100644 index 6cffa6a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607440.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607442.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607442.png deleted file mode 100644 index f456792..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607442.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607476.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607476.png deleted file mode 100644 index 07f77fe..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607476.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607485.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607485.png deleted file mode 100644 index 110be0b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607485.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607506.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607506.png deleted file mode 100644 index dfec9c5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607506.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607509.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607509.png deleted file mode 100644 index 6f89e93..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607509.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607544.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607544.png deleted file mode 100644 index 5730189..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607544.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607592.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607592.png deleted file mode 100644 index 744a240..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607592.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607621.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607621.png deleted file mode 100644 index ee08f50..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607621.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607689.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607689.png deleted file mode 100644 index 75f8aeb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_607689.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608001.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608001.png deleted file mode 100644 index 2f337d0..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608001.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608032.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608032.png deleted file mode 100644 index 5d60a31..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608032.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608088.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608088.png deleted file mode 100644 index 257077d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608088.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608117.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608117.png deleted file mode 100644 index f853790..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_608117.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_612345.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_612345.png deleted file mode 100644 index 01bcd4f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_612345.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_612356.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_612356.png deleted file mode 100644 index 012aaf2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_612356.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_616197.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_616197.png deleted file mode 100644 index cd3d269..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_616197.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_632663.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_632663.png deleted file mode 100644 index 5472682..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_632663.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_650397.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_650397.png deleted file mode 100644 index d79274b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_650397.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_652150.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_652150.png deleted file mode 100644 index c7e071c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_652150.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_652194.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_652194.png deleted file mode 100644 index 0a068d0..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_652194.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_672266.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_672266.png deleted file mode 100644 index 89f9ce3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_672266.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_707657.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_707657.png deleted file mode 100644 index b9e07d5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_707657.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_745497.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_745497.png deleted file mode 100644 index 8d19926..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_745497.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_838890.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_838890.png deleted file mode 100644 index f5c4079..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_838890.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_859140.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_859140.png deleted file mode 100644 index e37a60c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_859140.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_952542.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_952542.png deleted file mode 100644 index 782c2d7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_952542.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_990288.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_990288.png deleted file mode 100644 index 3a0b6fa..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_990288.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_999999.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_999999.png deleted file mode 100644 index c7f78e7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_999999.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_default.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_default.png deleted file mode 100644 index 5d94577..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bank_default.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bhim.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bhim.png deleted file mode 100644 index 76c887a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_bhim.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_capitalfloat.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_capitalfloat.png deleted file mode 100644 index 341fca6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_capitalfloat.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_card.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_card.png deleted file mode 100644 index 8d6c730..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_cardod.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_cardod.png deleted file mode 100644 index a8027f2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_cardod.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_cod.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_cod.png deleted file mode 100644 index ee1393e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_cod.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_default_bank.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_default_bank.png deleted file mode 100644 index 5755bd4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_default_bank.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_emi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_emi.png deleted file mode 100644 index e68fa90..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_epaylater.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_epaylater.png deleted file mode 100644 index 5a1937a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_epaylater.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_error_outline.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_error_outline.png deleted file mode 100644 index 4e425c6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_error_outline.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_fi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_fi.png deleted file mode 100644 index d0eb7ac..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_fi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_flexmoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_flexmoney.png deleted file mode 100644 index 92d875e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_flexmoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_freecharge.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_freecharge.png deleted file mode 100644 index 291ef6a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_freecharge.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_gear_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_gear_icon.png deleted file mode 100644 index 3d7403a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_gear_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_giftcard_faded.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_giftcard_faded.png deleted file mode 100644 index dca34de..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_giftcard_faded.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_googlepay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_googlepay.png deleted file mode 100644 index d59b5b5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_googlepay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_green_offer.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_green_offer.png deleted file mode 100644 index bc6234f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_green_offer.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_icicipaylater.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_icicipaylater.png deleted file mode 100644 index efce9c3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_icicipaylater.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_icon_back.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_icon_back.png deleted file mode 100644 index 8d2693a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_icon_back.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_ideamoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_ideamoney.png deleted file mode 100644 index 6868eeb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_ideamoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_info.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_info.png deleted file mode 100644 index 99d950d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_info.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_jiomoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_jiomoney.png deleted file mode 100644 index 0e6eb33..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_jiomoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_jupiter.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_jupiter.png deleted file mode 100644 index 2cf1809..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_jupiter.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_lazypay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_lazypay.png deleted file mode 100644 index c3e54c4..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_lazypay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mobikwik.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mobikwik.png deleted file mode 100644 index ee3218e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mobikwik.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_card.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_card.png deleted file mode 100644 index 806ddf8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_net_banking.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_net_banking.png deleted file mode 100644 index c557c4c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_net_banking.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_wallet.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_wallet.png deleted file mode 100644 index e0a2a42..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mode_wallet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_moffers.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_moffers.png deleted file mode 100644 index 448ed53..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_moffers.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mpesa.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mpesa.png deleted file mode 100644 index 9f9209f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mpesa.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mrupee.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mrupee.png deleted file mode 100644 index e1923eb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_mrupee.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_offer_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_offer_icon.png deleted file mode 100644 index cffeaa2..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_offer_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_olamoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_olamoney.png deleted file mode 100644 index 1a184e3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_olamoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_one_card.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_one_card.png deleted file mode 100644 index 1a4e5b7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_one_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_outage.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_outage.png deleted file mode 100644 index 084f3e6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_outage.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_oxicash.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_oxicash.png deleted file mode 100644 index efba006..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_oxicash.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_oxigen.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_oxigen.png deleted file mode 100644 index a673a8f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_oxigen.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paycash.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paycash.png deleted file mode 100644 index 160c32f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paycash.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paypal.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paypal.png deleted file mode 100644 index 25ca544..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paypal.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm.png deleted file mode 100644 index a6325db..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm_allinone.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm_allinone.png deleted file mode 100644 index 67b0c2c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm_allinone.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm_postpaid.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm_postpaid.png deleted file mode 100644 index 09ab47b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_paytm_postpaid.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_payumoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_payumoney.png deleted file mode 100644 index 30c367b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_payumoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_payzapp.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_payzapp.png deleted file mode 100644 index ea584e9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_payzapp.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_phonepe.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_phonepe.png deleted file mode 100644 index a637d3b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_phonepe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_question_mark.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_question_mark.png deleted file mode 100644 index 26cebfa..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_question_mark.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_sbibuddy.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_sbibuddy.png deleted file mode 100644 index 78925cf..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_sbibuddy.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_search_cancel.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_search_cancel.png deleted file mode 100644 index 024f286..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_search_cancel.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_search_gray.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_search_gray.png deleted file mode 100644 index 5c2dc08..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_search_gray.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_shareit.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_shareit.png deleted file mode 100644 index aa34959..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_shareit.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_shopse.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_shopse.png deleted file mode 100644 index 8517a6a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_shopse.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_simpl.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_simpl.png deleted file mode 100644 index f086fb5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_simpl.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_slice.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_slice.png deleted file mode 100644 index 46204da..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_slice.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_sodexo.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_sodexo.png deleted file mode 100644 index 5298e47..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_sodexo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_tatapay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_tatapay.png deleted file mode 100644 index 01336ba..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_tatapay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_upi_default.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_upi_default.png deleted file mode 100644 index c72b8fb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_upi_default.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_upi_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_upi_icon.png deleted file mode 100644 index 944639b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_upi_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_verified_detail.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_verified_detail.png deleted file mode 100644 index b4fde4e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_verified_detail.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_white_tick.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_white_tick.png deleted file mode 100644 index 58c60ef..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_white_tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_yespay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_yespay.png deleted file mode 100644 index 78af9f5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_yespay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_zestmoney.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_zestmoney.png deleted file mode 100644 index 29a056e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_zestmoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_zipcash.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_zipcash.png deleted file mode 100644 index f5082e6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/ic_zipcash.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/inapp_collect_complete.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/inapp_collect_complete.png deleted file mode 100644 index c734fb3..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/inapp_collect_complete.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/inapp_collect_initiate.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/inapp_collect_initiate.png deleted file mode 100644 index ed28659..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/inapp_collect_initiate.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/info_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/info_icon.png deleted file mode 100644 index 3c84725..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/info_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/instant.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/instant.png deleted file mode 100644 index bf328eb..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/instant.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_default_bank.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_default_bank.png deleted file mode 100644 index 4b3455c..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_default_bank.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_gift_card_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_gift_card_icon.png deleted file mode 100644 index 44b0f9e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_gift_card_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_ic_settings.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_ic_settings.png deleted file mode 100644 index 8827a5d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/jp_ic_settings.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay.png deleted file mode 100644 index 02caa49..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_arrow_up.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_arrow_up.png deleted file mode 100644 index 426696b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_arrow_up.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_assets.json b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_assets.json deleted file mode 100644 index d327317..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_assets.json +++ /dev/null @@ -1 +0,0 @@ -{"images":{"add_upi_id":true,"amazonpay_wallet":true,"ambient_shadow_zeight":true,"approve_upi_payment":true,"back_arrow_fmcg":true,"bank_axis_name":true,"bank_icici_name":true,"black_tick":true,"bullet":true,"bullet_icon_one":true,"bullet_icon_two":true,"card_security":true,"card_type_americanexp":true,"card_type_amex":true,"card_type_dhani":true,"card_type_diners":true,"card_type_diners_club_carte_blanche":true,"card_type_diners_club_international":true,"card_type_discover":true,"card_type_jcb":true,"card_type_laser":true,"card_type_maestro":true,"card_type_master":true,"card_type_mastercard":true,"card_type_rupay":true,"card_type_visa":true,"card_type_visa_electron":true,"checkbox":true,"checkbox1":true,"circular_radio_button":true,"cred":true,"cross":true,"error":true,"eye_hide_grey":true,"eye_show_grey":true,"failure_red":true,"food_card":true,"google_pay":true,"green_plus":true,"grid_tick":true,"ic_airtelmoney":true,"ic_amazonpay":true,"ic_amexezeclick":true,"ic_back_arrow":true,"ic_bank_0999":true,"ic_bank_113652":true,"ic_bank_142094":true,"ic_bank_143442":true,"ic_bank_193025":true,"ic_bank_199641":true,"ic_bank_221122":true,"ic_bank_223311":true,"ic_bank_223312":true,"ic_bank_223322":true,"ic_bank_259789":true,"ic_bank_261929":true,"ic_bank_326666":true,"ic_bank_354262":true,"ic_bank_411122":true,"ic_bank_416572":true,"ic_bank_431870":true,"ic_bank_436360":true,"ic_bank_441671":true,"ic_bank_442212":true,"ic_bank_455012":true,"ic_bank_468233":true,"ic_bank_493541":true,"ic_bank_500001":true,"ic_bank_500002":true,"ic_bank_500003":true,"ic_bank_500004":true,"ic_bank_500005":true,"ic_bank_506286":true,"ic_bank_508500":true,"ic_bank_508505":true,"ic_bank_508507":true,"ic_bank_508508":true,"ic_bank_508512":true,"ic_bank_508517":true,"ic_bank_508532":true,"ic_bank_508534":true,"ic_bank_508541":true,"ic_bank_508547":true,"ic_bank_508548":true,"ic_bank_508568":true,"ic_bank_508585":true,"ic_bank_508753":true,"ic_bank_508794":true,"ic_bank_508991":true,"ic_bank_508998":true,"ic_bank_511308":true,"ic_bank_515948":true,"ic_bank_525847":true,"ic_bank_528293":true,"ic_bank_548748":true,"ic_bank_606060":true,"ic_bank_606985":true,"ic_bank_606993":true,"ic_bank_606995":true,"ic_bank_607000":true,"ic_bank_607028":true,"ic_bank_607051":true,"ic_bank_607055":true,"ic_bank_607057":true,"ic_bank_607058":true,"ic_bank_607062":true,"ic_bank_607064":true,"ic_bank_607065":true,"ic_bank_607066":true,"ic_bank_607075":true,"ic_bank_607080":true,"ic_bank_607084":true,"ic_bank_607087":true,"ic_bank_607090":true,"ic_bank_607091":true,"ic_bank_607095":true,"ic_bank_607099":true,"ic_bank_607100":true,"ic_bank_607101":true,"ic_bank_607104":true,"ic_bank_607105":true,"ic_bank_607115":true,"ic_bank_607117":true,"ic_bank_607121":true,"ic_bank_607122":true,"ic_bank_607124":true,"ic_bank_607126":true,"ic_bank_607130":true,"ic_bank_607131":true,"ic_bank_607152":true,"ic_bank_607153":true,"ic_bank_607158":true,"ic_bank_607165":true,"ic_bank_607167":true,"ic_bank_607170":true,"ic_bank_607184":true,"ic_bank_607187":true,"ic_bank_607189":true,"ic_bank_607195":true,"ic_bank_607197":true,"ic_bank_607198":true,"ic_bank_607200":true,"ic_bank_607202":true,"ic_bank_607206":true,"ic_bank_607210":true,"ic_bank_607212":true,"ic_bank_607214":true,"ic_bank_607222":true,"ic_bank_607223":true,"ic_bank_607230":true,"ic_bank_607241":true,"ic_bank_607249":true,"ic_bank_607258":true,"ic_bank_607261":true,"ic_bank_607270":true,"ic_bank_607273":true,"ic_bank_607276":true,"ic_bank_607280":true,"ic_bank_607290":true,"ic_bank_607291":true,"ic_bank_607308":true,"ic_bank_607320":true,"ic_bank_607324":true,"ic_bank_607339":true,"ic_bank_607354":true,"ic_bank_607363":true,"ic_bank_607377":true,"ic_bank_607387":true,"ic_bank_607389":true,"ic_bank_607393":true,"ic_bank_607394":true,"ic_bank_607420":true,"ic_bank_607440":true,"ic_bank_607442":true,"ic_bank_607476":true,"ic_bank_607485":true,"ic_bank_607506":true,"ic_bank_607509":true,"ic_bank_607544":true,"ic_bank_607592":true,"ic_bank_607621":true,"ic_bank_607689":true,"ic_bank_608001":true,"ic_bank_608032":true,"ic_bank_608088":true,"ic_bank_608117":true,"ic_bank_612345":true,"ic_bank_612356":true,"ic_bank_616197":true,"ic_bank_632663":true,"ic_bank_650397":true,"ic_bank_652150":true,"ic_bank_652194":true,"ic_bank_672266":true,"ic_bank_707657":true,"ic_bank_745497":true,"ic_bank_838890":true,"ic_bank_859140":true,"ic_bank_952542":true,"ic_bank_990288":true,"ic_bank_999999":true,"ic_bank_default":true,"ic_bhim":true,"ic_card":true,"ic_cardod":true,"ic_cod":true,"ic_emi":true,"ic_epaylater":true,"ic_error_outline":true,"ic_fi":true,"ic_flexmoney":true,"ic_freecharge":true,"ic_giftcard_faded":true,"ic_googlepay":true,"ic_green_offer":true,"ic_icon_back":true,"ic_ideamoney":true,"ic_info":true,"ic_jiomoney":true,"ic_jupiter":true,"ic_lazypay":true,"ic_mobikwik":true,"ic_mode_card":true,"ic_mode_net_banking":true,"ic_mode_wallet":true,"ic_moffers":true,"ic_mpesa":true,"ic_mrupee":true,"ic_offer_icon":true,"ic_olamoney":true,"ic_one_card":true,"ic_outage":true,"ic_oxicash":true,"ic_oxigen":true,"ic_paycash":true,"ic_paypal":true,"ic_paytm":true,"ic_paytm_allinone":true,"ic_payumoney":true,"ic_payzapp":true,"ic_phonepe":true,"ic_question_mark":true,"ic_sbibuddy":true,"ic_search_cancel":true,"ic_search_gray":true,"ic_shareit":true,"ic_shopse":true,"ic_simpl":true,"ic_slice":true,"ic_sodexo":true,"ic_upi_icon":true,"ic_verified_detail":true,"ic_white_tick":true,"ic_yespay":true,"ic_zestmoney":true,"ic_zipcash":true,"inapp_collect_complete":true,"inapp_collect_initiate":true,"info_icon":true,"instant":true,"jp_default_bank":true,"jp_gift_card_icon":true,"jp_ic_settings":true,"juspay":true,"juspay_arrow_up":true,"juspay_branding":true,"juspay_cross":true,"juspay_icon":true,"juspay_info":true,"juspay_logo":true,"juspay_logo_blue":true,"juspay_safe":true,"juspay_safe_grey":true,"juspay_safe_logo":true,"juspay_visa_blue":true,"juspay_warning":true,"loyalty_rewards":true,"net_banking_icon":true,"new_card_plus":true,"no_balance_rewards":true,"page_broken":true,"pay_later_icon":true,"pay_rewards":true,"payment_failed":true,"paytm":true,"phonepe":true,"popup_delete_icon":true,"powered_by_juspay":true,"registration_rewards":true,"right_arrow":true,"saved_card_lock":true,"success_green":true,"switch_app":true,"thundericon":true,"tick":true,"toolbar_back_arrow":true,"twid_icon":true,"upi_logo":true,"visa_background":true,"visa_bolt":true,"visa_checkout":true,"wallet_icon":true,"white_arrow_right":true,"noupiapp":true,"loader":true,"ic_default_bank":true,"bell_upi":true,"card_less_emi":true,"card_type_sodexo":true,"checkbox_square":true,"checklist_upi":true,"credit_card_emi":true,"cross_white":true,"debit_card_emi":true,"expan_upi_apps":true,"expand_cod":true,"expand_net_banking":true,"expand_saved_payment_options":true,"expand_upi":true,"expand_upi_collect":true,"expand_wallet":true,"expnad_add_card":true,"hovering_msg_background":true,"ic_alipay":true,"ic_applepay":true,"ic_arrow_down":true,"ic_arrow_up":true,"ic_capitalfloat":true,"ic_gear_icon":true,"ic_icicipaylater":true,"ic_paytm_postpaid":true,"ic_tatapay":true,"ic_upi_default":true,"mobile_upi":true,"norupee_upi":true,"refresh_upi":true,"right_arrow_nb":true},"fonts":{"OpenSans-Regular":true,"OpenSans-Bold":true,"OpenSans-SemiBold":true}} \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_branding.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_branding.png deleted file mode 100644 index e1e6c49..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_branding.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_cross.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_cross.png deleted file mode 100644 index 3dcb9ee..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_cross.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_icon.png deleted file mode 100644 index 0d5a7a6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_info.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_info.png deleted file mode 100644 index d60a44f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_info.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_logo.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_logo.png deleted file mode 100644 index f291752..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_logo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_logo_blue.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_logo_blue.png deleted file mode 100644 index 916865b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_logo_blue.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe.png deleted file mode 100644 index 5e37b46..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe_grey.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe_grey.png deleted file mode 100644 index 36d9105..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe_grey.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe_logo.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe_logo.png deleted file mode 100644 index d13c12a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_safe_logo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_visa_blue.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_visa_blue.png deleted file mode 100644 index 6952704..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_visa_blue.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_warning.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_warning.png deleted file mode 100644 index 21d4240..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/juspay_warning.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/loader.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/loader.png deleted file mode 100644 index f295b61..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/loader.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/loyalty_rewards.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/loyalty_rewards.png deleted file mode 100644 index 0f4ffcd..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/loyalty_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/mobile_upi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/mobile_upi.png deleted file mode 100644 index ccff0e6..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/mobile_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/net_banking_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/net_banking_icon.png deleted file mode 100644 index 2bf6a65..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/net_banking_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/new_card_plus.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/new_card_plus.png deleted file mode 100644 index 628709e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/new_card_plus.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/no_balance_rewards.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/no_balance_rewards.png deleted file mode 100644 index f74f05d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/no_balance_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/norupee_upi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/norupee_upi.png deleted file mode 100644 index f1f2635..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/norupee_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/noupiapp.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/noupiapp.png deleted file mode 100644 index 926e365..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/noupiapp.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/page_broken.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/page_broken.png deleted file mode 100644 index ddde5e0..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/page_broken.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/pay_later_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/pay_later_icon.png deleted file mode 100644 index 0acfc71..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/pay_later_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/pay_rewards.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/pay_rewards.png deleted file mode 100644 index 61ad069..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/pay_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payment_failed.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payment_failed.png deleted file mode 100644 index 44927b8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payment_failed.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-base.html deleted file mode 100644 index dfcd70a..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-v1-config.jsa deleted file mode 100644 index f4ba040..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-v1-index_bundle.jsa deleted file mode 100644 index 94e11ff..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.dotp-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-base.html deleted file mode 100755 index bc788c1..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-v1-config.jsa deleted file mode 100644 index 63edaf7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-v1-index_bundle.jsa deleted file mode 100644 index f9262be..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.ec-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.escrow-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.escrow-base.html deleted file mode 100644 index c1b1364..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.escrow-base.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.flyer-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.flyer-base.html deleted file mode 100644 index 164bae5..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.flyer-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.godel-v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.godel-v1-config.jsa deleted file mode 100644 index d0dae7d..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.godel-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperapi-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperapi-base.html deleted file mode 100644 index 20c741d..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperapi-base.html +++ /dev/null @@ -1,75 +0,0 @@ - - - MYSTIQUE - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperpay-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperpay-base.html deleted file mode 100644 index 390ff9b..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperpay-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperpay-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperpay-v1-index_bundle.jsa deleted file mode 100644 index 544cc60..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperpay-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperupi-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperupi-base.html deleted file mode 100644 index 0176953..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperupi-base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperupi-v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperupi-v1-config.jsa deleted file mode 100644 index 82ab889..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.hyperupi-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.inappupi-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.inappupi-base.html deleted file mode 100644 index 1d6d2cb..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.inappupi-base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-base.html deleted file mode 100644 index 42c2a8b..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-v1-config.jsa deleted file mode 100644 index 03d0d38..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-v1-index_bundle.jsa deleted file mode 100644 index 6881d15..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.upiintent-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-base.html b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-base.html deleted file mode 100644 index cbc5f46..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-v1-config.jsa deleted file mode 100644 index 9108555..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-v1-index_bundle.jsa deleted file mode 100644 index a835711..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-prod-pub b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-prod-pub deleted file mode 100644 index 6fe6a57..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-prod-pub +++ /dev/null @@ -1 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi8yEzuwaJ2HhDDhpzODX1e6yCeBgIME80DYxd5+rwX6pSfIV+2U03oHxZAIvkpqII/7ImggW6H8OhiksFbz7Pvz2/xr9Vmpj9aa1CIZejA0ytigtqNSo8BL1vOb88Vj+tr0lBGMzZNvUhuZ13l7jc8oMuDst+e0A0yJxDmZTQ2lpAathwAAP5P5nsmQsBanbXn41Ulow2wTq+opbKz1gxDHUGzDenRpyeXI90SmvIddXN+r63yoP0jrvzgYuBcZmPvTsoFSuHRy7Z62Rlme7q2nUH3MmAZcYvCS6skClPhctyASbc5wzV3yFiszryQd6DlK4OI1HiNMVQg6jcVLDiQIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-sbx-pub b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-sbx-pub deleted file mode 100644 index 63f9e63..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-sbx-pub +++ /dev/null @@ -1 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy8u0YkgKBlYQym6UB9cm5pCMGwfYBKvHRYIzg9sOzX5a8zTasYQB5c++CDTaBxBsuU11/pw73sT2f/KHXHQjMvBfYFbbrRyqrJ0ZKl3uFiQS6yz5seC/RRx4aLWrGZhfvLk0Rkv2igTuN20wfz0qc2eJvENPVAfOAFHfh05GU4cFg5ePQRp/fdD5EpVRQJkbUB3Db+nkNpip2ZfH+z+ornxUoOtfS4HDNg95aDblQ9Oz/h2Vw31gf7M03QBuXweplNKzTjnArM0ONoBzKmpfQJHYgNMe1xK/PpJcoIiT9nW1gtO6Eb0HCkSq0a1VzcnL3yb0fF0Cf5YNlXvrNEjVRwIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-01 b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-01 deleted file mode 100644 index 93ccec0..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-01 +++ /dev/null @@ -1,7 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj3TSKNbIEg4FS9lzcpCr -r+GqQHTf6Hwx7uXcenpJrXswwi4TFaytK1n+yv9Bcvk5fRV/+zu0e9r0sAesHjPx -iJo3Cd/B15rt2HYOHNdyOjE7ln8FUv3gfQxZOMMyb8xDS/BrJS5UgLEFX4gEV1rx -x7u8z8GSFLUjy0hVKZeuss8NQgzEN0W6RfdqduS+XmSLPMImMcw5iNs6LEhKL5Oh -eyR9TzJz1S2h2rFVFUvEUKxA0l3iUzPxEaEcdbi+wnjuYNheK+WEjC7CAHG0l9Yq -g6v2Lc/oCRW5tWtze6oVfcOBWtDfCBA20imkpcMvPOXo83/+gI5ODJXmCndA3ujI -CwIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-02 b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-02 deleted file mode 100644 index 6e8b514..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-02 +++ /dev/null @@ -1,7 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApE8gM4um6w5KCExHaX+T -hSUyokAdGeYqcqvrvqY5SphRv30Ho2evNchr3+sM3whXQ0g2kiTYDCe/9EDk3ogs -o9yptzqoxokSTZQFpVIf92L0ImPnujao5qRneE4zeG6n59j/hNmOfovpobM6y1uV -32ZEJxr733TclcJkc4BPncuQnS8GkFABcgJu23RL0GUaSCvO91ucGovvErni77PP -h+CMWxzW9SkWvXVjMQrOQUn1PoZa7g45yyeq9Q17dXLPmC3clyDsFjSXzFvQ6j9Z -cA5djiGgqTJpkcSZXlbWUSgJb7KO/LNOJV6vMm9jvNJ3K3wqexOL12UL8q7tBxe1 -ZQIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/paytm.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/paytm.png deleted file mode 100644 index 3578870..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/paytm.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/phonepe.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/phonepe.png deleted file mode 100644 index f8e0a42..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/phonepe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/popup_delete_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/popup_delete_icon.png deleted file mode 100644 index b429c10..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/popup_delete_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/powered_by_juspay.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/powered_by_juspay.png deleted file mode 100644 index 02caa49..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/powered_by_juspay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/refresh_upi.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/refresh_upi.png deleted file mode 100644 index e4b34a5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/refresh_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/registration_rewards.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/registration_rewards.png deleted file mode 100644 index f6982bf..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/registration_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/right_arrow.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/right_arrow.png deleted file mode 100644 index 32877ec..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/right_arrow.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/right_arrow_nb.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/right_arrow_nb.png deleted file mode 100644 index 17b43c8..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/right_arrow_nb.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/saved_card_lock.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/saved_card_lock.png deleted file mode 100644 index 38b3db7..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/saved_card_lock.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/sdk_config.json b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/sdk_config.json deleted file mode 100644 index a10e896..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/sdk_config.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "logsConfig": { - "logsUrlKey": "https://logs.juspay.in/godel/analytics", - "logsUrlKeySandbox": "https://debug.logs.juspay.net/godel/analytics", - "pusherTimerKey": "10.0", - "encryptionLevelKey": "encryption", - "shouldPush": true, - "publicKeySandbox": { - "kty": "RSA", - "kid": "sandbox-log-24-03-2021", - "e": "AQAB", - "n": "zgKC-M2wFCMxpeoSEdqaFjhTYSbii2-tF0d3IRkuHB810cV_r17r0wZuI9biXjgT-TJdeGE6qdN_haqZFxY8RkQPaN8UXNtaM2MLPdfEPcpkY4E37NHp7a9OrcYYMmGSD_-w3rkmyzkjinqWHhlOnAObQWn5bw0jy4jF6JnGCEIyE-vkYsTZ9doId8ePsRFNEjsH45qSERF-GwQkDUVBOz7_BCKIodVs65eBLsl2I7JEP5vLvAu7hNZ-6AeXj8bFVqyflKVtN5ztNgpMgmgvWAqF4bH017b8Wocj1NelB_3XNq9E7cSJkMtbGfpZhmd1KzNnCx3yPPrGcbFuGEXV0Q" - }, - "publicKey": { - "kty": "RSA", - "kid": "production_log_public_key_26_03_2021", - "e": "AQAB", - "n": "zQjBRk_OxUOfoamCGGRaHn_kiCFjKJkUjnInvCHyh_6nwr98VEE9_QcZO07NjztTZYAGyqpO7TV08X9U2S8VOdQl6b1yVQHF1O6AhEFZTaxH71ro9ljVTvyhlzEfvPvuICLPKwu19N4g6jKU9TJpec63pwQ1GTrVS6L5JMLiYtlR5onMG6NEBtYwbFlpGKTlSJGaFQ6JHFV_S7Q3txReCVnD8AM5pHiORMYOsYz-zE4secDMrbILC9ESCCbIurc8SGXkinBwETm2HZbPZnnSsctuXPRDZXZnz9F8M-lKtE1xQS5l4mkvzLWPbFbIsRx_6VVJxFRAJ0Q4M1Gl6HcZ2Q" - } - }, - "safemode": { - "enabled": true, - "blacklist": { - "clientIds": [], - "sdkVersions": [], - "osVersions": [] - } - }, - "godelConfig": { - "webViewAccess": { - "whitelistedClientIds": [ - "netmeds", - "5paisa_merge", - "tul_uat6", - "TUL_TMP" - ] - } - } -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/success_green.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/success_green.png deleted file mode 100644 index 48c79bd..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/success_green.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/switch_app.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/switch_app.png deleted file mode 100644 index d7058e9..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/switch_app.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/tatabinge_refresh.xml b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/tatabinge_refresh.xml deleted file mode 100644 index d59bd47..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/tatabinge_refresh.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/thundericon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/thundericon.png deleted file mode 100644 index b0beae5..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/thundericon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/tick.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/tick.png deleted file mode 100644 index 9eda904..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/toolbar_back_arrow.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/toolbar_back_arrow.png deleted file mode 100644 index 9eb684a..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/toolbar_back_arrow.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/twid_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/twid_icon.png deleted file mode 100644 index a4ba34b..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/twid_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/upi_logo.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/upi_logo.png deleted file mode 100644 index e9c5212..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/upi_logo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-boot_loader.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-boot_loader.jsa deleted file mode 100644 index 08d8490..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-boot_loader.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-config.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-config.jsa deleted file mode 100644 index 80b76af..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-tracker.jsa b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-tracker.jsa deleted file mode 100644 index 94b2930..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/v1-tracker.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_background.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_background.png deleted file mode 100644 index ae5483e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_background.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_bolt.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_bolt.png deleted file mode 100644 index bf5c069..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_bolt.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_checkout.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_checkout.png deleted file mode 100644 index 04d7e90..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/visa_checkout.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/wallet_icon.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/wallet_icon.png deleted file mode 100644 index 1f1b148..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/wallet_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/white_arrow_right.png b/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/white_arrow_right.png deleted file mode 100644 index 230828e..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/HyperSDK.framework/white_arrow_right.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/MerchantConfig.txt b/payment-page-ios/payment-page-ios-objectivec-integration-demo/MerchantConfig.txt deleted file mode 100644 index 45cf9a9..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.pbxproj b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.pbxproj deleted file mode 100644 index 56dca77..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.pbxproj +++ /dev/null @@ -1,464 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 55; - objects = { - -/* Begin PBXBuildFile section */ - F2B5B40D27FB78E200484A7C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B5B40C27FB78E200484A7C /* AppDelegate.m */; }; - F2B5B41027FB78E200484A7C /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B5B40F27FB78E200484A7C /* SceneDelegate.m */; }; - F2B5B41327FB78E200484A7C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B5B41227FB78E200484A7C /* ViewController.m */; }; - F2B5B41627FB78E200484A7C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F2B5B41427FB78E200484A7C /* Main.storyboard */; }; - F2B5B41827FB78E400484A7C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F2B5B41727FB78E400484A7C /* Assets.xcassets */; }; - F2B5B41B27FB78E400484A7C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F2B5B41927FB78E400484A7C /* LaunchScreen.storyboard */; }; - F2B5B41E27FB78E400484A7C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B5B41D27FB78E400484A7C /* main.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 48C5863EB8EA120C81F47DC3 /* Pods-ObjectiveC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjectiveC.debug.xcconfig"; path = "Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC.debug.xcconfig"; sourceTree = ""; }; - F2B5B40827FB78E200484A7C /* ObjectiveC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ObjectiveC.app; sourceTree = BUILT_PRODUCTS_DIR; }; - F2B5B40B27FB78E200484A7C /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; - F2B5B40C27FB78E200484A7C /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; - F2B5B40E27FB78E200484A7C /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = ""; }; - F2B5B40F27FB78E200484A7C /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = ""; }; - F2B5B41127FB78E200484A7C /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = ""; }; - F2B5B41227FB78E200484A7C /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = ""; }; - F2B5B41527FB78E200484A7C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - F2B5B41727FB78E400484A7C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - F2B5B41A27FB78E400484A7C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - F2B5B41C27FB78E400484A7C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - F2B5B41D27FB78E400484A7C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - F40E18E2AE79D4751D077DEA /* Pods-ObjectiveC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjectiveC.release.xcconfig"; path = "Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC.release.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - F2B5B40527FB78E200484A7C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 35217C3C42511E1C7C982E93 /* Pods */ = { - isa = PBXGroup; - children = ( - 48C5863EB8EA120C81F47DC3 /* Pods-ObjectiveC.debug.xcconfig */, - F40E18E2AE79D4751D077DEA /* Pods-ObjectiveC.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; - 756601428C9EA436C08ECB74 /* Frameworks */ = { - isa = PBXGroup; - children = ( - ); - name = Frameworks; - sourceTree = ""; - }; - F2B5B3FF27FB78E200484A7C = { - isa = PBXGroup; - children = ( - F2B5B40A27FB78E200484A7C /* ObjectiveC */, - F2B5B40927FB78E200484A7C /* Products */, - 35217C3C42511E1C7C982E93 /* Pods */, - 756601428C9EA436C08ECB74 /* Frameworks */, - ); - sourceTree = ""; - }; - F2B5B40927FB78E200484A7C /* Products */ = { - isa = PBXGroup; - children = ( - F2B5B40827FB78E200484A7C /* ObjectiveC.app */, - ); - name = Products; - sourceTree = ""; - }; - F2B5B40A27FB78E200484A7C /* ObjectiveC */ = { - isa = PBXGroup; - children = ( - F2B5B40B27FB78E200484A7C /* AppDelegate.h */, - F2B5B40C27FB78E200484A7C /* AppDelegate.m */, - F2B5B40E27FB78E200484A7C /* SceneDelegate.h */, - F2B5B40F27FB78E200484A7C /* SceneDelegate.m */, - F2B5B41127FB78E200484A7C /* ViewController.h */, - F2B5B41227FB78E200484A7C /* ViewController.m */, - F2B5B41427FB78E200484A7C /* Main.storyboard */, - F2B5B41727FB78E400484A7C /* Assets.xcassets */, - F2B5B41927FB78E400484A7C /* LaunchScreen.storyboard */, - F2B5B41C27FB78E400484A7C /* Info.plist */, - F2B5B41D27FB78E400484A7C /* main.m */, - ); - path = ObjectiveC; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - F2B5B40727FB78E200484A7C /* ObjectiveC */ = { - isa = PBXNativeTarget; - buildConfigurationList = F2B5B42127FB78E400484A7C /* Build configuration list for PBXNativeTarget "ObjectiveC" */; - buildPhases = ( - FAC1838A2FC6D10904E957F6 /* [CP] Check Pods Manifest.lock */, - F2B5B40427FB78E200484A7C /* Sources */, - F2B5B40527FB78E200484A7C /* Frameworks */, - F2B5B40627FB78E200484A7C /* Resources */, - D6C589DA9BA494101C756C1A /* [CP] Embed Pods Frameworks */, - 73D39DD4E638D76AD6A2EA24 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ObjectiveC; - productName = ObjectiveC; - productReference = F2B5B40827FB78E200484A7C /* ObjectiveC.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - F2B5B40027FB78E200484A7C /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastUpgradeCheck = 1330; - TargetAttributes = { - F2B5B40727FB78E200484A7C = { - CreatedOnToolsVersion = 13.3; - }; - }; - }; - buildConfigurationList = F2B5B40327FB78E200484A7C /* Build configuration list for PBXProject "ObjectiveC" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = F2B5B3FF27FB78E200484A7C; - productRefGroup = F2B5B40927FB78E200484A7C /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - F2B5B40727FB78E200484A7C /* ObjectiveC */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - F2B5B40627FB78E200484A7C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F2B5B41B27FB78E400484A7C /* LaunchScreen.storyboard in Resources */, - F2B5B41827FB78E400484A7C /* Assets.xcassets in Resources */, - F2B5B41627FB78E200484A7C /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 73D39DD4E638D76AD6A2EA24 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - D6C589DA9BA494101C756C1A /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObjectiveC/Pods-ObjectiveC-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - FAC1838A2FC6D10904E957F6 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-ObjectiveC-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - F2B5B40427FB78E200484A7C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F2B5B41327FB78E200484A7C /* ViewController.m in Sources */, - F2B5B40D27FB78E200484A7C /* AppDelegate.m in Sources */, - F2B5B41E27FB78E400484A7C /* main.m in Sources */, - F2B5B41027FB78E200484A7C /* SceneDelegate.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - F2B5B41427FB78E200484A7C /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - F2B5B41527FB78E200484A7C /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - F2B5B41927FB78E400484A7C /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - F2B5B41A27FB78E400484A7C /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - F2B5B41F27FB78E400484A7C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.4; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - F2B5B42027FB78E400484A7C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.4; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F2B5B42227FB78E400484A7C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 48C5863EB8EA120C81F47DC3 /* Pods-ObjectiveC.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = GE8BT8LF5K; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - "$(PROJECT_DIR)/ObjectiveC/HyperSDK", - ); - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = ObjectiveC/Info.plist; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; - INFOPLIST_KEY_UIMainStoryboardFile = Main; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.juspay.ObjectiveC; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F2B5B42327FB78E400484A7C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F40E18E2AE79D4751D077DEA /* Pods-ObjectiveC.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = GE8BT8LF5K; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)", - "$(PROJECT_DIR)/ObjectiveC/HyperSDK", - ); - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = ObjectiveC/Info.plist; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; - INFOPLIST_KEY_UIMainStoryboardFile = Main; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.juspay.ObjectiveC; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - F2B5B40327FB78E200484A7C /* Build configuration list for PBXProject "ObjectiveC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F2B5B41F27FB78E400484A7C /* Debug */, - F2B5B42027FB78E400484A7C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F2B5B42127FB78E400484A7C /* Build configuration list for PBXNativeTarget "ObjectiveC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F2B5B42227FB78E400484A7C /* Debug */, - F2B5B42327FB78E400484A7C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = F2B5B40027FB78E200484A7C /* Project object */; -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/xcuserdata/subhash.xcuserdatad/UserInterfaceState.xcuserstate b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/xcuserdata/subhash.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 5ffd1dc..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/project.xcworkspace/xcuserdata/subhash.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/xcshareddata/xcschemes/ObjectiveC.xcscheme b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/xcshareddata/xcschemes/ObjectiveC.xcscheme deleted file mode 100644 index 6679c65..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/xcshareddata/xcschemes/ObjectiveC.xcscheme +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/xcuserdata/subhash.xcuserdatad/xcschemes/xcschememanagement.plist b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/xcuserdata/subhash.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index c3f23fd..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcodeproj/xcuserdata/subhash.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - SchemeUserState - - ObjectiveC.xcscheme_^#shared#^_ - - orderHint - 4 - - - SuppressBuildableAutocreation - - F2B5B40727FB78E200484A7C - - primary - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/contents.xcworkspacedata b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 706597e..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcuserdata/subhash.xcuserdatad/UserInterfaceState.xcuserstate b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcuserdata/subhash.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index a5acb7f..0000000 Binary files a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcuserdata/subhash.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcuserdata/subhash.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcuserdata/subhash.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index 5bd2c4e..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjectiveC.xcworkspace/xcuserdata/subhash.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/AppDelegate.h b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/AppDelegate.h deleted file mode 100644 index cf80b51..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/AppDelegate.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// AppDelegate.h -// ObjectiveC -// -// Created by Subhash on 05/04/22. -// - -#import - -@interface AppDelegate : UIResponder - - -@end - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/AppDelegate.m b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/AppDelegate.m deleted file mode 100644 index 2a94696..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/AppDelegate.m +++ /dev/null @@ -1,45 +0,0 @@ -// -// AppDelegate.m -// ObjectiveC -// -// Created by Subhash on 05/04/22. -// - -#import "AppDelegate.h" -#import "ViewController.h" - -@interface AppDelegate () - -@end - -@implementation AppDelegate - - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - // Override point for customization after application launch. -// self.window = UIWindow.new; -// [self.window makeKeyAndVisible]; - -// self.window.rootViewController = [[UINavigationController alloc] initWithRootViewController:ViewController.new]; - return YES; -} - - -#pragma mark - UISceneSession lifecycle - - -- (UISceneConfiguration *)application:(UIApplication *)application configurationForConnectingSceneSession:(UISceneSession *)connectingSceneSession options:(UISceneConnectionOptions *)options { - // Called when a new scene session is being created. - // Use this method to select a configuration to create the new scene with. - return [[UISceneConfiguration alloc] initWithName:@"Default Configuration" sessionRole:connectingSceneSession.role]; -} - - -- (void)application:(UIApplication *)application didDiscardSceneSessions:(NSSet *)sceneSessions { - // Called when the user discards a scene session. - // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. - // Use this method to release any resources that were specific to the discarded scenes, as they will not return. -} - - -@end diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/AccentColor.colorset/Contents.json b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/AccentColor.colorset/Contents.json deleted file mode 100644 index eb87897..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/AccentColor.colorset/Contents.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "colors" : [ - { - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/AppIcon.appiconset/Contents.json b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 5a3257a..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "83.5x83.5" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/Contents.json b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/Contents.json deleted file mode 100644 index 73c0059..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Assets.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Base.lproj/LaunchScreen.storyboard b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index 865e932..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Base.lproj/Main.storyboard b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Base.lproj/Main.storyboard deleted file mode 100644 index 7ed47fa..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Base.lproj/Main.storyboard +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Info.plist b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Info.plist deleted file mode 100644 index e45d358..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/Info.plist +++ /dev/null @@ -1,48 +0,0 @@ - - - - - CFBundleURLTypes - - - CFBundleURLName - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleURLSchemes - - amzn-$(PRODUCT_BUNDLE_IDENTIFIER) - juspay-$(PRODUCT_BUNDLE_IDENTIFIER) - $(PRODUCT_BUNDLE_IDENTIFIER).cred - - - - LSApplicationQueriesSchemes - - credpay - phonepe - paytmmp - tez - paytm - bhim - devtools - - UIApplicationSceneManifest - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - UIWindowSceneSessionRoleApplication - - - UISceneConfigurationName - Default Configuration - UISceneDelegateClassName - SceneDelegate - UISceneStoryboardFile - Main - - - - - - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/SceneDelegate.h b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/SceneDelegate.h deleted file mode 100644 index b699865..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/SceneDelegate.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// SceneDelegate.h -// ObjectiveC -// -// Created by Subhash on 05/04/22. -// - -#import - -@interface SceneDelegate : UIResponder - -@property (strong, nonatomic) UIWindow * window; - -@end - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/SceneDelegate.m b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/SceneDelegate.m deleted file mode 100644 index d6a0833..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/SceneDelegate.m +++ /dev/null @@ -1,57 +0,0 @@ -// -// SceneDelegate.m -// ObjectiveC -// -// Created by Subhash on 05/04/22. -// - -#import "SceneDelegate.h" - -@interface SceneDelegate () - -@end - -@implementation SceneDelegate - - -- (void)scene:(UIScene *)scene willConnectToSession:(UISceneSession *)session options:(UISceneConnectionOptions *)connectionOptions { - // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. - // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. - // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). -} - - -- (void)sceneDidDisconnect:(UIScene *)scene { - // Called as the scene is being released by the system. - // This occurs shortly after the scene enters the background, or when its session is discarded. - // Release any resources associated with this scene that can be re-created the next time the scene connects. - // The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead). -} - - -- (void)sceneDidBecomeActive:(UIScene *)scene { - // Called when the scene has moved from an inactive state to an active state. - // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. -} - - -- (void)sceneWillResignActive:(UIScene *)scene { - // Called when the scene will move from an active state to an inactive state. - // This may occur due to temporary interruptions (ex. an incoming phone call). -} - - -- (void)sceneWillEnterForeground:(UIScene *)scene { - // Called as the scene transitions from the background to the foreground. - // Use this method to undo the changes made on entering the background. -} - - -- (void)sceneDidEnterBackground:(UIScene *)scene { - // Called as the scene transitions from the foreground to the background. - // Use this method to save data, release shared resources, and store enough scene-specific state information - // to restore the scene back to its current state. -} - - -@end diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/ViewController.h b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/ViewController.h deleted file mode 100644 index c6da449..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/ViewController.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// ViewController.h -// ObjectiveC -// -// Created by Subhash on 05/04/22. -// - -#import -#import - -@interface ViewController : UIViewController - - -@end - diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/ViewController.m b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/ViewController.m deleted file mode 100644 index 0e0737e..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/ViewController.m +++ /dev/null @@ -1,165 +0,0 @@ -// -// IntegViewController.m -// DevTools -// -// Created by Balaganesh on 04/04/22. -// Copyright © 2022 Juspay. All rights reserved. -// - -#import "ViewController.h" - -// Importing Hyper SDK -// block:start:import-hyper-sdk -#import -// block:end:import-hyper-sdk - -@interface ViewController () - -// Declaring HyperServices property -@property (nonatomic, strong) HyperServices *hyperInstance; -@property (nonatomic, copy) HyperSDKCallback hyperCallbackHandler; - -@end - -@implementation ViewController - - -// Creating initiate payload JSON object -// block:start:create-initiate-payload -- (NSDictionary *)createInitiatePayload { - NSDictionary *innerPayload = @{ - @"action": @"initiate", - @"merchantId": @"", - @"clientId": @"", - @"environment": @"production" - }; - - NSDictionary *sdkPayload = @{ - @"requestId": @"12398b5571d74c3388a74004bc24370c", - @"service": @"in.juspay.hyperpay", - @"payload": innerPayload - }; - - return sdkPayload; -} -// block:end:create-initiate-payload - - -// Creating process payload JSON object -// block:start:fetch-process-payload -- (NSDictionary *)createProcessPayload { - // Make an API Call to your server to create Session and return SDK Payload - //Payload received from Session API call - NSDictionary *sdkProcessPayload = @{ - @"clientId": @"", - @"amount": @"1.0", - @"merchantId": @"", - @"clientAuthToken": @"tkn_xxxxxxxxxxxxxxxxxxxxx", - @"clientAuthTokenExpiry": @"2022-03-12T20:29:23Z", - @"environment": @"sandbox", - @"lastName": @"wick", - @"action": @"paymentPage", - @"customerId": @"testing-customer-one", - @"returnUrl": @"https://shop.merchant.com", - @"currency": @"INR", - @"firstName": @"John", - @"customerPhone": @"9876543210", - @"customerEmail": @"test@mail.com", - @"orderId": @"testing-order-one", - @"description": @"Complete your payment" - }; - - NSDictionary *sdkPayload = @{ - @"requestId": NSUUID.UUID.UUIDString, - @"service": @"in.juspay.hyperpay", - @"payload": sdkProcessPayload - }; - - return sdkPayload; -} -// block:end:fetch-process-payload - -- (void)viewDidLoad { - - [super viewDidLoad]; - - //block:start:create-hyper-services-instance - self.hyperInstance = [[HyperServices alloc] init]; - //block:end:create-hyper-services-instance - - //block:start:create-hyper-callback - self.hyperCallbackHandler = ^(NSDictionary * _Nullable response) { - NSDictionary *data = response; - NSString *event = data[@"event"]; - - if ([event isEqualToString:@"hide_loader"]) { - // hide loader - } - // Handle Process Result - // This case will reach once payment page closes - // block:start:handle-process-result - - else if ([event isEqualToString:@"process_result"]) { - BOOL error = [data[@"error"] boolValue]; - - NSDictionary *innerPayload = data[@"payload"]; - NSString *status = innerPayload[@"status"]; - NSString *pi = innerPayload[@"paymentInstrument"]; - NSString *pig = innerPayload[@"paymentInstrumentGroup"]; - - if (!error) { - // txn success, status should be "charged" - // process data -- show pi and pig in UI maybe also? - // example -- pi: "PAYTM", pig: "WALLET" - // call orderStatus once to verify (false positives) - } else { - - NSString *errorCode = data[@"errorCode"]; - NSString *errorMessage = data[@"errorMessage"]; - if([status isEqualToString:@"backpressed"]) { - // user back-pressed from PP without initiating any txn - } - else if ([status isEqualToString:@"backpressed"]) { - // user initiated a txn and pressed back - // poll order status - } else if ([status isEqualToString:@"pending_vbv"] || [status isEqualToString:@"authorizing"]) { - // txn in pending state - // poll order status until backend says fail or success - } else if ([status isEqualToString:@"authorization_failed"] || [status isEqualToString:@"authentication_failed"] || [status isEqualToString:@"api_failure"]) { - // txn failed - // poll orderStatus to verify (false negatives) - } else if([status isEqualToString:@"new"]) { - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - } else { - // unknown status, this is also failure - // poll order status - } - } - } - // block:end:handle-process-result - }; - //block:end:create-hyper-callback - -} - - -- (IBAction)initiatePayments:(id)sender { - // Calling initiate on hyperService instance to boot up payment engine. - // block:start:initiate-sdk - NSDictionary *initPayload = [self createInitiatePayload]; - [self.hyperInstance initiate:self payload:initPayload callback:self.hyperCallbackHandler]; - // block:end:initiate-sdk -} -- (IBAction)startPayments:(id)sender { - // Calling process on hyperService to open payment page - // block:start:process-sdk - NSDictionary *processPayload = [self createProcessPayload]; - [self.hyperInstance process:processPayload]; - // block:end:process-sdk -} - - -@end diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/main.m b/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/main.m deleted file mode 100644 index d314f3e..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/ObjetiveC/main.m +++ /dev/null @@ -1,18 +0,0 @@ -// -// main.m -// ObjectiveC -// -// Created by Subhash on 05/04/22. -// - -#import -#import "AppDelegate.h" - -int main(int argc, char * argv[]) { - NSString * appDelegateClassName; - @autoreleasepool { - // Setup code that might create autoreleased objects goes here. - appDelegateClassName = NSStringFromClass([AppDelegate class]); - } - return UIApplicationMain(argc, argv, nil, appDelegateClassName); -} diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/Podfile b/payment-page-ios/payment-page-ios-objectivec-integration-demo/Podfile deleted file mode 100644 index 05ee963..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/Podfile +++ /dev/null @@ -1,25 +0,0 @@ -# Uncomment the next line to define a global platform for your project -# platform :ios, '9.0' - -use_frameworks! - - -target 'ObjectiveC' do - # Adding Hyper SDK dependecy - # block:start:adding-hyper-sdk-pod - pod 'HyperSDK', '2.1.17' - # block:end:adding-hyper-sdk-pod -end - - -# Adding Hyper SDK dependecy -# block:start:adding-plugin-installation-script -post_install do |installer| - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = false # Pass true to re-download all the assets - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end -end -# block:end:adding-plugin-installation-script diff --git a/payment-page-ios/payment-page-ios-objectivec-integration-demo/Podfile.lock b/payment-page-ios/payment-page-ios-objectivec-integration-demo/Podfile.lock deleted file mode 100644 index faffe9d..0000000 --- a/payment-page-ios/payment-page-ios-objectivec-integration-demo/Podfile.lock +++ /dev/null @@ -1,24 +0,0 @@ -PODS: - - HyperSDK (2.1.17): - - JuspaySafeBrowser (= 0.1.73) - - Salvator (= 1.0.1) - - JuspaySafeBrowser (0.1.73) - - Salvator (1.0.1) - -DEPENDENCIES: - - HyperSDK (= 2.1.17) - -SPEC REPOS: - trunk: - - HyperSDK - - JuspaySafeBrowser - - Salvator - -SPEC CHECKSUMS: - HyperSDK: 7550cef52459c7d01de4871b2eb549b23810c4c0 - JuspaySafeBrowser: 0193990c52e8865bd57f2875b03a20a598d8643d - Salvator: e388abcd1c8a526aff3e952ed94219bb4e12c85f - -PODFILE CHECKSUM: 2fabac91ceb0093e3a4c3b7ae61e104421ace535 - -COCOAPODS: 1.11.3 diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/MerchantConfig.txt b/payment-page-ios/payment-page-ios-swift-integration-demo/MerchantConfig.txt deleted file mode 100644 index 45cf9a9..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Podfile b/payment-page-ios/payment-page-ios-swift-integration-demo/Podfile deleted file mode 100644 index 80e68be..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Podfile +++ /dev/null @@ -1,22 +0,0 @@ -use_frameworks! - - -target 'juspay-sdk-integration-swift' do - # Adding Hyper SDK dependecy - # block:start:adding-hyper-sdk-pod - pod 'HyperSDK', '2.1.17' - # block:end:adding-hyper-sdk-pod -end - - -# Adding Hyper SDK dependecy -# block:start:adding-plugin-installation-script -post_install do |installer| - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = false # Pass true to re-download all the assets - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end -end -# block:end:adding-plugin-installation-script diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Podfile.lock b/payment-page-ios/payment-page-ios-swift-integration-demo/Podfile.lock deleted file mode 100644 index 991e1db..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Podfile.lock +++ /dev/null @@ -1,24 +0,0 @@ -PODS: - - HyperSDK (2.1.17): - - JuspaySafeBrowser (= 0.1.73) - - Salvator (= 1.0.1) - - JuspaySafeBrowser (0.1.73) - - Salvator (1.0.1) - -DEPENDENCIES: - - HyperSDK (= 2.1.17) - -SPEC REPOS: - trunk: - - HyperSDK - - JuspaySafeBrowser - - Salvator - -SPEC CHECKSUMS: - HyperSDK: 7550cef52459c7d01de4871b2eb549b23810c4c0 - JuspaySafeBrowser: 0193990c52e8865bd57f2875b03a20a598d8643d - Salvator: e388abcd1c8a526aff3e952ed94219bb4e12c85f - -PODFILE CHECKSUM: 5b577b558e6ec2e31af26d9206cdd6f670172cfd - -COCOAPODS: 1.11.2 diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/Fuse.rb b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/Fuse.rb deleted file mode 100644 index dcd0856..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/Fuse.rb +++ /dev/null @@ -1,167 +0,0 @@ -require 'open-uri' -require 'uri' -require 'net/http' -require 'fileutils' -require 'xcodeproj' - -class String - def red; "\e[31m#{self}\e[0m" end - def green; "\e[32m#{self}\e[0m" end - def yellow; "\e[33m#{self}\e[0m" end -end - -merchant_config_data = { - "clientId" => "internalPP", - "env" => "production", - "scope" => "release" -} -merchant_config_path = "./MerchantConfig.txt" - -if File.exist?(merchant_config_path) - File.foreach(merchant_config_path) { |line| - key_value = line.gsub!(/\s/, '').split("=", 2) - if key_value[0] && key_value[1] - merchant_config_data[key_value[0]] = key_value[1] - end - } -end - -env = merchant_config_data["env"].split("_")[0] -merchant_name = merchant_config_data["clientId"].split("_")[0] -scope = merchant_config_data["scope"].split("_")[0] - -domain = env == "sandbox" ? "https://sandbox.assets.juspay.in" : "https://assets.juspay.in" -os = "ios" - -puts ("[HyperSDK] Client ID - " + merchant_name).yellow -puts ("[HyperSDK] Environment - " + env).yellow -puts ("[HyperSDK] Scope - " + scope).yellow - -temp_dir_name = "temp" -hyper_sdk_framework_path = "./Pods/HyperSDK/HyperSDK.framework" - -clean_assets = ARGV.length > 0 && ARGV[0] == "true" - -if clean_assets - FileUtils.rm_rf(temp_dir_name) - FileUtils.rm_rf(Dir[ hyper_sdk_framework_path + "/*.png" ]) - FileUtils.rm_rf(Dir[ hyper_sdk_framework_path + "/*.ttf" ]) - FileUtils.rm_rf(Dir[ hyper_sdk_framework_path + "/payments-*.jsa" ]) -end - -FileUtils.mkdir_p temp_dir_name - -url = URI.parse(domain + '/hyper/assetConfig/' + os + '/' + (scope == "beta" ? "beta/" : "") + merchant_name + '/AssetConfig.txt') -req = Net::HTTP::Get.new(url.path) -res = Net::HTTP.start(url.host, url.port, use_ssl: true) do |http| - http.request(req) -end - -asset_config_path = "temp/AssetConfig.txt" - -if res.code == '200' - File.open(asset_config_path, 'w') do |f| - f.write res.body - end -else - puts ("[HyperSDK] Error downloading AssetConfig - " + res.code).red - return -end - -files_to_download = [] - -if File.exist?(asset_config_path) - File.foreach(asset_config_path) { |line| - files_to_download.push(line) - } -end - -puts "[HyperSDK] Downloading assets..." -files_downloaded = 0 -files_to_download.each do |file| - file_data = file.gsub!(/\s/, '').split("@", 2) - file_name = file_data[0].split("/")[2] - file_path = hyper_sdk_framework_path + "/" + file_name - file_url = file_data[1] - - url = URI.parse(file_url) - req = Net::HTTP::Get.new(url.path) - - if File.exist?(file_path) - time = (File.mtime(file_path)).gmtime - gmt = time.strftime("%a, %d %b %Y %H:%M:%S GMT") - req.add_field("If-Modified-Since", gmt) - end - - res = Net::HTTP.start(url.host, url.port, use_ssl: true) do |http| - http.request(req) - end - - if res.code == '304' - - elsif res.code == '200' - files_downloaded += 1 - File.open(file_path, 'w') do |f| - f.write res.body - end - else - puts ("[HyperSDK] Error downloading file: " + file_url + " " + res.code).red - end -end - -puts "[HyperSDK] #{files_downloaded} file(s) downloaded/updated." - -FileUtils.rm_rf(temp_dir_name) - -project_files = Dir[ __dir__ + "/../../*.xcodeproj" ] - -if project_files.length > 0 - project_path = project_files[0] - project_file_name = project_path.split('/').last - project_folder_name = project_file_name.split('.').first - - info_plist_files = Dir[ "./" + project_folder_name + "/*.plist" ] - - if info_plist_files.length > 0 - puts "[HyperSDK] Adding the required URL Schemes & Queries Schemes in plist files" - info_plist_files.each { |info_plist_file_path| - puts "[HyperSDK] Plist file path: " + info_plist_file_path - - info=Xcodeproj::Plist.read_from_path(info_plist_file_path) - queriesSchemes = info["LSApplicationQueriesSchemes"] || [] - queriesSchemesToAdd = ["credpay", "phonepe", "paytmmp", "tez", "paytm", "bhim", "devtools"] - queriesSchemesToAdd.each { |item| - if queriesSchemes.include?(item) == false - queriesSchemes.push(item) - end - } - info["LSApplicationQueriesSchemes"] = queriesSchemes - - urlSchemesToAdd = ["amzn-$(PRODUCT_BUNDLE_IDENTIFIER)", "juspay-$(PRODUCT_BUNDLE_IDENTIFIER)", "$(PRODUCT_BUNDLE_IDENTIFIER).cred"] - urlTypes = info["CFBundleURLTypes"] || [] - if urlTypes.empty? - urlTypes.push({"CFBundleURLName" => "$(PRODUCT_BUNDLE_IDENTIFIER)", "CFBundleURLSchemes" => urlSchemesToAdd}) - else - firstItem = urlTypes[0] - if firstItem["CFBundleURLName"] != "$(PRODUCT_BUNDLE_IDENTIFIER)" - urlTypes.insert(0, {"CFBundleURLName" => "$(PRODUCT_BUNDLE_IDENTIFIER)", "CFBundleURLSchemes" => urlSchemesToAdd}) - else - urlSchemes = firstItem["CFBundleURLSchemes"] || [] - urlSchemesToAdd.each { |item| - if urlSchemes.include?(item) == false - urlSchemes.push(item) - end - } - firstItem["CFBundleURLSchemes"] = urlSchemes - urlTypes[0] = firstItem - end - end - info["CFBundleURLTypes"] = urlTypes - Xcodeproj::Plist.write_to_path(info, info_plist_file_path) - } - puts "[HyperSDK] Done.".green - else - puts "[HyperSDK] No plist file found. Please add the required URL Schemes & Queries Schemes manually.".yellow - puts "[HyperSDK] Done.".green - end -end \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework.dSYM_local/Contents/Info.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework.dSYM_local/Contents/Info.plist deleted file mode 100644 index 7fca7c0..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework.dSYM_local/Contents/Info.plist +++ /dev/null @@ -1,20 +0,0 @@ - - - - - CFBundleDevelopmentRegion - English - CFBundleIdentifier - com.apple.xcode.dsym.in.juspay.HyperSDK - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - dSYM - CFBundleSignature - ???? - CFBundleShortVersionString - 2.1 - CFBundleVersion - 2.1.6 - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework.dSYM_local/Contents/Resources/DWARF/HyperSDK b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework.dSYM_local/Contents/Resources/DWARF/HyperSDK deleted file mode 100644 index 999621b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework.dSYM_local/Contents/Resources/DWARF/HyperSDK and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Headers/Hyper.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Headers/Hyper.h deleted file mode 100755 index 07a7b98..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Headers/Hyper.h +++ /dev/null @@ -1,317 +0,0 @@ -// -// Hyper.h -// HyperSDK -// -// Copyright © Juspay Technologies. All rights reserved. -// - -#import -#import - -@protocol HyperDelegate - -@optional - -- (UIView * _Nullable)merchantViewForViewType:(NSString * _Nonnull)viewType; - -/** - Delegate method will be triggered once JuspaySafeBrowser's webview is initialized. - - @param webView The web view object. -*/ -- (void)onWebViewReady:(WKWebView * _Nonnull)webView; - -@end - -@interface Hyper : NSObject - -//////////////////////////// Start of depreceated methods //////////////////////// - -/** - Response block for communicating between service to callee. - - @param status Status after execution of service. - @param responseData Response from service once execution is complete. - @param error Error object with details if any error has occurred. - - @since v0.1 - */ -typedef void (^HyperResponseBlock)(int status, id _Nullable responseData, NSError * _Nullable error); - -/** - Response block for communicating logs between service to callee. - - @param logData Logs being passed from service. - - @since v0.1 - */ -typedef void (^HyperLogBlock)(id _Nonnull logData); - -/** - Callback block for communicating between callee to service . - - @param data Data being passed for service. - - @since v0.1 - */ -typedef void (^CallbackBlock)(NSDictionary* _Nonnull data); - -/** - Callback block to handle various callbacks/outputs from the SDK when process is called. - - @param data Response from service once execution is complete. - */ -typedef void (^HyperResponseHandler)(NSDictionary* _Nonnull data); - -/** - Callback block for communicating between callee to service . - - @param data Data being passed from service to callee. - @param callback Callback to be triggered if required. - - @since v0.1 - */ -typedef void (^HyperCommunicationBlock)(id _Nonnull data, CallbackBlock _Nonnull callback); - -/** - Hides bottom bar to provide more screen. - - @since v0.1 - */ -@property (nonatomic) BOOL shouldHideBottomBarWhenPushed; - -/** - Data passed by calling app. Contains services to start - Mandatory to pass {"service":"service to be started"}. - @warning `data` must have a valid service of type `{"service":"service to be started"}`. - - @since v0.1 - */ -@property (nonatomic, strong, nonnull) NSDictionary *data; - -///--------------------- -/// @name Hyper entry points -///--------------------- - -/** - Entry point for starting hyper. - - @param viewController Reference ViewController marked as starting point of view. - @param data Data params to be passed for service - Mandatory to pass {"service":"service to be started"}. - @param callback HyperResponse callback returns status and additional data required to calling process. - @warning `data` must have a valid service of type `{"service":"service to be started"}`. - - @since v0.1 - */ -- (void)startViewController:(nonnull UIViewController*)viewController data:(nonnull NSDictionary*)data callback:(nonnull HyperResponseBlock)callback; - -/** - Entry point for starting hyper. - - @param viewController Reference ViewController marked as starting point of view. - @param data Data params to be passed for service - Mandatory to pass {"service":"service to be started"}. - @param logs HyperLog callback returns logs from hyper modules. - @param comm HyperCommunication used to pass data to and from calling service in current running service. - @param callback HyperResponse callback returns status and additional data required to calling process. - @warning `data` must have a valid service of type `{"service":"service to be started"}`. - - @since v0.1 - */ -- (void)startViewController:(nonnull UIViewController*)viewController data:(nonnull NSDictionary*)data logCallback:(nullable HyperLogBlock)logs commBlock:(nullable HyperCommunicationBlock)comm callback:( nonnull HyperResponseBlock)callback; - -/** - Callback to be triggered by merchant. - - @return Callbackblock which contains a dictionary. - - @since v0.1 - */ -- (CallbackBlock _Nullable )onMerchantEvent; - -/** - For updating assets and establishing connections. - - @since v0.1 - */ -- (void)preFetch:(NSDictionary*_Nonnull)data __attribute__((deprecated("Replaced by +preFetch:"))); - -/** - For clearing local cached data. - - @since v0.2 - */ -+ (void)clearCache; -//////////////////////////// End of depreceated methods //////////////////////// - -#pragma (All methods above are depreciated and will be removed in future releases) -#pragma mark - SDK Integration - -/** - Callback block for communicating between callee to service . - - @param data Data being passed for service. - - @since v0.4 - */ -typedef void (^HyperEventsCallback)(NSDictionary* _Nonnull data); - -/** - Callback block to handle various callbacks/outputs from the SDK. - - @param data Response data from SDK once execution is complete. - - @since v0.4 - */ -typedef void (^HyperSDKCallback)(NSDictionary* _Nullable data); - -/** - Custom loader to be shown in case of network calls. - - @since v0.1 - */ -@property (nonatomic, strong, nullable) UIView *activityIndicator; - -/** - Merchant view will be visible on top of rendered micro app. - - @since v0.2 - */ -@property (nonatomic, strong, nullable) UIView *merchantView; - -/** - Base view controller. - - @since v0.4 - */ -@property (nonatomic, weak, nullable) UIViewController *baseViewController; - - -/** - HyperSDK callback. - - @since v0.4 - */ -@property (nonatomic, copy, nullable) HyperSDKCallback hyperSDKCallback; - - -/** - Return the current version of SDK. - - @return Version number in string representation. - - @since v0.1 - */ -+(NSString*_Nonnull)HyperSDKVersion; - - -/** -@property hyperDelegate -*/ - -@property (nonatomic, weak) id _Nullable hyperDelegate; - -/** - For updating assets and establishing connections. - - @since v0.2 - */ -+ (void)preFetch:(NSDictionary*_Nonnull)data; - -/** - Callback to be triggered by merchant. - - @return HyperEventsCallback to be triggered for passing data back. - - @since v0.4 - */ -- (HyperEventsCallback _Nullable )merchantEvent; - -/** - * Handles the redirection back to the app from the PWA UI - * - * @param url the redirect URL - * @param sourceApplication the sourceApplication where it comes from - * - * @return whether the response with the URl was handled successfully or not. - * - */ -+ (BOOL)handleRedirectURL:(NSURL * _Nonnull)url sourceApplication:(NSString * _Nonnull)sourceApplication; - -/** -Check if current instance is intialized. - - This method is deprecated because of spelling mistake. - Both methods will continue to be supported but please move to non-deprecated method. - -@since v2.0 -*/ -- (Boolean)isInitialized __deprecated; - -/** -Check if current instance is intialized. - - This method is deprecated because of spelling mistake. - Both methods will continue to be supported but please move to non-deprecated method. - -@since v2.0 -*/ -- (Boolean)isIntialized __deprecated; - -/** -Check if current instance is Initialised. - -@since v2.0 -*/ -- (Boolean)isInitialised; - -///--------------------- -/// @name Hyper entry points -///--------------------- - -/** - For initiating Hyper engine. - - @param viewController Reference ViewController marked as starting point of view. Requires view to have a base UINavigationController. - @param initiationPayload Payload required for starting up engine. - @param callback Callback block to handle various callbacks or events triggered by SDK. - - @since v0.4 - */ -- (void)initiate:(UIViewController * _Nonnull)viewController payload:(NSDictionary * _Nonnull)initiationPayload callback:(HyperSDKCallback _Nonnull)callback; - -/** - To perform an action. - - @param processPayload Payload required for the operation. - - @since v0.4 - */ -- (void)process:(NSDictionary * _Nullable)processPayload; - -/** - To stop Hyper engine. - - @since v0.4 - */ - -- (void)terminate; - - -/** - To stop a performed action. - - @param terminatePayload Payload required for the operation. - - @since v0.4 - */ - -- (void)terminateProcess:(NSDictionary * _Nullable)terminatePayload; - -@end - -/** -HyperServices sub-class to allow uniform class calls across OS. - -@since v2.0 -*/ -@interface HyperServices : Hyper -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Headers/HyperSDK.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Headers/HyperSDK.h deleted file mode 100755 index 8b32db2..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Headers/HyperSDK.h +++ /dev/null @@ -1,9 +0,0 @@ -// -// HyperSDK.h -// HyperSDK -// -// Copyright © Juspay Technologies. All rights reserved. -// - -#import -#import "Hyper.h" diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/HyperSDK b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/HyperSDK deleted file mode 100755 index 825fe20..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/HyperSDK and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Info.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Info.plist deleted file mode 100644 index 713bca2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Info.plist and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Modules/module.modulemap b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Modules/module.modulemap deleted file mode 100644 index 2c973cc..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module HyperSDK { - umbrella header "HyperSDK.h" - - export * - module * { export * } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-Bold.ttf b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-Bold.ttf deleted file mode 100644 index efdd5e8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-Bold.ttf and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-Regular.ttf b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-Regular.ttf deleted file mode 100644 index 29bfd35..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-Regular.ttf and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-SemiBold.ttf b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-SemiBold.ttf deleted file mode 100644 index 54e7059..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/OpenSans-SemiBold.ttf and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/add_upi_id.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/add_upi_id.png deleted file mode 100644 index e0013d7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/add_upi_id.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/amazonpay_wallet.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/amazonpay_wallet.png deleted file mode 100644 index bea0b2c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/amazonpay_wallet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ambient_shadow_zeight.9.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ambient_shadow_zeight.9.png deleted file mode 100644 index f7e2193..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ambient_shadow_zeight.9.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/approve_upi_payment.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/approve_upi_payment.png deleted file mode 100644 index e6a5986..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/approve_upi_payment.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/back_arrow_fmcg.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/back_arrow_fmcg.png deleted file mode 100644 index f32c21b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/back_arrow_fmcg.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bank_axis_name.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bank_axis_name.png deleted file mode 100644 index 3e0b3d1..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bank_axis_name.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bank_icici_name.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bank_icici_name.png deleted file mode 100644 index 0596534..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bank_icici_name.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bell_upi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bell_upi.png deleted file mode 100644 index 773fb65..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bell_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/black_tick.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/black_tick.png deleted file mode 100644 index 3c8aa42..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/black_tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/boot_loader.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/boot_loader.html deleted file mode 100755 index 439d050..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/boot_loader.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet.png deleted file mode 100644 index 69aad10..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet_icon_one.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet_icon_one.png deleted file mode 100644 index 5bdc368..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet_icon_one.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet_icon_two.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet_icon_two.png deleted file mode 100644 index 6fe88a9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/bullet_icon_two.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_less_emi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_less_emi.png deleted file mode 100644 index a6da109..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_less_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_security.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_security.png deleted file mode 100644 index 7e89a80..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_security.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_americanexp.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_americanexp.png deleted file mode 100644 index 06e74ba..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_americanexp.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_amex.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_amex.png deleted file mode 100644 index b97050b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_amex.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_dhani.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_dhani.png deleted file mode 100644 index 01389dd..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_dhani.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners.png deleted file mode 100644 index 225471e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners_club_carte_blanche.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners_club_carte_blanche.png deleted file mode 100644 index eb97431..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners_club_carte_blanche.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners_club_international.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners_club_international.png deleted file mode 100644 index 6f8f20d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_diners_club_international.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_discover.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_discover.png deleted file mode 100644 index d138116..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_discover.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_jcb.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_jcb.png deleted file mode 100644 index f318a67..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_jcb.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_laser.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_laser.png deleted file mode 100644 index 39c1571..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_laser.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_maestro.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_maestro.png deleted file mode 100644 index ce43db3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_maestro.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_master.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_master.png deleted file mode 100644 index 0adac55..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_master.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_mastercard.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_mastercard.png deleted file mode 100644 index 53cb899..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_mastercard.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_rupay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_rupay.png deleted file mode 100644 index 5916dfd..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_rupay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_sodexo.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_sodexo.png deleted file mode 100644 index 513bfd9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_sodexo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_visa.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_visa.png deleted file mode 100644 index d1e1c08..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_visa.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_visa_electron.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_visa_electron.png deleted file mode 100644 index 3f358d8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/card_type_visa_electron.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cards.xml b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cards.xml deleted file mode 100644 index 5d70ac7..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cards.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox.png deleted file mode 100644 index ae1ee17..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox1.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox1.png deleted file mode 100644 index 07a3232..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox1.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox_square.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox_square.png deleted file mode 100644 index 6e37078..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checkbox_square.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checklist_upi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checklist_upi.png deleted file mode 100644 index 2980c4a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/checklist_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/circular_radio_button.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/circular_radio_button.png deleted file mode 100644 index 9eab2cb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/circular_radio_button.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cred.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cred.png deleted file mode 100644 index c49f9df..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cred.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/credit_card_emi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/credit_card_emi.png deleted file mode 100644 index a6f8ab4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/credit_card_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cross.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cross.png deleted file mode 100644 index 208a55e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cross.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cross_white.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cross_white.png deleted file mode 100644 index cda4434..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/cross_white.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/debit_card_emi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/debit_card_emi.png deleted file mode 100644 index a6f8ab4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/debit_card_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/error.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/error.png deleted file mode 100644 index ee01e53..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/error.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expan_upi_apps.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expan_upi_apps.png deleted file mode 100644 index 38fcbef..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expan_upi_apps.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_cod.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_cod.png deleted file mode 100644 index 69912de..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_cod.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_net_banking.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_net_banking.png deleted file mode 100644 index b76c46b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_net_banking.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_saved_payment_options.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_saved_payment_options.png deleted file mode 100644 index 8c7956b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_saved_payment_options.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_upi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_upi.png deleted file mode 100644 index bc22799..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_upi_collect.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_upi_collect.png deleted file mode 100644 index 37cafa0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_upi_collect.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_wallet.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_wallet.png deleted file mode 100644 index 7844241..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expand_wallet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expnad_add_card.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expnad_add_card.png deleted file mode 100644 index 77f793c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/expnad_add_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/eye_hide_grey.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/eye_hide_grey.png deleted file mode 100644 index 2a6e6cb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/eye_hide_grey.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/eye_show_grey.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/eye_show_grey.png deleted file mode 100644 index a458844..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/eye_show_grey.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/failure_red.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/failure_red.png deleted file mode 100644 index 7dffad0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/failure_red.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/food_card.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/food_card.png deleted file mode 100644 index 0b51d93..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/food_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/google_pay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/google_pay.png deleted file mode 100644 index e186b37..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/google_pay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/green_plus.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/green_plus.png deleted file mode 100644 index 71c9d3e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/green_plus.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/grid_tick.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/grid_tick.png deleted file mode 100644 index d80bff1..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/grid_tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/hovering_msg_background.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/hovering_msg_background.png deleted file mode 100644 index 865ffb5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/hovering_msg_background.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_airtelmoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_airtelmoney.png deleted file mode 100644 index 35f741c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_airtelmoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_alipay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_alipay.png deleted file mode 100644 index 54acce5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_alipay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_amazonpay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_amazonpay.png deleted file mode 100644 index 108b05f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_amazonpay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_amexezeclick.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_amexezeclick.png deleted file mode 100644 index 5bb9f9a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_amexezeclick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_applepay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_applepay.png deleted file mode 100644 index 210fd3c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_applepay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_arrow_down.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_arrow_down.png deleted file mode 100644 index 73f513c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_arrow_down.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_arrow_up.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_arrow_up.png deleted file mode 100644 index 8f351bf..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_arrow_up.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_back_arrow.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_back_arrow.png deleted file mode 100644 index 75dd361..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_back_arrow.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_0999.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_0999.png deleted file mode 100644 index 01389dd..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_0999.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_113652.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_113652.png deleted file mode 100644 index 87a30e4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_113652.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_142094.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_142094.png deleted file mode 100644 index 04c3c1e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_142094.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_143442.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_143442.png deleted file mode 100644 index 27be642..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_143442.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_193025.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_193025.png deleted file mode 100644 index 5f6ce1b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_193025.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_199641.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_199641.png deleted file mode 100644 index 81bb12b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_199641.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_221122.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_221122.png deleted file mode 100644 index 3a63c95..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_221122.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223311.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223311.png deleted file mode 100644 index 2979795..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223311.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223312.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223312.png deleted file mode 100644 index ba91db4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223312.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223322.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223322.png deleted file mode 100644 index 56ae609..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_223322.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_259789.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_259789.png deleted file mode 100644 index 1b3ad48..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_259789.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_261929.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_261929.png deleted file mode 100644 index de38f27..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_261929.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_326666.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_326666.png deleted file mode 100644 index 3a746f6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_326666.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_354262.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_354262.png deleted file mode 100644 index a4c8374..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_354262.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_411122.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_411122.png deleted file mode 100644 index 3b77f87..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_411122.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_416572.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_416572.png deleted file mode 100644 index 9365050..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_416572.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_431870.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_431870.png deleted file mode 100644 index 98003b8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_431870.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_436360.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_436360.png deleted file mode 100644 index 2032256..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_436360.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_441671.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_441671.png deleted file mode 100644 index 70b6a13..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_441671.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_442212.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_442212.png deleted file mode 100644 index 2b966c4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_442212.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_455012.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_455012.png deleted file mode 100644 index ee8b85b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_455012.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_468233.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_468233.png deleted file mode 100644 index 60f27ea..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_468233.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_493541.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_493541.png deleted file mode 100644 index 2b370ae..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_493541.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500001.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500001.png deleted file mode 100644 index c7e071c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500001.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500002.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500002.png deleted file mode 100644 index 0a068d0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500002.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500003.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500003.png deleted file mode 100644 index 012aaf2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500003.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500004.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500004.png deleted file mode 100644 index c7f78e7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500004.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500005.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500005.png deleted file mode 100644 index c7e071c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_500005.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_506286.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_506286.png deleted file mode 100644 index cbab68a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_506286.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508500.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508500.png deleted file mode 100644 index 61d12ad..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508500.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508505.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508505.png deleted file mode 100644 index 7920e8e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508505.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508507.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508507.png deleted file mode 100644 index a3325fd..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508507.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508508.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508508.png deleted file mode 100644 index 94f2eed..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508508.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508512.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508512.png deleted file mode 100644 index c9bd024..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508512.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508517.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508517.png deleted file mode 100644 index 7633ad6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508517.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508532.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508532.png deleted file mode 100644 index 845bb0b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508532.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508534.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508534.png deleted file mode 100644 index f7013ef..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508534.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508541.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508541.png deleted file mode 100644 index 47fcde1..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508541.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508547.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508547.png deleted file mode 100644 index bd3fac4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508547.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508548.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508548.png deleted file mode 100644 index 428ddfe..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508548.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508568.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508568.png deleted file mode 100644 index 012aaf2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508568.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508585.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508585.png deleted file mode 100644 index 97e8b8d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508585.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508753.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508753.png deleted file mode 100644 index 21d0320..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508753.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508794.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508794.png deleted file mode 100644 index 9ac3e9b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508794.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508991.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508991.png deleted file mode 100644 index 4f37d75..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508991.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508998.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508998.png deleted file mode 100644 index 11f42a9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_508998.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_511308.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_511308.png deleted file mode 100644 index d8e4a25..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_511308.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_515948.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_515948.png deleted file mode 100644 index 712c88a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_515948.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_525847.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_525847.png deleted file mode 100644 index bc8a8f8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_525847.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_528293.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_528293.png deleted file mode 100644 index c78cd6f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_528293.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_548748.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_548748.png deleted file mode 100644 index 335a12d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_548748.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606060.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606060.png deleted file mode 100644 index e8f4f80..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606060.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606985.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606985.png deleted file mode 100644 index ed14b51..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606985.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606993.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606993.png deleted file mode 100644 index 9966692..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606993.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606995.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606995.png deleted file mode 100644 index 3ccad73..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_606995.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607000.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607000.png deleted file mode 100644 index 4a74ceb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607000.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607028.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607028.png deleted file mode 100644 index 3435a70..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607028.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607051.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607051.png deleted file mode 100644 index 369a06e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607051.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607055.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607055.png deleted file mode 100644 index 0b3b6ad..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607055.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607057.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607057.png deleted file mode 100644 index 72675d6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607057.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607058.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607058.png deleted file mode 100644 index f01684c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607058.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607062.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607062.png deleted file mode 100644 index 7792cec..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607062.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607064.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607064.png deleted file mode 100644 index c7a0ea7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607064.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607065.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607065.png deleted file mode 100644 index c8201c2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607065.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607066.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607066.png deleted file mode 100644 index 7808b6e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607066.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607075.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607075.png deleted file mode 100644 index d7288b5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607075.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607080.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607080.png deleted file mode 100644 index ffc7111..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607080.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607084.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607084.png deleted file mode 100644 index 6794a28..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607084.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607087.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607087.png deleted file mode 100644 index 9882664..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607087.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607090.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607090.png deleted file mode 100644 index a55942a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607090.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607091.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607091.png deleted file mode 100644 index c595316..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607091.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607095.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607095.png deleted file mode 100644 index 26e52c4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607095.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607099.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607099.png deleted file mode 100644 index d8f71b1..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607099.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607100.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607100.png deleted file mode 100644 index 102d080..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607100.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607101.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607101.png deleted file mode 100644 index a63d142..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607101.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607104.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607104.png deleted file mode 100644 index f49365d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607104.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607105.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607105.png deleted file mode 100644 index 1f0df20..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607105.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607115.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607115.png deleted file mode 100644 index 4b13ca1..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607115.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607117.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607117.png deleted file mode 100644 index 78c3f2f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607117.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607121.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607121.png deleted file mode 100644 index c193d6f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607121.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607122.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607122.png deleted file mode 100644 index 6058e5a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607122.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607124.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607124.png deleted file mode 100644 index eef1d27..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607124.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607126.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607126.png deleted file mode 100644 index 75fdceb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607126.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607130.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607130.png deleted file mode 100644 index 7f5c69e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607130.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607131.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607131.png deleted file mode 100644 index 918a6c3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607131.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607152.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607152.png deleted file mode 100644 index ada9807..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607152.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607153.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607153.png deleted file mode 100644 index a75e41b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607153.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607158.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607158.png deleted file mode 100644 index b587e12..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607158.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607165.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607165.png deleted file mode 100644 index 1114372..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607165.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607167.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607167.png deleted file mode 100644 index 527a286..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607167.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607170.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607170.png deleted file mode 100644 index a60c3d4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607170.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607184.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607184.png deleted file mode 100644 index 8447f7d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607184.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607187.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607187.png deleted file mode 100644 index 8555eb2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607187.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607189.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607189.png deleted file mode 100644 index ebf4118..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607189.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607195.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607195.png deleted file mode 100644 index a8d69d2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607195.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607197.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607197.png deleted file mode 100644 index 4721693..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607197.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607198.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607198.png deleted file mode 100644 index 7a2460b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607198.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607200.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607200.png deleted file mode 100644 index 2611b61..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607200.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607202.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607202.png deleted file mode 100644 index ef8aa5f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607202.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607206.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607206.png deleted file mode 100644 index 905edfa..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607206.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607210.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607210.png deleted file mode 100644 index 6f7335c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607210.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607212.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607212.png deleted file mode 100644 index 8f3aa50..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607212.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607214.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607214.png deleted file mode 100644 index 18892f9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607214.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607222.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607222.png deleted file mode 100644 index 20856be..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607222.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607223.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607223.png deleted file mode 100644 index 0f0d812..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607223.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607230.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607230.png deleted file mode 100644 index 2b36340..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607230.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607241.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607241.png deleted file mode 100644 index 1747b02..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607241.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607249.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607249.png deleted file mode 100644 index 226ea22..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607249.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607258.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607258.png deleted file mode 100644 index ca26364..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607258.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607261.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607261.png deleted file mode 100644 index 67325f3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607261.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607270.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607270.png deleted file mode 100644 index 80024c9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607270.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607273.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607273.png deleted file mode 100644 index a3f3e9c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607273.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607276.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607276.png deleted file mode 100644 index a89b307..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607276.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607280.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607280.png deleted file mode 100644 index 513aff5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607280.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607290.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607290.png deleted file mode 100644 index 50499a8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607290.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607291.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607291.png deleted file mode 100644 index e4b5f72..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607291.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607308.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607308.png deleted file mode 100644 index 1822580..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607308.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607320.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607320.png deleted file mode 100644 index 50d6d15..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607320.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607324.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607324.png deleted file mode 100644 index ad7200c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607324.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607339.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607339.png deleted file mode 100644 index 430b087..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607339.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607354.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607354.png deleted file mode 100644 index 8249c4c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607354.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607363.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607363.png deleted file mode 100644 index a6a0b80..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607363.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607377.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607377.png deleted file mode 100644 index 2acd644..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607377.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607387.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607387.png deleted file mode 100644 index 3661e1c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607387.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607389.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607389.png deleted file mode 100644 index b61be95..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607389.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607393.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607393.png deleted file mode 100644 index ba0645e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607393.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607394.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607394.png deleted file mode 100644 index 19cecf5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607394.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607420.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607420.png deleted file mode 100644 index a3b9921..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607420.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607440.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607440.png deleted file mode 100644 index 6cffa6a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607440.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607442.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607442.png deleted file mode 100644 index f456792..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607442.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607476.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607476.png deleted file mode 100644 index 07f77fe..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607476.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607485.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607485.png deleted file mode 100644 index 110be0b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607485.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607506.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607506.png deleted file mode 100644 index dfec9c5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607506.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607509.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607509.png deleted file mode 100644 index 6f89e93..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607509.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607544.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607544.png deleted file mode 100644 index 5730189..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607544.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607592.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607592.png deleted file mode 100644 index 744a240..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607592.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607621.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607621.png deleted file mode 100644 index ee08f50..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607621.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607689.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607689.png deleted file mode 100644 index 75f8aeb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_607689.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608001.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608001.png deleted file mode 100644 index 2f337d0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608001.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608032.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608032.png deleted file mode 100644 index 5d60a31..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608032.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608088.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608088.png deleted file mode 100644 index 257077d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608088.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608117.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608117.png deleted file mode 100644 index f853790..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_608117.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_612345.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_612345.png deleted file mode 100644 index 01bcd4f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_612345.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_612356.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_612356.png deleted file mode 100644 index 012aaf2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_612356.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_616197.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_616197.png deleted file mode 100644 index cd3d269..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_616197.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_632663.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_632663.png deleted file mode 100644 index 5472682..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_632663.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_650397.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_650397.png deleted file mode 100644 index d79274b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_650397.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_652150.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_652150.png deleted file mode 100644 index c7e071c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_652150.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_652194.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_652194.png deleted file mode 100644 index 0a068d0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_652194.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_672266.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_672266.png deleted file mode 100644 index 89f9ce3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_672266.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_707657.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_707657.png deleted file mode 100644 index b9e07d5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_707657.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_745497.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_745497.png deleted file mode 100644 index 8d19926..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_745497.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_838890.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_838890.png deleted file mode 100644 index f5c4079..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_838890.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_859140.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_859140.png deleted file mode 100644 index e37a60c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_859140.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_952542.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_952542.png deleted file mode 100644 index 782c2d7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_952542.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_990288.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_990288.png deleted file mode 100644 index 3a0b6fa..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_990288.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_999999.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_999999.png deleted file mode 100644 index c7f78e7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_999999.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_default.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_default.png deleted file mode 100644 index 5d94577..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bank_default.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bhim.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bhim.png deleted file mode 100644 index 76c887a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_bhim.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_capitalfloat.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_capitalfloat.png deleted file mode 100644 index 341fca6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_capitalfloat.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_card.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_card.png deleted file mode 100644 index 8d6c730..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_cardod.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_cardod.png deleted file mode 100644 index a8027f2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_cardod.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_cod.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_cod.png deleted file mode 100644 index ee1393e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_cod.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_default_bank.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_default_bank.png deleted file mode 100644 index 5755bd4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_default_bank.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_emi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_emi.png deleted file mode 100644 index e68fa90..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_emi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_epaylater.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_epaylater.png deleted file mode 100644 index 5a1937a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_epaylater.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_error_outline.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_error_outline.png deleted file mode 100644 index 4e425c6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_error_outline.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_fi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_fi.png deleted file mode 100644 index d0eb7ac..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_fi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_flexmoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_flexmoney.png deleted file mode 100644 index 92d875e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_flexmoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_freecharge.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_freecharge.png deleted file mode 100644 index 291ef6a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_freecharge.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_gear_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_gear_icon.png deleted file mode 100644 index 3d7403a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_gear_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_giftcard_faded.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_giftcard_faded.png deleted file mode 100644 index dca34de..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_giftcard_faded.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_googlepay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_googlepay.png deleted file mode 100644 index d59b5b5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_googlepay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_green_offer.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_green_offer.png deleted file mode 100644 index bc6234f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_green_offer.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_icicipaylater.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_icicipaylater.png deleted file mode 100644 index efce9c3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_icicipaylater.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_icon_back.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_icon_back.png deleted file mode 100644 index 8d2693a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_icon_back.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_ideamoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_ideamoney.png deleted file mode 100644 index 6868eeb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_ideamoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_info.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_info.png deleted file mode 100644 index 99d950d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_info.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_jiomoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_jiomoney.png deleted file mode 100644 index 0e6eb33..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_jiomoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_jupiter.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_jupiter.png deleted file mode 100644 index 2cf1809..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_jupiter.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_lazypay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_lazypay.png deleted file mode 100644 index c3e54c4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_lazypay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mobikwik.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mobikwik.png deleted file mode 100644 index ee3218e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mobikwik.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_card.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_card.png deleted file mode 100644 index 806ddf8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_net_banking.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_net_banking.png deleted file mode 100644 index c557c4c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_net_banking.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_wallet.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_wallet.png deleted file mode 100644 index e0a2a42..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mode_wallet.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_moffers.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_moffers.png deleted file mode 100644 index 448ed53..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_moffers.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mpesa.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mpesa.png deleted file mode 100644 index 9f9209f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mpesa.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mrupee.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mrupee.png deleted file mode 100644 index e1923eb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_mrupee.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_offer_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_offer_icon.png deleted file mode 100644 index cffeaa2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_offer_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_olamoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_olamoney.png deleted file mode 100644 index 1a184e3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_olamoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_one_card.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_one_card.png deleted file mode 100644 index 1a4e5b7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_one_card.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_outage.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_outage.png deleted file mode 100644 index 084f3e6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_outage.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_oxicash.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_oxicash.png deleted file mode 100644 index efba006..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_oxicash.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_oxigen.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_oxigen.png deleted file mode 100644 index a673a8f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_oxigen.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paycash.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paycash.png deleted file mode 100644 index 160c32f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paycash.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paypal.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paypal.png deleted file mode 100644 index 25ca544..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paypal.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paytm.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paytm.png deleted file mode 100644 index a6325db..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paytm.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paytm_allinone.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paytm_allinone.png deleted file mode 100644 index 67b0c2c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_paytm_allinone.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_payumoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_payumoney.png deleted file mode 100644 index 30c367b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_payumoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_payzapp.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_payzapp.png deleted file mode 100644 index ea584e9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_payzapp.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_phonepe.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_phonepe.png deleted file mode 100644 index a637d3b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_phonepe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_question_mark.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_question_mark.png deleted file mode 100644 index 26cebfa..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_question_mark.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_sbibuddy.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_sbibuddy.png deleted file mode 100644 index 78925cf..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_sbibuddy.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_search_cancel.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_search_cancel.png deleted file mode 100644 index 024f286..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_search_cancel.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_search_gray.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_search_gray.png deleted file mode 100644 index 5c2dc08..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_search_gray.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_shareit.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_shareit.png deleted file mode 100644 index aa34959..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_shareit.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_shopse.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_shopse.png deleted file mode 100644 index 8517a6a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_shopse.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_simpl.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_simpl.png deleted file mode 100644 index f086fb5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_simpl.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_slice.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_slice.png deleted file mode 100644 index 46204da..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_slice.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_sodexo.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_sodexo.png deleted file mode 100644 index 5298e47..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_sodexo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_tatapay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_tatapay.png deleted file mode 100644 index 01336ba..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_tatapay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_upi_default.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_upi_default.png deleted file mode 100644 index c72b8fb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_upi_default.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_upi_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_upi_icon.png deleted file mode 100644 index 944639b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_upi_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_verified_detail.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_verified_detail.png deleted file mode 100644 index b4fde4e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_verified_detail.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_white_tick.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_white_tick.png deleted file mode 100644 index 58c60ef..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_white_tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_yespay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_yespay.png deleted file mode 100644 index 78af9f5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_yespay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_zestmoney.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_zestmoney.png deleted file mode 100644 index 29a056e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_zestmoney.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_zipcash.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_zipcash.png deleted file mode 100644 index f5082e6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/ic_zipcash.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/inapp_collect_complete.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/inapp_collect_complete.png deleted file mode 100644 index c734fb3..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/inapp_collect_complete.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/inapp_collect_initiate.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/inapp_collect_initiate.png deleted file mode 100644 index ed28659..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/inapp_collect_initiate.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/info_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/info_icon.png deleted file mode 100644 index 3c84725..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/info_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/instant.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/instant.png deleted file mode 100644 index bf328eb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/instant.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/jp_default_bank.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/jp_default_bank.png deleted file mode 100644 index 4b3455c..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/jp_default_bank.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/jp_ic_settings.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/jp_ic_settings.png deleted file mode 100644 index 8827a5d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/jp_ic_settings.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay.png deleted file mode 100644 index 02caa49..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_arrow_up.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_arrow_up.png deleted file mode 100644 index 426696b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_arrow_up.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_assets.json b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_assets.json deleted file mode 100644 index 7446f7a..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_assets.json +++ /dev/null @@ -1 +0,0 @@ -{"images":{"add_upi_id":true,"amazonpay_wallet":true,"ambient_shadow_zeight":true,"approve_upi_payment":true,"back_arrow_fmcg":true,"bank_axis_name":true,"bank_icici_name":true,"black_tick":true,"bullet":true,"bullet_icon_one":true,"bullet_icon_two":true,"card_security":true,"card_type_americanexp":true,"card_type_amex":true,"card_type_dhani":true,"card_type_diners":true,"card_type_diners_club_carte_blanche":true,"card_type_diners_club_international":true,"card_type_discover":true,"card_type_jcb":true,"card_type_laser":true,"card_type_maestro":true,"card_type_master":true,"card_type_mastercard":true,"card_type_rupay":true,"card_type_visa":true,"card_type_visa_electron":true,"checkbox":true,"checkbox1":true,"circular_radio_button":true,"cred":true,"cross":true,"error":true,"eye_hide_grey":true,"eye_show_grey":true,"failure_red":true,"food_card":true,"google_pay":true,"green_plus":true,"grid_tick":true,"ic_airtelmoney":true,"ic_amazonpay":true,"ic_amexezeclick":true,"ic_back_arrow":true,"ic_bank_0999":true,"ic_bank_113652":true,"ic_bank_142094":true,"ic_bank_143442":true,"ic_bank_193025":true,"ic_bank_199641":true,"ic_bank_221122":true,"ic_bank_223311":true,"ic_bank_223312":true,"ic_bank_223322":true,"ic_bank_259789":true,"ic_bank_261929":true,"ic_bank_326666":true,"ic_bank_354262":true,"ic_bank_411122":true,"ic_bank_416572":true,"ic_bank_431870":true,"ic_bank_436360":true,"ic_bank_441671":true,"ic_bank_442212":true,"ic_bank_455012":true,"ic_bank_468233":true,"ic_bank_493541":true,"ic_bank_500001":true,"ic_bank_500002":true,"ic_bank_500003":true,"ic_bank_500004":true,"ic_bank_500005":true,"ic_bank_506286":true,"ic_bank_508500":true,"ic_bank_508505":true,"ic_bank_508507":true,"ic_bank_508508":true,"ic_bank_508512":true,"ic_bank_508517":true,"ic_bank_508532":true,"ic_bank_508534":true,"ic_bank_508541":true,"ic_bank_508547":true,"ic_bank_508548":true,"ic_bank_508568":true,"ic_bank_508585":true,"ic_bank_508753":true,"ic_bank_508794":true,"ic_bank_508991":true,"ic_bank_508998":true,"ic_bank_511308":true,"ic_bank_515948":true,"ic_bank_525847":true,"ic_bank_528293":true,"ic_bank_548748":true,"ic_bank_606060":true,"ic_bank_606985":true,"ic_bank_606993":true,"ic_bank_606995":true,"ic_bank_607000":true,"ic_bank_607028":true,"ic_bank_607051":true,"ic_bank_607055":true,"ic_bank_607057":true,"ic_bank_607058":true,"ic_bank_607062":true,"ic_bank_607064":true,"ic_bank_607065":true,"ic_bank_607066":true,"ic_bank_607075":true,"ic_bank_607080":true,"ic_bank_607084":true,"ic_bank_607087":true,"ic_bank_607090":true,"ic_bank_607091":true,"ic_bank_607095":true,"ic_bank_607099":true,"ic_bank_607100":true,"ic_bank_607101":true,"ic_bank_607104":true,"ic_bank_607105":true,"ic_bank_607115":true,"ic_bank_607117":true,"ic_bank_607121":true,"ic_bank_607122":true,"ic_bank_607124":true,"ic_bank_607126":true,"ic_bank_607130":true,"ic_bank_607131":true,"ic_bank_607152":true,"ic_bank_607153":true,"ic_bank_607158":true,"ic_bank_607165":true,"ic_bank_607167":true,"ic_bank_607170":true,"ic_bank_607184":true,"ic_bank_607187":true,"ic_bank_607189":true,"ic_bank_607195":true,"ic_bank_607197":true,"ic_bank_607198":true,"ic_bank_607200":true,"ic_bank_607202":true,"ic_bank_607206":true,"ic_bank_607210":true,"ic_bank_607212":true,"ic_bank_607214":true,"ic_bank_607222":true,"ic_bank_607223":true,"ic_bank_607230":true,"ic_bank_607241":true,"ic_bank_607249":true,"ic_bank_607258":true,"ic_bank_607261":true,"ic_bank_607270":true,"ic_bank_607273":true,"ic_bank_607276":true,"ic_bank_607280":true,"ic_bank_607290":true,"ic_bank_607291":true,"ic_bank_607308":true,"ic_bank_607320":true,"ic_bank_607324":true,"ic_bank_607339":true,"ic_bank_607354":true,"ic_bank_607363":true,"ic_bank_607377":true,"ic_bank_607387":true,"ic_bank_607389":true,"ic_bank_607393":true,"ic_bank_607394":true,"ic_bank_607420":true,"ic_bank_607440":true,"ic_bank_607442":true,"ic_bank_607476":true,"ic_bank_607485":true,"ic_bank_607506":true,"ic_bank_607509":true,"ic_bank_607544":true,"ic_bank_607592":true,"ic_bank_607621":true,"ic_bank_607689":true,"ic_bank_608001":true,"ic_bank_608032":true,"ic_bank_608088":true,"ic_bank_608117":true,"ic_bank_612345":true,"ic_bank_612356":true,"ic_bank_616197":true,"ic_bank_632663":true,"ic_bank_650397":true,"ic_bank_652150":true,"ic_bank_652194":true,"ic_bank_672266":true,"ic_bank_707657":true,"ic_bank_745497":true,"ic_bank_838890":true,"ic_bank_859140":true,"ic_bank_952542":true,"ic_bank_990288":true,"ic_bank_999999":true,"ic_bank_default":true,"ic_bhim":true,"ic_card":true,"ic_cardod":true,"ic_cod":true,"ic_emi":true,"ic_epaylater":true,"ic_error_outline":true,"ic_fi":true,"ic_flexmoney":true,"ic_freecharge":true,"ic_giftcard_faded":true,"ic_googlepay":true,"ic_green_offer":true,"ic_icon_back":true,"ic_ideamoney":true,"ic_info":true,"ic_jiomoney":true,"ic_jupiter":true,"ic_lazypay":true,"ic_mobikwik":true,"ic_mode_card":true,"ic_mode_net_banking":true,"ic_mode_wallet":true,"ic_moffers":true,"ic_mpesa":true,"ic_mrupee":true,"ic_offer_icon":true,"ic_olamoney":true,"ic_one_card":true,"ic_outage":true,"ic_oxicash":true,"ic_oxigen":true,"ic_paycash":true,"ic_paypal":true,"ic_paytm":true,"ic_paytm_allinone":true,"ic_payumoney":true,"ic_payzapp":true,"ic_phonepe":true,"ic_question_mark":true,"ic_sbibuddy":true,"ic_search_cancel":true,"ic_search_gray":true,"ic_shareit":true,"ic_shopse":true,"ic_simpl":true,"ic_slice":true,"ic_sodexo":true,"ic_upi_icon":true,"ic_verified_detail":true,"ic_white_tick":true,"ic_yespay":true,"ic_zestmoney":true,"ic_zipcash":true,"inapp_collect_complete":true,"inapp_collect_initiate":true,"info_icon":true,"instant":true,"jp_default_bank":true,"jp_ic_settings":true,"juspay":true,"juspay_arrow_up":true,"juspay_branding":true,"juspay_cross":true,"juspay_icon":true,"juspay_info":true,"juspay_logo":true,"juspay_logo_blue":true,"juspay_safe":true,"juspay_safe_grey":true,"juspay_safe_logo":true,"juspay_visa_blue":true,"juspay_warning":true,"loyalty_rewards":true,"net_banking_icon":true,"new_card_plus":true,"no_balance_rewards":true,"page_broken":true,"pay_later_icon":true,"pay_rewards":true,"payment_failed":true,"paytm":true,"phonepe":true,"popup_delete_icon":true,"powered_by_juspay":true,"registration_rewards":true,"right_arrow":true,"saved_card_lock":true,"success_green":true,"switch_app":true,"thundericon":true,"tick":true,"toolbar_back_arrow":true,"twid_icon":true,"upi_logo":true,"visa_background":true,"visa_bolt":true,"visa_checkout":true,"wallet_icon":true,"white_arrow_right":true,"noupiapp":true,"loader":true,"ic_default_bank":true,"bell_upi":true,"card_less_emi":true,"card_type_sodexo":true,"checkbox_square":true,"checklist_upi":true,"credit_card_emi":true,"cross_white":true,"debit_card_emi":true,"expan_upi_apps":true,"expand_cod":true,"expand_net_banking":true,"expand_saved_payment_options":true,"expand_upi":true,"expand_upi_collect":true,"expand_wallet":true,"expnad_add_card":true,"hovering_msg_background":true,"ic_alipay":true,"ic_applepay":true,"ic_arrow_down":true,"ic_arrow_up":true,"ic_capitalfloat":true,"ic_gear_icon":true,"ic_icicipaylater":true,"ic_tatapay":true,"ic_upi_default":true,"mobile_upi":true,"norupee_upi":true,"refresh_upi":true,"right_arrow_nb":true},"fonts":{"OpenSans-Regular":true,"OpenSans-Bold":true,"OpenSans-SemiBold":true}} \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_branding.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_branding.png deleted file mode 100644 index e1e6c49..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_branding.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_cross.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_cross.png deleted file mode 100644 index 3dcb9ee..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_cross.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_icon.png deleted file mode 100644 index 0d5a7a6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_info.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_info.png deleted file mode 100644 index d60a44f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_info.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_logo.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_logo.png deleted file mode 100644 index f291752..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_logo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_logo_blue.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_logo_blue.png deleted file mode 100644 index 916865b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_logo_blue.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe.png deleted file mode 100644 index 5e37b46..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe_grey.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe_grey.png deleted file mode 100644 index 36d9105..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe_grey.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe_logo.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe_logo.png deleted file mode 100644 index d13c12a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_safe_logo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_visa_blue.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_visa_blue.png deleted file mode 100644 index 6952704..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_visa_blue.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_warning.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_warning.png deleted file mode 100644 index 21d4240..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/juspay_warning.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/loader.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/loader.png deleted file mode 100644 index f295b61..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/loader.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/loyalty_rewards.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/loyalty_rewards.png deleted file mode 100644 index 0f4ffcd..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/loyalty_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/mobile_upi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/mobile_upi.png deleted file mode 100644 index ccff0e6..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/mobile_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/net_banking_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/net_banking_icon.png deleted file mode 100644 index 2bf6a65..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/net_banking_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/new_card_plus.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/new_card_plus.png deleted file mode 100644 index 628709e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/new_card_plus.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/no_balance_rewards.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/no_balance_rewards.png deleted file mode 100644 index f74f05d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/no_balance_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/norupee_upi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/norupee_upi.png deleted file mode 100644 index f1f2635..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/norupee_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/noupiapp.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/noupiapp.png deleted file mode 100644 index 926e365..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/noupiapp.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/page_broken.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/page_broken.png deleted file mode 100644 index ddde5e0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/page_broken.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/pay_later_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/pay_later_icon.png deleted file mode 100644 index 0acfc71..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/pay_later_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/pay_rewards.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/pay_rewards.png deleted file mode 100644 index 61ad069..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/pay_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payment_failed.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payment_failed.png deleted file mode 100644 index 44927b8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payment_failed.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-base.html deleted file mode 100644 index dfcd70a..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-v1-config.jsa deleted file mode 100644 index f4ba040..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-v1-index_bundle.jsa deleted file mode 100644 index 94e11ff..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.dotp-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-base.html deleted file mode 100755 index bc788c1..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-v1-config.jsa deleted file mode 100644 index 63edaf7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-v1-index_bundle.jsa deleted file mode 100644 index f9262be..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.ec-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.escrow-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.escrow-base.html deleted file mode 100644 index c1b1364..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.escrow-base.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.flyer-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.flyer-base.html deleted file mode 100644 index 164bae5..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.flyer-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.godel-v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.godel-v1-config.jsa deleted file mode 100644 index c56e663..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.godel-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperapi-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperapi-base.html deleted file mode 100644 index 20c741d..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperapi-base.html +++ /dev/null @@ -1,75 +0,0 @@ - - - MYSTIQUE - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperpay-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperpay-base.html deleted file mode 100644 index 390ff9b..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperpay-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperpay-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperpay-v1-index_bundle.jsa deleted file mode 100644 index 544cc60..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperpay-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperupi-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperupi-base.html deleted file mode 100644 index 0176953..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperupi-base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperupi-v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperupi-v1-config.jsa deleted file mode 100644 index 82ab889..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.hyperupi-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.inappupi-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.inappupi-base.html deleted file mode 100644 index 1d6d2cb..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.inappupi-base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-base.html deleted file mode 100644 index 42c2a8b..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-v1-config.jsa deleted file mode 100644 index 03d0d38..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-v1-index_bundle.jsa deleted file mode 100644 index 6881d15..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.upiintent-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-base.html b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-base.html deleted file mode 100644 index cbc5f46..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-base.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-v1-config.jsa deleted file mode 100644 index 9108555..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-v1-index_bundle.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-v1-index_bundle.jsa deleted file mode 100644 index a835711..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-v1-index_bundle.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-prod-pub b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-prod-pub deleted file mode 100644 index 6fe6a57..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-prod-pub +++ /dev/null @@ -1 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi8yEzuwaJ2HhDDhpzODX1e6yCeBgIME80DYxd5+rwX6pSfIV+2U03oHxZAIvkpqII/7ImggW6H8OhiksFbz7Pvz2/xr9Vmpj9aa1CIZejA0ytigtqNSo8BL1vOb88Vj+tr0lBGMzZNvUhuZ13l7jc8oMuDst+e0A0yJxDmZTQ2lpAathwAAP5P5nsmQsBanbXn41Ulow2wTq+opbKz1gxDHUGzDenRpyeXI90SmvIddXN+r63yoP0jrvzgYuBcZmPvTsoFSuHRy7Z62Rlme7q2nUH3MmAZcYvCS6skClPhctyASbc5wzV3yFiszryQd6DlK4OI1HiNMVQg6jcVLDiQIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-sbx-pub b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-sbx-pub deleted file mode 100644 index 63f9e63..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-sbx-pub +++ /dev/null @@ -1 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy8u0YkgKBlYQym6UB9cm5pCMGwfYBKvHRYIzg9sOzX5a8zTasYQB5c++CDTaBxBsuU11/pw73sT2f/KHXHQjMvBfYFbbrRyqrJ0ZKl3uFiQS6yz5seC/RRx4aLWrGZhfvLk0Rkv2igTuN20wfz0qc2eJvENPVAfOAFHfh05GU4cFg5ePQRp/fdD5EpVRQJkbUB3Db+nkNpip2ZfH+z+ornxUoOtfS4HDNg95aDblQ9Oz/h2Vw31gf7M03QBuXweplNKzTjnArM0ONoBzKmpfQJHYgNMe1xK/PpJcoIiT9nW1gtO6Eb0HCkSq0a1VzcnL3yb0fF0Cf5YNlXvrNEjVRwIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-01 b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-01 deleted file mode 100644 index 93ccec0..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-01 +++ /dev/null @@ -1,7 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj3TSKNbIEg4FS9lzcpCr -r+GqQHTf6Hwx7uXcenpJrXswwi4TFaytK1n+yv9Bcvk5fRV/+zu0e9r0sAesHjPx -iJo3Cd/B15rt2HYOHNdyOjE7ln8FUv3gfQxZOMMyb8xDS/BrJS5UgLEFX4gEV1rx -x7u8z8GSFLUjy0hVKZeuss8NQgzEN0W6RfdqduS+XmSLPMImMcw5iNs6LEhKL5Oh -eyR9TzJz1S2h2rFVFUvEUKxA0l3iUzPxEaEcdbi+wnjuYNheK+WEjC7CAHG0l9Yq -g6v2Lc/oCRW5tWtze6oVfcOBWtDfCBA20imkpcMvPOXo83/+gI5ODJXmCndA3ujI -CwIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-02 b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-02 deleted file mode 100644 index 6e8b514..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/payments-in.juspay.vies-vies-static-pub-02 +++ /dev/null @@ -1,7 +0,0 @@ -MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApE8gM4um6w5KCExHaX+T -hSUyokAdGeYqcqvrvqY5SphRv30Ho2evNchr3+sM3whXQ0g2kiTYDCe/9EDk3ogs -o9yptzqoxokSTZQFpVIf92L0ImPnujao5qRneE4zeG6n59j/hNmOfovpobM6y1uV -32ZEJxr733TclcJkc4BPncuQnS8GkFABcgJu23RL0GUaSCvO91ucGovvErni77PP -h+CMWxzW9SkWvXVjMQrOQUn1PoZa7g45yyeq9Q17dXLPmC3clyDsFjSXzFvQ6j9Z -cA5djiGgqTJpkcSZXlbWUSgJb7KO/LNOJV6vMm9jvNJ3K3wqexOL12UL8q7tBxe1 -ZQIDAQAB \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/paytm.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/paytm.png deleted file mode 100644 index 3578870..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/paytm.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/phonepe.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/phonepe.png deleted file mode 100644 index f8e0a42..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/phonepe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/popup_delete_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/popup_delete_icon.png deleted file mode 100644 index b429c10..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/popup_delete_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/powered_by_juspay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/powered_by_juspay.png deleted file mode 100644 index 02caa49..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/powered_by_juspay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/refresh_upi.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/refresh_upi.png deleted file mode 100644 index e4b34a5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/refresh_upi.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/registration_rewards.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/registration_rewards.png deleted file mode 100644 index f6982bf..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/registration_rewards.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/right_arrow.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/right_arrow.png deleted file mode 100644 index 32877ec..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/right_arrow.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/right_arrow_nb.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/right_arrow_nb.png deleted file mode 100644 index 17b43c8..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/right_arrow_nb.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/saved_card_lock.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/saved_card_lock.png deleted file mode 100644 index 38b3db7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/saved_card_lock.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/sdk_config.json b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/sdk_config.json deleted file mode 100644 index a10e896..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/sdk_config.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "logsConfig": { - "logsUrlKey": "https://logs.juspay.in/godel/analytics", - "logsUrlKeySandbox": "https://debug.logs.juspay.net/godel/analytics", - "pusherTimerKey": "10.0", - "encryptionLevelKey": "encryption", - "shouldPush": true, - "publicKeySandbox": { - "kty": "RSA", - "kid": "sandbox-log-24-03-2021", - "e": "AQAB", - "n": "zgKC-M2wFCMxpeoSEdqaFjhTYSbii2-tF0d3IRkuHB810cV_r17r0wZuI9biXjgT-TJdeGE6qdN_haqZFxY8RkQPaN8UXNtaM2MLPdfEPcpkY4E37NHp7a9OrcYYMmGSD_-w3rkmyzkjinqWHhlOnAObQWn5bw0jy4jF6JnGCEIyE-vkYsTZ9doId8ePsRFNEjsH45qSERF-GwQkDUVBOz7_BCKIodVs65eBLsl2I7JEP5vLvAu7hNZ-6AeXj8bFVqyflKVtN5ztNgpMgmgvWAqF4bH017b8Wocj1NelB_3XNq9E7cSJkMtbGfpZhmd1KzNnCx3yPPrGcbFuGEXV0Q" - }, - "publicKey": { - "kty": "RSA", - "kid": "production_log_public_key_26_03_2021", - "e": "AQAB", - "n": "zQjBRk_OxUOfoamCGGRaHn_kiCFjKJkUjnInvCHyh_6nwr98VEE9_QcZO07NjztTZYAGyqpO7TV08X9U2S8VOdQl6b1yVQHF1O6AhEFZTaxH71ro9ljVTvyhlzEfvPvuICLPKwu19N4g6jKU9TJpec63pwQ1GTrVS6L5JMLiYtlR5onMG6NEBtYwbFlpGKTlSJGaFQ6JHFV_S7Q3txReCVnD8AM5pHiORMYOsYz-zE4secDMrbILC9ESCCbIurc8SGXkinBwETm2HZbPZnnSsctuXPRDZXZnz9F8M-lKtE1xQS5l4mkvzLWPbFbIsRx_6VVJxFRAJ0Q4M1Gl6HcZ2Q" - } - }, - "safemode": { - "enabled": true, - "blacklist": { - "clientIds": [], - "sdkVersions": [], - "osVersions": [] - } - }, - "godelConfig": { - "webViewAccess": { - "whitelistedClientIds": [ - "netmeds", - "5paisa_merge", - "tul_uat6", - "TUL_TMP" - ] - } - } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/success_green.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/success_green.png deleted file mode 100644 index 48c79bd..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/success_green.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/switch_app.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/switch_app.png deleted file mode 100644 index d7058e9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/switch_app.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/tatabinge_refresh.xml b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/tatabinge_refresh.xml deleted file mode 100644 index d59bd47..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/tatabinge_refresh.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/thundericon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/thundericon.png deleted file mode 100644 index b0beae5..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/thundericon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/tick.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/tick.png deleted file mode 100644 index 9eda904..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/toolbar_back_arrow.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/toolbar_back_arrow.png deleted file mode 100644 index 9eb684a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/toolbar_back_arrow.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/twid_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/twid_icon.png deleted file mode 100644 index a4ba34b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/twid_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/upi_logo.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/upi_logo.png deleted file mode 100644 index e9c5212..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/upi_logo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-boot_loader.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-boot_loader.jsa deleted file mode 100644 index 08d8490..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-boot_loader.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-config.jsa deleted file mode 100644 index 3dc494d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-tracker.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-tracker.jsa deleted file mode 100644 index 94b2930..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/v1-tracker.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_background.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_background.png deleted file mode 100644 index ae5483e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_background.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_bolt.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_bolt.png deleted file mode 100644 index bf5c069..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_bolt.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_checkout.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_checkout.png deleted file mode 100644 index 04d7e90..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/visa_checkout.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/wallet_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/wallet_icon.png deleted file mode 100644 index 1f1b148..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/wallet_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/white_arrow_right.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/white_arrow_right.png deleted file mode 100644 index 230828e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/HyperSDK.framework/white_arrow_right.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/LICENSE b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/LICENSE deleted file mode 100644 index 65c5ca8..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/HyperSDK/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/0.6rc9-acs.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/0.6rc9-acs.jsa deleted file mode 100644 index 16295b2..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/0.6rc9-acs.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/0.6rc9-config.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/0.6rc9-config.jsa deleted file mode 100644 index 43fc1da..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/0.6rc9-config.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Bullet_Tick.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Bullet_Tick.png deleted file mode 100644 index 42f654b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Bullet_Tick.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/CheckOFF.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/CheckOFF.png deleted file mode 100644 index 68c5700..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/CheckOFF.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/CheckON.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/CheckON.png deleted file mode 100644 index abdd0a9..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/CheckON.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/DeviceList.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/DeviceList.plist deleted file mode 100644 index 9e2b751..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/DeviceList.plist and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/BrowserParams.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/BrowserParams.h deleted file mode 100644 index 0c1f355..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/BrowserParams.h +++ /dev/null @@ -1,123 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ - -#import -#import - -@interface BrowserParams : NSObject - -//Transaction starting params - -/** - Url for starting transaction. - */ -@property (nonatomic, strong) NSString *url; - -/** - Data required to load along with url for starting transaction. - */ -@property (nonatomic, strong) NSString *postData; - -/** - Base64 encoded html file. - */ -@property (nonatomic, strong) NSString *html; - -/** - An array of enURLs to be checked if transaction has completed. - @code if URL is like http://www.test.com/success - params.endUrlRegexes = @[".*www.test.com/success.*"]; - */ -@property (nonatomic, strong) NSArray *endUrlRegexes; - -//Merchant specific params - -/** - Identifies the merchant. - */ -@property (nonatomic, strong) NSString *merchantId; - -/** - MerchantId followed by platform name. - */ -@property (nonatomic, strong) NSString *clientId; - -//Transaction extra params - -/** - Represents the current transactionId. - */ -@property (nonatomic, strong) NSString *transactionId; - -/** - Represents the order number assigned by the merchant. - */ -@property (nonatomic, strong) NSString *orderId; - -/** - Unique identifier of the customer. - */ -@property (nonatomic, strong) NSString *customerId; - -/** - Short note about transaction shown to the customer. ex. 'Paying INR 200 for Order 123456' - */ -@property (nonatomic, strong) NSString *displayNote; - -/** - Remarks about transaction. This will be automatically filled up in the bank page. - */ -@property (nonatomic, strong) NSString *remarks; - -/** - Amount of the transaction. - */ -@property (nonatomic, strong) NSString *amount; - -/** - Cookies that need to be stored in browser. - */ -@property (nonatomic, strong) NSArray *cookies; - -/** - Custom activity indicator dialog view. - */ -@property (nonatomic, strong) UIView *customActivityIndicator; - -/** - Contents to show on confirmation alert view while cancelling the transaction. - */ -@property (nonatomic, strong) NSArray *confirmationAlertContents; - -//Customer specific params - -/** - Email address of the customer. - */ -@property (nonatomic, strong) NSString *customerEmail; - -/** - Mobile number of the customer. - */ -@property (nonatomic, strong) NSString *customerPhoneNumber; - -//Extra params -@property (nonatomic, strong) NSArray *whiteListedDomainsRegex; -@property (nonatomic, strong) NSDictionary *customParameters; - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPCard.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPCard.h deleted file mode 100644 index 73d521f..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPCard.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ - -typedef enum{ - CARDTYPEUNKNOWN, - DEBITCARD, - CREDITCARD -}JPSCardType; - -typedef enum{ - UNKNOWN, - MAESTRO, - VISA, - MASTERCARD, - DINERSCLUB, - JCB, - DISCOVER, - AMEX -}JPSCardBrand; - -#import - -@interface JPCard : NSObject - -@property (nonatomic, assign) JPSCardType cardType; -@property (nonatomic, assign) JPSCardBrand cardBrand; -@property (nonatomic, strong) NSString *number; -@property (nonatomic, strong) NSString *cvc; -@property (nonatomic, assign) NSUInteger expMonth; -@property (nonatomic, assign) NSUInteger expYear; -@property (nonatomic, readonly) NSString *last4; - -- (void)setCardsBrand:(NSString*)cardNumber; - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPLogger.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPLogger.h deleted file mode 100644 index 6e521ad..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPLogger.h +++ /dev/null @@ -1,47 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ - -#import -#import "JPTransactionStatus.h" - -#define Logger [JPLogger sharedInstance] - -@interface JPLogger : NSObject - -@property (nonatomic, strong) NSString *clientID; - -+(JPLogger*)sharedInstance; - -- (void)resetSharedInstance; - -/** - Sends the status of payment to juspay. - - @param status Object of TransactionStatus contains information like TransactionId, Payment Status, etc. - @warning This should always be called from finish transaction callback method. For sending status outside callbak use the later method. - */ -- (void)logPaymentStatus:(JPTransactionStatus*)status; - -/** - Sends the status of payment to juspay. - - @param transactionID TransactionId for which status is being sent - @param paymentStatus Object of TransactionStatus contains information like TransactionId, Payment Status, etc. - */ -- (void)logPaymentStatus:(NSString*)transactionID paymentStatus:(JPPaymentStatus)paymentStatus; -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPTransactionStatus.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPTransactionStatus.h deleted file mode 100644 index 9a2f23e..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JPTransactionStatus.h +++ /dev/null @@ -1,66 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ - -/** - A list of possible payment status. - - @typedef PaymentStatus - @constant UNKNOWNSTATUS Status is unknown. - @constant SUCCESS Payment was successful. - @constant FAILURE Payment has failed. - @constant CANCELLED Payment has been cancelled by user. - */ -typedef enum{ - JPUNKNOWNSTATUS, - JPSUCCESS, - JPFAILURE, - JPCANCELLED -}JPPaymentStatus; - -#define PaymentsStatusString(enum) [@[@"UNKNOWN",@"SUCCESS",@"FAILURE",@"CANCELLED"] objectAtIndex:enum] - -#import - -@interface JPTransactionStatus : NSObject - -- (id)initWithInfo:(NSDictionary*)info; - -/** - Identifies the merchant. - */ -@property (nonatomic, strong) NSString *merchantId; - -/** - MerchantId followed by platform name. - */ -@property (nonatomic, strong) NSString *clientID; - -/** - Represents the current transactionId. - */ -@property (nonatomic, strong) NSString *paymentID; - -@property (nonatomic, strong) NSString *appName; -@property (nonatomic, strong) NSString *paymentStatusS; - -/** - Status of payment. - */ -@property (nonatomic) JPPaymentStatus paymentStatus; - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspayCodes.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspayCodes.h deleted file mode 100644 index ed518fa..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspayCodes.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ -#import -@interface JuspayCodes : NSObject - -#pragma mark - Error Codes -extern int JSCancelledByUser; -extern int JSURLNotPassed; -extern int JSClientIdNotPassed; - -#pragma mark - Callback Parameters -extern NSString * const kENDURL; -extern NSString * const kMESSAGE; -extern NSString * const kTRANSACTIONID; - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspaySafeBrowser.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspaySafeBrowser.h deleted file mode 100644 index 1d725db..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspaySafeBrowser.h +++ /dev/null @@ -1,204 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ - -#import -#import -#import "BrowserParams.h" -#import "JPLogger.h" -#import "JuspayCodes.h" - -/** - Callback which is triggered when the transaction has reached endURL or cancelled by user. - - @param status True if endURL reached , false if canceled by user. - @param error Error causing the url transaction to fail. - @param info Info contains a set of infromation passed while starting transaction like OrderId or TransactionId. - */ -typedef void(^JPBlock)(Boolean status,NSError* _Nullable error, id _Nullable info); - -/** - Callback which is triggered when the transaction has reached endURL or cancelled by user. - - @param status True if endURL reached , false if canceled by user. - @param error Error causing the url transaction to fail. - @param info Info contains a set of infromation passed while starting transaction like OrderId or TransactionId. - @param webView An instance of WKWebView with last url loaded - */ -typedef void(^JPWBBlock)(Boolean status,NSError* _Nullable error, id _Nullable info, WKWebView* _Nullable webView); - -typedef void(^JuspayResponseCallback)(NSString * _Nullable response, NSString * _Nullable error); - -@protocol JuspaySafeBrowserDelegate - -@optional - -/** - Delegate method to check if url should be loaded. - - @param url URL to be loaded. - @return True if url should be loaded, else false. - */ -- (BOOL)browserShouldStartLoadingUrl:(NSURL * _Nullable)url __deprecated; - -/** - Delegates indicates start of a url loading. - - @param url URL starting to load. - */ -- (void)browserDidStartLoadingUrl:(NSURL * _Nullable)url __deprecated; - -/** - Delegates indicates finish of a url loading. - - @param url URL finished loading. - */ -- (void)browserDidFinishLoadUrl:(NSURL * _Nullable)url __deprecated; - -/** - Delegates indicates failure of a url loading. - - @param url URL failed to load. - @param error Error which caused url to fail. - */ -- (void)browserDidFailLoadingUrl:(NSURL* _Nullable)url withError:(NSError *_Nullable)error __deprecated; - -- (void)onEvent:(NSString * _Nonnull)event payload:(NSString * _Nullable)payload responseCallback:(JuspayResponseCallback _Nonnull)callback; - -/** - Delegate method will be triggered once the webview is initialized. - - @param webView The web view object. -*/ -- (void)onWebViewReady:(WKWebView * _Nonnull)webView; - -/** - Delegate method will be triggered for WKNavigationDelegate's didStartProvisionalNavigation. - - @param webView The web view invoking the delegate method. - @param navigation The navigation. -*/ -- (void)webView:(WKWebView * _Nonnull)webView didStartProvisionalNavigation:(null_unspecified WKNavigation *)navigation; - -/** - Delegate method will be triggered for WKNavigationDelegate's decidePolicyForNavigationAction. - - @param navigationAction The navigation action information object. - @param webView The web view invoking the delegate method. - @return True for WKNavigationActionPolicyAllow and false for WKNavigationActionPolicyCancel. -*/ -- (bool)shouldAllowNavigationAction:(WKNavigationAction * _Nonnull)navigationAction webView:(WKWebView * _Nonnull)webView; - -/** - Delegate method will be triggered for WKNavigationDelegate's decidePolicyForNavigationResponse. - - @param navigationResponse The navigation response information object. - @param webView The web view invoking the delegate method. - @return True for WKNavigationResponsePolicyAllow and false for WKNavigationResponsePolicyCancel. -*/ -- (bool)shouldAllowNavigationResponse:(WKNavigationResponse * _Nonnull)navigationResponse webView:(WKWebView * _Nonnull)webView; - -/** - Delegate method will be triggered for WKNavigationDelegate's didFinishNavigation. - - @param webView The web view invoking the delegate method. - @param navigation The navigation. -*/ -- (void)webView:(WKWebView * _Nonnull)webView didFinishNavigation:(null_unspecified WKNavigation *)navigation; - -/** - Delegate method will be triggered for WKNavigationDelegate's didFailProvisionalNavigation. - - @param webView The web view invoking the delegate method. - @param navigation The navigation. - @param error The error that occurred. -*/ -- (void)webView:(WKWebView * _Nonnull)webView didFailProvisionalNavigation:(null_unspecified WKNavigation *)navigation withError:(NSError * _Nonnull)error; - -/** - WKWebview's script message handler function. - - @param userContentController The user content controller invoking the delegate method. - @param message The script message received. -*/ -- (void)userContentController:(WKUserContentController * _Nonnull)userContentController didReceiveScriptMessage:(WKScriptMessage * _Nonnull)message; - -@end - -@interface JuspaySafeBrowser : UIView - -/** - JuspaySafeBrowser delegate gives web view access, WKNavigationDelegate and script message handler functions. - */ -@property (nonatomic, weak) id _Nullable jpBrowserDelegate; - -/** - Returns true if user has finished transaction and or has asked to cancel current transaction. - */ -@property (nonatomic) Boolean isControllerAllowedToPop; - -/** - Set true if endUrl needs to be presented to be loaded in JuspaySafeBrowser - */ -@property (nonatomic) Boolean shouldLoadEndURL; - -/** - Set true if payment view controller should not be popped after payment completion - */ -@property (nonatomic) Boolean shouldNotPopAfterPayment; - -/** - Set true if payment view controller should not be popped after reaching the EndURL -*/ -@property (nonatomic) Boolean shouldNotPopOnEndURL; - -/** - Name to be used for script message handler. -*/ -@property (nonatomic) NSString* _Nullable scriptMessageHandler; - -/** - Starts the payment process with given browser params as input and triggers the callback when completed. - - @param view View in which payment will start. - @param params Object of BrowserParams for this payment request. - @param callback Callback which is triggered when the transaction has reached endURL or cancelled by user. - */ -- (void)startpaymentWithJuspayInView:(UIView* _Nonnull)view withParameters:(BrowserParams* _Nonnull)params callback:(JPBlock _Nullable)callback; - -/** - Starts the payment process with given browser params as input and triggers the callback when completed. - - @param view View in which payment will start. - @param params Object of BrowserParams for this payment request. - @param callback Callback which is triggered when the transaction has reached endURL or cancelled by user. - */ -- (void)startpaymentWithJuspayInView:(UIView* _Nonnull)view withParameters:(BrowserParams* _Nonnull)params webViewCallback:(JPWBBlock _Nullable)callback; - -/** - Triggers the back button pressed dialogue. If you have a custom back button this needs to be called before calling any other methods. - */ -- (void)backButtonPressed; - -/** - Closes the current session and cancels the ongoing transaction without showing confirmation dialog. - */ -- (void)closeSession; - -+ (void)performLogout; - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspaySafeBrowserHeader.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspaySafeBrowserHeader.h deleted file mode 100644 index a0cd288..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/JuspaySafeBrowserHeader.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// JuspaySafeBrowserHeader.h -// JuspaySafeBrowser -// -// Created by Sachin Sharma on 24/10/16. -// Copyright © 2016 Juspay Technologies Pvt Ltd. All rights reserved. -// - -#ifndef JuspaySafeBrowserHeader_h -#define JuspaySafeBrowserHeader_h - -#import "JuspaySafeBrowser.h" -#import "JuspayCodes.h" -#import "UIViewController+BackButtonHandler.h" - - -#endif /* JuspaySafeBrowserHeader_h */ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/UIViewController+BackButtonHandler.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/UIViewController+BackButtonHandler.h deleted file mode 100755 index 6aa69fb..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Headers/UIViewController+BackButtonHandler.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * JUSPAY CONFIDENTIAL - * __________________ - * - * [2012] - [2016] JusPay Technologies Pvt Ltd - * All Rights Reserved. - * - * NOTICE: All information contained herein is, and remains - * the property of JusPay Technologies Pvt Ltd. The intellectual - * and technical concepts contained - * herein are proprietary to JusPay Techologies Pvt Ltd - * and may be covered by Indian Patents Office and Foreign Patents, - * patents in process, and are protected by trade secret or copyright law. - * Dissemination of this information or reproduction of this material - * is strictly forbidden unless prior written permission is obtained - * from JusPay Technologies Pvt Ltd. - */ - -#import - -@protocol BackButtonHandlerProtocol -@optional -// Override this method in UIViewController derived class to handle 'Back' button click --(BOOL)navigationShouldPopOnBackButton; -@end - -@interface UIViewController (BackButtonHandler) - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Info.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Info.plist deleted file mode 100644 index 5e7bf36..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Info.plist and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafe.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafe.png deleted file mode 100644 index e905ce0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeBrowser b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeBrowser deleted file mode 100755 index ad45fd7..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeBrowser and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeLogo.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeLogo.png deleted file mode 100644 index c6df85a..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeLogo.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeTitle.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeTitle.png deleted file mode 100644 index e0b6b01..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/JuspaySafeTitle.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Juspay_Symbol.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Juspay_Symbol.png deleted file mode 100644 index 4559002..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Juspay_Symbol.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Modules/module.modulemap b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Modules/module.modulemap deleted file mode 100644 index cf5a7c2..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module JuspaySafeBrowser { - umbrella header "JuspaySafeBrowser.h" - - export * - module * { export * } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Password_IPIN.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Password_IPIN.png deleted file mode 100644 index 7bf481d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Password_IPIN.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Powered_by_Juspay.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Powered_by_Juspay.png deleted file mode 100644 index c3a03e4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Powered_by_Juspay.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Powered_by_juspay_small.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Powered_by_juspay_small.png deleted file mode 100644 index d1a5069..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Powered_by_juspay_small.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Refresh.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Refresh.png deleted file mode 100644 index cbe7b64..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Refresh.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/SMS_OTP.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/SMS_OTP.png deleted file mode 100644 index 29c1cfe..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/SMS_OTP.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Secure_Lock.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Secure_Lock.png deleted file mode 100644 index a1ac93d..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Secure_Lock.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Secure_Lock_Small.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Secure_Lock_Small.png deleted file mode 100644 index 3af96cb..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Secure_Lock_Small.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Hidden_Off.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Hidden_Off.png deleted file mode 100644 index 654384e..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Hidden_Off.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Hidden_On.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Hidden_On.png deleted file mode 100644 index 11e9613..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Hidden_On.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Visible.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Visible.png deleted file mode 100644 index 11d5c34..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/Visibility_Visible.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/_CodeSignature/CodeResources b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/_CodeSignature/CodeResources deleted file mode 100644 index ef24829..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,567 +0,0 @@ - - - - - files - - 0.6rc9-acs.jsa - - oFEaWy9fiHGKl3QkmoxFp1hsvsQ= - - 0.6rc9-config.jsa - - PoNDbAVtfgsFQiyJ+mmC4rDHJtE= - - Bullet_Tick.png - - AcnHHonkJ8qsFU5yguRTg42p3NQ= - - CheckOFF.png - - nc0RjN921BXViE/gGzziF5MAaj4= - - CheckON.png - - JQUYTWHxMDNDd2YWU7K7pib+fyE= - - DeviceList.plist - - LZyZIiWQGjlJEWRsMcX/h5bDZ8c= - - Headers/BrowserParams.h - - nkpCurRNyWGOWsFpcElSE11tZ80= - - Headers/JPCard.h - - D3lth/Ih+tIP/LebtbM7nPkJw4U= - - Headers/JPLogger.h - - E24xilcMBI+HnqsTRKgoMUWFAOE= - - Headers/JPTransactionStatus.h - - WM8QKB1GcyZ3nlyXS2Sr+6ukSwo= - - Headers/JuspayCodes.h - - C5ACuHC6oNeq8W4z7Wru1IQIFQU= - - Headers/JuspaySafeBrowser.h - - Y/usVzs//7RIgsnMNg1CoFy1gFk= - - Headers/JuspaySafeBrowserHeader.h - - 2AtI1oDYvcTXzH5IcZxRRxWdcEU= - - Headers/UIViewController+BackButtonHandler.h - - 1V+GIBuhnyA/DJ1hZIOafQNzU+g= - - Info.plist - - aTmDPUnm2afe673HUtrAXJOgGRE= - - JuspaySafe.png - - uBrscfSxNFe6x3HPp+T7G7EfnKo= - - JuspaySafeLogo.png - - tMP8xK7PJoTAZYEuRGj5Zj6Zukk= - - JuspaySafeTitle.png - - 4gmb0N4gIBIyN8zxqV/XqiC5ZZw= - - Juspay_Symbol.png - - fCu0U1HIddkd7azmFXA/iRMEwXM= - - Modules/module.modulemap - - v7PznAJAJ8rcHYblstgQyGE//ac= - - Password_IPIN.png - - 6YT4vE6Y9O9noLHrn8J20hw2//c= - - Powered_by_Juspay.png - - 9/1MxCCJezRYlHWSI0f1scdaeAw= - - Powered_by_juspay_small.png - - PUrGe8E3DAy/kFRS4ZpzQevYJQ0= - - Refresh.png - - RuXe1dXj/f+0bC6UrHCoLC3ZRK8= - - SMS_OTP.png - - qsbJW6aKgza5kQYuezfZUyS1RXo= - - Secure_Lock.png - - quCQltjFccATR0fM6GucFJZ6UiI= - - Secure_Lock_Small.png - - WoLx/Nx39wWNX4dPzZ+mKQOjjiw= - - Visibility_Hidden_Off.png - - G4Aw6a3QazmJC8pLXQREmVTCemU= - - Visibility_Hidden_On.png - - iWU6RBTuz1oJLNmn2SOLABZezWc= - - Visibility_Visible.png - - IduaV+ZpN8LpV5WM9JH5/+Y1VAk= - - godel.jsa - - ttMihHcCjrb8PYgo3aE5fbpuTVc= - - pci_logo_footer.png - - 2LlAWWcOD5zsnIrB7eZzY3/ITZk= - - - files2 - - 0.6rc9-acs.jsa - - hash - - oFEaWy9fiHGKl3QkmoxFp1hsvsQ= - - hash2 - - fXGDLtx4fOiaCpk6TbSM3+ph7JbrsxJ0tb2INH20hfo= - - - 0.6rc9-config.jsa - - hash - - PoNDbAVtfgsFQiyJ+mmC4rDHJtE= - - hash2 - - 1yTMETG3fokvwUFrCugu0YhsJHOn+SH6IGPLrv03FCI= - - - Bullet_Tick.png - - hash - - AcnHHonkJ8qsFU5yguRTg42p3NQ= - - hash2 - - VaswoFapaE4Ui+KTQP+vA0P290ub5ZNiajKU+TVguQc= - - - CheckOFF.png - - hash - - nc0RjN921BXViE/gGzziF5MAaj4= - - hash2 - - 2jqaaxXBx3D7TJF1fcyJqLpYn1rhhauK4JMEonW7Mro= - - - CheckON.png - - hash - - JQUYTWHxMDNDd2YWU7K7pib+fyE= - - hash2 - - LOCtup7zBWchOkfInQHh/wpPjd6/fm1LUC2fZFPkGWI= - - - DeviceList.plist - - hash - - LZyZIiWQGjlJEWRsMcX/h5bDZ8c= - - hash2 - - d/zaCphfbn+NBkP2Jpt7tr1uXb8xQwfDH0DXGXq5YNI= - - - Headers/BrowserParams.h - - hash - - nkpCurRNyWGOWsFpcElSE11tZ80= - - hash2 - - mSeKmI2QRisDDf3S83v1YK8/QNPAC4uJdqJL6ztgHC4= - - - Headers/JPCard.h - - hash - - D3lth/Ih+tIP/LebtbM7nPkJw4U= - - hash2 - - vPi+TN/EnQ/OJAPA8b/in+8DaKSBqKB1w1f9CQjhmE8= - - - Headers/JPLogger.h - - hash - - E24xilcMBI+HnqsTRKgoMUWFAOE= - - hash2 - - jDB8msDiTGehAHX+xnEGLYFolldAC82eSHhCpLxTLkU= - - - Headers/JPTransactionStatus.h - - hash - - WM8QKB1GcyZ3nlyXS2Sr+6ukSwo= - - hash2 - - Cy2MOsFqrIMvwwDDsf3Y1gv/ylmgjiOhz1GxxNGMZo0= - - - Headers/JuspayCodes.h - - hash - - C5ACuHC6oNeq8W4z7Wru1IQIFQU= - - hash2 - - GlpMvc5xx1pETrhGNU5Ua1GTurwPTxXBvEmZOZteOLQ= - - - Headers/JuspaySafeBrowser.h - - hash - - Y/usVzs//7RIgsnMNg1CoFy1gFk= - - hash2 - - dcooK1UJd8gRACJ1Dxogf+LnApmxuVq5jQtVhAzNp7w= - - - Headers/JuspaySafeBrowserHeader.h - - hash - - 2AtI1oDYvcTXzH5IcZxRRxWdcEU= - - hash2 - - miVqw2e1v9NpJRqwpa1y5WW2laZcFmKT7eyiqTBTLpA= - - - Headers/UIViewController+BackButtonHandler.h - - hash - - 1V+GIBuhnyA/DJ1hZIOafQNzU+g= - - hash2 - - viyxMVCmmTadriAvrWyuTq1CklAPxy25XnjHbhpqp+4= - - - JuspaySafe.png - - hash - - uBrscfSxNFe6x3HPp+T7G7EfnKo= - - hash2 - - Irj26N66EdcAvwMmYVWYGDIImWGCexc6r5YD5l1Ce/o= - - - JuspaySafeLogo.png - - hash - - tMP8xK7PJoTAZYEuRGj5Zj6Zukk= - - hash2 - - Kt3ddK78Q6DipGCx3YvAp4Zf+shiHiQgFoRxIz45u24= - - - JuspaySafeTitle.png - - hash - - 4gmb0N4gIBIyN8zxqV/XqiC5ZZw= - - hash2 - - tSIPBLxSAsnD23TzoptOsE25N9o9OOhgFMVZ4eoKcdk= - - - Juspay_Symbol.png - - hash - - fCu0U1HIddkd7azmFXA/iRMEwXM= - - hash2 - - p0PRYuUscWifEFqEgqsBhZIgDxmsKEfdBJ1FUlMqWSQ= - - - Modules/module.modulemap - - hash - - v7PznAJAJ8rcHYblstgQyGE//ac= - - hash2 - - znT+/n2qH+NxqhDLYKgMrA+ZUR8n4JF27q/SpJpV8TA= - - - Password_IPIN.png - - hash - - 6YT4vE6Y9O9noLHrn8J20hw2//c= - - hash2 - - RsFrcWoX49MkEmyUWeBzfe2rWdfqcEhdJok8dawKbkI= - - - Powered_by_Juspay.png - - hash - - 9/1MxCCJezRYlHWSI0f1scdaeAw= - - hash2 - - QWzBp58DV7E4LSn1kcbiiZf3D1142AANp5SC0u83/yc= - - - Powered_by_juspay_small.png - - hash - - PUrGe8E3DAy/kFRS4ZpzQevYJQ0= - - hash2 - - Di6wvoUFQgXLaj8zQbZbbkioPYV5RO6iVWswzRwNCtw= - - - Refresh.png - - hash - - RuXe1dXj/f+0bC6UrHCoLC3ZRK8= - - hash2 - - 4ahFezsv1RmfwanevXGozB/mfZ9WcnFAkzH2kUja7XI= - - - SMS_OTP.png - - hash - - qsbJW6aKgza5kQYuezfZUyS1RXo= - - hash2 - - FRq040nvr/MoKBJY+9jSbw3fXrqOvZZdvSyBceEILlQ= - - - Secure_Lock.png - - hash - - quCQltjFccATR0fM6GucFJZ6UiI= - - hash2 - - cE28rjQZLpsRz1Go3Ogzf+8y37ywTMPiG2LfHuNioe0= - - - Secure_Lock_Small.png - - hash - - WoLx/Nx39wWNX4dPzZ+mKQOjjiw= - - hash2 - - ybRjXtx0/bPIpvOc34gdLR8NZcenWKwyszCgIkTztqQ= - - - Visibility_Hidden_Off.png - - hash - - G4Aw6a3QazmJC8pLXQREmVTCemU= - - hash2 - - Esgn/khNPeWW3LEStg6ew/ny0Jq+JG0Ajp935M+sIZI= - - - Visibility_Hidden_On.png - - hash - - iWU6RBTuz1oJLNmn2SOLABZezWc= - - hash2 - - zb+cGQcpikAWg7WcqoBT6TZtUtKfFROg8QZb25/FfF8= - - - Visibility_Visible.png - - hash - - IduaV+ZpN8LpV5WM9JH5/+Y1VAk= - - hash2 - - cD9ebZLnvPIO1Uznh85sPaAD1lyYgQMUGASY6cOJ4iU= - - - godel.jsa - - hash - - ttMihHcCjrb8PYgo3aE5fbpuTVc= - - hash2 - - 12J8GqtYLsjZmbM76wZD10oFNtBRkZJSw8FPFY+BtDU= - - - pci_logo_footer.png - - hash - - 2LlAWWcOD5zsnIrB7eZzY3/ITZk= - - hash2 - - mVcYsTmJdv+F6f0bUsnYurSmRq7+6XSnsedJL2NsOnw= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/godel.jsa b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/godel.jsa deleted file mode 100644 index b7818c1..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/godel.jsa and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/pci_logo_footer.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/pci_logo_footer.png deleted file mode 100644 index d5d452b..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/JuspaySafeBrowser.framework/pci_logo_footer.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/LICENSE b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/LICENSE deleted file mode 100644 index 65c5ca8..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/JuspaySafeBrowser/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Manifest.lock b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Manifest.lock deleted file mode 100644 index 991e1db..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Manifest.lock +++ /dev/null @@ -1,24 +0,0 @@ -PODS: - - HyperSDK (2.1.17): - - JuspaySafeBrowser (= 0.1.73) - - Salvator (= 1.0.1) - - JuspaySafeBrowser (0.1.73) - - Salvator (1.0.1) - -DEPENDENCIES: - - HyperSDK (= 2.1.17) - -SPEC REPOS: - trunk: - - HyperSDK - - JuspaySafeBrowser - - Salvator - -SPEC CHECKSUMS: - HyperSDK: 7550cef52459c7d01de4871b2eb549b23810c4c0 - JuspaySafeBrowser: 0193990c52e8865bd57f2875b03a20a598d8643d - Salvator: e388abcd1c8a526aff3e952ed94219bb4e12c85f - -PODFILE CHECKSUM: 5b577b558e6ec2e31af26d9206cdd6f670172cfd - -COCOAPODS: 1.11.2 diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/project.pbxproj b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index 309f1f1..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,764 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 55; - objects = { - -/* Begin PBXAggregateTarget section */ - 5EAB61B9B97BE4818BA9509F0BF749A0 /* HyperSDK */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 238CAEA8A8FA43CD84198404400C98F8 /* Build configuration list for PBXAggregateTarget "HyperSDK" */; - buildPhases = ( - ); - dependencies = ( - 548E4A155F8BD2025377ECD9954681AD /* PBXTargetDependency */, - 54072FF7E3E57DBA28D98906DE642949 /* PBXTargetDependency */, - ); - name = HyperSDK; - }; - D81AEADE9EC51DAB97224B322512798B /* Salvator */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 368FC049CC21BA89EB1E261FEC35B05C /* Build configuration list for PBXAggregateTarget "Salvator" */; - buildPhases = ( - ); - dependencies = ( - ); - name = Salvator; - }; - D9F1B0D67031FD2FCDCC7B8682C83CD6 /* JuspaySafeBrowser */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 993FB5281F35E65FC14B91FFF55A6E8E /* Build configuration list for PBXAggregateTarget "JuspaySafeBrowser" */; - buildPhases = ( - ); - dependencies = ( - ); - name = JuspaySafeBrowser; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 0A26701E44BAA6F32BCB2E4FE17DFC16 /* Pods-juspay-sdk-integration-swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B8104BD1537470DBBD26A87325A543 /* Pods-juspay-sdk-integration-swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50433BF5E5F79AB6FED35509F9D812FD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - 83A5C4A85E0AED9175E2F73AE5684270 /* Pods-juspay-sdk-integration-swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CEB0317B52484DD1AE8BD7B7C69494F5 /* Pods-juspay-sdk-integration-swift-dummy.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 2D88F2474A188024E09897377354FEE6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5EAB61B9B97BE4818BA9509F0BF749A0; - remoteInfo = HyperSDK; - }; - 39C92BAA116378B8D88DA775B3A1151A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D81AEADE9EC51DAB97224B322512798B; - remoteInfo = Salvator; - }; - 3E5A06499FC3C34DA660A9255CF0EEF9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9F1B0D67031FD2FCDCC7B8682C83CD6; - remoteInfo = JuspaySafeBrowser; - }; - 70FBC66F35C54090689DEDFB7B2C9D83 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D81AEADE9EC51DAB97224B322512798B; - remoteInfo = Salvator; - }; - 9A0C6418CFF6A56F8FACB8920EEA245F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D9F1B0D67031FD2FCDCC7B8682C83CD6; - remoteInfo = JuspaySafeBrowser; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 05B8D86B1B307FD7B3629EF386D65BE4 /* HyperSDK.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HyperSDK.debug.xcconfig; sourceTree = ""; }; - 3356DD048C68C16070AA8DF989B52ED8 /* Salvator.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Salvator.framework; sourceTree = ""; }; - 407DCBEF6DBF7C914E71095FA8957414 /* Pods-juspay-sdk-integration-swift-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-juspay-sdk-integration-swift-acknowledgements.markdown"; sourceTree = ""; }; - 4ADF4A310FFDEB8F6562DE6EEDA455D2 /* HyperSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = HyperSDK.framework; sourceTree = ""; }; - 59F689C223A0EA5F2896AA99FC232AFA /* Pods-juspay-sdk-integration-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-juspay-sdk-integration-swift.debug.xcconfig"; sourceTree = ""; }; - 64338BC3A5B44D9D022CB83B53B25A9F /* Pods-juspay-sdk-integration-swift-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-juspay-sdk-integration-swift-frameworks.sh"; sourceTree = ""; }; - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 7C3250B42A0B3BBB3336F17D6E9EF2E6 /* JuspaySafeBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JuspaySafeBrowser.debug.xcconfig; sourceTree = ""; }; - 8358DBF5A5368E6AA69E40B11448B92D /* Pods-juspay-sdk-integration-swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-juspay-sdk-integration-swift-Info.plist"; sourceTree = ""; }; - 8ACEA88E159EEBCE573A9C1A4B548B30 /* Pods-juspay-sdk-integration-swift-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-juspay-sdk-integration-swift-resources.sh"; sourceTree = ""; }; - 8BB06DE391B265A8A446DE63317BDFB1 /* Pods-juspay-sdk-integration-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-juspay-sdk-integration-swift.release.xcconfig"; sourceTree = ""; }; - 92A829BE08E1F245EADAFA396A8DE18D /* Pods-juspay-sdk-integration-swift-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-juspay-sdk-integration-swift-acknowledgements.plist"; sourceTree = ""; }; - 990079BAE8C70210B33AC8D97A8076B2 /* Salvator.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Salvator.debug.xcconfig; sourceTree = ""; }; - 9D7B6A41EDC2CDBC2683F3F73400D429 /* Fuse.rb */ = {isa = PBXFileReference; includeInIndex = 1; path = Fuse.rb; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9F05B638471ED34D58E418F2FCBD275E /* Pods-juspay-sdk-integration-swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-juspay-sdk-integration-swift.modulemap"; sourceTree = ""; }; - B6B8104BD1537470DBBD26A87325A543 /* Pods-juspay-sdk-integration-swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-juspay-sdk-integration-swift-umbrella.h"; sourceTree = ""; }; - BBBFBB54E77471A0CA131FCA1309D0A1 /* JuspaySafeBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JuspaySafeBrowser.release.xcconfig; sourceTree = ""; }; - C7FBFEBAA9A4060AB6A31C67E7EAE340 /* Pods-juspay-sdk-integration-swift */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-juspay-sdk-integration-swift"; path = Pods_juspay_sdk_integration_swift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CEB0317B52484DD1AE8BD7B7C69494F5 /* Pods-juspay-sdk-integration-swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-juspay-sdk-integration-swift-dummy.m"; sourceTree = ""; }; - D3BAB2981BEA1F97E9E23912CA350A37 /* Salvator.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Salvator.release.xcconfig; sourceTree = ""; }; - DE867181C589744652CAD1A18D4338EC /* HyperSDK.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HyperSDK.release.xcconfig; sourceTree = ""; }; - FBB772F9F0C6A7BCE9EB57DA2A5544FE /* JuspaySafeBrowser.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = JuspaySafeBrowser.framework; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 2B5196165E8ABCC1A0BD841718F4E73D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 50433BF5E5F79AB6FED35509F9D812FD /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 1229554FC2D8FF74923A38722CF00518 /* Products */ = { - isa = PBXGroup; - children = ( - C7FBFEBAA9A4060AB6A31C67E7EAE340 /* Pods-juspay-sdk-integration-swift */, - ); - name = Products; - sourceTree = ""; - }; - 185C600F5D8DC4590DC9C6146C3CC1A5 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - 9EB3CA2B82C570920FD52E8C99F3454C /* Pods-juspay-sdk-integration-swift */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 1C63F177A5A07ADABCDD4E71C902C99E /* Salvator */ = { - isa = PBXGroup; - children = ( - F31F82B51B864E445A4385995778B8D4 /* Frameworks */, - 9D3902E4BF11FB5FCACEEBD2FA9F5CC8 /* Support Files */, - ); - name = Salvator; - path = Salvator; - sourceTree = ""; - }; - 2355625DDBA1103EFC98B68E7807A42F /* Resources */ = { - isa = PBXGroup; - children = ( - 9D7B6A41EDC2CDBC2683F3F73400D429 /* Fuse.rb */, - ); - name = Resources; - sourceTree = ""; - }; - 3FADCFD2E4CD947DFAA7F1BDA916FAB2 /* Pods */ = { - isa = PBXGroup; - children = ( - 8F9D668ADDF0C322A20AF6B5BDC731CD /* HyperSDK */, - A37AA0742C068D5F07EAF5BC54ECA70F /* JuspaySafeBrowser */, - 1C63F177A5A07ADABCDD4E71C902C99E /* Salvator */, - ); - name = Pods; - sourceTree = ""; - }; - 578452D2E740E91742655AC8F1636D1F /* iOS */ = { - isa = PBXGroup; - children = ( - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 8F9D668ADDF0C322A20AF6B5BDC731CD /* HyperSDK */ = { - isa = PBXGroup; - children = ( - DB36CFD68A9420D507C7F82308679029 /* Frameworks */, - 2355625DDBA1103EFC98B68E7807A42F /* Resources */, - D8262C71EA5F6C652A52F02F83CCD186 /* Support Files */, - ); - name = HyperSDK; - path = HyperSDK; - sourceTree = ""; - }; - 9D3902E4BF11FB5FCACEEBD2FA9F5CC8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 990079BAE8C70210B33AC8D97A8076B2 /* Salvator.debug.xcconfig */, - D3BAB2981BEA1F97E9E23912CA350A37 /* Salvator.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Salvator"; - sourceTree = ""; - }; - 9EB3CA2B82C570920FD52E8C99F3454C /* Pods-juspay-sdk-integration-swift */ = { - isa = PBXGroup; - children = ( - 9F05B638471ED34D58E418F2FCBD275E /* Pods-juspay-sdk-integration-swift.modulemap */, - 407DCBEF6DBF7C914E71095FA8957414 /* Pods-juspay-sdk-integration-swift-acknowledgements.markdown */, - 92A829BE08E1F245EADAFA396A8DE18D /* Pods-juspay-sdk-integration-swift-acknowledgements.plist */, - CEB0317B52484DD1AE8BD7B7C69494F5 /* Pods-juspay-sdk-integration-swift-dummy.m */, - 64338BC3A5B44D9D022CB83B53B25A9F /* Pods-juspay-sdk-integration-swift-frameworks.sh */, - 8358DBF5A5368E6AA69E40B11448B92D /* Pods-juspay-sdk-integration-swift-Info.plist */, - 8ACEA88E159EEBCE573A9C1A4B548B30 /* Pods-juspay-sdk-integration-swift-resources.sh */, - B6B8104BD1537470DBBD26A87325A543 /* Pods-juspay-sdk-integration-swift-umbrella.h */, - 59F689C223A0EA5F2896AA99FC232AFA /* Pods-juspay-sdk-integration-swift.debug.xcconfig */, - 8BB06DE391B265A8A446DE63317BDFB1 /* Pods-juspay-sdk-integration-swift.release.xcconfig */, - ); - name = "Pods-juspay-sdk-integration-swift"; - path = "Target Support Files/Pods-juspay-sdk-integration-swift"; - sourceTree = ""; - }; - A37AA0742C068D5F07EAF5BC54ECA70F /* JuspaySafeBrowser */ = { - isa = PBXGroup; - children = ( - DD58FB64913E772CDDF1DDA5F8F936A3 /* Frameworks */, - BA0405C60FB34806A1B0E2901D54A4A8 /* Support Files */, - ); - name = JuspaySafeBrowser; - path = JuspaySafeBrowser; - sourceTree = ""; - }; - BA0405C60FB34806A1B0E2901D54A4A8 /* Support Files */ = { - isa = PBXGroup; - children = ( - 7C3250B42A0B3BBB3336F17D6E9EF2E6 /* JuspaySafeBrowser.debug.xcconfig */, - BBBFBB54E77471A0CA131FCA1309D0A1 /* JuspaySafeBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/JuspaySafeBrowser"; - sourceTree = ""; - }; - CF1408CF629C7361332E53B88F7BD30C = { - isa = PBXGroup; - children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, - 3FADCFD2E4CD947DFAA7F1BDA916FAB2 /* Pods */, - 1229554FC2D8FF74923A38722CF00518 /* Products */, - 185C600F5D8DC4590DC9C6146C3CC1A5 /* Targets Support Files */, - ); - sourceTree = ""; - }; - D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 578452D2E740E91742655AC8F1636D1F /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - D8262C71EA5F6C652A52F02F83CCD186 /* Support Files */ = { - isa = PBXGroup; - children = ( - 05B8D86B1B307FD7B3629EF386D65BE4 /* HyperSDK.debug.xcconfig */, - DE867181C589744652CAD1A18D4338EC /* HyperSDK.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HyperSDK"; - sourceTree = ""; - }; - DB36CFD68A9420D507C7F82308679029 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 4ADF4A310FFDEB8F6562DE6EEDA455D2 /* HyperSDK.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - DD58FB64913E772CDDF1DDA5F8F936A3 /* Frameworks */ = { - isa = PBXGroup; - children = ( - FBB772F9F0C6A7BCE9EB57DA2A5544FE /* JuspaySafeBrowser.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F31F82B51B864E445A4385995778B8D4 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 3356DD048C68C16070AA8DF989B52ED8 /* Salvator.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 945851D8F8309E65DCFB8B110E6E4372 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 0A26701E44BAA6F32BCB2E4FE17DFC16 /* Pods-juspay-sdk-integration-swift-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 4E93EF8DE9AA47A7C23E3C6AA261B3FB /* Pods-juspay-sdk-integration-swift */ = { - isa = PBXNativeTarget; - buildConfigurationList = 96EA66C5D7E83E0B4E0461D33D9E0BF8 /* Build configuration list for PBXNativeTarget "Pods-juspay-sdk-integration-swift" */; - buildPhases = ( - 945851D8F8309E65DCFB8B110E6E4372 /* Headers */, - D4D8216C333B59BA4416FA60DB352CCE /* Sources */, - 2B5196165E8ABCC1A0BD841718F4E73D /* Frameworks */, - ECA115999D620BEA834C53F0F14667B5 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 43C312C3254CAFFFD05B8F6416A06E6B /* PBXTargetDependency */, - 886954CDAC88A52300172B009CAA670B /* PBXTargetDependency */, - 6D8C639FDF64766F2AC05A520BF4BD29 /* PBXTargetDependency */, - ); - name = "Pods-juspay-sdk-integration-swift"; - productName = Pods_juspay_sdk_integration_swift; - productReference = C7FBFEBAA9A4060AB6A31C67E7EAE340 /* Pods-juspay-sdk-integration-swift */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - BFDFE7DC352907FC980B868725387E98 /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 1240; - LastUpgradeCheck = 1240; - }; - buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - Base, - en, - ); - mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 1229554FC2D8FF74923A38722CF00518 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 5EAB61B9B97BE4818BA9509F0BF749A0 /* HyperSDK */, - D9F1B0D67031FD2FCDCC7B8682C83CD6 /* JuspaySafeBrowser */, - 4E93EF8DE9AA47A7C23E3C6AA261B3FB /* Pods-juspay-sdk-integration-swift */, - D81AEADE9EC51DAB97224B322512798B /* Salvator */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - ECA115999D620BEA834C53F0F14667B5 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D4D8216C333B59BA4416FA60DB352CCE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 83A5C4A85E0AED9175E2F73AE5684270 /* Pods-juspay-sdk-integration-swift-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 43C312C3254CAFFFD05B8F6416A06E6B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HyperSDK; - target = 5EAB61B9B97BE4818BA9509F0BF749A0 /* HyperSDK */; - targetProxy = 2D88F2474A188024E09897377354FEE6 /* PBXContainerItemProxy */; - }; - 54072FF7E3E57DBA28D98906DE642949 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Salvator; - target = D81AEADE9EC51DAB97224B322512798B /* Salvator */; - targetProxy = 39C92BAA116378B8D88DA775B3A1151A /* PBXContainerItemProxy */; - }; - 548E4A155F8BD2025377ECD9954681AD /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JuspaySafeBrowser; - target = D9F1B0D67031FD2FCDCC7B8682C83CD6 /* JuspaySafeBrowser */; - targetProxy = 9A0C6418CFF6A56F8FACB8920EEA245F /* PBXContainerItemProxy */; - }; - 6D8C639FDF64766F2AC05A520BF4BD29 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Salvator; - target = D81AEADE9EC51DAB97224B322512798B /* Salvator */; - targetProxy = 70FBC66F35C54090689DEDFB7B2C9D83 /* PBXContainerItemProxy */; - }; - 886954CDAC88A52300172B009CAA670B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = JuspaySafeBrowser; - target = D9F1B0D67031FD2FCDCC7B8682C83CD6 /* JuspaySafeBrowser */; - targetProxy = 3E5A06499FC3C34DA660A9255CF0EEF9 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 12C9D9CE3F16793314BD49F5D8EEE446 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 990079BAE8C70210B33AC8D97A8076B2 /* Salvator.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4214E6946993DF02ED98D89047C64016 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.2; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - 61B200773D26D3C61ED1444EE1FCF694 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D3BAB2981BEA1F97E9E23912CA350A37 /* Salvator.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6984D4FF2F3AE97A74294599329BC4F5 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BBBFBB54E77471A0CA131FCA1309D0A1 /* JuspaySafeBrowser.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 794DA689B4A1BE63F57E0C32A112F9B9 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 59F689C223A0EA5F2896AA99FC232AFA /* Pods-juspay-sdk-integration-swift.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.2; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - AEEA87931CF2022BA50E175347759AB0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 05B8D86B1B307FD7B3629EF386D65BE4 /* HyperSDK.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BEC4473F110D6E4CF9C71705B7D9DC02 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = DE867181C589744652CAD1A18D4338EC /* HyperSDK.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - C19A12FE134D0865A4AEB7EEBC2FCF84 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8BB06DE391B265A8A446DE63317BDFB1 /* Pods-juspay-sdk-integration-swift.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 15.2; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - CD85FD90473CFBE797E4264E7BBC70AF /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.2; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - D593599DEF2F25D94B82A33D2727E8C0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7C3250B42A0B3BBB3336F17D6E9EF2E6 /* JuspaySafeBrowser.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 238CAEA8A8FA43CD84198404400C98F8 /* Build configuration list for PBXAggregateTarget "HyperSDK" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - AEEA87931CF2022BA50E175347759AB0 /* Debug */, - BEC4473F110D6E4CF9C71705B7D9DC02 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 368FC049CC21BA89EB1E261FEC35B05C /* Build configuration list for PBXAggregateTarget "Salvator" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 12C9D9CE3F16793314BD49F5D8EEE446 /* Debug */, - 61B200773D26D3C61ED1444EE1FCF694 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4214E6946993DF02ED98D89047C64016 /* Debug */, - CD85FD90473CFBE797E4264E7BBC70AF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 96EA66C5D7E83E0B4E0461D33D9E0BF8 /* Build configuration list for PBXNativeTarget "Pods-juspay-sdk-integration-swift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 794DA689B4A1BE63F57E0C32A112F9B9 /* Debug */, - C19A12FE134D0865A4AEB7EEBC2FCF84 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 993FB5281F35E65FC14B91FFF55A6E8E /* Build configuration list for PBXAggregateTarget "JuspaySafeBrowser" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D593599DEF2F25D94B82A33D2727E8C0 /* Debug */, - 6984D4FF2F3AE97A74294599329BC4F5 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/HyperSDK.xcscheme b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/HyperSDK.xcscheme deleted file mode 100644 index 4db453c..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/HyperSDK.xcscheme +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/JuspaySafeBrowser.xcscheme b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/JuspaySafeBrowser.xcscheme deleted file mode 100644 index 944295d..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/JuspaySafeBrowser.xcscheme +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/Pods-juspay-sdk-integration-swift.xcscheme b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/Pods-juspay-sdk-integration-swift.xcscheme deleted file mode 100644 index 9289a48..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/Pods-juspay-sdk-integration-swift.xcscheme +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/Salvator.xcscheme b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/Salvator.xcscheme deleted file mode 100644 index 66fc319..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/Salvator.xcscheme +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/xcschememanagement.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index dae06dd..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Pods.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - SchemeUserState - - HyperSDK.xcscheme - - isShown - - orderHint - 0 - - JuspaySafeBrowser.xcscheme - - isShown - - orderHint - 1 - - Pods-juspay-sdk-integration-swift.xcscheme - - isShown - - orderHint - 2 - - Salvator.xcscheme - - isShown - - orderHint - 3 - - - SuppressBuildableAutocreation - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/LICENSE b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/LICENSE deleted file mode 100644 index 65c5ca8..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Headers/Salvator.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Headers/Salvator.h deleted file mode 100644 index 9717ca6..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Headers/Salvator.h +++ /dev/null @@ -1,25 +0,0 @@ -// -// Salvator.h -// Salvator -// -// Copyright © Juspay Technologies. All rights reserved. -// - -#import - -@interface Salvator : NSObject - -typedef void (^SalvatorCallback)(NSDictionary* _Nonnull data); - -/** - Entry point for starting SafeMode SDK. - - @param viewController Base viewcontroller on which the salvator view controller will be presented. - @param payload Payload required to start the payment. - @param callback SalvatorCallback callback block to handle the response. - - */ - -- (void)startPaymentOnViewController:(UIViewController * _Nonnull)viewController withPayload:(NSDictionary * _Nonnull)payload callback:(SalvatorCallback _Nonnull)callback; - -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Info.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Info.plist deleted file mode 100644 index e5f2d3f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Info.plist and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Modules/module.modulemap b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Modules/module.modulemap deleted file mode 100644 index e20e511..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Salvator { - umbrella header "Salvator.h" - - export * - module * { export * } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Salvator b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Salvator deleted file mode 100755 index 910c93f..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/Salvator and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/juspay_icon.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/juspay_icon.png deleted file mode 100644 index 4ad6da4..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/juspay_icon.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/juspay_safe.png b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/juspay_safe.png deleted file mode 100644 index e905ce0..0000000 Binary files a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Salvator/Salvator.framework/juspay_safe.png and /dev/null differ diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/HyperSDK/HyperSDK.debug.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/HyperSDK/HyperSDK.debug.xcconfig deleted file mode 100644 index d16c2ac..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/HyperSDK/HyperSDK.debug.xcconfig +++ /dev/null @@ -1,13 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/HyperSDK -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/HyperSDK" "${PODS_ROOT}/JuspaySafeBrowser" "${PODS_ROOT}/Salvator" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = $(inherited) -framework "JuspaySafeBrowser" -framework "Salvator" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/HyperSDK -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/HyperSDK/HyperSDK.release.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/HyperSDK/HyperSDK.release.xcconfig deleted file mode 100644 index d16c2ac..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/HyperSDK/HyperSDK.release.xcconfig +++ /dev/null @@ -1,13 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/HyperSDK -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/HyperSDK" "${PODS_ROOT}/JuspaySafeBrowser" "${PODS_ROOT}/Salvator" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = $(inherited) -framework "JuspaySafeBrowser" -framework "Salvator" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/HyperSDK -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/JuspaySafeBrowser/JuspaySafeBrowser.debug.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/JuspaySafeBrowser/JuspaySafeBrowser.debug.xcconfig deleted file mode 100644 index ea45e88..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/JuspaySafeBrowser/JuspaySafeBrowser.debug.xcconfig +++ /dev/null @@ -1,12 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JuspaySafeBrowser -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JuspaySafeBrowser" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/JuspaySafeBrowser -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/JuspaySafeBrowser/JuspaySafeBrowser.release.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/JuspaySafeBrowser/JuspaySafeBrowser.release.xcconfig deleted file mode 100644 index ea45e88..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/JuspaySafeBrowser/JuspaySafeBrowser.release.xcconfig +++ /dev/null @@ -1,12 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/JuspaySafeBrowser -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/JuspaySafeBrowser" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/JuspaySafeBrowser -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-Info.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-Info.plist deleted file mode 100644 index 2243fe6..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-acknowledgements.markdown b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-acknowledgements.markdown deleted file mode 100644 index 7f118ae..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-acknowledgements.markdown +++ /dev/null @@ -1,510 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## HyperSDK - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - - -## JuspaySafeBrowser - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - - -## Salvator - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - -Generated by CocoaPods - https://cocoapods.org diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-acknowledgements.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-acknowledgements.plist deleted file mode 100644 index 5eec479..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-acknowledgements.plist +++ /dev/null @@ -1,554 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - - License - LGPL - Title - HyperSDK - Type - PSGroupSpecifier - - - FooterText - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - - License - LGPL - Title - JuspaySafeBrowser - Type - PSGroupSpecifier - - - FooterText - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - - License - LGPL - Title - Salvator - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-dummy.m b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-dummy.m deleted file mode 100644 index 6907d92..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_juspay_sdk_integration_swift : NSObject -@end -@implementation PodsDummy_Pods_juspay_sdk_integration_swift -@end diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Debug-input-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Debug-input-files.xcfilelist deleted file mode 100644 index 7ffb7ef..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Debug-input-files.xcfilelist +++ /dev/null @@ -1,4 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks.sh -${PODS_ROOT}/HyperSDK/HyperSDK.framework -${PODS_ROOT}/JuspaySafeBrowser/JuspaySafeBrowser.framework -${PODS_ROOT}/Salvator/Salvator.framework \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Debug-output-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Debug-output-files.xcfilelist deleted file mode 100644 index 8989c58..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Debug-output-files.xcfilelist +++ /dev/null @@ -1,3 +0,0 @@ -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HyperSDK.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JuspaySafeBrowser.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Salvator.framework \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Release-input-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Release-input-files.xcfilelist deleted file mode 100644 index 7ffb7ef..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Release-input-files.xcfilelist +++ /dev/null @@ -1,4 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks.sh -${PODS_ROOT}/HyperSDK/HyperSDK.framework -${PODS_ROOT}/JuspaySafeBrowser/JuspaySafeBrowser.framework -${PODS_ROOT}/Salvator/Salvator.framework \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Release-output-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Release-output-files.xcfilelist deleted file mode 100644 index 8989c58..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-Release-output-files.xcfilelist +++ /dev/null @@ -1,3 +0,0 @@ -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HyperSDK.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JuspaySafeBrowser.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Salvator.framework \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks.sh b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks.sh deleted file mode 100755 index 661b155..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks.sh +++ /dev/null @@ -1,190 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -function on_error { - echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" -} -trap 'on_error $LINENO' ERR - -if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" -BCSYMBOLMAP_DIR="BCSymbolMaps" - - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -# Copies and strips a vendored framework -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then - # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied - find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do - echo "Installing $f" - install_bcsymbolmap "$f" "$destination" - rm "$f" - done - rmdir "${source}/${BCSYMBOLMAP_DIR}" - fi - - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - elif [ -L "${binary}" ]; then - echo "Destination binary is symlinked..." - dirname="$(dirname "${binary}")" - binary="${dirname}/$(readlink "${binary}")" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} -# Copies and strips a vendored dSYM -install_dsym() { - local source="$1" - warn_missing_arch=${2:-true} - if [ -r "$source" ]; then - # Copy the dSYM into the targets temp dir. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" - - local basename - basename="$(basename -s .dSYM "$source")" - binary_name="$(ls "$source/Contents/Resources/DWARF")" - binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - - # Strip invalid architectures from the dSYM. - if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then - strip_invalid_archs "$binary" "$warn_missing_arch" - fi - if [[ $STRIP_BINARY_RETVAL == 0 ]]; then - # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" - else - # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - mkdir -p "${DWARF_DSYM_FOLDER_PATH}" - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" - fi - fi -} - -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - warn_missing_arch=${2:-true} - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - if [[ "$warn_missing_arch" == "true" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - fi - STRIP_BINARY_RETVAL=1 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=0 -} - -# Copies the bcsymbolmap files of a vendored framework -install_bcsymbolmap() { - local bcsymbolmap_path="$1" - local destination="${BUILT_PRODUCTS_DIR}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identity - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "${PODS_ROOT}/HyperSDK/HyperSDK.framework" - install_framework "${PODS_ROOT}/JuspaySafeBrowser/JuspaySafeBrowser.framework" - install_framework "${PODS_ROOT}/Salvator/Salvator.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "${PODS_ROOT}/HyperSDK/HyperSDK.framework" - install_framework "${PODS_ROOT}/JuspaySafeBrowser/JuspaySafeBrowser.framework" - install_framework "${PODS_ROOT}/Salvator/Salvator.framework" -fi -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Debug-input-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Debug-input-files.xcfilelist deleted file mode 100644 index 3fcee6a..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Debug-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources.sh -${PODS_ROOT}/HyperSDK/Fuse.rb \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Debug-output-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Debug-output-files.xcfilelist deleted file mode 100644 index 6fe7e9e..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Debug-output-files.xcfilelist +++ /dev/null @@ -1 +0,0 @@ -${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fuse.rb \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Release-input-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Release-input-files.xcfilelist deleted file mode 100644 index 3fcee6a..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Release-input-files.xcfilelist +++ /dev/null @@ -1,2 +0,0 @@ -${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources.sh -${PODS_ROOT}/HyperSDK/Fuse.rb \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Release-output-files.xcfilelist b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Release-output-files.xcfilelist deleted file mode 100644 index 6fe7e9e..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-Release-output-files.xcfilelist +++ /dev/null @@ -1 +0,0 @@ -${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fuse.rb \ No newline at end of file diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources.sh b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources.sh deleted file mode 100755 index 80b152f..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources.sh +++ /dev/null @@ -1,129 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -function on_error { - echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" -} -trap 'on_error $LINENO' ERR - -if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then - # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy - # resources to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -case "${TARGETED_DEVICE_FAMILY:-}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - 4) - TARGET_DEVICE_ARGS="--target-device watch" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" || true - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_resource "${PODS_ROOT}/HyperSDK/Fuse.rb" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_resource "${PODS_ROOT}/HyperSDK/Fuse.rb" -fi - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find -L "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - else - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" - fi -fi diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-umbrella.h b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-umbrella.h deleted file mode 100644 index 000cc12..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_juspay_sdk_integration_swiftVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_juspay_sdk_integration_swiftVersionString[]; - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.debug.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.debug.xcconfig deleted file mode 100644 index 2adb5a7..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.debug.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/HyperSDK" "${PODS_ROOT}/JuspaySafeBrowser" "${PODS_ROOT}/Salvator" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -framework "HyperSDK" -framework "JuspaySafeBrowser" -framework "Salvator" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.modulemap b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.modulemap deleted file mode 100644 index 9018f79..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_juspay_sdk_integration_swift { - umbrella header "Pods-juspay-sdk-integration-swift-umbrella.h" - - export * - module * { export * } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.release.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.release.xcconfig deleted file mode 100644 index 2adb5a7..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.release.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/HyperSDK" "${PODS_ROOT}/JuspaySafeBrowser" "${PODS_ROOT}/Salvator" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -framework "HyperSDK" -framework "JuspaySafeBrowser" -framework "Salvator" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Salvator/Salvator.debug.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Salvator/Salvator.debug.xcconfig deleted file mode 100644 index e34b428..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Salvator/Salvator.debug.xcconfig +++ /dev/null @@ -1,12 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Salvator -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Salvator" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/Salvator -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Salvator/Salvator.release.xcconfig b/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Salvator/Salvator.release.xcconfig deleted file mode 100644 index e34b428..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/Pods/Target Support Files/Salvator/Salvator.release.xcconfig +++ /dev/null @@ -1,12 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Salvator -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Salvator" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/Salvator -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.pbxproj b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.pbxproj deleted file mode 100644 index d69ea02..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.pbxproj +++ /dev/null @@ -1,457 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 55; - objects = { - -/* Begin PBXBuildFile section */ - 067DB1E1F57E6DBD614D6024 /* Pods_juspay_sdk_integration_swift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 48C3693D4C72126DDA59C07B /* Pods_juspay_sdk_integration_swift.framework */; }; - F35D25F427F098BC0045DE0C /* APIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = F35D25F327F098BC0045DE0C /* APIService.swift */; }; - F3CDB4DD27ECA3A20076BF9C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CDB4DC27ECA3A20076BF9C /* AppDelegate.swift */; }; - F3CDB4DF27ECA3A20076BF9C /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CDB4DE27ECA3A20076BF9C /* SceneDelegate.swift */; }; - F3CDB4E127ECA3A20076BF9C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CDB4E027ECA3A20076BF9C /* ViewController.swift */; }; - F3CDB4E427ECA3A20076BF9C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F3CDB4E227ECA3A20076BF9C /* Main.storyboard */; }; - F3CDB4E627ECA3A30076BF9C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F3CDB4E527ECA3A30076BF9C /* Assets.xcassets */; }; - F3CDB4E927ECA3A30076BF9C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F3CDB4E727ECA3A30076BF9C /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 33E78DFFED5DE2EF1D2E473D /* Pods-juspay-sdk-integration-swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspay-sdk-integration-swift.debug.xcconfig"; path = "Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.debug.xcconfig"; sourceTree = ""; }; - 48C3693D4C72126DDA59C07B /* Pods_juspay_sdk_integration_swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_juspay_sdk_integration_swift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - ADB4B19CC7C2FE9575ED8778 /* Pods-juspay-sdk-integration-swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspay-sdk-integration-swift.release.xcconfig"; path = "Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift.release.xcconfig"; sourceTree = ""; }; - F35D25F327F098BC0045DE0C /* APIService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIService.swift; sourceTree = ""; }; - F3CDB4D927ECA3A20076BF9C /* juspay-sdk-integration-swift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "juspay-sdk-integration-swift.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - F3CDB4DC27ECA3A20076BF9C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - F3CDB4DE27ECA3A20076BF9C /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; - F3CDB4E027ECA3A20076BF9C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; - F3CDB4E327ECA3A20076BF9C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - F3CDB4E527ECA3A30076BF9C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - F3CDB4E827ECA3A30076BF9C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; - F3CDB4EA27ECA3A30076BF9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - F3CDB4D627ECA3A20076BF9C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 067DB1E1F57E6DBD614D6024 /* Pods_juspay_sdk_integration_swift.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 51283659F5241ABF3EF4C8B8 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 48C3693D4C72126DDA59C07B /* Pods_juspay_sdk_integration_swift.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F3CDB4D027ECA3A20076BF9C = { - isa = PBXGroup; - children = ( - F3CDB4DB27ECA3A20076BF9C /* juspay-sdk-integration-swift */, - F3CDB4DA27ECA3A20076BF9C /* Products */, - F637DD34518F2FD088DF7C5E /* Pods */, - 51283659F5241ABF3EF4C8B8 /* Frameworks */, - ); - sourceTree = ""; - }; - F3CDB4DA27ECA3A20076BF9C /* Products */ = { - isa = PBXGroup; - children = ( - F3CDB4D927ECA3A20076BF9C /* juspay-sdk-integration-swift.app */, - ); - name = Products; - sourceTree = ""; - }; - F3CDB4DB27ECA3A20076BF9C /* juspay-sdk-integration-swift */ = { - isa = PBXGroup; - children = ( - F3CDB4DC27ECA3A20076BF9C /* AppDelegate.swift */, - F3CDB4DE27ECA3A20076BF9C /* SceneDelegate.swift */, - F3CDB4E027ECA3A20076BF9C /* ViewController.swift */, - F35D25F327F098BC0045DE0C /* APIService.swift */, - F3CDB4E227ECA3A20076BF9C /* Main.storyboard */, - F3CDB4E527ECA3A30076BF9C /* Assets.xcassets */, - F3CDB4E727ECA3A30076BF9C /* LaunchScreen.storyboard */, - F3CDB4EA27ECA3A30076BF9C /* Info.plist */, - ); - path = "juspay-sdk-integration-swift"; - sourceTree = ""; - }; - F637DD34518F2FD088DF7C5E /* Pods */ = { - isa = PBXGroup; - children = ( - 33E78DFFED5DE2EF1D2E473D /* Pods-juspay-sdk-integration-swift.debug.xcconfig */, - ADB4B19CC7C2FE9575ED8778 /* Pods-juspay-sdk-integration-swift.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - F3CDB4D827ECA3A20076BF9C /* juspay-sdk-integration-swift */ = { - isa = PBXNativeTarget; - buildConfigurationList = F3CDB4ED27ECA3A30076BF9C /* Build configuration list for PBXNativeTarget "juspay-sdk-integration-swift" */; - buildPhases = ( - 6616670C409CE41E16F30966 /* [CP] Check Pods Manifest.lock */, - F3CDB4D527ECA3A20076BF9C /* Sources */, - F3CDB4D627ECA3A20076BF9C /* Frameworks */, - F3CDB4D727ECA3A20076BF9C /* Resources */, - 179E9CA84BA4D9C3578BD386 /* [CP] Embed Pods Frameworks */, - 68B13F0C2AE3180434987B71 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "juspay-sdk-integration-swift"; - productName = "juspay-sdk-integration-swift"; - productReference = F3CDB4D927ECA3A20076BF9C /* juspay-sdk-integration-swift.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - F3CDB4D127ECA3A20076BF9C /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 1320; - LastUpgradeCheck = 1320; - TargetAttributes = { - F3CDB4D827ECA3A20076BF9C = { - CreatedOnToolsVersion = 13.2.1; - }; - }; - }; - buildConfigurationList = F3CDB4D427ECA3A20076BF9C /* Build configuration list for PBXProject "juspay-sdk-integration-swift" */; - compatibilityVersion = "Xcode 13.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = F3CDB4D027ECA3A20076BF9C; - productRefGroup = F3CDB4DA27ECA3A20076BF9C /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - F3CDB4D827ECA3A20076BF9C /* juspay-sdk-integration-swift */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - F3CDB4D727ECA3A20076BF9C /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F3CDB4E927ECA3A30076BF9C /* LaunchScreen.storyboard in Resources */, - F3CDB4E627ECA3A30076BF9C /* Assets.xcassets in Resources */, - F3CDB4E427ECA3A20076BF9C /* Main.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 179E9CA84BA4D9C3578BD386 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 6616670C409CE41E16F30966 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-juspay-sdk-integration-swift-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - 68B13F0C2AE3180434987B71 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspay-sdk-integration-swift/Pods-juspay-sdk-integration-swift-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - F3CDB4D527ECA3A20076BF9C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F3CDB4E127ECA3A20076BF9C /* ViewController.swift in Sources */, - F3CDB4DD27ECA3A20076BF9C /* AppDelegate.swift in Sources */, - F35D25F427F098BC0045DE0C /* APIService.swift in Sources */, - F3CDB4DF27ECA3A20076BF9C /* SceneDelegate.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXVariantGroup section */ - F3CDB4E227ECA3A20076BF9C /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - F3CDB4E327ECA3A20076BF9C /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - F3CDB4E727ECA3A30076BF9C /* LaunchScreen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - F3CDB4E827ECA3A30076BF9C /* Base */, - ); - name = LaunchScreen.storyboard; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - F3CDB4EB27ECA3A30076BF9C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.2; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - }; - name = Debug; - }; - F3CDB4EC27ECA3A30076BF9C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 15.2; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - SDKROOT = iphoneos; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - F3CDB4EE27ECA3A30076BF9C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 33E78DFFED5DE2EF1D2E473D /* Pods-juspay-sdk-integration-swift.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = GE8BT8LF5K; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = "juspay-sdk-integration-swift/Info.plist"; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; - INFOPLIST_KEY_UIMainStoryboardFile = Main; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "in.juspay.juspay-sdk-integration-swift"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F3CDB4EF27ECA3A30076BF9C /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = ADB4B19CC7C2FE9575ED8778 /* Pods-juspay-sdk-integration-swift.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; - DEVELOPMENT_TEAM = GE8BT8LF5K; - GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = "juspay-sdk-integration-swift/Info.plist"; - INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; - INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; - INFOPLIST_KEY_UIMainStoryboardFile = Main; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "in.juspay.juspay-sdk-integration-swift"; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_EMIT_LOC_STRINGS = YES; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - F3CDB4D427ECA3A20076BF9C /* Build configuration list for PBXProject "juspay-sdk-integration-swift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F3CDB4EB27ECA3A30076BF9C /* Debug */, - F3CDB4EC27ECA3A30076BF9C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F3CDB4ED27ECA3A30076BF9C /* Build configuration list for PBXNativeTarget "juspay-sdk-integration-swift" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F3CDB4EE27ECA3A30076BF9C /* Debug */, - F3CDB4EF27ECA3A30076BF9C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = F3CDB4D127ECA3A20076BF9C /* Project object */; -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/xcschememanagement.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index d533e66..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcodeproj/xcuserdata/sahilsinha.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,14 +0,0 @@ - - - - - SchemeUserState - - juspay-sdk-integration-swift.xcscheme_^#shared#^_ - - orderHint - 4 - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcworkspace/contents.xcworkspacedata b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 8746b0a..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist deleted file mode 100644 index 18d9810..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +++ /dev/null @@ -1,8 +0,0 @@ - - - - - IDEDidComputeMac32BitWarning - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/APIService.swift b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/APIService.swift deleted file mode 100644 index fc5052e..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/APIService.swift +++ /dev/null @@ -1,23 +0,0 @@ -// -// APIService.swift -// juspay-sdk-integration-swift -// -// Created by Sahil Sinha on 27/03/22. -// - -import Foundation - -class APIService { - static let shared = APIService() - - - func fetchProcessSDKPayload() { - var componentUrl = URLComponents() - componentUrl.scheme = "https" - componentUrl.host = "3d0d-2405-204-5404-9668-c086-49d6-6d75-c3a3.ngrok.io/" - componentUrl.path = "create-session" - - - } - -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/AppDelegate.swift b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/AppDelegate.swift deleted file mode 100644 index a187de7..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/AppDelegate.swift +++ /dev/null @@ -1,36 +0,0 @@ -// -// AppDelegate.swift -// juspay-sdk-integration-swift -// -// Created by Sahil Sinha on 24/03/22. -// - -import UIKit - -@main -class AppDelegate: UIResponder, UIApplicationDelegate { - - - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - // Override point for customization after application launch. - return true - } - - // MARK: UISceneSession Lifecycle - - func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { - // Called when a new scene session is being created. - // Use this method to select a configuration to create the new scene with. - return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) - } - - func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { - // Called when the user discards a scene session. - // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. - // Use this method to release any resources that were specific to the discarded scenes, as they will not return. - } - - -} - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/AccentColor.colorset/Contents.json b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/AccentColor.colorset/Contents.json deleted file mode 100644 index eb87897..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/AccentColor.colorset/Contents.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "colors" : [ - { - "idiom" : "universal" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/AppIcon.appiconset/Contents.json b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 9221b9b..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "ipad", - "scale" : "1x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "76x76" - }, - { - "idiom" : "ipad", - "scale" : "2x", - "size" : "83.5x83.5" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/Contents.json b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/Contents.json deleted file mode 100644 index 73c0059..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Assets.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Base.lproj/LaunchScreen.storyboard b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Base.lproj/LaunchScreen.storyboard deleted file mode 100644 index f25e499..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Base.lproj/Main.storyboard b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Base.lproj/Main.storyboard deleted file mode 100644 index 6d8c635..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Base.lproj/Main.storyboard +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Info.plist b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Info.plist deleted file mode 100644 index bd60b38..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/Info.plist +++ /dev/null @@ -1,48 +0,0 @@ - - - - - CFBundleURLTypes - - - CFBundleURLName - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleURLSchemes - - amzn-$(PRODUCT_BUNDLE_IDENTIFIER) - juspay-$(PRODUCT_BUNDLE_IDENTIFIER) - $(PRODUCT_BUNDLE_IDENTIFIER).cred - - - - LSApplicationQueriesSchemes - - credpay - phonepe - paytmmp - tez - paytm - bhim - devtools - - UIApplicationSceneManifest - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - UIWindowSceneSessionRoleApplication - - - UISceneConfigurationName - Default Configuration - UISceneDelegateClassName - $(PRODUCT_MODULE_NAME).SceneDelegate - UISceneStoryboardFile - Main - - - - - - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/SceneDelegate.swift b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/SceneDelegate.swift deleted file mode 100644 index 6f9bed5..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/SceneDelegate.swift +++ /dev/null @@ -1,52 +0,0 @@ -// -// SceneDelegate.swift -// juspay-sdk-integration-swift -// -// Created by Sahil Sinha on 24/03/22. -// - -import UIKit - -class SceneDelegate: UIResponder, UIWindowSceneDelegate { - - var window: UIWindow? - - - func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { - // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. - // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. - // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). - guard let _ = (scene as? UIWindowScene) else { return } - } - - func sceneDidDisconnect(_ scene: UIScene) { - // Called as the scene is being released by the system. - // This occurs shortly after the scene enters the background, or when its session is discarded. - // Release any resources associated with this scene that can be re-created the next time the scene connects. - // The scene may re-connect later, as its session was not necessarily discarded (see `application:didDiscardSceneSessions` instead). - } - - func sceneDidBecomeActive(_ scene: UIScene) { - // Called when the scene has moved from an inactive state to an active state. - // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. - } - - func sceneWillResignActive(_ scene: UIScene) { - // Called when the scene will move from an active state to an inactive state. - // This may occur due to temporary interruptions (ex. an incoming phone call). - } - - func sceneWillEnterForeground(_ scene: UIScene) { - // Called as the scene transitions from the background to the foreground. - // Use this method to undo the changes made on entering the background. - } - - func sceneDidEnterBackground(_ scene: UIScene) { - // Called as the scene transitions from the foreground to the background. - // Use this method to save data, release shared resources, and store enough scene-specific state information - // to restore the scene back to its current state. - } - - -} - diff --git a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/ViewController.swift b/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/ViewController.swift deleted file mode 100644 index abde960..0000000 --- a/payment-page-ios/payment-page-ios-swift-integration-demo/juspay-sdk-integration-swift/ViewController.swift +++ /dev/null @@ -1,142 +0,0 @@ -// -// ViewController.swift -// juspay-sdk-integration-swift -// -// Created by Sahil Sinha on 24/03/22. -// - -import UIKit - -// Importing Hyper SDK -// block:start:import-hyper-sdk -import HyperSDK -// block:end:import-hyper-sdk - - -class ViewController: UIViewController { - - // Creating an object of HyperServices class. - // block:start:create-hyper-services-instance - let hyperInstance = HyperServices(); - // block:end:create-hyper-services-instance - - - override func viewDidLoad() { - super.viewDidLoad() - } - - - // Creating initiate payload JSON object - // block:start:create-initiate-payload - func createInitiatePayload() -> [String: Any] { - let innerPayload : [String: Any] = [ - "action": "initiate", - "merchantId": "", - "clientId": "", - "environment": "production" - ]; - - let sdkPayload : [String: Any] = [ - "requestId": UUID().uuidString, - "service": "in.juspay.hyperpay", - "payload": innerPayload - ] - - return sdkPayload - } - // block:end:create-initiate-payload - - // Creating HyperPaymentsCallbackAdapter - // This callback will get all events from hyperService instance - // block:start:create-hyper-callback - func hyperCallbackHandler(response : (Optional>)) { - if let data = response, let event = data["event"] as? String { - if (event == "hide_loader") { - // hide loader - } - // Handle Process Result - // This case will reach once payment page closes - // block:start:handle-process-result - else if (event == "process_result") { - let error = data["error"] as! Bool - - let innerPayload = data["payload"] as! [ String: Any ] - let status = innerPayload["status"] as! String - let pi = innerPayload["paymentInstrument"] as? String - let pig = innerPayload["paymentInstrumentGroup"] as? String - - if (!error) { - // txn success, status should be "charged" - // process data -- show pi and pig in UI maybe also? - // example -- pi: "PAYTM", pig: "WALLET" - // call orderStatus once to verify (false positives) - } else { - - let errorCode = data["errorCode"] as! String - let errorMessage = data["errorMessage"] as! String - switch (status) { - case "backpressed": - // user back-pressed from PP without initiating any txn - break; - case "user_aborted": - // user initiated a txn and pressed back - // poll order status - break; - case "pending_vbv", "authorizing": - // txn in pending state - // poll order status until backend says fail or success - break; - case "authorization_failed", "authentication_failed", "api_failure": - // txn failed - // poll orderStatus to verify (false negatives) - break; - case "new": - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - break; - default: - // unknown status, this is also failure - // poll order status - break; - } - } - } - // block:end:handle-process-result - } - - } - // block:end:create-hyper-callback - - @IBAction func initiatePayments(_ sender: Any) { - // Calling initiate on hyperService instance to boot up payment engine. - // block:start:initiate-sdk - hyperInstance.initiate( - self, - payload: createInitiatePayload(), - callback: hyperCallbackHandler - ) - // block:end:initiate-sdk - } - - - // Creating process payload JSON object - // block:start:fetch-process-payload - func getProcessPayload() { - // Make an API Call to your server to create Session and return SDK Payload - let sdkProcessPayload = APIServices.shared.fetchSDKProcessPayload() - return sdkProcessPayload - } - // block:end:fetch-process-payload - - @IBAction func startPayments(_ sender: Any) { - - // Calling process on hyperService to open payment page - // block:start:process-sdk - hyperInstance.process(getProcessPayload) - // block:end:process-sdk - } - -} - diff --git a/payment-page-payment-locking/.gitignore b/payment-page-payment-locking/.gitignore deleted file mode 100644 index b24d71e..0000000 --- a/payment-page-payment-locking/.gitignore +++ /dev/null @@ -1,50 +0,0 @@ -# These are some examples of commonly ignored file patterns. -# You should customize this list as applicable to your project. -# Learn more about .gitignore: -# https://www.atlassian.com/git/tutorials/saving-changes/gitignore - -# Node artifact files -node_modules/ -dist/ - -# Compiled Java class files -*.class - -# Compiled Python bytecode -*.py[cod] - -# Log files -*.log - -# Package files -*.jar - -# Maven -target/ -dist/ - -# JetBrains IDE -.idea/ - -# Unit test reports -TEST*.xml - -# Generated by MacOS -.DS_Store - -# Generated by Windows -Thumbs.db - -# Applications -*.app -*.exe -*.war - -# Large media files -*.mp4 -*.tiff -*.avi -*.flv -*.mov -*.wmv - diff --git a/payment-page-payment-locking/LICENSE b/payment-page-payment-locking/LICENSE deleted file mode 100644 index 6ec7487..0000000 --- a/payment-page-payment-locking/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2023 [Juspay Technologies Pvt. Ltd.] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/payment-page-payment-locking/README.md b/payment-page-payment-locking/README.md deleted file mode 100644 index a8ac864..0000000 --- a/payment-page-payment-locking/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# How to use this repo# - -### What is this repository for? ### - -* This repo is being used for Juspay Documentation made using tesseract repo - -### How do I get set up? ### - -* This repo is used to show the code section of the documentation. - -### Contribution guidelines ### - -* If you want to add any new product and/or platform. please follow the below steps. - -1. All the code content of a particular platform of a product is kept in a branch "productName" + "-" + "platformName". - Let suppose you are adding code for platform android in the product payment-page then the name of the branch will be - payment-page-android - -2. And payment-page-android code have both Java and Kotlin so there will be two folders named accordingly and each folder should contain their demo code. diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_Card.sh b/payment-page-payment-locking/payment-locking-samples/Hide_Card.sh deleted file mode 100644 index 636ba70..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_Card.sh +++ /dev/null @@ -1,26 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions" : true, - "options": [ - { - "paymentMethodType": "CARD", - "enable" : false - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_Card_Bin.sh b/payment-page-payment-locking/payment-locking-samples/Hide_Card_Bin.sh deleted file mode 100644 index a6e8b8d..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_Card_Bin.sh +++ /dev/null @@ -1,32 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions" : true, - "options": [ - { - "paymentMethodType": "CARD", - "enable": true, - "cardFilters": [ - { - "enable": false, - "cardBins":["459000::460000"] - } - ] - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_Cash.sh b/payment-page-payment-locking/payment-locking-samples/Hide_Cash.sh deleted file mode 100644 index eb1450f..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_Cash.sh +++ /dev/null @@ -1,26 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions": true, - "options": [ - { - "paymentMethodType": "CASH", - "enable": false - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_Credit_Card.sh b/payment-page-payment-locking/payment-locking-samples/Hide_Credit_Card.sh deleted file mode 100644 index c78043f..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_Credit_Card.sh +++ /dev/null @@ -1,32 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions" : true, - "options": [ - { - "paymentMethodType": "CARD", - "enable" : true, - "cardFilters": [ - { - "enable": false, - "cardTypes": ["CREDIT"] - } - ] - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_NB.sh b/payment-page-payment-locking/payment-locking-samples/Hide_NB.sh deleted file mode 100644 index ff59477..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_NB.sh +++ /dev/null @@ -1,26 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions" : true, - "options": [ - { - "paymentMethodType": "NB", - "enable" : false - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_Specific_UPI.sh b/payment-page-payment-locking/payment-locking-samples/Hide_Specific_UPI.sh deleted file mode 100644 index 01c58e8..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_Specific_UPI.sh +++ /dev/null @@ -1,35 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions": true, - "options": [{ - "paymentMethodType": "UPI", - "enable": true, - "upiFilters": [{ - "upiType": "COLLECT", - "enable": false, - "upiMethods": ["@ybl", "@okhdfcbank"] - }, - { - "upiType": "INTENT", - "enable": false, - "upiMethods": ["PHONEPE", "GPAY", "PAYTM"] - }] - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_Specific_Wallet.sh b/payment-page-payment-locking/payment-locking-samples/Hide_Specific_Wallet.sh deleted file mode 100644 index f437f3d..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_Specific_Wallet.sh +++ /dev/null @@ -1,27 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions": true, - "options": [ - { - "paymentMethodType": "WALLET", - "paymentMethods": ["LAZYPAY,SIMPL"], - "enable": false - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_UPI_Section.sh b/payment-page-payment-locking/payment-locking-samples/Hide_UPI_Section.sh deleted file mode 100644 index 386ad48..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_UPI_Section.sh +++ /dev/null @@ -1,26 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions": true, - "options": [ - { - "paymentMethodType": "UPI", - "enable": false - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Hide_wallet.sh b/payment-page-payment-locking/payment-locking-samples/Hide_wallet.sh deleted file mode 100644 index 80befab..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Hide_wallet.sh +++ /dev/null @@ -1,26 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions": true, - "options": [ - { - "paymentMethodType": "WALLET", - "enable": false - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-payment-locking/payment-locking-samples/Only_UPI.sh b/payment-page-payment-locking/payment-locking-samples/Only_UPI.sh deleted file mode 100644 index da11580..0000000 --- a/payment-page-payment-locking/payment-locking-samples/Only_UPI.sh +++ /dev/null @@ -1,26 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'Content-Type: application/json' \ ---data-raw '{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick", - "payment_filter": { - "allowDefaultOptions" : false, - "options": [ - { - "paymentMethodType": "UPI", - "enable": true - } - ] - } -}' \ No newline at end of file diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/App.js b/payment-page-react-native/payment-page-react-native-class-integration-demo/App.js deleted file mode 100644 index 0cf343b..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/App.js +++ /dev/null @@ -1,87 +0,0 @@ -import React from 'react'; -import {createAppContainer, createStackNavigator} from 'react-navigation'; - -import Homescreen from './screens/Homescreen'; -import Checkout from './screens/Checkout'; -import Success from './screens/Success'; -import Failure from './screens/Failure'; -//block:start:import-hyper-sdk - -import HyperSdkReact from 'hyper-sdk-react'; - -//block:end:import-hyper-sdk -import uuid from 'react-native-uuid'; -import {NativeEventEmitter, NativeModules} from 'react-native'; - -const RootStack = createStackNavigator({ - Home: Homescreen, - Success: Success, - Failure: Failure, - Checkout: Checkout, -}); - -const AppContainer = createAppContainer(RootStack); - -class App extends React.Component { - constructor(props) { - super(props); - this.state = { - stack: null, - }; - } - - componentDidMount() { - // block:start:create-hyper-services-instance - - HyperSdkReact.createHyperServices(); - - // block:end:create-hyper-services-instance - - // block:start:event-handling-initiate - - const eventEmitter = new NativeEventEmitter(NativeModules.HyperSdkReact); - eventEmitter.addListener('HyperEvent', resp => { - const data = JSON.parse(resp); - const event = data.event || ''; - switch (event) { - case 'initiate_result': - // logging the initiate result - console.log('Initiate result', data); - break; - default: - console.log(data); - } - }); - - // block:end:event-handling-initiate - - // Creating initiate payload JSON object - // block:start:create-initiate-payload - - const initiate_payload = { - requestId: uuid.v4(), - service: 'in.juspay.hyperpay', - payload: { - action: 'initiate', - merchantId: '', - clientId: '', - environment: 'sandbox', - }, - }; - - // block:end:create-initiate-payload - - // Calling initiate on hyperService instance to boot up payment engine. - // block:start:initiate-sdk - - HyperSdkReact.initiate(JSON.stringify(initiate_payload)); - - // block:end:initiate-sdk - } - - render() { - return ; - } -} - -export default App; diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/Gemfile b/payment-page-react-native/payment-page-react-native-class-integration-demo/Gemfile deleted file mode 100644 index 2c3edcf..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ -source 'https://rubygems.org' - -# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.4' - -gem 'cocoapods', '~> 1.11', '>= 1.11.2' diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/Gemfile.lock b/payment-page-react-native/payment-page-react-native-class-integration-demo/Gemfile.lock deleted file mode 100644 index 089d06d..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/Gemfile.lock +++ /dev/null @@ -1,100 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - CFPropertyList (3.0.5) - rexml - activesupport (6.1.5) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - algoliasearch (1.27.5) - httpclient (~> 2.8, >= 2.8.3) - json (>= 1.5.1) - atomos (0.1.3) - claide (1.1.0) - cocoapods (1.11.3) - addressable (~> 2.8) - claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.11.3) - cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.4.0, < 2.0) - cocoapods-plugins (>= 1.0.0, < 2.0) - cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) - cocoapods-try (>= 1.1.0, < 2.0) - colored2 (~> 3.1) - escape (~> 0.0.4) - fourflusher (>= 2.3.0, < 3.0) - gh_inspector (~> 1.0) - molinillo (~> 0.8.0) - nap (~> 1.0) - ruby-macho (>= 1.0, < 3.0) - xcodeproj (>= 1.21.0, < 2.0) - cocoapods-core (1.11.3) - activesupport (>= 5.0, < 7) - addressable (~> 2.8) - algoliasearch (~> 1.0) - concurrent-ruby (~> 1.1) - fuzzy_match (~> 2.0.4) - nap (~> 1.0) - netrc (~> 0.11) - public_suffix (~> 4.0) - typhoeus (~> 1.0) - cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.6.2) - cocoapods-plugins (1.0.0) - nap - cocoapods-search (1.0.1) - cocoapods-trunk (1.6.0) - nap (>= 0.8, < 2.0) - netrc (~> 0.11) - cocoapods-try (1.2.0) - colored2 (3.1.2) - concurrent-ruby (1.1.10) - escape (0.0.4) - ethon (0.15.0) - ffi (>= 1.15.0) - ffi (1.15.5) - fourflusher (2.3.1) - fuzzy_match (2.0.4) - gh_inspector (1.1.3) - httpclient (2.8.3) - i18n (1.10.0) - concurrent-ruby (~> 1.0) - json (2.6.1) - minitest (5.15.0) - molinillo (0.8.0) - nanaimo (0.3.0) - nap (1.1.0) - netrc (0.11.0) - public_suffix (4.0.6) - rexml (3.2.5) - ruby-macho (2.5.1) - typhoeus (1.4.0) - ethon (>= 0.9.0) - tzinfo (2.0.4) - concurrent-ruby (~> 1.0) - xcodeproj (1.21.0) - CFPropertyList (>= 2.3.3, < 4.0) - atomos (~> 0.1.3) - claide (>= 1.0.2, < 2.0) - colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (~> 3.2.4) - zeitwerk (2.5.4) - -PLATFORMS - ruby - -DEPENDENCIES - cocoapods (~> 1.11, >= 1.11.2) - -RUBY VERSION - ruby 2.7.4p191 - -BUNDLED WITH - 2.2.27 diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/__tests__/App-test.js b/payment-page-react-native/payment-page-react-native-class-integration-demo/__tests__/App-test.js deleted file mode 100644 index 1784766..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/__tests__/App-test.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @format - */ - -import 'react-native'; -import React from 'react'; -import App from '../App'; - -// Note: test renderer must be required after react-native. -import renderer from 'react-test-renderer'; - -it('renders correctly', () => { - renderer.create(); -}); diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/MerchantConfig.txt b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/MerchantConfig.txt deleted file mode 100644 index 0879cef..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = \ No newline at end of file diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/_BUCK b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/_BUCK deleted file mode 100644 index fd8c660..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/_BUCK +++ /dev/null @@ -1,55 +0,0 @@ -# To learn about Buck see [Docs](https://buckbuild.com/). -# To run your application with Buck: -# - install Buck -# - `npm start` - to start the packager -# - `cd android` -# - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"` -# - `./gradlew :app:copyDownloadableDepsToLibs` - make all Gradle compile dependencies available to Buck -# - `buck install -r android/app` - compile, install and run application -# - -load(":build_defs.bzl", "create_aar_targets", "create_jar_targets") - -lib_deps = [] - -create_aar_targets(glob(["libs/*.aar"])) - -create_jar_targets(glob(["libs/*.jar"])) - -android_library( - name = "all-libs", - exported_deps = lib_deps, -) - -android_library( - name = "app-code", - srcs = glob([ - "src/main/java/**/*.java", - ]), - deps = [ - ":all-libs", - ":build_config", - ":res", - ], -) - -android_build_config( - name = "build_config", - package = "com.juspayintegrationexamplern", -) - -android_resource( - name = "res", - package = "com.juspayintegrationexamplern", - res = "src/main/res", -) - -android_binary( - name = "app", - keystore = "//android/keystores:debug", - manifest = "src/main/AndroidManifest.xml", - package_type = "debug", - deps = [ - ":app-code", - ], -) diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/build.gradle b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/build.gradle deleted file mode 100644 index d975960..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/build.gradle +++ /dev/null @@ -1,309 +0,0 @@ -apply plugin: "com.android.application" - -import com.android.build.OutputFile - -/** - * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets - * and bundleReleaseJsAndAssets). - * These basically call `react-native bundle` with the correct arguments during the Android build - * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the - * bundle directly from the development server. Below you can see all the possible configurations - * and their defaults. If you decide to add a configuration block, make sure to add it before the - * `apply from: "../../node_modules/react-native/react.gradle"` line. - * - * project.ext.react = [ - * // the name of the generated asset file containing your JS bundle - * bundleAssetName: "index.android.bundle", - * - * // the entry file for bundle generation. If none specified and - * // "index.android.js" exists, it will be used. Otherwise "index.js" is - * // default. Can be overridden with ENTRY_FILE environment variable. - * entryFile: "index.android.js", - * - * // https://reactnative.dev/docs/performance#enable-the-ram-format - * bundleCommand: "ram-bundle", - * - * // whether to bundle JS and assets in debug mode - * bundleInDebug: false, - * - * // whether to bundle JS and assets in release mode - * bundleInRelease: true, - * - * // whether to bundle JS and assets in another build variant (if configured). - * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants - * // The configuration property can be in the following formats - * // 'bundleIn${productFlavor}${buildType}' - * // 'bundleIn${buildType}' - * // bundleInFreeDebug: true, - * // bundleInPaidRelease: true, - * // bundleInBeta: true, - * - * // whether to disable dev mode in custom build variants (by default only disabled in release) - * // for example: to disable dev mode in the staging build type (if configured) - * devDisabledInStaging: true, - * // The configuration property can be in the following formats - * // 'devDisabledIn${productFlavor}${buildType}' - * // 'devDisabledIn${buildType}' - * - * // the root of your project, i.e. where "package.json" lives - * root: "../../", - * - * // where to put the JS bundle asset in debug mode - * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", - * - * // where to put the JS bundle asset in release mode - * jsBundleDirRelease: "$buildDir/intermediates/assets/release", - * - * // where to put drawable resources / React Native assets, e.g. the ones you use via - * // require('./image.png')), in debug mode - * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", - * - * // where to put drawable resources / React Native assets, e.g. the ones you use via - * // require('./image.png')), in release mode - * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", - * - * // by default the gradle tasks are skipped if none of the JS files or assets change; this means - * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to - * // date; if you have any other folders that you want to ignore for performance reasons (gradle - * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ - * // for example, you might want to remove it from here. - * inputExcludes: ["android/**", "ios/**"], - * - * // override which node gets called and with what additional arguments - * nodeExecutableAndArgs: ["node"], - * - * // supply additional arguments to the packager - * extraPackagerArgs: [] - * ] - */ - -project.ext.react = [ - enableHermes: false, // clean and rebuild if changing -] - -apply from: "../../node_modules/react-native/react.gradle" - -/** - * Set this to true to create two separate APKs instead of one: - * - An APK that only works on ARM devices - * - An APK that only works on x86 devices - * The advantage is the size of the APK is reduced by about 4MB. - * Upload all the APKs to the Play Store and people will download - * the correct one based on the CPU architecture of their device. - */ -def enableSeparateBuildPerCPUArchitecture = false - -/** - * Run Proguard to shrink the Java bytecode in release builds. - */ -def enableProguardInReleaseBuilds = false - -/** - * The preferred build flavor of JavaScriptCore. - * - * For example, to use the international variant, you can use: - * `def jscFlavor = 'org.webkit:android-jsc-intl:+'` - * - * The international variant includes ICU i18n library and necessary data - * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that - * give correct results when using with locales other than en-US. Note that - * this variant is about 6MiB larger per architecture than default. - */ -def jscFlavor = 'org.webkit:android-jsc:+' - -/** - * Whether to enable the Hermes VM. - * - * This should be set on project.ext.react and that value will be read here. If it is not set - * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode - * and the benefits of using Hermes will therefore be sharply reduced. - */ -def enableHermes = project.ext.react.get("enableHermes", false); - -/** - * Architectures to build native code for. - */ -def reactNativeArchitectures() { - def value = project.getProperties().get("reactNativeArchitectures") - return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] -} - -android { - ndkVersion rootProject.ext.ndkVersion - - compileSdkVersion rootProject.ext.compileSdkVersion - - defaultConfig { - applicationId "com.juspayintegrationexamplern" - minSdkVersion rootProject.ext.minSdkVersion - targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "1.0" - buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() - - if (isNewArchitectureEnabled()) { - // We configure the NDK build only if you decide to opt-in for the New Architecture. - externalNativeBuild { - ndkBuild { - arguments "APP_PLATFORM=android-21", - "APP_STL=c++_shared", - "NDK_TOOLCHAIN_VERSION=clang", - "GENERATED_SRC_DIR=$buildDir/generated/source", - "PROJECT_BUILD_DIR=$buildDir", - "REACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid", - "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build" - cFlags "-Wall", "-Werror", "-fexceptions", "-frtti", "-DWITH_INSPECTOR=1" - cppFlags "-std=c++17" - // Make sure this target name is the same you specify inside the - // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable. - targets "juspayintegrationexamplern_appmodules" - } - } - } - } - - if (isNewArchitectureEnabled()) { - // We configure the NDK build only if you decide to opt-in for the New Architecture. - externalNativeBuild { - ndkBuild { - path "$projectDir/src/main/jni/Android.mk" - } - } - def reactAndroidProjectDir = project(':ReactAndroid').projectDir - def packageReactNdkDebugLibs = tasks.register("packageReactNdkDebugLibs", Copy) { - dependsOn(":ReactAndroid:packageReactNdkDebugLibsForBuck") - from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib") - into("$buildDir/react-ndk/exported") - } - def packageReactNdkReleaseLibs = tasks.register("packageReactNdkReleaseLibs", Copy) { - dependsOn(":ReactAndroid:packageReactNdkReleaseLibsForBuck") - from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib") - into("$buildDir/react-ndk/exported") - } - afterEvaluate { - // If you wish to add a custom TurboModule or component locally, - // you should uncomment this line. - // preBuild.dependsOn("generateCodegenArtifactsFromSchema") - preDebugBuild.dependsOn(packageReactNdkDebugLibs) - preReleaseBuild.dependsOn(packageReactNdkReleaseLibs) - - // Due to a bug inside AGP, we have to explicitly set a dependency - // between configureNdkBuild* tasks and the preBuild tasks. - // This can be removed once this is solved: https://issuetracker.google.com/issues/207403732 - configureNdkBuildRelease.dependsOn(preReleaseBuild) - configureNdkBuildDebug.dependsOn(preDebugBuild) - reactNativeArchitectures().each { architecture -> - tasks.findByName("configureNdkBuildDebug[${architecture}]")?.configure { - dependsOn("preDebugBuild") - } - tasks.findByName("configureNdkBuildRelease[${architecture}]")?.configure { - dependsOn("preReleaseBuild") - } - } - } - } - - splits { - abi { - reset() - enable enableSeparateBuildPerCPUArchitecture - universalApk false // If true, also generate a universal APK - include (*reactNativeArchitectures()) - } - } - signingConfigs { - debug { - storeFile file('debug.keystore') - storePassword 'android' - keyAlias 'androiddebugkey' - keyPassword 'android' - } - } - buildTypes { - debug { - signingConfig signingConfigs.debug - } - release { - // Caution! In production, you need to generate your own keystore file. - // see https://reactnative.dev/docs/signed-apk-android. - signingConfig signingConfigs.debug - minifyEnabled enableProguardInReleaseBuilds - proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" - } - } - - // applicationVariants are e.g. debug, release - applicationVariants.all { variant -> - variant.outputs.each { output -> - // For each separate APK per architecture, set a unique version code as described here: - // https://developer.android.com/studio/build/configure-apk-splits.html - // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc. - def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4] - def abi = output.getFilter(OutputFile.ABI) - if (abi != null) { // null for the universal-debug, universal-release variants - output.versionCodeOverride = - defaultConfig.versionCode * 1000 + versionCodes.get(abi) - } - - } - } -} - -dependencies { - implementation fileTree(dir: "libs", include: ["*.jar"]) - - //noinspection GradleDynamicVersion - implementation "com.facebook.react:react-native:+" // From node_modules - - implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" - - debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { - exclude group:'com.facebook.fbjni' - } - - debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { - exclude group:'com.facebook.flipper' - exclude group:'com.squareup.okhttp3', module:'okhttp' - } - - debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") { - exclude group:'com.facebook.flipper' - } - - if (enableHermes) { - def hermesPath = "../../node_modules/hermes-engine/android/"; - debugImplementation files(hermesPath + "hermes-debug.aar") - releaseImplementation files(hermesPath + "hermes-release.aar") - } else { - implementation jscFlavor - } -} - -if (isNewArchitectureEnabled()) { - // If new architecture is enabled, we let you build RN from source - // Otherwise we fallback to a prebuilt .aar bundled in the NPM package. - // This will be applied to all the imported transtitive dependency. - configurations.all { - resolutionStrategy.dependencySubstitution { - substitute(module("com.facebook.react:react-native")) - .using(project(":ReactAndroid")).because("On New Architecture we're building React Native from source") - } - } -} - -// Run this once to be able to run the application with BUCK -// puts all compile dependencies into folder libs for BUCK to use -task copyDownloadableDepsToLibs(type: Copy) { - from configurations.implementation - into 'libs' -} - -apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) - -def isNewArchitectureEnabled() { - // To opt-in for the New Architecture, you can either: - // - Set `newArchEnabled` to true inside the `gradle.properties` file - // - Invoke gradle with `-newArchEnabled=true` - // - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true` - return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true" -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/build_defs.bzl b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/build_defs.bzl deleted file mode 100644 index fff270f..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/build_defs.bzl +++ /dev/null @@ -1,19 +0,0 @@ -"""Helper definitions to glob .aar and .jar targets""" - -def create_aar_targets(aarfiles): - for aarfile in aarfiles: - name = "aars__" + aarfile[aarfile.rindex("/") + 1:aarfile.rindex(".aar")] - lib_deps.append(":" + name) - android_prebuilt_aar( - name = name, - aar = aarfile, - ) - -def create_jar_targets(jarfiles): - for jarfile in jarfiles: - name = "jars__" + jarfile[jarfile.rindex("/") + 1:jarfile.rindex(".jar")] - lib_deps.append(":" + name) - prebuilt_jar( - name = name, - binary_jar = jarfile, - ) diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/debug.keystore b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/debug.keystore deleted file mode 100644 index 364e105..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/debug.keystore and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/proguard-rules.pro b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/proguard-rules.pro deleted file mode 100644 index 11b0257..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/proguard-rules.pro +++ /dev/null @@ -1,10 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 4b185bc..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/debug/java/com/juspayintegrationexamplern/ReactNativeFlipper.java b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/debug/java/com/juspayintegrationexamplern/ReactNativeFlipper.java deleted file mode 100644 index 5d44283..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/debug/java/com/juspayintegrationexamplern/ReactNativeFlipper.java +++ /dev/null @@ -1,73 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. - */ -package com.juspayintegrationexamplern; - -import android.content.Context; -import com.facebook.flipper.android.AndroidFlipperClient; -import com.facebook.flipper.android.utils.FlipperUtils; -import com.facebook.flipper.core.FlipperClient; -import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin; -import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin; -import com.facebook.flipper.plugins.fresco.FrescoFlipperPlugin; -import com.facebook.flipper.plugins.inspector.DescriptorMapping; -import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin; -import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor; -import com.facebook.flipper.plugins.network.NetworkFlipperPlugin; -import com.facebook.flipper.plugins.react.ReactFlipperPlugin; -import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin; -import com.facebook.react.ReactInstanceEventListener; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.bridge.ReactContext; -import com.facebook.react.modules.network.NetworkingModule; -import okhttp3.OkHttpClient; - -public class ReactNativeFlipper { - public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) { - if (FlipperUtils.shouldEnableFlipper(context)) { - final FlipperClient client = AndroidFlipperClient.getInstance(context); - - client.addPlugin(new InspectorFlipperPlugin(context, DescriptorMapping.withDefaults())); - client.addPlugin(new ReactFlipperPlugin()); - client.addPlugin(new DatabasesFlipperPlugin(context)); - client.addPlugin(new SharedPreferencesFlipperPlugin(context)); - client.addPlugin(CrashReporterPlugin.getInstance()); - - NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin(); - NetworkingModule.setCustomClientBuilder( - new NetworkingModule.CustomClientBuilder() { - @Override - public void apply(OkHttpClient.Builder builder) { - builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin)); - } - }); - client.addPlugin(networkFlipperPlugin); - client.start(); - - // Fresco Plugin needs to ensure that ImagePipelineFactory is initialized - // Hence we run if after all native modules have been initialized - ReactContext reactContext = reactInstanceManager.getCurrentReactContext(); - if (reactContext == null) { - reactInstanceManager.addReactInstanceEventListener( - new ReactInstanceEventListener() { - @Override - public void onReactContextInitialized(ReactContext reactContext) { - reactInstanceManager.removeReactInstanceEventListener(this); - reactContext.runOnNativeModulesQueueThread( - new Runnable() { - @Override - public void run() { - client.addPlugin(new FrescoFlipperPlugin()); - } - }); - } - }); - } else { - client.addPlugin(new FrescoFlipperPlugin()); - } - } - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index b4cd65c..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainActivity.java b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainActivity.java deleted file mode 100644 index 7be6e8c..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainActivity.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.juspayintegrationexamplern; - -import com.facebook.react.ReactActivity; -import com.facebook.react.ReactActivityDelegate; -import com.facebook.react.ReactRootView; -import in.juspay.hypersdkreact.HyperSdkReactModule; - -public class MainActivity extends ReactActivity { - - /** - * Returns the name of the main component registered from JavaScript. This is used to schedule - * rendering of the component. - */ - @Override - protected String getMainComponentName() { - return "juspayIntegrationExampleRN"; - } - - /** - * Returns the instance of the {@link ReactActivityDelegate}. There the RootView is created and - * you can specify the rendered you wish to use (Fabric or the older renderer). - */ - @Override - protected ReactActivityDelegate createReactActivityDelegate() { - return new MainActivityDelegate(this, getMainComponentName()); - } - // block:start:android-permissions-handling - @Override - public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) { - super.onRequestPermissionsResult(requestCode, permissions, grantResults); - HyperSdkReactModule.onRequestPermissionsResult(requestCode, permissions, grantResults); - } - // block:end:android-permissions-handling - - public static class MainActivityDelegate extends ReactActivityDelegate { - public MainActivityDelegate(ReactActivity activity, String mainComponentName) { - super(activity, mainComponentName); - } - - @Override - protected ReactRootView createRootView() { - ReactRootView reactRootView = new ReactRootView(getContext()); - // If you opted-in for the New Architecture, we enable the Fabric Renderer. - reactRootView.setIsFabric(BuildConfig.IS_NEW_ARCHITECTURE_ENABLED); - return reactRootView; - } - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainApplication.java b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainApplication.java deleted file mode 100644 index 8c7ed0f..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainApplication.java +++ /dev/null @@ -1,91 +0,0 @@ -package com.juspayintegrationexamplern; - -import android.app.Application; -import android.content.Context; -import com.facebook.react.PackageList; -import com.facebook.react.ReactApplication; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.ReactNativeHost; -import com.facebook.react.ReactPackage; -import com.facebook.react.config.ReactFeatureFlags; -import com.facebook.soloader.SoLoader; -import com.juspayintegrationexamplern.newarchitecture.MainApplicationReactNativeHost; -import java.lang.reflect.InvocationTargetException; -import java.util.List; - -public class MainApplication extends Application implements ReactApplication { - - private final ReactNativeHost mReactNativeHost = - new ReactNativeHost(this) { - @Override - public boolean getUseDeveloperSupport() { - return BuildConfig.DEBUG; - } - - @Override - protected List getPackages() { - @SuppressWarnings("UnnecessaryLocalVariable") - List packages = new PackageList(this).getPackages(); - // Packages that cannot be autolinked yet can be added manually here, for example: - // packages.add(new MyReactNativePackage()); - return packages; - } - - @Override - protected String getJSMainModuleName() { - return "index"; - } - }; - - private final ReactNativeHost mNewArchitectureNativeHost = - new MainApplicationReactNativeHost(this); - - @Override - public ReactNativeHost getReactNativeHost() { - if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) { - return mNewArchitectureNativeHost; - } else { - return mReactNativeHost; - } - } - - @Override - public void onCreate() { - super.onCreate(); - // If you opted-in for the New Architecture, we enable the TurboModule system - ReactFeatureFlags.useTurboModules = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED; - SoLoader.init(this, /* native exopackage */ false); - initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); - } - - /** - * Loads Flipper in React Native templates. Call this in the onCreate method with something like - * initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); - * - * @param context - * @param reactInstanceManager - */ - private static void initializeFlipper( - Context context, ReactInstanceManager reactInstanceManager) { - if (BuildConfig.DEBUG) { - try { - /* - We use reflection here to pick up the class that initializes Flipper, - since Flipper library is not available in release mode - */ - Class aClass = Class.forName("com.juspayintegrationexamplern.ReactNativeFlipper"); - aClass - .getMethod("initializeFlipper", Context.class, ReactInstanceManager.class) - .invoke(null, context, reactInstanceManager); - } catch (ClassNotFoundException e) { - e.printStackTrace(); - } catch (NoSuchMethodException e) { - e.printStackTrace(); - } catch (IllegalAccessException e) { - e.printStackTrace(); - } catch (InvocationTargetException e) { - e.printStackTrace(); - } - } - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.java b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.java deleted file mode 100644 index 8ed7e23..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.java +++ /dev/null @@ -1,116 +0,0 @@ -package com.juspayintegrationexamplern.newarchitecture; - -import android.app.Application; -import androidx.annotation.NonNull; -import com.facebook.react.PackageList; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.ReactNativeHost; -import com.facebook.react.ReactPackage; -import com.facebook.react.ReactPackageTurboModuleManagerDelegate; -import com.facebook.react.bridge.JSIModulePackage; -import com.facebook.react.bridge.JSIModuleProvider; -import com.facebook.react.bridge.JSIModuleSpec; -import com.facebook.react.bridge.JSIModuleType; -import com.facebook.react.bridge.JavaScriptContextHolder; -import com.facebook.react.bridge.ReactApplicationContext; -import com.facebook.react.bridge.UIManager; -import com.facebook.react.fabric.ComponentFactory; -import com.facebook.react.fabric.CoreComponentsRegistry; -import com.facebook.react.fabric.EmptyReactNativeConfig; -import com.facebook.react.fabric.FabricJSIModuleProvider; -import com.facebook.react.uimanager.ViewManagerRegistry; -import com.juspayintegrationexamplern.BuildConfig; -import com.juspayintegrationexamplern.newarchitecture.components.MainComponentsRegistry; -import com.juspayintegrationexamplern.newarchitecture.modules.MainApplicationTurboModuleManagerDelegate; -import java.util.ArrayList; -import java.util.List; - -/** - * A {@link ReactNativeHost} that helps you load everything needed for the New Architecture, both - * TurboModule delegates and the Fabric Renderer. - * - *

Please note that this class is used ONLY if you opt-in for the New Architecture (see the - * `newArchEnabled` property). Is ignored otherwise. - */ -public class MainApplicationReactNativeHost extends ReactNativeHost { - public MainApplicationReactNativeHost(Application application) { - super(application); - } - - @Override - public boolean getUseDeveloperSupport() { - return BuildConfig.DEBUG; - } - - @Override - protected List getPackages() { - List packages = new PackageList(this).getPackages(); - // Packages that cannot be autolinked yet can be added manually here, for example: - // packages.add(new MyReactNativePackage()); - // TurboModules must also be loaded here providing a valid TurboReactPackage implementation: - // packages.add(new TurboReactPackage() { ... }); - // If you have custom Fabric Components, their ViewManagers should also be loaded here - // inside a ReactPackage. - return packages; - } - - @Override - protected String getJSMainModuleName() { - return "index"; - } - - @NonNull - @Override - protected ReactPackageTurboModuleManagerDelegate.Builder - getReactPackageTurboModuleManagerDelegateBuilder() { - // Here we provide the ReactPackageTurboModuleManagerDelegate Builder. This is necessary - // for the new architecture and to use TurboModules correctly. - return new MainApplicationTurboModuleManagerDelegate.Builder(); - } - - @Override - protected JSIModulePackage getJSIModulePackage() { - return new JSIModulePackage() { - @Override - public List getJSIModules( - final ReactApplicationContext reactApplicationContext, - final JavaScriptContextHolder jsContext) { - final List specs = new ArrayList<>(); - - // Here we provide a new JSIModuleSpec that will be responsible of providing the - // custom Fabric Components. - specs.add( - new JSIModuleSpec() { - @Override - public JSIModuleType getJSIModuleType() { - return JSIModuleType.UIManager; - } - - @Override - public JSIModuleProvider getJSIModuleProvider() { - final ComponentFactory componentFactory = new ComponentFactory(); - CoreComponentsRegistry.register(componentFactory); - - // Here we register a Components Registry. - // The one that is generated with the template contains no components - // and just provides you the one from React Native core. - MainComponentsRegistry.register(componentFactory); - - final ReactInstanceManager reactInstanceManager = getReactInstanceManager(); - - ViewManagerRegistry viewManagerRegistry = - new ViewManagerRegistry( - reactInstanceManager.getOrCreateViewManagers(reactApplicationContext)); - - return new FabricJSIModuleProvider( - reactApplicationContext, - componentFactory, - new EmptyReactNativeConfig(), - viewManagerRegistry); - } - }); - return specs; - } - }; - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.java b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.java deleted file mode 100644 index f7e4b8c..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.juspayintegrationexamplern.newarchitecture.components; - -import com.facebook.jni.HybridData; -import com.facebook.proguard.annotations.DoNotStrip; -import com.facebook.react.fabric.ComponentFactory; -import com.facebook.soloader.SoLoader; - -/** - * Class responsible to load the custom Fabric Components. This class has native methods and needs a - * corresponding C++ implementation/header file to work correctly (already placed inside the jni/ - * folder for you). - * - *

Please note that this class is used ONLY if you opt-in for the New Architecture (see the - * `newArchEnabled` property). Is ignored otherwise. - */ -@DoNotStrip -public class MainComponentsRegistry { - static { - SoLoader.loadLibrary("fabricjni"); - } - - @DoNotStrip private final HybridData mHybridData; - - @DoNotStrip - private native HybridData initHybrid(ComponentFactory componentFactory); - - @DoNotStrip - private MainComponentsRegistry(ComponentFactory componentFactory) { - mHybridData = initHybrid(componentFactory); - } - - @DoNotStrip - public static MainComponentsRegistry register(ComponentFactory componentFactory) { - return new MainComponentsRegistry(componentFactory); - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java deleted file mode 100644 index daf317d..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.juspayintegrationexamplern.newarchitecture.modules; - -import com.facebook.jni.HybridData; -import com.facebook.react.ReactPackage; -import com.facebook.react.ReactPackageTurboModuleManagerDelegate; -import com.facebook.react.bridge.ReactApplicationContext; -import com.facebook.soloader.SoLoader; -import java.util.List; - -/** - * Class responsible to load the TurboModules. This class has native methods and needs a - * corresponding C++ implementation/header file to work correctly (already placed inside the jni/ - * folder for you). - * - *

Please note that this class is used ONLY if you opt-in for the New Architecture (see the - * `newArchEnabled` property). Is ignored otherwise. - */ -public class MainApplicationTurboModuleManagerDelegate - extends ReactPackageTurboModuleManagerDelegate { - - private static volatile boolean sIsSoLibraryLoaded; - - protected MainApplicationTurboModuleManagerDelegate( - ReactApplicationContext reactApplicationContext, List packages) { - super(reactApplicationContext, packages); - } - - protected native HybridData initHybrid(); - - native boolean canCreateTurboModule(String moduleName); - - public static class Builder extends ReactPackageTurboModuleManagerDelegate.Builder { - protected MainApplicationTurboModuleManagerDelegate build( - ReactApplicationContext context, List packages) { - return new MainApplicationTurboModuleManagerDelegate(context, packages); - } - } - - @Override - protected synchronized void maybeLoadOtherSoLibraries() { - if (!sIsSoLibraryLoaded) { - // If you change the name of your application .so file in the Android.mk file, - // make sure you update the name here as well. - SoLoader.loadLibrary("juspayintegrationexamplern_appmodules"); - sIsSoLibraryLoaded = true; - } - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/Android.mk b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/Android.mk deleted file mode 100644 index ac5c1b5..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/Android.mk +++ /dev/null @@ -1,49 +0,0 @@ -THIS_DIR := $(call my-dir) - -include $(REACT_ANDROID_DIR)/Android-prebuilt.mk - -# If you wish to add a custom TurboModule or Fabric component in your app you -# will have to include the following autogenerated makefile. -# include $(GENERATED_SRC_DIR)/codegen/jni/Android.mk -include $(CLEAR_VARS) - -LOCAL_PATH := $(THIS_DIR) - -# You can customize the name of your application .so file here. -LOCAL_MODULE := juspayintegrationexamplern_appmodules - -LOCAL_C_INCLUDES := $(LOCAL_PATH) -LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/*.cpp) -LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) - -# If you wish to add a custom TurboModule or Fabric component in your app you -# will have to uncomment those lines to include the generated source -# files from the codegen (placed in $(GENERATED_SRC_DIR)/codegen/jni) -# -# LOCAL_C_INCLUDES += $(GENERATED_SRC_DIR)/codegen/jni -# LOCAL_SRC_FILES += $(wildcard $(GENERATED_SRC_DIR)/codegen/jni/*.cpp) -# LOCAL_EXPORT_C_INCLUDES += $(GENERATED_SRC_DIR)/codegen/jni - -# Here you should add any native library you wish to depend on. -LOCAL_SHARED_LIBRARIES := \ - libfabricjni \ - libfbjni \ - libfolly_futures \ - libfolly_json \ - libglog \ - libjsi \ - libreact_codegen_rncore \ - libreact_debug \ - libreact_nativemodule_core \ - libreact_render_componentregistry \ - libreact_render_core \ - libreact_render_debug \ - libreact_render_graphics \ - librrc_view \ - libruntimeexecutor \ - libturbomodulejsijni \ - libyoga - -LOCAL_CFLAGS := -DLOG_TAG=\"ReactNative\" -fexceptions -frtti -std=c++17 -Wall - -include $(BUILD_SHARED_LIBRARY) diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.cpp b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.cpp deleted file mode 100644 index 0ac23cc..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include "MainApplicationModuleProvider.h" - -#include - -namespace facebook { -namespace react { - -std::shared_ptr MainApplicationModuleProvider( - const std::string moduleName, - const JavaTurboModule::InitParams ¶ms) { - // Here you can provide your own module provider for TurboModules coming from - // either your application or from external libraries. The approach to follow - // is similar to the following (for a library called `samplelibrary`: - // - // auto module = samplelibrary_ModuleProvider(moduleName, params); - // if (module != nullptr) { - // return module; - // } - // return rncore_ModuleProvider(moduleName, params); - return rncore_ModuleProvider(moduleName, params); -} - -} // namespace react -} // namespace facebook diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.h b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.h deleted file mode 100644 index 0fa43fa..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include -#include - -#include - -namespace facebook { -namespace react { - -std::shared_ptr MainApplicationModuleProvider( - const std::string moduleName, - const JavaTurboModule::InitParams ¶ms); - -} // namespace react -} // namespace facebook diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp deleted file mode 100644 index dbbdc3d..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include "MainApplicationTurboModuleManagerDelegate.h" -#include "MainApplicationModuleProvider.h" - -namespace facebook { -namespace react { - -jni::local_ref -MainApplicationTurboModuleManagerDelegate::initHybrid( - jni::alias_ref) { - return makeCxxInstance(); -} - -void MainApplicationTurboModuleManagerDelegate::registerNatives() { - registerHybrid({ - makeNativeMethod( - "initHybrid", MainApplicationTurboModuleManagerDelegate::initHybrid), - makeNativeMethod( - "canCreateTurboModule", - MainApplicationTurboModuleManagerDelegate::canCreateTurboModule), - }); -} - -std::shared_ptr -MainApplicationTurboModuleManagerDelegate::getTurboModule( - const std::string name, - const std::shared_ptr jsInvoker) { - // Not implemented yet: provide pure-C++ NativeModules here. - return nullptr; -} - -std::shared_ptr -MainApplicationTurboModuleManagerDelegate::getTurboModule( - const std::string name, - const JavaTurboModule::InitParams ¶ms) { - return MainApplicationModuleProvider(name, params); -} - -bool MainApplicationTurboModuleManagerDelegate::canCreateTurboModule( - std::string name) { - return getTurboModule(name, nullptr) != nullptr || - getTurboModule(name, {.moduleName = name}) != nullptr; -} - -} // namespace react -} // namespace facebook diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h deleted file mode 100644 index b87760c..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +++ /dev/null @@ -1,38 +0,0 @@ -#include -#include - -#include -#include - -namespace facebook { -namespace react { - -class MainApplicationTurboModuleManagerDelegate - : public jni::HybridClass< - MainApplicationTurboModuleManagerDelegate, - TurboModuleManagerDelegate> { - public: - // Adapt it to the package you used for your Java class. - static constexpr auto kJavaDescriptor = - "Lcom/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate;"; - - static jni::local_ref initHybrid(jni::alias_ref); - - static void registerNatives(); - - std::shared_ptr getTurboModule( - const std::string name, - const std::shared_ptr jsInvoker) override; - std::shared_ptr getTurboModule( - const std::string name, - const JavaTurboModule::InitParams ¶ms) override; - - /** - * Test-only method. Allows user to verify whether a TurboModule can be - * created by instances of this class. - */ - bool canCreateTurboModule(std::string name); -}; - -} // namespace react -} // namespace facebook diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.cpp b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.cpp deleted file mode 100644 index 8f7edff..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.cpp +++ /dev/null @@ -1,61 +0,0 @@ -#include "MainComponentsRegistry.h" - -#include -#include -#include -#include - -namespace facebook { -namespace react { - -MainComponentsRegistry::MainComponentsRegistry(ComponentFactory *delegate) {} - -std::shared_ptr -MainComponentsRegistry::sharedProviderRegistry() { - auto providerRegistry = CoreComponentsRegistry::sharedProviderRegistry(); - - // Custom Fabric Components go here. You can register custom - // components coming from your App or from 3rd party libraries here. - // - // providerRegistry->add(concreteComponentDescriptorProvider< - // AocViewerComponentDescriptor>()); - return providerRegistry; -} - -jni::local_ref -MainComponentsRegistry::initHybrid( - jni::alias_ref, - ComponentFactory *delegate) { - auto instance = makeCxxInstance(delegate); - - auto buildRegistryFunction = - [](EventDispatcher::Weak const &eventDispatcher, - ContextContainer::Shared const &contextContainer) - -> ComponentDescriptorRegistry::Shared { - auto registry = MainComponentsRegistry::sharedProviderRegistry() - ->createComponentDescriptorRegistry( - {eventDispatcher, contextContainer}); - - auto mutableRegistry = - std::const_pointer_cast(registry); - - mutableRegistry->setFallbackComponentDescriptor( - std::make_shared( - ComponentDescriptorParameters{ - eventDispatcher, contextContainer, nullptr})); - - return registry; - }; - - delegate->buildRegistryFunction = buildRegistryFunction; - return instance; -} - -void MainComponentsRegistry::registerNatives() { - registerHybrid({ - makeNativeMethod("initHybrid", MainComponentsRegistry::initHybrid), - }); -} - -} // namespace react -} // namespace facebook diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.h b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.h deleted file mode 100644 index 447ba2c..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.h +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace facebook { -namespace react { - -class MainComponentsRegistry - : public facebook::jni::HybridClass { - public: - // Adapt it to the package you used for your Java class. - constexpr static auto kJavaDescriptor = - "Lcom/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry;"; - - static void registerNatives(); - - MainComponentsRegistry(ComponentFactory *delegate); - - private: - static std::shared_ptr - sharedProviderRegistry(); - - static jni::local_ref initHybrid( - jni::alias_ref, - ComponentFactory *delegate); -}; - -} // namespace react -} // namespace facebook diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/OnLoad.cpp b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/OnLoad.cpp deleted file mode 100644 index c569b6e..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/jni/OnLoad.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include -#include "MainApplicationTurboModuleManagerDelegate.h" -#include "MainComponentsRegistry.h" - -JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) { - return facebook::jni::initialize(vm, [] { - facebook::react::MainApplicationTurboModuleManagerDelegate:: - registerNatives(); - facebook::react::MainComponentsRegistry::registerNatives(); - }); -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/drawable/rn_edit_text_material.xml b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/drawable/rn_edit_text_material.xml deleted file mode 100644 index f35d996..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/drawable/rn_edit_text_material.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index a2f5908..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 1b52399..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index ff10afd..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 115a4c7..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index dcd3cd8..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index 459ca60..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 8ca12fe..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 8e19b41..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index b824ebd..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index 4c19a13..0000000 Binary files a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml deleted file mode 100644 index 903612a..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - juspayIntegrationExampleRN - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml deleted file mode 100644 index 7ba83a2..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/build.gradle b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/build.gradle deleted file mode 100644 index 4a05d74..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/build.gradle +++ /dev/null @@ -1,55 +0,0 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - -buildscript { - ext { - buildToolsVersion = "31.0.0" - minSdkVersion = 21 - compileSdkVersion = 31 - targetSdkVersion = 31 - ndkVersion = "21.4.7075529" - // block:start:add-ext-property - - hyperSDKVersion = "2.1.7" - useDynamicAssets = true - - // block:end:add-ext-property - } - repositories { - google() - mavenCentral() - } - dependencies { - classpath("com.android.tools.build:gradle:7.0.4") - classpath("com.facebook.react:react-native-gradle-plugin") - classpath("de.undercouch:gradle-download-task:4.1.2") - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } -} - -allprojects { - repositories { - maven { - // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url("$rootDir/../node_modules/react-native/android") - } - maven { - // Android JSC is installed from npm - url("$rootDir/../node_modules/jsc-android/dist") - } - mavenCentral { - // We don't want to fetch react-native from Maven Central as there are - // older versions over there. - content { - excludeGroup "com.facebook.react" - } - } - google() - maven { url 'https://www.jitpack.io' } - // block:start:hyper-sdk-maven-url - - maven { url "https://maven.juspay.in/jp-build-packages/hyper-sdk/"} - - // block:end:hyper-sdk-maven-url - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradle.properties b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradle.properties deleted file mode 100644 index fa4feae..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradle.properties +++ /dev/null @@ -1,40 +0,0 @@ -# Project-wide Gradle settings. - -# IDE (e.g. Android Studio) users: -# Gradle settings configured through the IDE *will override* -# any settings specified in this file. - -# For more details on how to configure your build environment visit -# http://www.gradle.org/docs/current/userguide/build_environment.html - -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m - -# When configured, Gradle will run in incubating parallel mode. -# This option should only be used with decoupled projects. More details, visit -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true - -# AndroidX package structure to make it clearer which packages are bundled with the -# Android operating system, and which are packaged with your app's APK -# https://developer.android.com/topic/libraries/support-library/androidx-rn -android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true - -# Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 - -# Use this property to specify which architecture you want to build. -# You can also override it from the CLI using -# ./gradlew -PreactNativeArchitectures=x86_64 -reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 - -# Use this property to enable support to the new architecture. -# This will allow you to use TurboModules and the Fabric render in -# your application. You should enable this flag either if you want -# to write custom TurboModules/Fabric components OR use libraries that -# are providing them. -newArchEnabled=false diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradle/wrapper/gradle-wrapper.properties b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 669386b..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradlew b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradlew deleted file mode 100755 index 1b6c787..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradlew +++ /dev/null @@ -1,234 +0,0 @@ -#!/bin/sh - -# -# Copyright © 2015-2021 the original authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -############################################################################## -# -# Gradle start up script for POSIX generated by Gradle. -# -# Important for running: -# -# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is -# noncompliant, but you have some other compliant shell such as ksh or -# bash, then to run this script, type that shell name before the whole -# command line, like: -# -# ksh Gradle -# -# Busybox and similar reduced shells will NOT work, because this script -# requires all of these POSIX shell features: -# * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». -# -# Important for patching: -# -# (2) This script targets any POSIX shell, so it avoids extensions provided -# by Bash, Ksh, etc; in particular arrays are avoided. -# -# The "traditional" practice of packing multiple parameters into a -# space-separated string is a well documented source of bugs and security -# problems, so this is (mostly) avoided, by progressively accumulating -# options in "$@", and eventually passing that to Java. -# -# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, -# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; -# see the in-line comments for details. -# -# There are tweaks for specific operating systems such as AIX, CygWin, -# Darwin, MinGW, and NonStop. -# -# (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt -# within the Gradle project. -# -# You can find Gradle at https://github.com/gradle/gradle/. -# -############################################################################## - -# Attempt to set APP_HOME - -# Resolve links: $0 may be a link -app_path=$0 - -# Need this for daisy-chained symlinks. -while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] -do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac -done - -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" -APP_BASE_NAME=${0##*/} - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD=maximum - -warn () { - echo "$*" -} >&2 - -die () { - echo - echo "$*" - echo - exit 1 -} >&2 - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." -fi - -# Increase the maximum file descriptors if we can. -if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac -fi - -# Collect all arguments for the java command, stacking in reverse order: -# * args from the command line -# * the main class name -# * -classpath -# * -D...appname settings -# * --module-path (only if needed) -# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. - -# For Cygwin or MSYS, switch paths to Windows format before running java -if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done -fi - -# Collect all arguments for the java command; -# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of -# shell script including quotes and variable substitutions, so put them in -# double quotes to make sure that they get re-expanded; and -# * put everything else in single quotes, so that it's not re-expanded. - -set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" - -# Use "xargs" to parse quoted args. -# -# With -n1 it outputs one arg per line, with the quotes and backslashes removed. -# -# In Bash we could simply go: -# -# readarray ARGS < <( xargs -n1 <<<"$var" ) && -# set -- "${ARGS[@]}" "$@" -# -# but POSIX shell has neither arrays nor command substitution, so instead we -# post-process each arg (as a line of input to sed) to backslash-escape any -# character that might be a shell metacharacter, then use eval to reverse -# that process (while maintaining the separation between arguments), and wrap -# the whole thing up as a single "set" statement. -# -# This will of course break if any of these variables contains a newline or -# an unmatched quote. -# - -eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' - -exec "$JAVACMD" "$@" diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradlew.bat b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradlew.bat deleted file mode 100644 index ac1b06f..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/gradlew.bat +++ /dev/null @@ -1,89 +0,0 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem - -@if "%DEBUG%" == "" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute - -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* - -:end -@rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/settings.gradle b/payment-page-react-native/payment-page-react-native-class-integration-demo/android/settings.gradle deleted file mode 100644 index c7b31ed..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/android/settings.gradle +++ /dev/null @@ -1,9 +0,0 @@ -rootProject.name = 'juspayIntegrationExampleRN' -apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) -include ':app' -includeBuild('../node_modules/react-native-gradle-plugin') - -if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") { - include(":ReactAndroid") - project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid') -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/app.json b/payment-page-react-native/payment-page-react-native-class-integration-demo/app.json deleted file mode 100644 index 34d6672..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/app.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "juspayIntegrationExampleRN", - "displayName": "juspayIntegrationExampleRN" -} \ No newline at end of file diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/babel.config.js b/payment-page-react-native/payment-page-react-native-class-integration-demo/babel.config.js deleted file mode 100644 index f842b77..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/babel.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - presets: ['module:metro-react-native-babel-preset'], -}; diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/index.js b/payment-page-react-native/payment-page-react-native-class-integration-demo/index.js deleted file mode 100644 index a850d03..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/index.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * @format - */ - -import {AppRegistry} from 'react-native'; -import App from './App'; -import {name as appName} from './app.json'; - -AppRegistry.registerComponent(appName, () => App); diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/MerchantConfig.txt b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/MerchantConfig.txt deleted file mode 100644 index 0879cef..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = \ No newline at end of file diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/Podfile b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/Podfile deleted file mode 100644 index 0019dd1..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/Podfile +++ /dev/null @@ -1,49 +0,0 @@ -require_relative '../node_modules/react-native/scripts/react_native_pods' -require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' - -platform :ios, '11.0' -install! 'cocoapods', :deterministic_uuids => false - -target 'juspayIntegrationExampleRN' do - config = use_native_modules! - - # Flags change depending on the env values. - flags = get_default_flags() - - use_react_native!( - :path => config[:reactNativePath], - # to enable hermes on iOS, change `false` to `true` and then install pods - :hermes_enabled => flags[:hermes_enabled], - :fabric_enabled => flags[:fabric_enabled], - # An absolute path to your application root. - :app_path => "#{Pod::Config.instance.installation_root}/.." - ) - - target 'juspayIntegrationExampleRNTests' do - inherit! :complete - # Pods for testing - end - - # Enables Flipper. - # - # Note that if you have use_frameworks! enabled, Flipper will not work and - # you should disable the next line. - use_flipper!() - - post_install do |installer| - react_native_post_install(installer) - __apply_Xcode_12_5_M1_post_install_workaround(installer) - end - # block:start:add-ios-postinstall-script - - post_install do |installer| - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = false # Pass true to re-download all the assets - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end - end - - # block:end:add-ios-postinstall-script -end diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/project.pbxproj b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/project.pbxproj deleted file mode 100644 index cd30b76..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/project.pbxproj +++ /dev/null @@ -1,698 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 00E356F31AD99517003FC87E /* juspayIntegrationExampleRNTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* juspayIntegrationExampleRNTests.m */; }; - 0C80B921A6F3F58F76C31292 /* libPods-juspayIntegrationExampleRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-juspayIntegrationExampleRN.a */; }; - 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; - 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 7699B88040F8A987B510C191 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a */; }; - 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = juspayIntegrationExampleRN; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 00E356EE1AD99517003FC87E /* juspayIntegrationExampleRNTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = juspayIntegrationExampleRNTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* juspayIntegrationExampleRNTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = juspayIntegrationExampleRNTests.m; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* juspayIntegrationExampleRN.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = juspayIntegrationExampleRN.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = juspayIntegrationExampleRN/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = juspayIntegrationExampleRN/AppDelegate.mm; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = juspayIntegrationExampleRN/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = juspayIntegrationExampleRN/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = juspayIntegrationExampleRN/main.m; sourceTree = ""; }; - 19F6CBCC0A4E27FBF8BF4A61 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B4392A12AC88292D35C810B /* Pods-juspayIntegrationExampleRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN.debug.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN.debug.xcconfig"; sourceTree = ""; }; - 5709B34CF0A7D63546082F79 /* Pods-juspayIntegrationExampleRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN.release.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN.release.xcconfig"; sourceTree = ""; }; - 5B7EB9410499542E8C5724F5 /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig"; sourceTree = ""; }; - 5DCACB8F33CDC322A6C60F78 /* libPods-juspayIntegrationExampleRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-juspayIntegrationExampleRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = juspayIntegrationExampleRN/LaunchScreen.storyboard; sourceTree = ""; }; - 89C6BE57DB24E9ADA2F236DE /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig"; sourceTree = ""; }; - ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 00E356EB1AD99517003FC87E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7699B88040F8A987B510C191 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0C80B921A6F3F58F76C31292 /* libPods-juspayIntegrationExampleRN.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 00E356EF1AD99517003FC87E /* juspayIntegrationExampleRNTests */ = { - isa = PBXGroup; - children = ( - 00E356F21AD99517003FC87E /* juspayIntegrationExampleRNTests.m */, - 00E356F01AD99517003FC87E /* Supporting Files */, - ); - path = juspayIntegrationExampleRNTests; - sourceTree = ""; - }; - 00E356F01AD99517003FC87E /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 00E356F11AD99517003FC87E /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 13B07FAE1A68108700A75B9A /* juspayIntegrationExampleRN */ = { - isa = PBXGroup; - children = ( - 13B07FAF1A68108700A75B9A /* AppDelegate.h */, - 13B07FB01A68108700A75B9A /* AppDelegate.mm */, - 13B07FB51A68108700A75B9A /* Images.xcassets */, - 13B07FB61A68108700A75B9A /* Info.plist */, - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, - 13B07FB71A68108700A75B9A /* main.m */, - ); - name = juspayIntegrationExampleRN; - sourceTree = ""; - }; - 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { - isa = PBXGroup; - children = ( - ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - 5DCACB8F33CDC322A6C60F78 /* libPods-juspayIntegrationExampleRN.a */, - 19F6CBCC0A4E27FBF8BF4A61 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 832341AE1AAA6A7D00B99B32 /* Libraries */ = { - isa = PBXGroup; - children = ( - ); - name = Libraries; - sourceTree = ""; - }; - 83CBB9F61A601CBA00E9B192 = { - isa = PBXGroup; - children = ( - 13B07FAE1A68108700A75B9A /* juspayIntegrationExampleRN */, - 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* juspayIntegrationExampleRNTests */, - 83CBBA001A601CBA00E9B192 /* Products */, - 2D16E6871FA4F8E400B85C8A /* Frameworks */, - BBD78D7AC51CEA395F1C20DB /* Pods */, - ); - indentWidth = 2; - sourceTree = ""; - tabWidth = 2; - usesTabs = 0; - }; - 83CBBA001A601CBA00E9B192 /* Products */ = { - isa = PBXGroup; - children = ( - 13B07F961A680F5B00A75B9A /* juspayIntegrationExampleRN.app */, - 00E356EE1AD99517003FC87E /* juspayIntegrationExampleRNTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - BBD78D7AC51CEA395F1C20DB /* Pods */ = { - isa = PBXGroup; - children = ( - 3B4392A12AC88292D35C810B /* Pods-juspayIntegrationExampleRN.debug.xcconfig */, - 5709B34CF0A7D63546082F79 /* Pods-juspayIntegrationExampleRN.release.xcconfig */, - 5B7EB9410499542E8C5724F5 /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig */, - 89C6BE57DB24E9ADA2F236DE /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* juspayIntegrationExampleRNTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRNTests" */; - buildPhases = ( - A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */, - 00E356EA1AD99517003FC87E /* Sources */, - 00E356EB1AD99517003FC87E /* Frameworks */, - 00E356EC1AD99517003FC87E /* Resources */, - C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */, - F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - 00E356F51AD99517003FC87E /* PBXTargetDependency */, - ); - name = juspayIntegrationExampleRNTests; - productName = juspayIntegrationExampleRNTests; - productReference = 00E356EE1AD99517003FC87E /* juspayIntegrationExampleRNTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 13B07F861A680F5B00A75B9A /* juspayIntegrationExampleRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRN" */; - buildPhases = ( - C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */, - FD10A7F022414F080027D42C /* Start Packager */, - 13B07F871A680F5B00A75B9A /* Sources */, - 13B07F8C1A680F5B00A75B9A /* Frameworks */, - 13B07F8E1A680F5B00A75B9A /* Resources */, - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, - E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = juspayIntegrationExampleRN; - productName = juspayIntegrationExampleRN; - productReference = 13B07F961A680F5B00A75B9A /* juspayIntegrationExampleRN.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 83CBB9F71A601CBA00E9B192 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1210; - TargetAttributes = { - 00E356ED1AD99517003FC87E = { - CreatedOnToolsVersion = 6.2; - TestTargetID = 13B07F861A680F5B00A75B9A; - }; - 13B07F861A680F5B00A75B9A = { - LastSwiftMigration = 1120; - }; - }; - }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "juspayIntegrationExampleRN" */; - compatibilityVersion = "Xcode 12.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 83CBB9F61A601CBA00E9B192; - productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 13B07F861A680F5B00A75B9A /* juspayIntegrationExampleRN */, - 00E356ED1AD99517003FC87E /* juspayIntegrationExampleRNTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 00E356EC1AD99517003FC87E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F8E1A680F5B00A75B9A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native code and images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; - }; - 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-juspayIntegrationExampleRN-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - FD10A7F022414F080027D42C /* Start Packager */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = "Start Packager"; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 00E356EA1AD99517003FC87E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 00E356F31AD99517003FC87E /* juspayIntegrationExampleRNTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F871A680F5B00A75B9A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, - 13B07FC11A68108700A75B9A /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* juspayIntegrationExampleRN */; - targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 00E356F61AD99517003FC87E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = juspayIntegrationExampleRNTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - "$(inherited)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/juspayIntegrationExampleRN.app/juspayIntegrationExampleRN"; - }; - name = Debug; - }; - 00E356F71AD99517003FC87E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = juspayIntegrationExampleRNTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - "$(inherited)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/juspayIntegrationExampleRN.app/juspayIntegrationExampleRN"; - }; - name = Release; - }; - 13B07F941A680F5B00A75B9A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-juspayIntegrationExampleRN.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = juspayIntegrationExampleRN/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = juspayIntegrationExampleRN; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 13B07F951A680F5B00A75B9A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-juspayIntegrationExampleRN.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = juspayIntegrationExampleRN/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = juspayIntegrationExampleRN; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; - 83CBBA201A601CBA00E9B192 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - /usr/lib/swift, - "$(inherited)", - ); - LIBRARY_SEARCH_PATHS = ( - "\"$(SDKROOT)/usr/lib/swift\"", - "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", - "\"$(inherited)\"", - ); - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "$(OTHER_CFLAGS)", - "-DFOLLY_NO_CONFIG", - "-DFOLLY_MOBILE=1", - "-DFOLLY_USE_LIBCPP=1", - ); - SDKROOT = iphoneos; - }; - name = Debug; - }; - 83CBBA211A601CBA00E9B192 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - /usr/lib/swift, - "$(inherited)", - ); - LIBRARY_SEARCH_PATHS = ( - "\"$(SDKROOT)/usr/lib/swift\"", - "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", - "\"$(inherited)\"", - ); - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_CPLUSPLUSFLAGS = ( - "$(OTHER_CFLAGS)", - "-DFOLLY_NO_CONFIG", - "-DFOLLY_MOBILE=1", - "-DFOLLY_USE_LIBCPP=1", - ); - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRNTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 00E356F61AD99517003FC87E /* Debug */, - 00E356F71AD99517003FC87E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 13B07F941A680F5B00A75B9A /* Debug */, - 13B07F951A680F5B00A75B9A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "juspayIntegrationExampleRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 83CBBA201A601CBA00E9B192 /* Debug */, - 83CBBA211A601CBA00E9B192 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/xcshareddata/xcschemes/juspayIntegrationExampleRN.xcscheme b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/xcshareddata/xcschemes/juspayIntegrationExampleRN.xcscheme deleted file mode 100644 index 6377c64..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/xcshareddata/xcschemes/juspayIntegrationExampleRN.xcscheme +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.h b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.h deleted file mode 100644 index ef1de86..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.h +++ /dev/null @@ -1,8 +0,0 @@ -#import -#import - -@interface AppDelegate : UIResponder - -@property (nonatomic, strong) UIWindow *window; - -@end diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.mm b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.mm deleted file mode 100644 index b88b794..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.mm +++ /dev/null @@ -1,108 +0,0 @@ -#import "AppDelegate.h" - -#import -#import -#import - -#import - -#if RCT_NEW_ARCH_ENABLED -#import -#import -#import -#import -#import -#import - -#import - -@interface AppDelegate () { - RCTTurboModuleManager *_turboModuleManager; - RCTSurfacePresenterBridgeAdapter *_bridgeAdapter; - std::shared_ptr _reactNativeConfig; - facebook::react::ContextContainer::Shared _contextContainer; -} -@end -#endif - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - RCTAppSetupPrepareApp(application); - - RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; - -#if RCT_NEW_ARCH_ENABLED - _contextContainer = std::make_shared(); - _reactNativeConfig = std::make_shared(); - _contextContainer->insert("ReactNativeConfig", _reactNativeConfig); - _bridgeAdapter = [[RCTSurfacePresenterBridgeAdapter alloc] initWithBridge:bridge contextContainer:_contextContainer]; - bridge.surfacePresenter = _bridgeAdapter.surfacePresenter; -#endif - - UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"juspayIntegrationExampleRN", nil); - - if (@available(iOS 13.0, *)) { - rootView.backgroundColor = [UIColor systemBackgroundColor]; - } else { - rootView.backgroundColor = [UIColor whiteColor]; - } - - self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; - UIViewController *rootViewController = [UIViewController new]; - rootViewController.view = rootView; - self.window.rootViewController = rootViewController; - [self.window makeKeyAndVisible]; - return YES; -} - -- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge -{ -#if DEBUG - return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; -#else - return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; -#endif -} - -#if RCT_NEW_ARCH_ENABLED - -#pragma mark - RCTCxxBridgeDelegate - -- (std::unique_ptr)jsExecutorFactoryForBridge:(RCTBridge *)bridge -{ - _turboModuleManager = [[RCTTurboModuleManager alloc] initWithBridge:bridge - delegate:self - jsInvoker:bridge.jsCallInvoker]; - return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager); -} - -#pragma mark RCTTurboModuleManagerDelegate - -- (Class)getModuleClassFromName:(const char *)name -{ - return RCTCoreModulesClassProvider(name); -} - -- (std::shared_ptr)getTurboModule:(const std::string &)name - jsInvoker:(std::shared_ptr)jsInvoker -{ - return nullptr; -} - -- (std::shared_ptr)getTurboModule:(const std::string &)name - initParams: - (const facebook::react::ObjCTurboModule::InitParams &)params -{ - return nullptr; -} - -- (id)getModuleInstanceFromClass:(Class)moduleClass -{ - return RCTAppSetupDefaultModuleFromClass(moduleClass); -} - -#endif - -@end diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/AppIcon.appiconset/Contents.json b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 8121323..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/Contents.json b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/Contents.json deleted file mode 100644 index 2d92bd5..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Info.plist b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Info.plist deleted file mode 100644 index 353033f..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Info.plist +++ /dev/null @@ -1,55 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - juspayIntegrationExampleRN - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSAppTransportSecurity - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - NSLocationWhenInUseUsageDescription - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/LaunchScreen.storyboard b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/LaunchScreen.storyboard deleted file mode 100644 index 95daac0..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/LaunchScreen.storyboard +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/main.m b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/main.m deleted file mode 100644 index d645c72..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/main.m +++ /dev/null @@ -1,10 +0,0 @@ -#import - -#import "AppDelegate.h" - -int main(int argc, char *argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/Info.plist b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/Info.plist deleted file mode 100644 index ba72822..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/juspayIntegrationExampleRNTests.m b/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/juspayIntegrationExampleRNTests.m deleted file mode 100644 index 6caf106..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/juspayIntegrationExampleRNTests.m +++ /dev/null @@ -1,66 +0,0 @@ -#import -#import - -#import -#import - -#define TIMEOUT_SECONDS 600 -#define TEXT_TO_LOOK_FOR @"Welcome to React" - -@interface juspayIntegrationExampleRNTests : XCTestCase - -@end - -@implementation juspayIntegrationExampleRNTests - -- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL (^)(UIView *view))test -{ - if (test(view)) { - return YES; - } - for (UIView *subview in [view subviews]) { - if ([self findSubviewInView:subview matching:test]) { - return YES; - } - } - return NO; -} - -- (void)testRendersWelcomeScreen -{ - UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController]; - NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS]; - BOOL foundElement = NO; - - __block NSString *redboxError = nil; -#ifdef DEBUG - RCTSetLogFunction( - ^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) { - if (level >= RCTLogLevelError) { - redboxError = message; - } - }); -#endif - - while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) { - [[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; - [[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; - - foundElement = [self findSubviewInView:vc.view - matching:^BOOL(UIView *view) { - if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) { - return YES; - } - return NO; - }]; - } - -#ifdef DEBUG - RCTSetLogFunction(RCTDefaultLogFunction); -#endif - - XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); - XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); -} - -@end diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/metro.config.js b/payment-page-react-native/payment-page-react-native-class-integration-demo/metro.config.js deleted file mode 100644 index e91aba9..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/metro.config.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * Metro configuration for React Native - * https://github.com/facebook/react-native - * - * @format - */ - -module.exports = { - transformer: { - getTransformOptions: async () => ({ - transform: { - experimentalImportSupport: false, - inlineRequires: true, - }, - }), - }, -}; diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/package-lock.json b/payment-page-react-native/payment-page-react-native-class-integration-demo/package-lock.json deleted file mode 100644 index 314220f..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/package-lock.json +++ /dev/null @@ -1,8949 +0,0 @@ -{ - "name": "juspayintegrationexamplern", - "version": "0.0.1", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", - "requires": { - "@jridgewell/trace-mapping": "^0.3.0" - } - }, - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "requires": { - "@babel/highlight": "^7.16.7" - } - }, - "@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==" - }, - "@babel/core": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz", - "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==", - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.8", - "@babel/parser": "^7.17.8", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "semver": "^6.3.0" - } - }, - "@babel/generator": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz", - "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==", - "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz", - "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==", - "requires": { - "@babel/helper-explode-assignable-expression": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", - "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", - "semver": "^6.3.0" - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.17.6", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz", - "integrity": "sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-member-expression-to-functions": "^7.16.7", - "@babel/helper-optimise-call-expression": "^7.16.7", - "@babel/helper-replace-supers": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz", - "integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "regexpu-core": "^5.0.1" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", - "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", - "requires": { - "@babel/helper-compilation-targets": "^7.13.0", - "@babel/helper-module-imports": "^7.12.13", - "@babel/helper-plugin-utils": "^7.13.0", - "@babel/traverse": "^7.13.0", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-explode-assignable-expression": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz", - "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", - "requires": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz", - "integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==", - "requires": { - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", - "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", - "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz", - "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-wrap-function": "^7.16.8", - "@babel/types": "^7.16.8" - } - }, - "@babel/helper-replace-supers": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", - "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", - "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-member-expression-to-functions": "^7.16.7", - "@babel/helper-optimise-call-expression": "^7.16.7", - "@babel/traverse": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", - "requires": { - "@babel/types": "^7.17.0" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz", - "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==", - "requires": { - "@babel/types": "^7.16.0" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", - "requires": { - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" - }, - "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==" - }, - "@babel/helper-wrap-function": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz", - "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==", - "requires": { - "@babel/helper-function-name": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.16.8", - "@babel/types": "^7.16.8" - } - }, - "@babel/helpers": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz", - "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==", - "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - } - }, - "@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/parser": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", - "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==" - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz", - "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz", - "integrity": "sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-export-default-from": "^7.16.7" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz", - "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz", - "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==", - "requires": { - "@babel/compat-data": "^7.17.0", - "@babel/helper-compilation-targets": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.16.7" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz", - "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz", - "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", - "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz", - "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", - "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", - "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", - "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", - "requires": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-remap-async-to-generator": "^7.16.8" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", - "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", - "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", - "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-optimise-call-expression": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-replace-supers": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", - "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz", - "integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz", - "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz", - "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-flow": "^7.16.7" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", - "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz", - "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==", - "requires": { - "@babel/helper-compilation-targets": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", - "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz", - "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.7.tgz", - "integrity": "sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==", - "requires": { - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "babel-plugin-dynamic-import-node": "^2.3.3" - } - }, - "@babel/plugin-transform-object-assign": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.16.7.tgz", - "integrity": "sha512-R8mawvm3x0COTJtveuoqZIjNypn2FjfvXZr4pSQ8VhEFBuQGBz4XhHasZtHXjgXU4XptZ4HtGof3NoYc93ZH9Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz", - "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-replace-supers": "^7.16.7" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", - "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz", - "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz", - "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==", - "requires": { - "regenerator-transform": "^0.14.2" - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz", - "integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==", - "requires": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "babel-plugin-polyfill-corejs2": "^0.3.0", - "babel-plugin-polyfill-corejs3": "^0.5.0", - "babel-plugin-polyfill-regenerator": "^0.3.0", - "semver": "^6.3.0" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz", - "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", - "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz", - "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", - "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz", - "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-typescript": "^7.16.7" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz", - "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/preset-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.16.7.tgz", - "integrity": "sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-flow-strip-types": "^7.16.7" - } - }, - "@babel/preset-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz", - "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-typescript": "^7.16.7" - } - }, - "@babel/register": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", - "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", - "requires": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.5", - "source-map-support": "^0.5.16" - } - }, - "@babel/runtime": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz", - "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", - "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "to-fast-properties": "^2.0.0" - } - }, - "@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true - }, - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", - "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", - "dev": true, - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - } - }, - "@egjs/hammerjs": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", - "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==", - "requires": { - "@types/hammerjs": "^2.0.36" - } - }, - "@eslint/eslintrc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } - } - }, - "@hapi/hoek": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz", - "integrity": "sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==" - }, - "@hapi/topo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@humanwhocodes/config-array": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", - "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - } - }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - } - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true - }, - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz", - "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - } - }, - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz", - "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "@jest/create-cache-key-function": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz", - "integrity": "sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==", - "requires": { - "@jest/types": "^27.5.1" - }, - "dependencies": { - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "requires": { - "@types/yargs-parser": "*" - } - } - } - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz", - "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==", - "dev": true, - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - } - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz", - "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - } - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz", - "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==", - "dev": true, - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - } - }, - "@jest/reporters": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz", - "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==", - "dev": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - } - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz", - "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==", - "dev": true, - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz", - "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz", - "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==", - "dev": true, - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - } - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz", - "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", - "dev": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" - }, - "@jridgewell/trace-mapping": { - "version": "0.3.4", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", - "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "@react-native-community/cli-debugger-ui": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz", - "integrity": "sha512-G4SA6jFI0j22o+j+kYP8/7sxzbCDqSp2QiHA/X5E0lsGEd2o9qN2zbIjiFr8b8k+VVAYSUONhoC0+uKuINvmkA==", - "requires": { - "serve-static": "^1.13.1" - } - }, - "@react-native-community/cli-hermes": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-6.3.0.tgz", - "integrity": "sha512-Uhbm9bubyZLZ12vFCIfWbE/Qi3SBTbYIN/TC08EudTLhv/KbPomCQnmFsnJ7AXQFuOZJs73mBxoEAYSbRbwyVA==", - "requires": { - "@react-native-community/cli-platform-android": "^6.3.0", - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "hermes-profile-transformer": "^0.0.6", - "ip": "^1.1.5" - }, - "dependencies": { - "@react-native-community/cli-platform-android": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-6.3.0.tgz", - "integrity": "sha512-d5ufyYcvrZoHznYm5bjBXaiHIJv552t5gYtQpnUsxBhHSQ8QlaNmlLUyeSPRDfOw4ND9b0tPHqs4ufwx6vp/fQ==", - "requires": { - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "jetifier": "^1.6.2", - "lodash": "^4.17.15", - "logkitty": "^0.7.1", - "slash": "^3.0.0", - "xmldoc": "^1.1.2" - } - } - } - }, - "@react-native-community/cli-platform-android": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-7.0.1.tgz", - "integrity": "sha512-nOr0aMkxAymCnbtsQwXBlyoRN2Y+IzC7Qz5T+/zyWwEbTY8SKQI8uV+8+qttUvzSvuXa2PeXsTWluuliOS8KCw==", - "requires": { - "@react-native-community/cli-tools": "^7.0.1", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "jetifier": "^1.6.2", - "lodash": "^4.17.15", - "logkitty": "^0.7.1", - "slash": "^3.0.0", - "xmldoc": "^1.1.2" - }, - "dependencies": { - "@react-native-community/cli-tools": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz", - "integrity": "sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g==", - "requires": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "ora": "^5.4.1", - "semver": "^6.3.0", - "shell-quote": "^1.7.3" - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - } - }, - "mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - }, - "ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "requires": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - } - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" - } - } - }, - "@react-native-community/cli-platform-ios": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-7.0.1.tgz", - "integrity": "sha512-PLRIbzrCzSedmpjuFtQqcqUD45G8q7sEciI1lf5zUbVMXqjIBwJWS7iz8235PyWwj8J4MNHohLC+oyRueFtbGg==", - "requires": { - "@react-native-community/cli-tools": "^7.0.1", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "glob": "^7.1.3", - "js-yaml": "^3.13.1", - "lodash": "^4.17.15", - "ora": "^5.4.1", - "plist": "^3.0.2", - "xcode": "^3.0.0" - }, - "dependencies": { - "@react-native-community/cli-tools": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz", - "integrity": "sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g==", - "requires": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "ora": "^5.4.1", - "semver": "^6.3.0", - "shell-quote": "^1.7.3" - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - } - }, - "mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - }, - "ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "requires": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - } - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" - } - } - }, - "@react-native-community/cli-plugin-metro": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-7.0.3.tgz", - "integrity": "sha512-HJrEkFbxv9DNixsGwO+Q0zCcZMghDltyzeB9yQ//D5ZR4ZUEuAIPrRDdEp9xVw0WkBxAIZs6KXLux2/yPMwLhA==", - "requires": { - "@react-native-community/cli-server-api": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "metro": "^0.67.0", - "metro-config": "^0.67.0", - "metro-core": "^0.67.0", - "metro-react-native-babel-transformer": "^0.67.0", - "metro-resolver": "^0.67.0", - "metro-runtime": "^0.67.0", - "readline": "^1.3.0" - } - }, - "@react-native-community/cli-server-api": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-7.0.3.tgz", - "integrity": "sha512-JDrLsrkBgNxbG2u3fouoVGL9tKrXUrTsaNwr+oCV+3XyMwbVe42r/OaQ681/iW/7mHXjuVkDnMcp7BMg7e2yJg==", - "requires": { - "@react-native-community/cli-debugger-ui": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "compression": "^1.7.1", - "connect": "^3.6.5", - "errorhandler": "^1.5.0", - "nocache": "^2.1.0", - "pretty-format": "^26.6.2", - "serve-static": "^1.13.1", - "ws": "^7.5.1" - } - }, - "@react-native-community/cli-tools": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-6.2.0.tgz", - "integrity": "sha512-08ssz4GMEnRxC/1FgTTN/Ud7mExQi5xMphItPjfHiTxpZPhrFn+IMx6mya0ncFEhhxQ207wYlJMRLPRRdBZ8oA==", - "requires": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "semver": "^6.3.0", - "shell-quote": "1.6.1" - }, - "dependencies": { - "mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - } - } - }, - "@react-native-community/cli-types": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-6.0.0.tgz", - "integrity": "sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw==", - "requires": { - "ora": "^3.4.0" - } - }, - "@react-native-community/eslint-config": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/eslint-config/-/eslint-config-2.0.0.tgz", - "integrity": "sha512-vHaMMfvMp9BWCQQ0lNIXibOJTcXIbYUQ8dSUsMOsrXgVkeVQJj88OwrKS00rQyqwMaC4/a6HuDiFzYUkGKOpVg==", - "dev": true, - "requires": { - "@react-native-community/eslint-plugin": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^3.1.0", - "@typescript-eslint/parser": "^3.1.0", - "babel-eslint": "^10.1.0", - "eslint-config-prettier": "^6.10.1", - "eslint-plugin-eslint-comments": "^3.1.2", - "eslint-plugin-flowtype": "2.50.3", - "eslint-plugin-jest": "22.4.1", - "eslint-plugin-prettier": "3.1.2", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.4", - "eslint-plugin-react-native": "^3.8.1", - "prettier": "^2.0.2" - } - }, - "@react-native-community/eslint-plugin": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz", - "integrity": "sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==", - "dev": true - }, - "@react-native/assets": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@react-native/assets/-/assets-1.0.0.tgz", - "integrity": "sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==" - }, - "@react-native/normalize-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.0.0.tgz", - "integrity": "sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw==" - }, - "@react-native/polyfills": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native/polyfills/-/polyfills-2.0.0.tgz", - "integrity": "sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==" - }, - "@react-navigation/core": { - "version": "3.7.9", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-3.7.9.tgz", - "integrity": "sha512-EknbzM8OI9A5alRxXtQRV5Awle68B+z1QAxNty5DxmlS3BNfmduWNGnim159ROyqxkuDffK9L/U/Tbd45mx+Jg==", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "path-to-regexp": "^1.8.0", - "query-string": "^6.13.6", - "react-is": "^16.13.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "@react-navigation/native": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-3.8.4.tgz", - "integrity": "sha512-gXSVcL7bfFDyVkvyg1FiAqTCIgZub5K1X/TZqURBs2CPqDpfX1OsCtB9D33eTF14SpbfgHW866btqrrxoCACfg==", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.9" - } - }, - "@sideway/address": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", - "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@sideway/formula": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz", - "integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==" - }, - "@sideway/pinpoint": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" - }, - "@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", - "dev": true, - "requires": { - "type-detect": "4.0.8" - } - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", - "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true - }, - "@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@types/babel__traverse": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", - "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", - "dev": true, - "requires": { - "@babel/types": "^7.3.0" - } - }, - "@types/eslint-visitor-keys": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", - "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==", - "dev": true - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", - "requires": { - "@types/node": "*" - } - }, - "@types/hammerjs": { - "version": "2.0.41", - "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz", - "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA==" - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "@types/node": { - "version": "17.0.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz", - "integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==" - }, - "@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "@types/prettier": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", - "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==", - "dev": true - }, - "@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", - "dev": true - }, - "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "@typescript-eslint/eslint-plugin": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz", - "integrity": "sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==", - "dev": true, - "requires": { - "@typescript-eslint/experimental-utils": "3.10.1", - "debug": "^4.1.1", - "functional-red-black-tree": "^1.0.1", - "regexpp": "^3.0.0", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "@typescript-eslint/experimental-utils": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz", - "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - } - }, - "@typescript-eslint/parser": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz", - "integrity": "sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==", - "dev": true, - "requires": { - "@types/eslint-visitor-keys": "^1.0.0", - "@typescript-eslint/experimental-utils": "3.10.1", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-visitor-keys": "^1.1.0" - } - }, - "@typescript-eslint/types": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz", - "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz", - "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==", - "dev": true, - "requires": { - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/visitor-keys": "3.10.1", - "debug": "^4.1.1", - "glob": "^7.1.6", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "@typescript-eslint/visitor-keys": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz", - "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", - "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==", - "dev": true - }, - "abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "requires": { - "event-target-shim": "^5.0.0" - } - }, - "absolute-path": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/absolute-path/-/absolute-path-0.0.0.tgz", - "integrity": "sha1-p4di+9rftSl76ZsV01p4Wy8JW/c=" - }, - "accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "requires": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - } - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - }, - "acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dev": true, - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true - }, - "agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dev": true, - "requires": { - "debug": "4" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "anser": { - "version": "1.4.10", - "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", - "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==" - }, - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - }, - "dependencies": { - "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true - } - } - }, - "ansi-fragments": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz", - "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==", - "requires": { - "colorette": "^1.0.7", - "slice-ansi": "^2.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, - "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", - "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", - "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "appdirsjs": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.6.tgz", - "integrity": "sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w==" - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" - }, - "array-filter": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", - "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=" - }, - "array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - } - }, - "array-map": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", - "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=" - }, - "array-reduce": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", - "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" - }, - "array.prototype.flatmap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", - "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "requires": { - "tslib": "^2.0.1" - } - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "requires": { - "lodash": "^4.17.14" - } - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" - }, - "babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", - "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==" - }, - "babel-eslint": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - } - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz", - "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==", - "dev": true, - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - } - }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", - "requires": { - "object.assign": "^4.1.0" - } - }, - "babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "dependencies": { - "istanbul-lib-instrument": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", - "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", - "dev": true, - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - } - } - } - }, - "babel-plugin-jest-hoist": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz", - "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==", - "dev": true, - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", - "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", - "requires": { - "@babel/compat-data": "^7.13.11", - "@babel/helper-define-polyfill-provider": "^0.3.1", - "semver": "^6.1.1" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", - "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.1", - "core-js-compat": "^3.21.0" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", - "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.1" - } - }, - "babel-plugin-syntax-trailing-function-commas": { - "version": "7.0.0-beta.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz", - "integrity": "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==" - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - } - }, - "babel-preset-fbjs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz", - "integrity": "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==", - "requires": { - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-syntax-class-properties": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.0.0", - "@babel/plugin-syntax-jsx": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-block-scoped-functions": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/plugin-transform-for-of": "^7.0.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-member-expression-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-object-super": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-property-literals": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-template-literals": "^7.0.0", - "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0" - } - }, - "babel-preset-jest": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz", - "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==", - "dev": true, - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - } - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - }, - "big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==" - }, - "bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "requires": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "bplist-creator": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz", - "integrity": "sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==", - "requires": { - "stream-buffers": "2.2.x" - } - }, - "bplist-parser": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz", - "integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==", - "requires": { - "big-integer": "1.6.x" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "requires": { - "fill-range": "^7.0.1" - } - }, - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", - "dev": true - }, - "browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", - "requires": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" - } - }, - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "requires": { - "node-int64": "^0.4.0" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": { - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" - } - } - }, - "caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "requires": { - "caller-callsite": "^2.0.0" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "caniuse-lite": { - "version": "1.0.30001325", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001325.tgz", - "integrity": "sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ==" - }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dev": true, - "requires": { - "rsvp": "^4.8.4" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "dev": true - }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz", - "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==", - "dev": true - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "requires": { - "restore-cursor": "^2.0.0" - } - }, - "cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" - }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", - "dev": true - }, - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "colorette": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "command-exists": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz", - "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "requires": { - "mime-db": ">= 1.43.0 < 2" - } - }, - "compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "requires": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "connect": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "requires": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" - }, - "core-js-compat": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.21.1.tgz", - "integrity": "sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==", - "requires": { - "browserslist": "^4.19.1", - "semver": "7.0.0" - }, - "dependencies": { - "semver": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==" - } - } - }, - "core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" - } - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - } - } - }, - "cssom": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", - "dev": true - }, - "cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", - "dev": true, - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "dev": true - } - } - }, - "data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", - "dev": true, - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - } - }, - "dayjs": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.0.tgz", - "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==" - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "decimal.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", - "dev": true - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "deepmerge": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz", - "integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==" - }, - "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "requires": { - "clone": "^1.0.2" - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "requires": { - "object-keys": "^1.0.12" - } - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "denodeify": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz", - "integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=" - }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - }, - "deprecated-react-native-prop-types": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz", - "integrity": "sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA==", - "requires": { - "@react-native/normalize-color": "*", - "invariant": "*", - "prop-types": "*" - } - }, - "destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - }, - "detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "dev": true - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "dev": true - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "domexception": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", - "dev": true, - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": { - "webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "dev": true - } - } - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "electron-to-chromium": { - "version": "1.4.103", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.103.tgz", - "integrity": "sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==" - }, - "emittery": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz", - "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "requires": { - "once": "^1.4.0" - } - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1" - } - }, - "envinfo": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==" - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "error-stack-parser": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", - "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", - "requires": { - "stackframe": "^1.1.1" - } - }, - "errorhandler": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", - "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==", - "requires": { - "accepts": "~1.3.7", - "escape-html": "~1.0.3" - } - }, - "es-abstract": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", - "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dev": true, - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", - "dev": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dev": true, - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dev": true, - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - } - } - } - }, - "eslint": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", - "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", - "dev": true, - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - }, - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - }, - "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - }, - "dependencies": { - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", - "dev": true, - "requires": { - "get-stdin": "^6.0.0" - } - }, - "eslint-plugin-eslint-comments": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz", - "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5", - "ignore": "^5.0.5" - }, - "dependencies": { - "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "dev": true - } - } - }, - "eslint-plugin-flowtype": { - "version": "2.50.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz", - "integrity": "sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==", - "dev": true, - "requires": { - "lodash": "^4.17.10" - } - }, - "eslint-plugin-jest": { - "version": "22.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz", - "integrity": "sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg==", - "dev": true - }, - "eslint-plugin-prettier": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz", - "integrity": "sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==", - "dev": true, - "requires": { - "prettier-linter-helpers": "^1.0.0" - } - }, - "eslint-plugin-react": { - "version": "7.29.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", - "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", - "dev": true, - "requires": { - "array-includes": "^3.1.4", - "array.prototype.flatmap": "^1.2.5", - "doctrine": "^2.1.0", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.0", - "object.values": "^1.1.5", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.6" - }, - "dependencies": { - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", - "dev": true, - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - } - } - } - }, - "eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", - "dev": true - }, - "eslint-plugin-react-native": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz", - "integrity": "sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.7.4", - "eslint-plugin-react-native-globals": "^0.1.1" - } - }, - "eslint-plugin-react-native-globals": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz", - "integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==", - "dev": true - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - } - } - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", - "dev": true, - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dev": true, - "requires": { - "estraverse": "^5.1.0" - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - } - }, - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" - }, - "exec-sh": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz", - "integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==", - "dev": true - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "dev": true - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz", - "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", - "requires": { - "bser": "2.1.1" - } - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "requires": { - "flat-cache": "^3.0.4" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "filter-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "requires": { - "find-up": "^3.0.0" - } - } - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", - "dev": true - }, - "flow-parser": { - "version": "0.121.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.121.0.tgz", - "integrity": "sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg==" - }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" - }, - "form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "requires": { - "map-cache": "^0.2.2" - } - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - } - }, - "get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "dev": true - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" - }, - "glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" - }, - "graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "growly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", - "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", - "dev": true, - "optional": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" - }, - "has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dev": true, - "requires": { - "has-symbols": "^1.0.2" - } - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "hermes-engine": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/hermes-engine/-/hermes-engine-0.11.0.tgz", - "integrity": "sha512-7aMUlZja2IyLYAcZ69NBnwJAR5ZOYlSllj0oMpx08a8HzxHOys0eKCzfphrf6D0vX1JGO1QQvVsQKe6TkYherw==" - }, - "hermes-estree": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.5.0.tgz", - "integrity": "sha512-1h8rvG23HhIR5K6Kt0e5C7BC72J1Ath/8MmSta49vxXp/j6wl7IMHvIRFYBQr35tWnQY97dSGR2uoAJ5pHUQkg==" - }, - "hermes-parser": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.5.0.tgz", - "integrity": "sha512-ARnJBScKAkkq8j3BHrNGBUv/4cSpZNbKDsVizEtzmsFeqC67Dopa5s4XRe+e3wN52Dh5Mj2kDB5wJvhcxwDkPg==", - "requires": { - "hermes-estree": "0.5.0" - } - }, - "hermes-profile-transformer": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz", - "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==", - "requires": { - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" - } - } - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", - "dev": true, - "requires": { - "whatwg-encoding": "^1.0.5" - } - }, - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true - }, - "http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "requires": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - } - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "dev": true, - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "dev": true - }, - "hyper-sdk-react": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/hyper-sdk-react/-/hyper-sdk-react-2.1.1.tgz", - "integrity": "sha512-ZQpGC3GOJOV2stGhs+daGSwpr8oDFm1CqoRV2S089k70N+rQVY8fZmpuYjXlmuJH28kHzTnbXIFaVQMkLY1W+g==" - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "dev": true - }, - "image-size": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz", - "integrity": "sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - } - } - }, - "import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dev": true, - "requires": { - "has-bigints": "^1.0.1" - } - }, - "is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", - "dev": true - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "requires": { - "ci-info": "^2.0.0" - } - }, - "is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "requires": { - "has": "^1.0.3" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" - }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, - "optional": true - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" - }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "requires": { - "isobject": "^3.0.1" - } - }, - "is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "dev": true - }, - "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2" - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" - }, - "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dev": true, - "requires": { - "has-symbols": "^1.0.2" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" - }, - "is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2" - } - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" - }, - "istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "dev": true - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", - "dev": true, - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - } - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", - "dev": true, - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - } - }, - "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", - "dev": true, - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - } - }, - "jest": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz", - "integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==", - "dev": true, - "requires": { - "@jest/core": "^26.6.3", - "import-local": "^3.0.2", - "jest-cli": "^26.6.3" - }, - "dependencies": { - "jest-cli": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz", - "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==", - "dev": true, - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - } - } - } - }, - "jest-changed-files": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz", - "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": { - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - } - } - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz", - "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==", - "dev": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", - "dev": true - } - } - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz", - "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==", - "dev": true, - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz", - "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - } - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz", - "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==", - "dev": true, - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - } - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz", - "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==", - "dev": true, - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz", - "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - } - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz", - "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==", - "dev": true, - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - } - }, - "jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz", - "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==", - "dev": true, - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz", - "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz", - "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - } - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz", - "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - } - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", - "dev": true - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz", - "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==", - "dev": true - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", - "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - } - }, - "jest-resolve-dependencies": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz", - "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - } - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz", - "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - } - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz", - "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - } - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", - "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", - "dev": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz", - "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - } - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz", - "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" - } - } - }, - "jest-watcher": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz", - "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==", - "dev": true, - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "jetifier": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/jetifier/-/jetifier-1.6.8.tgz", - "integrity": "sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw==" - }, - "joi": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.0.tgz", - "integrity": "sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==", - "requires": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", - "@sideway/formula": "^3.0.0", - "@sideway/pinpoint": "^2.0.0" - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "jsc-android": { - "version": "250230.2.1", - "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250230.2.1.tgz", - "integrity": "sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==" - }, - "jscodeshift": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.13.1.tgz", - "integrity": "sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==", - "requires": { - "@babel/core": "^7.13.16", - "@babel/parser": "^7.13.16", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", - "@babel/plugin-proposal-optional-chaining": "^7.13.12", - "@babel/plugin-transform-modules-commonjs": "^7.13.8", - "@babel/preset-flow": "^7.13.13", - "@babel/preset-typescript": "^7.13.0", - "@babel/register": "^7.13.16", - "babel-core": "^7.0.0-bridge.0", - "chalk": "^4.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.2.4", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.20.4", - "temp": "^0.8.4", - "write-file-atomic": "^2.3.0" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", - "requires": { - "glob": "^7.1.3" - } - }, - "temp": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", - "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", - "requires": { - "rimraf": "~2.6.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - } - } - }, - "jsdom": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", - "dev": true, - "requires": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", - "dev": true - } - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" - }, - "jsx-ast-utils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz", - "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==", - "dev": true, - "requires": { - "array-includes": "^3.1.4", - "object.assign": "^4.1.2" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" - }, - "klaw": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", - "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", - "requires": { - "graceful-fs": "^4.1.9" - } - }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - } - } - }, - "lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" - }, - "lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "logkitty": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz", - "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==", - "requires": { - "ansi-fragments": "^0.2.1", - "dayjs": "^1.8.15", - "yargs": "^15.1.0" - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - } - } - }, - "makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "requires": { - "tmpl": "1.0.5" - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" - }, - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "requires": { - "object-visit": "^1.0.0" - } - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "metro": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro/-/metro-0.67.0.tgz", - "integrity": "sha512-DwuBGAFcAivoac/swz8Lp7Y5Bcge1tzT7T6K0nf1ubqJP8YzBUtyR4pkjEYVUzVu/NZf7O54kHSPVu1ibYzOBQ==", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/template": "^7.0.0", - "@babel/traverse": "^7.14.0", - "@babel/types": "^7.0.0", - "absolute-path": "^0.0.0", - "accepts": "^1.3.7", - "async": "^2.4.0", - "chalk": "^4.0.0", - "ci-info": "^2.0.0", - "connect": "^3.6.5", - "debug": "^2.2.0", - "denodeify": "^1.2.1", - "error-stack-parser": "^2.0.6", - "fs-extra": "^1.0.0", - "graceful-fs": "^4.1.3", - "hermes-parser": "0.5.0", - "image-size": "^0.6.0", - "invariant": "^2.2.4", - "jest-haste-map": "^27.3.1", - "jest-worker": "^26.0.0", - "lodash.throttle": "^4.1.1", - "metro-babel-transformer": "0.67.0", - "metro-cache": "0.67.0", - "metro-cache-key": "0.67.0", - "metro-config": "0.67.0", - "metro-core": "0.67.0", - "metro-hermes-compiler": "0.67.0", - "metro-inspector-proxy": "0.67.0", - "metro-minify-uglify": "0.67.0", - "metro-react-native-babel-preset": "0.67.0", - "metro-resolver": "0.67.0", - "metro-runtime": "0.67.0", - "metro-source-map": "0.67.0", - "metro-symbolicate": "0.67.0", - "metro-transform-plugins": "0.67.0", - "metro-transform-worker": "0.67.0", - "mime-types": "^2.1.27", - "mkdirp": "^0.5.1", - "node-fetch": "^2.2.0", - "nullthrows": "^1.1.1", - "rimraf": "^2.5.4", - "serialize-error": "^2.1.0", - "source-map": "^0.5.6", - "strip-ansi": "^6.0.0", - "temp": "0.8.3", - "throat": "^5.0.0", - "ws": "^7.5.1", - "yargs": "^15.3.1" - }, - "dependencies": { - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "fs-extra": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz", - "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "dependencies": { - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - } - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==" - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - }, - "jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "dependencies": { - "ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - } - } - }, - "jsonfile": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "metro-babel-transformer": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.67.0.tgz", - "integrity": "sha512-SBqc4nq/dgsPNFm+mpWcQQzJaXnh0nrfz2pSnZC4i6zMtIakrTWb8SQ78jOU1FZVEZ3nu9xCYVHS9Tbr/LoEuw==", - "requires": { - "@babel/core": "^7.14.0", - "hermes-parser": "0.5.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "metro-cache": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.67.0.tgz", - "integrity": "sha512-IY5dXiR76L75b2ue/mv+9vW8g5hdQJU6YEe81lj6gTSoUrhcONT0rzY+Gh5QOS2Kk6z9utZQMvd9PRKL9/635A==", - "requires": { - "metro-core": "0.67.0", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4" - } - }, - "metro-cache-key": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.67.0.tgz", - "integrity": "sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA==" - }, - "metro-config": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.67.0.tgz", - "integrity": "sha512-ThAwUmzZwTbKyyrIn2bKIcJDPDBS0LKAbqJZQioflvBGfcgA21h3fdL3IxRmvCEl6OnkEWI0Tn1Z9w2GLAjf2g==", - "requires": { - "cosmiconfig": "^5.0.5", - "jest-validate": "^26.5.2", - "metro": "0.67.0", - "metro-cache": "0.67.0", - "metro-core": "0.67.0", - "metro-runtime": "0.67.0" - } - }, - "metro-core": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.67.0.tgz", - "integrity": "sha512-TOa/ShE1bUq83fGNfV6rFwyfZ288M8ydmWN3g9C2OW8emOHLhJslYD/SIU4DhDkP/99yaJluIALdZ2g0+pCrvQ==", - "requires": { - "jest-haste-map": "^27.3.1", - "lodash.throttle": "^4.1.1", - "metro-resolver": "0.67.0" - }, - "dependencies": { - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==" - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - }, - "jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "metro-hermes-compiler": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz", - "integrity": "sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ==" - }, - "metro-inspector-proxy": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.67.0.tgz", - "integrity": "sha512-5Ubjk94qpNaU3OT2IZa4/dec09bauic1hzWms4czorBzDenkp4kYXG9/aWTmgQLtCk92H3Q8jKl1PQRxUSkrOQ==", - "requires": { - "connect": "^3.6.5", - "debug": "^2.2.0", - "ws": "^7.5.1", - "yargs": "^15.3.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "metro-minify-uglify": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.67.0.tgz", - "integrity": "sha512-4CmM5b3MTAmQ/yFEfsHOhD2SuBObB2YF6PKzXZc4agUsQVVtkrrNElaiWa8w26vrTzA9emwcyurxMf4Nl3lYPQ==", - "requires": { - "uglify-es": "^3.1.9" - } - }, - "metro-react-native-babel-preset": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz", - "integrity": "sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig==", - "requires": { - "@babel/core": "^7.14.0", - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-export-default-from": "^7.0.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.0.0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.0.0", - "@babel/plugin-syntax-export-default-from": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.2.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-syntax-optional-chaining": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-async-to-generator": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.0.0", - "@babel/plugin-transform-exponentiation-operator": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/plugin-transform-for-of": "^7.0.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-object-assign": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-react-jsx-self": "^7.0.0", - "@babel/plugin-transform-react-jsx-source": "^7.0.0", - "@babel/plugin-transform-regenerator": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-sticky-regex": "^7.0.0", - "@babel/plugin-transform-template-literals": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.5.0", - "@babel/plugin-transform-unicode-regex": "^7.0.0", - "@babel/template": "^7.0.0", - "react-refresh": "^0.4.0" - } - }, - "metro-react-native-babel-transformer": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.67.0.tgz", - "integrity": "sha512-P0JT09n7T01epUtgL9mH6BPat3xn4JjBakl4lWHdL61cvEGcrxuIom1eoFFKkgU/K5AVLU4aCAttHS7nSFCcEQ==", - "requires": { - "@babel/core": "^7.14.0", - "babel-preset-fbjs": "^3.4.0", - "hermes-parser": "0.5.0", - "metro-babel-transformer": "0.67.0", - "metro-react-native-babel-preset": "0.67.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "metro-resolver": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.67.0.tgz", - "integrity": "sha512-d2KS/zAyOA/z/q4/ff41rAp+1txF4H6qItwpsls/RHStV2j6PqgRHUzq/3ga+VIeoUJntYJ8nGW3+3qSrhFlig==", - "requires": { - "absolute-path": "^0.0.0" - } - }, - "metro-runtime": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.67.0.tgz", - "integrity": "sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g==" - }, - "metro-source-map": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.67.0.tgz", - "integrity": "sha512-yxypInsRo3SfS00IgTuL6a2W2tfwLY//vA2E+GeqGBF5zTbJZAhwNGIEl8S87XXZhwzJcxf5/8LjJC1YDzabww==", - "requires": { - "@babel/traverse": "^7.14.0", - "@babel/types": "^7.0.0", - "invariant": "^2.2.4", - "metro-symbolicate": "0.67.0", - "nullthrows": "^1.1.1", - "ob1": "0.67.0", - "source-map": "^0.5.6", - "vlq": "^1.0.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "metro-symbolicate": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.67.0.tgz", - "integrity": "sha512-ZqVVcfa0xSz40eFzA5P8pCF3V6Tna9RU1prFzAJTa3j9dCGqwh0HTXC8AIkMtgX7hNdZrCJI1YipzUBlwkT0/A==", - "requires": { - "invariant": "^2.2.4", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1", - "source-map": "^0.5.6", - "through2": "^2.0.1", - "vlq": "^1.0.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "metro-transform-plugins": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.67.0.tgz", - "integrity": "sha512-DQFoSDIJdTMPDTUlKaCNJjEXiHGwFNneAF9wDSJ3luO5gigM7t7MuSaPzF4hpjmfmcfPnRhP6AEn9jcza2Sh8Q==", - "requires": { - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/template": "^7.0.0", - "@babel/traverse": "^7.14.0", - "nullthrows": "^1.1.1" - } - }, - "metro-transform-worker": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.67.0.tgz", - "integrity": "sha512-29n+JdTb80ROiv/wDiBVlY/xRAF/nrjhp/Udv/XJl1DZb+x7JEiPxpbpthPhwwl+AYxVrostGB0W06WJ61hfiw==", - "requires": { - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/types": "^7.0.0", - "babel-preset-fbjs": "^3.4.0", - "metro": "0.67.0", - "metro-babel-transformer": "0.67.0", - "metro-cache": "0.67.0", - "metro-cache-key": "0.67.0", - "metro-hermes-compiler": "0.67.0", - "metro-source-map": "0.67.0", - "metro-transform-plugins": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "requires": { - "minimist": "^1.2.6" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" - }, - "nocache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz", - "integrity": "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", - "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", - "requires": { - "minimatch": "^3.0.2" - } - }, - "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "requires": { - "whatwg-url": "^5.0.0" - }, - "dependencies": { - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - } - } - }, - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" - }, - "node-notifier": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz", - "integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==", - "dev": true, - "optional": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - }, - "dependencies": { - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "optional": true, - "requires": { - "is-docker": "^2.0.0" - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "optional": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "optional": true - } - } - }, - "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" - }, - "node-stream-zip": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz", - "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "requires": { - "path-key": "^2.0.0" - } - }, - "nullthrows": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", - "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", - "dev": true - }, - "ob1": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.67.0.tgz", - "integrity": "sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", - "dev": true - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { - "isobject": "^3.0.0" - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.hasown": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", - "dev": true, - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "requires": { - "isobject": "^3.0.1" - } - }, - "object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "requires": { - "ee-first": "1.1.1" - } - }, - "on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", - "requires": { - "is-wsl": "^1.1.0" - } - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - } - } - }, - "ora": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", - "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", - "requires": { - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-spinners": "^2.0.0", - "log-symbols": "^2.2.0", - "strip-ansi": "^5.2.0", - "wcwidth": "^1.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" - }, - "p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz", - "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==", - "dev": true - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "requires": { - "callsites": "^3.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "requires": { - "isarray": "0.0.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - } - } - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - }, - "pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "plist": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.5.tgz", - "integrity": "sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==", - "requires": { - "base64-js": "^1.5.1", - "xmlbuilder": "^9.0.7" - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true - }, - "prettier": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", - "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", - "dev": true - }, - "prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "requires": { - "fast-diff": "^1.1.2" - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", - "dev": true - }, - "promise": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", - "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", - "requires": { - "asap": "~2.0.6" - } - }, - "prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - } - }, - "prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true - }, - "query-string": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", - "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", - "requires": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "react-devtools-core": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.24.3.tgz", - "integrity": "sha512-+htKZxLxDN14jhRG3+IXRiJqNSGHUiPYrMtv9e7qlZxcbKeJjVs+C/hd8kZF5rydp3faBwFN6ZpTaZnLA3/ZGA==", - "requires": { - "shell-quote": "^1.6.1", - "ws": "^7" - } - }, - "react-freeze": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.0.tgz", - "integrity": "sha512-yQaiOqDmoKqks56LN9MTgY06O0qQHgV4FUrikH357DydArSZHQhl0BJFqGKIZoTqi8JizF9Dxhuk1FIZD6qCaw==" - }, - "react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "react-native": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.0.tgz", - "integrity": "sha512-Qi8KpG9rqiU0hVp05GKkuRe8iAVhblYMwpnwG3wkBi99Z/X8iZ0jD1b1UW0/y6oesmCyGQAxpsB36imU8zg1AQ==", - "requires": { - "@jest/create-cache-key-function": "^27.0.1", - "@react-native-community/cli": "^7.0.3", - "@react-native-community/cli-platform-android": "^7.0.1", - "@react-native-community/cli-platform-ios": "^7.0.1", - "@react-native/assets": "1.0.0", - "@react-native/normalize-color": "2.0.0", - "@react-native/polyfills": "2.0.0", - "abort-controller": "^3.0.0", - "anser": "^1.4.9", - "base64-js": "^1.1.2", - "deprecated-react-native-prop-types": "^2.3.0", - "event-target-shim": "^5.0.1", - "hermes-engine": "~0.11.0", - "invariant": "^2.2.4", - "jsc-android": "^250230.2.1", - "metro-react-native-babel-transformer": "0.67.0", - "metro-runtime": "0.67.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1", - "pretty-format": "^26.5.2", - "promise": "^8.0.3", - "react-devtools-core": "^4.23.0", - "react-native-codegen": "^0.0.13", - "react-native-gradle-plugin": "^0.0.5", - "react-refresh": "^0.4.0", - "react-shallow-renderer": "16.14.1", - "regenerator-runtime": "^0.13.2", - "scheduler": "^0.20.2", - "stacktrace-parser": "^0.1.3", - "use-subscription": "^1.0.0", - "whatwg-fetch": "^3.0.0", - "ws": "^6.1.4" - }, - "dependencies": { - "@react-native-community/cli": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-7.0.3.tgz", - "integrity": "sha512-WyJOA829KAhU1pw2MDQt0YhOS9kyR2KqyqgJyTuQhzFVCBPX4F5aDEkZYYn4jdldaDHCPrLJ3ho3gxYTXy+x7w==", - "requires": { - "@react-native-community/cli-debugger-ui": "^7.0.3", - "@react-native-community/cli-hermes": "^6.3.0", - "@react-native-community/cli-plugin-metro": "^7.0.3", - "@react-native-community/cli-server-api": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "@react-native-community/cli-types": "^6.0.0", - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "command-exists": "^1.2.8", - "commander": "^2.19.0", - "cosmiconfig": "^5.1.0", - "deepmerge": "^3.2.0", - "envinfo": "^7.7.2", - "execa": "^1.0.0", - "find-up": "^4.1.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "graceful-fs": "^4.1.3", - "joi": "^17.2.1", - "leven": "^3.1.0", - "lodash": "^4.17.15", - "minimist": "^1.2.0", - "node-stream-zip": "^1.9.1", - "ora": "^3.4.0", - "pretty-format": "^26.6.2", - "prompts": "^2.4.0", - "semver": "^6.3.0", - "serve-static": "^1.13.1", - "strip-ansi": "^5.2.0", - "sudo-prompt": "^9.0.0", - "wcwidth": "^1.0.1" - } - }, - "ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "ws": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", - "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": { - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - } - } - } - } - }, - "react-native-codegen": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.0.13.tgz", - "integrity": "sha512-rCh1P+s0Q4N6vNgS97ckafbhJRztz22+0l0VZoyQC06F07J98kI5cUByH0ATypPRIdpkMbAZc59DoPdDFc01bg==", - "requires": { - "@babel/parser": "^7.14.0", - "flow-parser": "^0.121.0", - "jscodeshift": "^0.13.1", - "nullthrows": "^1.1.1" - } - }, - "react-native-gesture-handler": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.3.2.tgz", - "integrity": "sha512-ibcYWHMiDbioUcaAMuw3/Taz3mYn0fJz0q2KnGX1hWpLNz/x/E5/BzKB+T3ycwAm1dQEgPgHWpaZ8eqO/EVFlw==", - "requires": { - "@egjs/hammerjs": "^2.0.17", - "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.2.4", - "lodash": "^4.17.21", - "prop-types": "^15.7.2" - } - }, - "react-native-gradle-plugin": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.5.tgz", - "integrity": "sha512-kGupXo+pD2mB6Z+Oyowor3qlCroiS32FNGoiGQdwU19u8o+NNhEZKwoKfC5Qt03bMZSmFlcAlTyf79vrS2BZKQ==", - "requires": { - "react-native-codegen": "*" - } - }, - "react-native-safe-area-context": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.4.tgz", - "integrity": "sha512-OOX+W2G4YYufvryonn6Kw6YnyT8ZThkxPHZBD04NLHaZmicUaaDVII/PZ3M5fD1o5N62+T+8K4bCS5Un2ggvkA==" - }, - "react-native-safe-area-view": { - "version": "0.14.9", - "resolved": "https://registry.npmjs.org/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz", - "integrity": "sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A==", - "requires": { - "hoist-non-react-statics": "^2.3.1" - }, - "dependencies": { - "hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - } - } - }, - "react-native-screens": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.13.1.tgz", - "integrity": "sha512-xcrnuUs0qUrGpc2gOTDY4VgHHADQwp80mwR1prU/Q0JqbZN5W3koLhuOsT6FkSRKjR5t40l+4LcjhHdpqRB2HA==", - "requires": { - "react-freeze": "^1.0.0", - "warn-once": "^0.1.0" - } - }, - "react-native-tab-view": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz", - "integrity": "sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ==", - "requires": { - "prop-types": "^15.6.1" - } - }, - "react-native-uuid": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/react-native-uuid/-/react-native-uuid-2.0.1.tgz", - "integrity": "sha512-cptnoIbL53GTCrWlb/+jrDC6tvb7ypIyzbXNJcpR3Vab0mkeaaVd5qnB3f0whXYzS+SMoSQLcUUB0gEWqkPC0g==" - }, - "react-navigation": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-3.13.0.tgz", - "integrity": "sha512-r64bTImY2aNye8wtd39ubouVB6ZMJqjVQYKxH4LFmOav4FsI59fQTDN7sZzyJa29owowYw/wVkh+NWGT+tdD1A==", - "requires": { - "@react-navigation/core": "~3.5.1", - "@react-navigation/native": "~3.6.2", - "react-navigation-drawer": "~1.4.0", - "react-navigation-stack": "1.5.3", - "react-navigation-tabs": "~1.2.0" - }, - "dependencies": { - "@react-navigation/core": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-3.5.2.tgz", - "integrity": "sha512-HgKXci1h74aETgm5CXMBoIWG8R7VZG1eUUHYb3BdxwekdiZjW1P/srjiXzsCqFGlsESnVIOIkzT4DqI9J752Bw==", - "requires": { - "hoist-non-react-statics": "^3.3.0", - "path-to-regexp": "^1.7.0", - "query-string": "^6.4.2", - "react-is": "^16.8.6" - } - }, - "@react-navigation/native": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-3.6.5.tgz", - "integrity": "sha512-ttEmnokFVf09CvrkzlPIdfA693KfYcRxTYf9OZwp0Ll6El27UYjJD4arwGc+zvlohjTErCdba6CAKV702Wv28w==", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.8" - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "react-navigation-drawer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/react-navigation-drawer/-/react-navigation-drawer-1.4.0.tgz", - "integrity": "sha512-ZyWBozcjB2aZ7vwCALv90cYA2NpDjM+WALaiYRshvPvue8l7cqynePbHK8GhlMGyJDwZqp4MxQmu8u1XAKp3Bw==", - "requires": { - "react-native-tab-view": "^1.2.0" - } - }, - "react-navigation-stack": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/react-navigation-stack/-/react-navigation-stack-1.5.3.tgz", - "integrity": "sha512-MQcwDVbZUYsTtDJb5cFOSm+K+e7KpUCoROaGoUOR+JHWE3uuaJ3pd/Nu+32a57J98TNBf4qq0+2TPJWl6z6IBg==", - "requires": { - "prop-types": "^15.7.2" - } - }, - "react-navigation-tabs": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/react-navigation-tabs/-/react-navigation-tabs-1.2.0.tgz", - "integrity": "sha512-I6vq3XX4ub9KhWQzcrggznls+2Z2C6w2ro46vokDGGvJ02CBpQRar7J0ETV29Ot5AJY67HucNUmZdH3yDFckmQ==", - "requires": { - "hoist-non-react-statics": "^2.5.0", - "prop-types": "^15.6.1", - "react-native-tab-view": "^1.4.1" - }, - "dependencies": { - "hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - } - } - }, - "react-refresh": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz", - "integrity": "sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==" - }, - "react-shallow-renderer": { - "version": "16.14.1", - "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz", - "integrity": "sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==", - "requires": { - "object-assign": "^4.1.1", - "react-is": "^16.12.0 || ^17.0.0" - } - }, - "react-test-renderer": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz", - "integrity": "sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==", - "dev": true, - "requires": { - "object-assign": "^4.1.1", - "react-is": "^17.0.2", - "react-shallow-renderer": "^16.13.1", - "scheduler": "^0.20.2" - } - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "readline": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz", - "integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw=" - }, - "recast": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz", - "integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==", - "requires": { - "ast-types": "0.14.2", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tslib": "^2.0.1" - } - }, - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "regenerate-unicode-properties": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz", - "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==", - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - }, - "regenerator-transform": { - "version": "0.14.5", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz", - "integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==", - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - } - }, - "regexp.prototype.flags": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz", - "integrity": "sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true - }, - "regexpu-core": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz", - "integrity": "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==", - "requires": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.0.1", - "regjsgen": "^0.6.0", - "regjsparser": "^0.8.2", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" - } - }, - "regjsgen": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz", - "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==" - }, - "regjsparser": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz", - "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" - } - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", - "dev": true - }, - "repeat-element": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", - "requires": { - "is-core-module": "^2.8.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" - }, - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" - }, - "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "requires": { - "mimic-fn": "^1.0.0" - } - } - } - }, - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { - "glob": "^7.1.3" - } - }, - "rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", - "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", - "dev": true - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "requires": { - "ret": "~0.1.10" - } - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", - "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", - "dev": true, - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dev": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dev": true, - "requires": { - "xmlchars": "^2.2.0" - } - }, - "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "requires": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } - } - }, - "serialize-error": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz", - "integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=" - }, - "serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "requires": { - "kind-of": "^6.0.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "shell-quote": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", - "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", - "requires": { - "array-filter": "~0.0.0", - "array-map": "~0.0.0", - "array-reduce": "~0.0.0", - "jsonify": "~0.0.0" - } - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true, - "optional": true - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "simple-plist": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz", - "integrity": "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==", - "requires": { - "bplist-creator": "0.1.0", - "bplist-parser": "0.3.1", - "plist": "^3.0.5" - } - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", - "dev": true - }, - "split-on-first": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==" - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "requires": { - "extend-shallow": "^3.0.0" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "dev": true, - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true - } - } - }, - "stackframe": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.1.tgz", - "integrity": "sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg==" - }, - "stacktrace-parser": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz", - "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==", - "requires": { - "type-fest": "^0.7.1" - }, - "dependencies": { - "type-fest": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", - "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==" - } - } - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" - }, - "stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=" - }, - "strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=" - }, - "string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dev": true, - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", - "side-channel": "^1.0.4" - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "dev": true - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true - }, - "sudo-prompt": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz", - "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - }, - "supports-hyperlinks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", - "dev": true, - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", - "dev": true - }, - "table": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", - "dev": true, - "requires": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "dependencies": { - "ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - } - } - }, - "temp": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz", - "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=", - "requires": { - "os-tmpdir": "^1.0.0", - "rimraf": "~2.2.6" - }, - "dependencies": { - "rimraf": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", - "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=" - } - } - }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "dev": true, - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - } - }, - "test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dev": true, - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", - "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": { - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - } - } - }, - "toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" - }, - "tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", - "dev": true, - "requires": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.1.2" - } - }, - "tr46": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", - "dev": true, - "requires": { - "punycode": "^2.1.1" - } - }, - "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } - } - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "dev": true - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "uglify-es": { - "version": "3.3.9", - "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz", - "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", - "requires": { - "commander": "~2.13.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "commander": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", - "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" - } - } - }, - "unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", - "which-boxed-primitive": "^1.0.2" - } - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==" - }, - "unicode-property-aliases-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz", - "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==" - }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" - } - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" - }, - "use-subscription": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/use-subscription/-/use-subscription-1.6.0.tgz", - "integrity": "sha512-0Y/cTLlZfw547tJhJMoRA16OUbVqRm6DmvGpiGbmLST6BIA5KU5cKlvlz8DVMrACnWpyEjCkgmhLatthP4jUbA==" - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" - }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "v8-to-istanbul": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz", - "integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==", - "dev": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true - } - } - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "vlq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz", - "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==" - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", - "dev": true, - "requires": { - "browser-process-hrtime": "^1.0.0" - } - }, - "w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", - "dev": true, - "requires": { - "xml-name-validator": "^3.0.0" - } - }, - "walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "requires": { - "makeerror": "1.0.12" - } - }, - "warn-once": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.0.tgz", - "integrity": "sha512-recZTSvuaH/On5ZU5ywq66y99lImWqzP93+AiUo9LUwG8gXHW+LJjhOd6REJHm7qb0niYqrEQJvbHSQfuJtTqA==" - }, - "wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", - "requires": { - "defaults": "^1.0.3" - } - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", - "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", - "dev": true - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", - "dev": true, - "requires": { - "iconv-lite": "0.4.24" - } - }, - "whatwg-fetch": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", - "dev": true - }, - "whatwg-url": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", - "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", - "dev": true, - "requires": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - } - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dev": true, - "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==" - }, - "xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "requires": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - } - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", - "dev": true - }, - "xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" - }, - "xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "dev": true - }, - "xmldoc": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz", - "integrity": "sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ==", - "requires": { - "sax": "^1.2.1" - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - }, - "y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - } - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/package.json b/payment-page-react-native/payment-page-react-native-class-integration-demo/package.json deleted file mode 100644 index 1d64f9c..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/package.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "name": "juspayintegrationexamplern", - "version": "0.0.1", - "private": true, - "scripts": { - "android": "react-native run-android", - "ios": "react-native run-ios", - "start": "react-native start", - "test": "jest", - "lint": "eslint ." - }, - "dependencies": { - "react-navigation": "^3.0.0", - "@react-navigation/native": "^3.0.0", - "@react-navigation/core": "^3.0.0", - "hyper-sdk-react": "^2.1.1", - "react": "17.0.2", - "react-native": "0.68.0", - "react-native-gesture-handler": "^2.3.2", - "react-native-safe-area-context": "^4.2.4", - "react-native-screens": "^3.13.1", - "react-native-uuid": "^2.0.1" - }, - "devDependencies": { - "@babel/core": "^7.12.9", - "@babel/runtime": "^7.12.5", - "@react-native-community/eslint-config": "^2.0.0", - "babel-jest": "^26.6.3", - "eslint": "^7.32.0", - "jest": "^26.6.3", - "metro-react-native-babel-preset": "^0.67.0", - "react-test-renderer": "17.0.2" - }, - //block:start:add-dependency-ios - - "hyperSdkIOSVersion": "2.0.92", - - //block:end:add-dependency-ios - "jest": { - "preset": "react-native" - } -} diff --git a/payment-page-react-native/payment-page-react-native-class-integration-demo/screens/Checkout.js b/payment-page-react-native/payment-page-react-native-class-integration-demo/screens/Checkout.js deleted file mode 100644 index a64601a..0000000 --- a/payment-page-react-native/payment-page-react-native-class-integration-demo/screens/Checkout.js +++ /dev/null @@ -1,187 +0,0 @@ -/* eslint-disable react-native/no-inline-styles */ -import React from 'react'; -import HyperSdkReact from 'hyper-sdk-react'; -import { - BackHandler, - Button, - NativeEventEmitter, - NativeModules, - ScrollView, - Text, -} from 'react-native'; -import {createStackNavigator} from 'react-navigation'; - -class Checkout extends React.Component { - constructor(props) { - super(props); - this.state = { - processPayload: {}, - }; - } - - //Setting event listener to check for process result - // block:start:event-handling-process - - componentDidMount() { - const eventEmitter = new NativeEventEmitter(NativeModules.HyperSdkReact); - eventEmitter.addListener('HyperEvent', resp => { - const data = JSON.parse(resp); - const event = data.event || ''; - switch (event) { - case 'initiate_result': - // this was already handled in homescreen where initiate was called - break; - case 'hide_loader': - // stop the processing loader - break; - //block:start:handle-process-result - - case 'process_result': - const error = data.error || false; - const innerPayload = data.payload || {}; - const status = innerPayload.status || ''; - const pi = innerPayload.paymentInstrument || ''; - const pig = innerPayload.paymentInstrumentGroup || ''; - - if (!error) { - // txn success, status should be "charged" - - //block:start:check-order-status - - // call orderStatus once to verify (false positives) - - //block:end:check-order-status - - //block:start:display-payment-status - - this.props.navigation.navigate('Success'); - - //block:end:display-payment-status - } else { - const errorCode = data.errorCode || ''; - const errorMessage = data.errorMessage || ''; - switch (status) { - case 'backpressed': - // user back-pressed from PP without initiating any txn - break; - case 'user_aborted': - // user initiated a txn and pressed back - // poll order status - this.props.navigation.navigate('Failure'); - break; - case 'pending_vbv': - case 'authorizing': - // txn in pending state - // poll order status until backend says fail or success - break; - case 'authorization_failed': - case 'authentication_failed': - case 'api_failure': - // txn failed - // poll orderStatus to verify (false negatives) - //block:start:display-payment-status - - this.props.navigation.navigate('Failure'); - - //block:end:display-payment-status - break; - case 'new': - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - this.props.navigation.navigate('Failure'); - break; - default: - // unknown status, this is also failure - // poll order status - this.props.navigation.navigate('Failure'); - } - // if txn was attempted, pi and pig would be non-empty - // can be used to show in UI if you are into that - // errorMessage can also be shown in UI - } - break; - - //block:end:handle-process-result - default: - console.log(data); - } - }); - - // block:start:fetch-process-payload - - //Get process payload from server after session API S2S call - this.setState({ - processPayload: { - requestId: 'dbba45aaf8dc408da474b7943b9e1d9f', - service: 'in.juspay.hyperpay', - payload: { - clientId: '', - amount: '10.0', - merchantId: 'acmecorp', - clientAuthToken: 'tkn_adbf808e1d2b4d95b41144d0960b5a7e', - clientAuthTokenExpiry: '2022-01-24T17:40:22Z', - environment: 'production', - action: 'paymentPage', - customerId: 'dummyCustId', - currency: 'INR', - customerPhone: '9876543210', - customerEmail: 'dummyemail@gmail.com', - orderId: 'yourUniqueOrderId', - }, - }, - }); - - // block:end:fetch-process-payload - - //Handling hardware backpress inside payment page - - // block:start:handle-hardware-backpress - - BackHandler.addEventListener('hardwareBackPress', () => { - return !HyperSdkReact.isNull() && HyperSdkReact.onBackPressed(); - }); - - // block:end:handle-hardware-backpress - } - - // block:end:event-handling-process - - // block:start:process-sdk - - startPayment() { - HyperSdkReact.process(JSON.stringify(this.state.processPayload)); - } - - // block:end:process-sdk - - render() { - return ( - - Initialized automatically on this screen - - - ) -} diff --git a/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Failure.js b/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Failure.js deleted file mode 100644 index 92fed6b..0000000 --- a/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Failure.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react' -import { View, Text } from 'react-native' - -export default function Failure() { - return ( - - Failure :( - - ) -} diff --git a/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Homescreen.js b/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Homescreen.js deleted file mode 100644 index db1c718..0000000 --- a/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Homescreen.js +++ /dev/null @@ -1,14 +0,0 @@ -import React from 'react' -import { View, Text, Button, ScrollView } from 'react-native' - -export default function Homescreen({navigation}) { - return ( - - Juspay Integration Example - - - ) -} diff --git a/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Success.js b/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Success.js deleted file mode 100644 index 2d252f5..0000000 --- a/payment-page-react-native/payment-page-react-native-functional-integration-demo/screens/Success.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react' -import { View, Text } from 'react-native' - -export default function Success() { - return ( - - Success :D - - ) -} diff --git a/payment-page-react-native/payment-page-react-native-functional-integration-demo/yarn.lock b/payment-page-react-native/payment-page-react-native-functional-integration-demo/yarn.lock deleted file mode 100644 index e3b4e45..0000000 --- a/payment-page-react-native/payment-page-react-native-functional-integration-demo/yarn.lock +++ /dev/null @@ -1,6874 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@ampproject/remapping@^2.1.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" - integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== - dependencies: - "@jridgewell/trace-mapping" "^0.3.0" - -"@babel/code-frame@7.12.11": - version "7.12.11" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" - integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - dependencies: - "@babel/highlight" "^7.10.4" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" - integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== - dependencies: - "@babel/highlight" "^7.16.7" - -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" - integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== - -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.12.9", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.7.5": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a" - integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ== - dependencies: - "@ampproject/remapping" "^2.1.0" - "@babel/code-frame" "^7.16.7" - "@babel/generator" "^7.17.7" - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-module-transforms" "^7.17.7" - "@babel/helpers" "^7.17.8" - "@babel/parser" "^7.17.8" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.17.3" - "@babel/types" "^7.17.0" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.1.2" - semver "^6.3.0" - -"@babel/generator@^7.14.0", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad" - integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== - dependencies: - "@babel/types" "^7.17.0" - jsesc "^2.5.1" - source-map "^0.5.0" - -"@babel/helper-annotate-as-pure@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" - integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" - integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== - dependencies: - "@babel/helper-explode-assignable-expression" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46" - integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== - dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-validator-option" "^7.16.7" - browserslist "^4.17.5" - semver "^6.3.0" - -"@babel/helper-create-class-features-plugin@^7.16.7": - version "7.17.6" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9" - integrity sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-member-expression-to-functions" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - -"@babel/helper-create-regexp-features-plugin@^7.16.7": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1" - integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - regexpu-core "^5.0.1" - -"@babel/helper-define-polyfill-provider@^0.3.1": - version "0.3.1" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" - integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== - dependencies: - "@babel/helper-compilation-targets" "^7.13.0" - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/traverse" "^7.13.0" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - semver "^6.1.2" - -"@babel/helper-environment-visitor@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" - integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-explode-assignable-expression@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" - integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-function-name@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" - integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== - dependencies: - "@babel/helper-get-function-arity" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/helper-get-function-arity@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" - integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-hoist-variables@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-member-expression-to-functions@^7.16.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4" - integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== - dependencies: - "@babel/types" "^7.17.0" - -"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" - integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-module-transforms@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd" - integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== - dependencies: - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-simple-access" "^7.17.7" - "@babel/helper-split-export-declaration" "^7.16.7" - "@babel/helper-validator-identifier" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.17.3" - "@babel/types" "^7.17.0" - -"@babel/helper-optimise-call-expression@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" - integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" - integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== - -"@babel/helper-remap-async-to-generator@^7.16.8": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" - integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-wrap-function" "^7.16.8" - "@babel/types" "^7.16.8" - -"@babel/helper-replace-supers@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" - integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== - dependencies: - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-member-expression-to-functions" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/traverse" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/helper-simple-access@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" - integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== - dependencies: - "@babel/types" "^7.17.0" - -"@babel/helper-skip-transparent-expression-wrappers@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" - integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== - dependencies: - "@babel/types" "^7.16.0" - -"@babel/helper-split-export-declaration@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" - integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-validator-identifier@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" - integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== - -"@babel/helper-validator-option@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" - integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== - -"@babel/helper-wrap-function@^7.16.8": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" - integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== - dependencies: - "@babel/helper-function-name" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.16.8" - "@babel/types" "^7.16.8" - -"@babel/helpers@^7.17.8": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" - integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== - dependencies: - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.17.3" - "@babel/types" "^7.17.0" - -"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7": - version "7.16.10" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" - integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== - dependencies: - "@babel/helper-validator-identifier" "^7.16.7" - chalk "^2.0.0" - js-tokens "^4.0.0" - -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.7.0": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240" - integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ== - -"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" - integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-proposal-export-default-from@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz#a40ab158ca55627b71c5513f03d3469026a9e929" - integrity sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-export-default-from" "^7.16.7" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99" - integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - -"@babel/plugin-proposal-object-rest-spread@^7.0.0": - version "7.17.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz#d9eb649a54628a51701aef7e0ea3d17e2b9dd390" - integrity sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw== - dependencies: - "@babel/compat-data" "^7.17.0" - "@babel/helper-compilation-targets" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.16.7" - -"@babel/plugin-proposal-optional-catch-binding@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" - integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - -"@babel/plugin-proposal-optional-chaining@^7.0.0", "@babel/plugin-proposal-optional-chaining@^7.13.12": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a" - integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-bigint@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.0.0", "@babel/plugin-syntax-class-properties@^7.8.3": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" - integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-dynamic-import@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-export-default-from@^7.0.0", "@babel/plugin-syntax-export-default-from@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz#fa89cf13b60de2c3f79acdc2b52a21174c6de060" - integrity sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.16.7", "@babel/plugin-syntax-flow@^7.2.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz#202b147e5892b8452bbb0bb269c7ed2539ab8832" - integrity sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-syntax-import-meta@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" - integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" - integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" - integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" - integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.0.0", "@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" - integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-typescript@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8" - integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-arrow-functions@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" - integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-async-to-generator@^7.0.0": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" - integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== - dependencies: - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-remap-async-to-generator" "^7.16.8" - -"@babel/plugin-transform-block-scoped-functions@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" - integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-block-scoping@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87" - integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-classes@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00" - integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470" - integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-destructuring@^7.0.0": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz#49dc2675a7afa9a5e4c6bdee636061136c3408d1" - integrity sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-exponentiation-operator@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" - integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz#291fb140c78dabbf87f2427e7c7c332b126964b8" - integrity sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-flow" "^7.16.7" - -"@babel/plugin-transform-for-of@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c" - integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-function-name@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" - integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== - dependencies: - "@babel/helper-compilation-targets" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1" - integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-member-expression-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" - integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.13.8": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.7.tgz#d86b217c8e45bb5f2dbc11eefc8eab62cf980d19" - integrity sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA== - dependencies: - "@babel/helper-module-transforms" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-simple-access" "^7.17.7" - babel-plugin-dynamic-import-node "^2.3.3" - -"@babel/plugin-transform-object-assign@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.16.7.tgz#5fe08d63dccfeb6a33aa2638faf98e5c584100f8" - integrity sha512-R8mawvm3x0COTJtveuoqZIjNypn2FjfvXZr4pSQ8VhEFBuQGBz4XhHasZtHXjgXU4XptZ4HtGof3NoYc93ZH9Q== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-object-super@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" - integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - -"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f" - integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-property-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" - integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-display-name@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340" - integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-jsx-self@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz#f432ad0cba14c4a1faf44f0076c69e42a4d4479e" - integrity sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-jsx-source@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz#1879c3f23629d287cc6186a6c683154509ec70c0" - integrity sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-jsx@^7.0.0": - version "7.17.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz#eac1565da176ccb1a715dae0b4609858808008c1" - integrity sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-jsx" "^7.16.7" - "@babel/types" "^7.17.0" - -"@babel/plugin-transform-regenerator@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb" - integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== - dependencies: - regenerator-transform "^0.14.2" - -"@babel/plugin-transform-runtime@^7.0.0": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70" - integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A== - dependencies: - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - babel-plugin-polyfill-corejs2 "^0.3.0" - babel-plugin-polyfill-corejs3 "^0.5.0" - babel-plugin-polyfill-regenerator "^0.3.0" - semver "^6.3.0" - -"@babel/plugin-transform-shorthand-properties@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" - integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-spread@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44" - integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" - -"@babel/plugin-transform-sticky-regex@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" - integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-template-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" - integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-typescript@^7.16.7", "@babel/plugin-transform-typescript@^7.5.0": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0" - integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-typescript" "^7.16.7" - -"@babel/plugin-transform-unicode-regex@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" - integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/preset-flow@^7.13.13": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.16.7.tgz#7fd831323ab25eeba6e4b77a589f680e30581cbd" - integrity sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-validator-option" "^7.16.7" - "@babel/plugin-transform-flow-strip-types" "^7.16.7" - -"@babel/preset-typescript@^7.13.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9" - integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-validator-option" "^7.16.7" - "@babel/plugin-transform-typescript" "^7.16.7" - -"@babel/register@^7.13.16": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.7.tgz#5eef3e0f4afc07e25e847720e7b987ae33f08d0b" - integrity sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA== - dependencies: - clone-deep "^4.0.1" - find-cache-dir "^2.0.0" - make-dir "^2.1.0" - pirates "^4.0.5" - source-map-support "^0.5.16" - -"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2" - integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.3.3": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" - integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== - dependencies: - "@babel/code-frame" "^7.16.7" - "@babel/parser" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": - version "7.17.3" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" - integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== - dependencies: - "@babel/code-frame" "^7.16.7" - "@babel/generator" "^7.17.3" - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-hoist-variables" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - "@babel/parser" "^7.17.3" - "@babel/types" "^7.17.0" - debug "^4.1.0" - globals "^11.1.0" - -"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" - integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== - dependencies: - "@babel/helper-validator-identifier" "^7.16.7" - to-fast-properties "^2.0.0" - -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - -"@cnakazawa/watch@^1.0.3": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" - integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== - dependencies: - exec-sh "^0.3.2" - minimist "^1.2.0" - -"@eslint/eslintrc@^0.4.3": - version "0.4.3" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" - integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== - dependencies: - ajv "^6.12.4" - debug "^4.1.1" - espree "^7.3.0" - globals "^13.9.0" - ignore "^4.0.6" - import-fresh "^3.2.1" - js-yaml "^3.13.1" - minimatch "^3.0.4" - strip-json-comments "^3.1.1" - -"@hapi/hoek@^9.0.0": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.1.tgz#9551142a1980503752536b5050fd99f4a7f13b17" - integrity sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw== - -"@hapi/topo@^5.0.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012" - integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== - dependencies: - "@hapi/hoek" "^9.0.0" - -"@humanwhocodes/config-array@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" - integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== - dependencies: - "@humanwhocodes/object-schema" "^1.2.0" - debug "^4.1.1" - minimatch "^3.0.4" - -"@humanwhocodes/object-schema@^1.2.0": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" - integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== - -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" - integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - get-package-type "^0.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" - -"@istanbuljs/schema@^0.1.2": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" - integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== - -"@jest/console@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2" - integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g== - dependencies: - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - jest-message-util "^26.6.2" - jest-util "^26.6.2" - slash "^3.0.0" - -"@jest/core@^26.6.3": - version "26.6.3" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad" - integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw== - dependencies: - "@jest/console" "^26.6.2" - "@jest/reporters" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.4" - jest-changed-files "^26.6.2" - jest-config "^26.6.3" - jest-haste-map "^26.6.2" - jest-message-util "^26.6.2" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-resolve-dependencies "^26.6.3" - jest-runner "^26.6.3" - jest-runtime "^26.6.3" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - jest-watcher "^26.6.2" - micromatch "^4.0.2" - p-each-series "^2.1.0" - rimraf "^3.0.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/create-cache-key-function@^27.0.1": - version "27.5.1" - resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz#7448fae15602ea95c828f5eceed35c202a820b31" - integrity sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ== - dependencies: - "@jest/types" "^27.5.1" - -"@jest/environment@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c" - integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== - dependencies: - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - -"@jest/fake-timers@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad" - integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA== - dependencies: - "@jest/types" "^26.6.2" - "@sinonjs/fake-timers" "^6.0.1" - "@types/node" "*" - jest-message-util "^26.6.2" - jest-mock "^26.6.2" - jest-util "^26.6.2" - -"@jest/globals@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a" - integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA== - dependencies: - "@jest/environment" "^26.6.2" - "@jest/types" "^26.6.2" - expect "^26.6.2" - -"@jest/reporters@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6" - integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - chalk "^4.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.2" - graceful-fs "^4.2.4" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^4.0.3" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.0.2" - jest-haste-map "^26.6.2" - jest-resolve "^26.6.2" - jest-util "^26.6.2" - jest-worker "^26.6.2" - slash "^3.0.0" - source-map "^0.6.0" - string-length "^4.0.1" - terminal-link "^2.0.0" - v8-to-istanbul "^7.0.0" - optionalDependencies: - node-notifier "^8.0.0" - -"@jest/source-map@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535" - integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== - dependencies: - callsites "^3.0.0" - graceful-fs "^4.2.4" - source-map "^0.6.0" - -"@jest/test-result@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18" - integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ== - dependencies: - "@jest/console" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^26.6.3": - version "26.6.3" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17" - integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== - dependencies: - "@jest/test-result" "^26.6.2" - graceful-fs "^4.2.4" - jest-haste-map "^26.6.2" - jest-runner "^26.6.3" - jest-runtime "^26.6.3" - -"@jest/transform@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b" - integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== - dependencies: - "@babel/core" "^7.1.0" - "@jest/types" "^26.6.2" - babel-plugin-istanbul "^6.0.0" - chalk "^4.0.0" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.2.4" - jest-haste-map "^26.6.2" - jest-regex-util "^26.0.0" - jest-util "^26.6.2" - micromatch "^4.0.2" - pirates "^4.0.1" - slash "^3.0.0" - source-map "^0.6.1" - write-file-atomic "^3.0.0" - -"@jest/types@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" - integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^15.0.0" - chalk "^4.0.0" - -"@jest/types@^27.5.1": - version "27.5.1" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80" - integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^16.0.0" - chalk "^4.0.0" - -"@jridgewell/resolve-uri@^3.0.3": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" - integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== - -"@jridgewell/sourcemap-codec@^1.4.10": - version "1.4.11" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" - integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== - -"@jridgewell/trace-mapping@^0.3.0": - version "0.3.4" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" - integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - -"@react-native-community/cli-debugger-ui@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz#3eeeacc5a43513cbcae56e5e965d77726361bcb4" - integrity sha512-G4SA6jFI0j22o+j+kYP8/7sxzbCDqSp2QiHA/X5E0lsGEd2o9qN2zbIjiFr8b8k+VVAYSUONhoC0+uKuINvmkA== - dependencies: - serve-static "^1.13.1" - -"@react-native-community/cli-hermes@^6.3.0": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-6.3.0.tgz#92b2f07d08626a60f6893c3e3d57c1538c8fb5a7" - integrity sha512-Uhbm9bubyZLZ12vFCIfWbE/Qi3SBTbYIN/TC08EudTLhv/KbPomCQnmFsnJ7AXQFuOZJs73mBxoEAYSbRbwyVA== - dependencies: - "@react-native-community/cli-platform-android" "^6.3.0" - "@react-native-community/cli-tools" "^6.2.0" - chalk "^4.1.2" - hermes-profile-transformer "^0.0.6" - ip "^1.1.5" - -"@react-native-community/cli-platform-android@^6.3.0": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-6.3.0.tgz#ab7d156bd69a392493323eeaba839a874c0e201f" - integrity sha512-d5ufyYcvrZoHznYm5bjBXaiHIJv552t5gYtQpnUsxBhHSQ8QlaNmlLUyeSPRDfOw4ND9b0tPHqs4ufwx6vp/fQ== - dependencies: - "@react-native-community/cli-tools" "^6.2.0" - chalk "^4.1.2" - execa "^1.0.0" - fs-extra "^8.1.0" - glob "^7.1.3" - jetifier "^1.6.2" - lodash "^4.17.15" - logkitty "^0.7.1" - slash "^3.0.0" - xmldoc "^1.1.2" - -"@react-native-community/cli-platform-android@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-7.0.1.tgz#d165897edf401f9bceff1f361ef446528133cb52" - integrity sha512-nOr0aMkxAymCnbtsQwXBlyoRN2Y+IzC7Qz5T+/zyWwEbTY8SKQI8uV+8+qttUvzSvuXa2PeXsTWluuliOS8KCw== - dependencies: - "@react-native-community/cli-tools" "^7.0.1" - chalk "^4.1.2" - execa "^1.0.0" - fs-extra "^8.1.0" - glob "^7.1.3" - jetifier "^1.6.2" - lodash "^4.17.15" - logkitty "^0.7.1" - slash "^3.0.0" - xmldoc "^1.1.2" - -"@react-native-community/cli-platform-ios@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-7.0.1.tgz#1c27af85229246b7a528e97f093e38859896cc93" - integrity sha512-PLRIbzrCzSedmpjuFtQqcqUD45G8q7sEciI1lf5zUbVMXqjIBwJWS7iz8235PyWwj8J4MNHohLC+oyRueFtbGg== - dependencies: - "@react-native-community/cli-tools" "^7.0.1" - chalk "^4.1.2" - execa "^1.0.0" - glob "^7.1.3" - js-yaml "^3.13.1" - lodash "^4.17.15" - ora "^5.4.1" - plist "^3.0.2" - xcode "^3.0.0" - -"@react-native-community/cli-plugin-metro@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-7.0.3.tgz#b381ed2f68a0b126e4fa238f1956a44846e1ef8a" - integrity sha512-HJrEkFbxv9DNixsGwO+Q0zCcZMghDltyzeB9yQ//D5ZR4ZUEuAIPrRDdEp9xVw0WkBxAIZs6KXLux2/yPMwLhA== - dependencies: - "@react-native-community/cli-server-api" "^7.0.3" - "@react-native-community/cli-tools" "^6.2.0" - chalk "^4.1.2" - metro "^0.67.0" - metro-config "^0.67.0" - metro-core "^0.67.0" - metro-react-native-babel-transformer "^0.67.0" - metro-resolver "^0.67.0" - metro-runtime "^0.67.0" - readline "^1.3.0" - -"@react-native-community/cli-server-api@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-7.0.3.tgz#ba9695a2fdfef22750d141153efd94baf641129b" - integrity sha512-JDrLsrkBgNxbG2u3fouoVGL9tKrXUrTsaNwr+oCV+3XyMwbVe42r/OaQ681/iW/7mHXjuVkDnMcp7BMg7e2yJg== - dependencies: - "@react-native-community/cli-debugger-ui" "^7.0.3" - "@react-native-community/cli-tools" "^6.2.0" - compression "^1.7.1" - connect "^3.6.5" - errorhandler "^1.5.0" - nocache "^2.1.0" - pretty-format "^26.6.2" - serve-static "^1.13.1" - ws "^7.5.1" - -"@react-native-community/cli-tools@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-6.2.0.tgz#8f4adc2d83ab96e5654348533c8fa602742c4fce" - integrity sha512-08ssz4GMEnRxC/1FgTTN/Ud7mExQi5xMphItPjfHiTxpZPhrFn+IMx6mya0ncFEhhxQ207wYlJMRLPRRdBZ8oA== - dependencies: - appdirsjs "^1.2.4" - chalk "^4.1.2" - lodash "^4.17.15" - mime "^2.4.1" - node-fetch "^2.6.0" - open "^6.2.0" - semver "^6.3.0" - shell-quote "1.6.1" - -"@react-native-community/cli-tools@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz#73790d6ca2825e42a70a770c1b403a6777e690d6" - integrity sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g== - dependencies: - appdirsjs "^1.2.4" - chalk "^4.1.2" - lodash "^4.17.15" - mime "^2.4.1" - node-fetch "^2.6.0" - open "^6.2.0" - ora "^5.4.1" - semver "^6.3.0" - shell-quote "^1.7.3" - -"@react-native-community/cli-types@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-6.0.0.tgz#90269fbdc7229d5e3b8f2f3e029a94083551040d" - integrity sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw== - dependencies: - ora "^3.4.0" - -"@react-native-community/cli@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-7.0.3.tgz#1addb462d71786fcbbd266fbceb41819b8cf7839" - integrity sha512-WyJOA829KAhU1pw2MDQt0YhOS9kyR2KqyqgJyTuQhzFVCBPX4F5aDEkZYYn4jdldaDHCPrLJ3ho3gxYTXy+x7w== - dependencies: - "@react-native-community/cli-debugger-ui" "^7.0.3" - "@react-native-community/cli-hermes" "^6.3.0" - "@react-native-community/cli-plugin-metro" "^7.0.3" - "@react-native-community/cli-server-api" "^7.0.3" - "@react-native-community/cli-tools" "^6.2.0" - "@react-native-community/cli-types" "^6.0.0" - appdirsjs "^1.2.4" - chalk "^4.1.2" - command-exists "^1.2.8" - commander "^2.19.0" - cosmiconfig "^5.1.0" - deepmerge "^3.2.0" - envinfo "^7.7.2" - execa "^1.0.0" - find-up "^4.1.0" - fs-extra "^8.1.0" - glob "^7.1.3" - graceful-fs "^4.1.3" - joi "^17.2.1" - leven "^3.1.0" - lodash "^4.17.15" - minimist "^1.2.0" - node-stream-zip "^1.9.1" - ora "^3.4.0" - pretty-format "^26.6.2" - prompts "^2.4.0" - semver "^6.3.0" - serve-static "^1.13.1" - strip-ansi "^5.2.0" - sudo-prompt "^9.0.0" - wcwidth "^1.0.1" - -"@react-native-community/eslint-config@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-2.0.0.tgz#35dcc529a274803fc4e0a6b3d6c274551fb91774" - integrity sha512-vHaMMfvMp9BWCQQ0lNIXibOJTcXIbYUQ8dSUsMOsrXgVkeVQJj88OwrKS00rQyqwMaC4/a6HuDiFzYUkGKOpVg== - dependencies: - "@react-native-community/eslint-plugin" "^1.1.0" - "@typescript-eslint/eslint-plugin" "^3.1.0" - "@typescript-eslint/parser" "^3.1.0" - babel-eslint "^10.1.0" - eslint-config-prettier "^6.10.1" - eslint-plugin-eslint-comments "^3.1.2" - eslint-plugin-flowtype "2.50.3" - eslint-plugin-jest "22.4.1" - eslint-plugin-prettier "3.1.2" - eslint-plugin-react "^7.20.0" - eslint-plugin-react-hooks "^4.0.4" - eslint-plugin-react-native "^3.8.1" - prettier "^2.0.2" - -"@react-native-community/eslint-plugin@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc" - integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ== - -"@react-native/assets@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e" - integrity sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ== - -"@react-native/normalize-color@*", "@react-native/normalize-color@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.0.0.tgz#da955909432474a9a0fe1cbffc66576a0447f567" - integrity sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw== - -"@react-native/polyfills@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa" - integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ== - -"@sideway/address@^4.1.3": - version "4.1.4" - resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0" - integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw== - dependencies: - "@hapi/hoek" "^9.0.0" - -"@sideway/formula@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c" - integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg== - -"@sideway/pinpoint@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" - integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== - -"@sinonjs/commons@^1.7.0": - version "1.8.3" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" - integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== - dependencies: - type-detect "4.0.8" - -"@sinonjs/fake-timers@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40" - integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - dependencies: - "@sinonjs/commons" "^1.7.0" - -"@tootallnate/once@1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" - integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== - -"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": - version "7.1.19" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460" - integrity sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" - integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" - integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43" - integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA== - dependencies: - "@babel/types" "^7.3.0" - -"@types/eslint-visitor-keys@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" - integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== - -"@types/graceful-fs@^4.1.2": - version "4.1.5" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" - integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== - dependencies: - "@types/node" "*" - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" - integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== - -"@types/istanbul-lib-report@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" - integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" - integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== - dependencies: - "@types/istanbul-lib-report" "*" - -"@types/json-schema@^7.0.3": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - -"@types/node@*": - version "17.0.23" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.23.tgz#3b41a6e643589ac6442bdbd7a4a3ded62f33f7da" - integrity sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw== - -"@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== - -"@types/prettier@^2.0.0": - version "2.4.4" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17" - integrity sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA== - -"@types/stack-utils@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" - integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== - -"@types/yargs-parser@*": - version "21.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" - integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== - -"@types/yargs@^15.0.0": - version "15.0.14" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06" - integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== - dependencies: - "@types/yargs-parser" "*" - -"@types/yargs@^16.0.0": - version "16.0.4" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" - integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== - dependencies: - "@types/yargs-parser" "*" - -"@typescript-eslint/eslint-plugin@^3.1.0": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f" - integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ== - dependencies: - "@typescript-eslint/experimental-utils" "3.10.1" - debug "^4.1.1" - functional-red-black-tree "^1.0.1" - regexpp "^3.0.0" - semver "^7.3.2" - tsutils "^3.17.1" - -"@typescript-eslint/experimental-utils@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686" - integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== - dependencies: - "@types/json-schema" "^7.0.3" - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/typescript-estree" "3.10.1" - eslint-scope "^5.0.0" - eslint-utils "^2.0.0" - -"@typescript-eslint/parser@^3.1.0": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467" - integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw== - dependencies: - "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "3.10.1" - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/typescript-estree" "3.10.1" - eslint-visitor-keys "^1.1.0" - -"@typescript-eslint/types@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" - integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== - -"@typescript-eslint/typescript-estree@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" - integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== - dependencies: - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/visitor-keys" "3.10.1" - debug "^4.1.1" - glob "^7.1.6" - is-glob "^4.0.1" - lodash "^4.17.15" - semver "^7.3.2" - tsutils "^3.17.1" - -"@typescript-eslint/visitor-keys@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931" - integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ== - dependencies: - eslint-visitor-keys "^1.1.0" - -abab@^2.0.3, abab@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a" - integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== - -abort-controller@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" - integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== - dependencies: - event-target-shim "^5.0.0" - -absolute-path@^0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7" - integrity sha1-p4di+9rftSl76ZsV01p4Wy8JW/c= - -accepts@^1.3.7, accepts@~1.3.5, accepts@~1.3.7: - version "1.3.8" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" - integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== - dependencies: - mime-types "~2.1.34" - negotiator "0.6.3" - -acorn-globals@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45" - integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== - dependencies: - acorn "^7.1.1" - acorn-walk "^7.1.1" - -acorn-jsx@^5.3.1: - version "5.3.2" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" - integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== - -acorn-walk@^7.1.1: - version "7.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" - integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - -acorn@^7.1.1, acorn@^7.4.0: - version "7.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" - integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - -acorn@^8.2.4: - version "8.7.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" - integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ== - -agent-base@6: - version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== - dependencies: - debug "4" - -ajv@^6.10.0, ajv@^6.12.4: - version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ajv@^8.0.1: - version "8.11.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f" - integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== - dependencies: - fast-deep-equal "^3.1.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - uri-js "^4.2.2" - -anser@^1.4.9: - version "1.4.10" - resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b" - integrity sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww== - -ansi-colors@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" - integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - -ansi-escapes@^4.2.1: - version "4.3.2" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" - integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== - dependencies: - type-fest "^0.21.3" - -ansi-fragments@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/ansi-fragments/-/ansi-fragments-0.2.1.tgz#24409c56c4cc37817c3d7caa99d8969e2de5a05e" - integrity sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w== - dependencies: - colorette "^1.0.7" - slice-ansi "^2.0.0" - strip-ansi "^5.0.0" - -ansi-regex@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" - integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== - -ansi-regex@^5.0.0, ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@^3.0.3: - version "3.1.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" - integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -appdirsjs@^1.2.4: - version "1.2.6" - resolved "https://registry.yarnpkg.com/appdirsjs/-/appdirsjs-1.2.6.tgz#fccf9ee543315492867cacfcfd4a2b32257d30ac" - integrity sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w== - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-filter@~0.0.0: - version "0.0.1" - resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" - integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw= - -array-includes@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9" - integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - get-intrinsic "^1.1.1" - is-string "^1.0.7" - -array-map@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" - integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI= - -array-reduce@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" - integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -array.prototype.flatmap@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446" - integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - es-abstract "^1.19.0" - -asap@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -ast-types@0.14.2: - version "0.14.2" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd" - integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA== - dependencies: - tslib "^2.0.1" - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -astral-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" - integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async@^2.4.0: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - dependencies: - lodash "^4.17.14" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -babel-core@^7.0.0-bridge.0: - version "7.0.0-bridge.0" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" - integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - -babel-eslint@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" - integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.7.0" - "@babel/traverse" "^7.7.0" - "@babel/types" "^7.7.0" - eslint-visitor-keys "^1.0.0" - resolve "^1.12.0" - -babel-jest@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" - integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== - dependencies: - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/babel__core" "^7.1.7" - babel-plugin-istanbul "^6.0.0" - babel-preset-jest "^26.6.2" - chalk "^4.0.0" - graceful-fs "^4.2.4" - slash "^3.0.0" - -babel-plugin-dynamic-import-node@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" - integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - dependencies: - object.assign "^4.1.0" - -babel-plugin-istanbul@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" - integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^5.0.4" - test-exclude "^6.0.0" - -babel-plugin-jest-hoist@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d" - integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== - dependencies: - "@babel/template" "^7.3.3" - "@babel/types" "^7.3.3" - "@types/babel__core" "^7.0.0" - "@types/babel__traverse" "^7.0.6" - -babel-plugin-polyfill-corejs2@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" - integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== - dependencies: - "@babel/compat-data" "^7.13.11" - "@babel/helper-define-polyfill-provider" "^0.3.1" - semver "^6.1.1" - -babel-plugin-polyfill-corejs3@^0.5.0: - version "0.5.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" - integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.1" - core-js-compat "^3.21.0" - -babel-plugin-polyfill-regenerator@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" - integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.1" - -babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0: - version "7.0.0-beta.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf" - integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ== - -babel-preset-current-node-syntax@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" - integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - dependencies: - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-bigint" "^7.8.3" - "@babel/plugin-syntax-class-properties" "^7.8.3" - "@babel/plugin-syntax-import-meta" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-top-level-await" "^7.8.3" - -babel-preset-fbjs@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz#38a14e5a7a3b285a3f3a86552d650dca5cf6111c" - integrity sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow== - dependencies: - "@babel/plugin-proposal-class-properties" "^7.0.0" - "@babel/plugin-proposal-object-rest-spread" "^7.0.0" - "@babel/plugin-syntax-class-properties" "^7.0.0" - "@babel/plugin-syntax-flow" "^7.0.0" - "@babel/plugin-syntax-jsx" "^7.0.0" - "@babel/plugin-syntax-object-rest-spread" "^7.0.0" - "@babel/plugin-transform-arrow-functions" "^7.0.0" - "@babel/plugin-transform-block-scoped-functions" "^7.0.0" - "@babel/plugin-transform-block-scoping" "^7.0.0" - "@babel/plugin-transform-classes" "^7.0.0" - "@babel/plugin-transform-computed-properties" "^7.0.0" - "@babel/plugin-transform-destructuring" "^7.0.0" - "@babel/plugin-transform-flow-strip-types" "^7.0.0" - "@babel/plugin-transform-for-of" "^7.0.0" - "@babel/plugin-transform-function-name" "^7.0.0" - "@babel/plugin-transform-literals" "^7.0.0" - "@babel/plugin-transform-member-expression-literals" "^7.0.0" - "@babel/plugin-transform-modules-commonjs" "^7.0.0" - "@babel/plugin-transform-object-super" "^7.0.0" - "@babel/plugin-transform-parameters" "^7.0.0" - "@babel/plugin-transform-property-literals" "^7.0.0" - "@babel/plugin-transform-react-display-name" "^7.0.0" - "@babel/plugin-transform-react-jsx" "^7.0.0" - "@babel/plugin-transform-shorthand-properties" "^7.0.0" - "@babel/plugin-transform-spread" "^7.0.0" - "@babel/plugin-transform-template-literals" "^7.0.0" - babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0" - -babel-preset-jest@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee" - integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== - dependencies: - babel-plugin-jest-hoist "^26.6.2" - babel-preset-current-node-syntax "^1.0.0" - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -base64-js@^1.1.2, base64-js@^1.3.1, base64-js@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -big-integer@1.6.x: - version "1.6.51" - resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" - integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== - -bl@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -bplist-creator@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e" - integrity sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg== - dependencies: - stream-buffers "2.2.x" - -bplist-parser@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.1.tgz#e1c90b2ca2a9f9474cc72f6862bbf3fee8341fd1" - integrity sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA== - dependencies: - big-integer "1.6.x" - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -browser-process-hrtime@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" - integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - -browserslist@^4.17.5, browserslist@^4.19.1: - version "4.20.2" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88" - integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA== - dependencies: - caniuse-lite "^1.0.30001317" - electron-to-chromium "^1.4.84" - escalade "^3.1.1" - node-releases "^2.0.2" - picocolors "^1.0.0" - -bser@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" - integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - dependencies: - node-int64 "^0.4.0" - -buffer-from@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" - integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== - -buffer@^5.5.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -camelcase@^6.0.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" - integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== - -caniuse-lite@^1.0.30001317: - version "1.0.30001325" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001325.tgz#2b4ad19b77aa36f61f2eaf72e636d7481d55e606" - integrity sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ== - -capture-exit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" - integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - dependencies: - rsvp "^4.8.4" - -chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -char-regex@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" - integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== - -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -ci-info@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" - integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== - -cjs-module-lexer@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" - integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - dependencies: - restore-cursor "^2.0.0" - -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - -cli-spinners@^2.0.0, cli-spinners@^2.5.0: - version "2.6.1" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" - integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== - -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - -clone-deep@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" - integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - dependencies: - is-plain-object "^2.0.4" - kind-of "^6.0.2" - shallow-clone "^3.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -co@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -collect-v8-coverage@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" - integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -colorette@^1.0.7: - version "1.4.0" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" - integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== - -combined-stream@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -command-exists@^1.2.8: - version "1.2.9" - resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" - integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== - -commander@^2.19.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commander@~2.13.0: - version "2.13.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" - integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA== - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -compressible@~2.0.16: - version "2.0.18" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" - integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== - dependencies: - mime-db ">= 1.43.0 < 2" - -compression@^1.7.1: - version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== - dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.16" - debug "2.6.9" - on-headers "~1.0.2" - safe-buffer "5.1.2" - vary "~1.1.2" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -connect@^3.6.5: - version "3.7.0" - resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8" - integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== - dependencies: - debug "2.6.9" - finalhandler "1.1.2" - parseurl "~1.3.3" - utils-merge "1.0.1" - -convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" - integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== - dependencies: - safe-buffer "~5.1.1" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-js-compat@^3.21.0: - version "3.21.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82" - integrity sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g== - dependencies: - browserslist "^4.19.1" - semver "7.0.0" - -core-util-is@~1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" - integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== - -cosmiconfig@^5.0.5, cosmiconfig@^5.1.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -cross-spawn@^6.0.0: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^7.0.0, cross-spawn@^7.0.2: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -cssom@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" - integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - -cssom@~0.3.6: - version "0.3.8" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssstyle@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" - integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - dependencies: - cssom "~0.3.6" - -data-urls@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b" - integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== - dependencies: - abab "^2.0.3" - whatwg-mimetype "^2.3.0" - whatwg-url "^8.0.0" - -dayjs@^1.8.15: - version "1.11.0" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.0.tgz#009bf7ef2e2ea2d5db2e6583d2d39a4b5061e805" - integrity sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug== - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: - version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - -decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decimal.js@^10.2.1: - version "10.3.1" - resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783" - integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ== - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -deep-is@^0.1.3, deep-is@~0.1.3: - version "0.1.4" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" - integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== - -deepmerge@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.3.0.tgz#d3c47fd6f3a93d517b14426b0628a17b0125f5f7" - integrity sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA== - -deepmerge@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" - integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -denodeify@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631" - integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE= - -depd@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - -deprecated-react-native-prop-types@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz#c10c6ee75ff2b6de94bb127f142b814e6e08d9ab" - integrity sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA== - dependencies: - "@react-native/normalize-color" "*" - invariant "*" - prop-types "*" - -destroy@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - -detect-newline@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" - integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - -diff-sequences@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" - integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== - -doctrine@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" - integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - dependencies: - esutils "^2.0.2" - -doctrine@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - dependencies: - esutils "^2.0.2" - -domexception@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304" - integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== - dependencies: - webidl-conversions "^5.0.0" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -electron-to-chromium@^1.4.84: - version "1.4.103" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.103.tgz#abfe376a4d70fa1e1b4b353b95df5d6dfd05da3a" - integrity sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg== - -emittery@^0.7.1: - version "0.7.2" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82" - integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enquirer@^2.3.5: - version "2.3.6" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" - integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - dependencies: - ansi-colors "^4.1.1" - -envinfo@^7.7.2: - version "7.8.1" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" - integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -error-stack-parser@^2.0.6: - version "2.0.7" - resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.7.tgz#b0c6e2ce27d0495cf78ad98715e0cad1219abb57" - integrity sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA== - dependencies: - stackframe "^1.1.1" - -errorhandler@^1.5.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/errorhandler/-/errorhandler-1.5.1.tgz#b9ba5d17cf90744cd1e851357a6e75bf806a9a91" - integrity sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A== - dependencies: - accepts "~1.3.7" - escape-html "~1.0.3" - -es-abstract@^1.19.0, es-abstract@^1.19.1: - version "1.19.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.2.tgz#8f7b696d8f15b167ae3640b4060670f3d054143f" - integrity sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - get-symbol-description "^1.0.0" - has "^1.0.3" - has-symbols "^1.0.3" - internal-slot "^1.0.3" - is-callable "^1.2.4" - is-negative-zero "^2.0.2" - is-regex "^1.1.4" - is-shared-array-buffer "^1.0.1" - is-string "^1.0.7" - is-weakref "^1.0.2" - object-inspect "^1.12.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.1" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -escalade@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" - integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escape-string-regexp@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" - integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== - -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - -escodegen@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd" - integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw== - dependencies: - esprima "^4.0.1" - estraverse "^5.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -eslint-config-prettier@^6.10.1: - version "6.15.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" - integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== - dependencies: - get-stdin "^6.0.0" - -eslint-plugin-eslint-comments@^3.1.2: - version "3.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa" - integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== - dependencies: - escape-string-regexp "^1.0.5" - ignore "^5.0.5" - -eslint-plugin-flowtype@2.50.3: - version "2.50.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f" - integrity sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ== - dependencies: - lodash "^4.17.10" - -eslint-plugin-jest@22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz#a5fd6f7a2a41388d16f527073b778013c5189a9c" - integrity sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg== - -eslint-plugin-prettier@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" - integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== - dependencies: - prettier-linter-helpers "^1.0.0" - -eslint-plugin-react-hooks@^4.0.4: - version "4.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4" - integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ== - -eslint-plugin-react-native-globals@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2" - integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g== - -eslint-plugin-react-native@^3.8.1: - version "3.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz#c73b0886abb397867e5e6689d3a6a418682e6bac" - integrity sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA== - dependencies: - "@babel/traverse" "^7.7.4" - eslint-plugin-react-native-globals "^0.1.1" - -eslint-plugin-react@^7.20.0: - version "7.29.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2" - integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ== - dependencies: - array-includes "^3.1.4" - array.prototype.flatmap "^1.2.5" - doctrine "^2.1.0" - estraverse "^5.3.0" - jsx-ast-utils "^2.4.1 || ^3.0.0" - minimatch "^3.1.2" - object.entries "^1.1.5" - object.fromentries "^2.0.5" - object.hasown "^1.1.0" - object.values "^1.1.5" - prop-types "^15.8.1" - resolve "^2.0.0-next.3" - semver "^6.3.0" - string.prototype.matchall "^4.0.6" - -eslint-scope@^5.0.0, eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - -eslint-utils@^2.0.0, eslint-utils@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" - integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - dependencies: - eslint-visitor-keys "^1.1.0" - -eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" - integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - -eslint-visitor-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" - integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== - -eslint@^7.32.0: - version "7.32.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" - integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== - dependencies: - "@babel/code-frame" "7.12.11" - "@eslint/eslintrc" "^0.4.3" - "@humanwhocodes/config-array" "^0.5.0" - ajv "^6.10.0" - chalk "^4.0.0" - cross-spawn "^7.0.2" - debug "^4.0.1" - doctrine "^3.0.0" - enquirer "^2.3.5" - escape-string-regexp "^4.0.0" - eslint-scope "^5.1.1" - eslint-utils "^2.1.0" - eslint-visitor-keys "^2.0.0" - espree "^7.3.1" - esquery "^1.4.0" - esutils "^2.0.2" - fast-deep-equal "^3.1.3" - file-entry-cache "^6.0.1" - functional-red-black-tree "^1.0.1" - glob-parent "^5.1.2" - globals "^13.6.0" - ignore "^4.0.6" - import-fresh "^3.0.0" - imurmurhash "^0.1.4" - is-glob "^4.0.0" - js-yaml "^3.13.1" - json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.4.1" - lodash.merge "^4.6.2" - minimatch "^3.0.4" - natural-compare "^1.4.0" - optionator "^0.9.1" - progress "^2.0.0" - regexpp "^3.1.0" - semver "^7.2.1" - strip-ansi "^6.0.0" - strip-json-comments "^3.1.0" - table "^6.0.9" - text-table "^0.2.0" - v8-compile-cache "^2.0.3" - -espree@^7.3.0, espree@^7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" - integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== - dependencies: - acorn "^7.4.0" - acorn-jsx "^5.3.1" - eslint-visitor-keys "^1.3.0" - -esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esquery@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== - dependencies: - estraverse "^5.1.0" - -esrecurse@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - dependencies: - estraverse "^5.2.0" - -estraverse@^4.1.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -event-target-shim@^5.0.0, event-target-shim@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" - integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== - -exec-sh@^0.3.2: - version "0.3.6" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc" - integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== - -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - dependencies: - cross-spawn "^6.0.0" - get-stream "^4.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -execa@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" - integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== - dependencies: - cross-spawn "^7.0.0" - get-stream "^5.0.0" - human-signals "^1.1.1" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.0" - onetime "^5.1.0" - signal-exit "^3.0.2" - strip-final-newline "^2.0.0" - -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expect@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417" - integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA== - dependencies: - "@jest/types" "^26.6.2" - ansi-styles "^4.0.0" - jest-get-type "^26.3.0" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-regex-util "^26.0.0" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-diff@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fb-watchman@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" - integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - dependencies: - bser "2.1.1" - -file-entry-cache@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" - integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== - dependencies: - flat-cache "^3.0.4" - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finalhandler@1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -find-cache-dir@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -flat-cache@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" - integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== - dependencies: - flatted "^3.1.0" - rimraf "^3.0.2" - -flatted@^3.1.0: - version "3.2.5" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3" - integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== - -flow-parser@0.*: - version "0.175.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.175.0.tgz#622c2e1dadeed0cc3d25779b143a0935bf515983" - integrity sha512-9XG5JGOjhODF+OQF5ufCw8XiGi+8B46scjr3Q49JxN7IDRdT2W+1AOuvKKd6j766/5E7qSuCn/dsq1y3hihntg== - -flow-parser@^0.121.0: - version "0.121.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.121.0.tgz#9f9898eaec91a9f7c323e9e992d81ab5c58e618f" - integrity sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg== - -for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -form-data@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" - integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - mime-types "^2.1.12" - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -fs-extra@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950" - integrity sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA= - dependencies: - graceful-fs "^4.1.2" - jsonfile "^2.1.0" - klaw "^1.0.0" - -fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^2.1.2, fsevents@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -functional-red-black-tree@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - -get-package-type@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" - integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - -get-stdin@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - -get-stream@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" - integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - dependencies: - pump "^3.0.0" - -get-symbol-description@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" - integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== - dependencies: - call-bind "^1.0.2" - get-intrinsic "^1.1.1" - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -glob-parent@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: - version "7.2.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" - integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^13.6.0, globals@^13.9.0: - version "13.13.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b" - integrity sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A== - dependencies: - type-fest "^0.20.2" - -graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9: - version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" - integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== - -growly@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" - integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has-tostringtag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" - integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== - dependencies: - has-symbols "^1.0.2" - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hermes-engine@~0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.11.0.tgz#bb224730d230a02a5af02c4e090d1f52d57dd3db" - integrity sha512-7aMUlZja2IyLYAcZ69NBnwJAR5ZOYlSllj0oMpx08a8HzxHOys0eKCzfphrf6D0vX1JGO1QQvVsQKe6TkYherw== - -hermes-estree@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.5.0.tgz#36432a2b12f01b217244da098924efdfdfc12327" - integrity sha512-1h8rvG23HhIR5K6Kt0e5C7BC72J1Ath/8MmSta49vxXp/j6wl7IMHvIRFYBQr35tWnQY97dSGR2uoAJ5pHUQkg== - -hermes-parser@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.5.0.tgz#8b678dd8b29a08b57cbaf60adba4896494c59a53" - integrity sha512-ARnJBScKAkkq8j3BHrNGBUv/4cSpZNbKDsVizEtzmsFeqC67Dopa5s4XRe+e3wN52Dh5Mj2kDB5wJvhcxwDkPg== - dependencies: - hermes-estree "0.5.0" - -hermes-profile-transformer@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b" - integrity sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ== - dependencies: - source-map "^0.7.3" - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - -html-encoding-sniffer@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3" - integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== - dependencies: - whatwg-encoding "^1.0.5" - -html-escaper@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" - integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - -http-errors@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -https-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== - dependencies: - agent-base "6" - debug "4" - -human-signals@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" - integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ieee754@^1.1.13: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -ignore@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" - integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - -ignore@^5.0.5: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" - integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== - -image-size@^0.6.0: - version "0.6.3" - resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2" - integrity sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA== - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-fresh@^3.0.0, import-fresh@^3.2.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" - integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-local@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" - integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== - dependencies: - pkg-dir "^4.2.0" - resolve-cwd "^3.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -internal-slot@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" - integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== - dependencies: - get-intrinsic "^1.1.0" - has "^1.0.3" - side-channel "^1.0.4" - -invariant@*, invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-bigint@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" - integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== - dependencies: - has-bigints "^1.0.1" - -is-boolean-object@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" - integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-callable@^1.1.4, is-callable@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" - integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== - -is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-core-module@^2.2.0, is-core-module@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" - integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== - dependencies: - has "^1.0.3" - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" - integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== - dependencies: - has-tostringtag "^1.0.0" - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - -is-docker@^2.0.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - -is-glob@^4.0.0, is-glob@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-interactive@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" - integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== - -is-negative-zero@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" - integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== - -is-number-object@^1.0.4: - version "1.0.7" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" - integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== - dependencies: - has-tostringtag "^1.0.0" - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-potential-custom-element-name@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" - integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== - -is-regex@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" - integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - -is-shared-array-buffer@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" - integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== - dependencies: - call-bind "^1.0.2" - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-stream@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" - integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== - -is-string@^1.0.5, is-string@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" - integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== - dependencies: - has-tostringtag "^1.0.0" - -is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" - integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== - dependencies: - has-symbols "^1.0.2" - -is-typedarray@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-unicode-supported@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" - integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== - -is-weakref@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" - integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== - dependencies: - call-bind "^1.0.2" - -is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - -isarray@1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" - integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== - -istanbul-lib-instrument@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" - integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== - dependencies: - "@babel/core" "^7.7.5" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.0.0" - semver "^6.3.0" - -istanbul-lib-instrument@^5.0.4: - version "5.1.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz#7b49198b657b27a730b8e9cb601f1e1bff24c59a" - integrity sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q== - dependencies: - "@babel/core" "^7.12.3" - "@babel/parser" "^7.14.7" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.2.0" - semver "^6.3.0" - -istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" - supports-color "^7.1.0" - -istanbul-lib-source-maps@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551" - integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^3.0.0" - source-map "^0.6.1" - -istanbul-reports@^3.0.2: - version "3.1.4" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.4.tgz#1b6f068ecbc6c331040aab5741991273e609e40c" - integrity sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw== - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - -jest-changed-files@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0" - integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== - dependencies: - "@jest/types" "^26.6.2" - execa "^4.0.0" - throat "^5.0.0" - -jest-cli@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a" - integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== - dependencies: - "@jest/core" "^26.6.3" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.4" - import-local "^3.0.2" - is-ci "^2.0.0" - jest-config "^26.6.3" - jest-util "^26.6.2" - jest-validate "^26.6.2" - prompts "^2.0.1" - yargs "^15.4.1" - -jest-config@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349" - integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg== - dependencies: - "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^26.6.3" - "@jest/types" "^26.6.2" - babel-jest "^26.6.3" - chalk "^4.0.0" - deepmerge "^4.2.2" - glob "^7.1.1" - graceful-fs "^4.2.4" - jest-environment-jsdom "^26.6.2" - jest-environment-node "^26.6.2" - jest-get-type "^26.3.0" - jest-jasmine2 "^26.6.3" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - micromatch "^4.0.2" - pretty-format "^26.6.2" - -jest-diff@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394" - integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA== - dependencies: - chalk "^4.0.0" - diff-sequences "^26.6.2" - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-docblock@^26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5" - integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== - dependencies: - detect-newline "^3.0.0" - -jest-each@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb" - integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A== - dependencies: - "@jest/types" "^26.6.2" - chalk "^4.0.0" - jest-get-type "^26.3.0" - jest-util "^26.6.2" - pretty-format "^26.6.2" - -jest-environment-jsdom@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e" - integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q== - dependencies: - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - jest-util "^26.6.2" - jsdom "^16.4.0" - -jest-environment-node@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c" - integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag== - dependencies: - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - jest-util "^26.6.2" - -jest-get-type@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" - integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== - -jest-haste-map@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" - integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== - dependencies: - "@jest/types" "^26.6.2" - "@types/graceful-fs" "^4.1.2" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.4" - jest-regex-util "^26.0.0" - jest-serializer "^26.6.2" - jest-util "^26.6.2" - jest-worker "^26.6.2" - micromatch "^4.0.2" - sane "^4.0.3" - walker "^1.0.7" - optionalDependencies: - fsevents "^2.1.2" - -jest-haste-map@^27.3.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f" - integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng== - dependencies: - "@jest/types" "^27.5.1" - "@types/graceful-fs" "^4.1.2" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^27.5.1" - jest-serializer "^27.5.1" - jest-util "^27.5.1" - jest-worker "^27.5.1" - micromatch "^4.0.4" - walker "^1.0.7" - optionalDependencies: - fsevents "^2.3.2" - -jest-jasmine2@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" - integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg== - dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^26.6.2" - "@jest/source-map" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - co "^4.6.0" - expect "^26.6.2" - is-generator-fn "^2.0.0" - jest-each "^26.6.2" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-runtime "^26.6.3" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - pretty-format "^26.6.2" - throat "^5.0.0" - -jest-leak-detector@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af" - integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== - dependencies: - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-matcher-utils@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a" - integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== - dependencies: - chalk "^4.0.0" - jest-diff "^26.6.2" - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-message-util@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07" - integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== - dependencies: - "@babel/code-frame" "^7.0.0" - "@jest/types" "^26.6.2" - "@types/stack-utils" "^2.0.0" - chalk "^4.0.0" - graceful-fs "^4.2.4" - micromatch "^4.0.2" - pretty-format "^26.6.2" - slash "^3.0.0" - stack-utils "^2.0.2" - -jest-mock@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302" - integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew== - dependencies: - "@jest/types" "^26.6.2" - "@types/node" "*" - -jest-pnp-resolver@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" - integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - -jest-regex-util@^26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" - integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== - -jest-regex-util@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95" - integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg== - -jest-resolve-dependencies@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" - integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg== - dependencies: - "@jest/types" "^26.6.2" - jest-regex-util "^26.0.0" - jest-snapshot "^26.6.2" - -jest-resolve@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.2.tgz#a3ab1517217f469b504f1b56603c5bb541fbb507" - integrity sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ== - dependencies: - "@jest/types" "^26.6.2" - chalk "^4.0.0" - graceful-fs "^4.2.4" - jest-pnp-resolver "^1.2.2" - jest-util "^26.6.2" - read-pkg-up "^7.0.1" - resolve "^1.18.1" - slash "^3.0.0" - -jest-runner@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159" - integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ== - dependencies: - "@jest/console" "^26.6.2" - "@jest/environment" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - emittery "^0.7.1" - exit "^0.1.2" - graceful-fs "^4.2.4" - jest-config "^26.6.3" - jest-docblock "^26.0.0" - jest-haste-map "^26.6.2" - jest-leak-detector "^26.6.2" - jest-message-util "^26.6.2" - jest-resolve "^26.6.2" - jest-runtime "^26.6.3" - jest-util "^26.6.2" - jest-worker "^26.6.2" - source-map-support "^0.5.6" - throat "^5.0.0" - -jest-runtime@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b" - integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== - dependencies: - "@jest/console" "^26.6.2" - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/globals" "^26.6.2" - "@jest/source-map" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/yargs" "^15.0.0" - chalk "^4.0.0" - cjs-module-lexer "^0.6.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.2.4" - jest-config "^26.6.3" - jest-haste-map "^26.6.2" - jest-message-util "^26.6.2" - jest-mock "^26.6.2" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - slash "^3.0.0" - strip-bom "^4.0.0" - yargs "^15.4.1" - -jest-serializer@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1" - integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== - dependencies: - "@types/node" "*" - graceful-fs "^4.2.4" - -jest-serializer@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64" - integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w== - dependencies: - "@types/node" "*" - graceful-fs "^4.2.9" - -jest-snapshot@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84" - integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og== - dependencies: - "@babel/types" "^7.0.0" - "@jest/types" "^26.6.2" - "@types/babel__traverse" "^7.0.4" - "@types/prettier" "^2.0.0" - chalk "^4.0.0" - expect "^26.6.2" - graceful-fs "^4.2.4" - jest-diff "^26.6.2" - jest-get-type "^26.3.0" - jest-haste-map "^26.6.2" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-resolve "^26.6.2" - natural-compare "^1.4.0" - pretty-format "^26.6.2" - semver "^7.3.2" - -jest-util@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" - integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== - dependencies: - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - graceful-fs "^4.2.4" - is-ci "^2.0.0" - micromatch "^4.0.2" - -jest-util@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9" - integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw== - dependencies: - "@jest/types" "^27.5.1" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - -jest-validate@^26.5.2, jest-validate@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" - integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ== - dependencies: - "@jest/types" "^26.6.2" - camelcase "^6.0.0" - chalk "^4.0.0" - jest-get-type "^26.3.0" - leven "^3.1.0" - pretty-format "^26.6.2" - -jest-watcher@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975" - integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ== - dependencies: - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - jest-util "^26.6.2" - string-length "^4.0.1" - -jest-worker@^26.0.0, jest-worker@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" - integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^7.0.0" - -jest-worker@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" - integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef" - integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q== - dependencies: - "@jest/core" "^26.6.3" - import-local "^3.0.2" - jest-cli "^26.6.3" - -jetifier@^1.6.2: - version "1.6.8" - resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.8.tgz#e88068697875cbda98c32472902c4d3756247798" - integrity sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw== - -joi@^17.2.1: - version "17.6.0" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2" - integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw== - dependencies: - "@hapi/hoek" "^9.0.0" - "@hapi/topo" "^5.0.0" - "@sideway/address" "^4.1.3" - "@sideway/formula" "^3.0.0" - "@sideway/pinpoint" "^2.0.0" - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsc-android@^250230.2.1: - version "250230.2.1" - resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83" - integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q== - -jscodeshift@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.13.1.tgz#69bfe51e54c831296380585c6d9e733512aecdef" - integrity sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ== - dependencies: - "@babel/core" "^7.13.16" - "@babel/parser" "^7.13.16" - "@babel/plugin-proposal-class-properties" "^7.13.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" - "@babel/plugin-proposal-optional-chaining" "^7.13.12" - "@babel/plugin-transform-modules-commonjs" "^7.13.8" - "@babel/preset-flow" "^7.13.13" - "@babel/preset-typescript" "^7.13.0" - "@babel/register" "^7.13.16" - babel-core "^7.0.0-bridge.0" - chalk "^4.1.2" - flow-parser "0.*" - graceful-fs "^4.2.4" - micromatch "^3.1.10" - neo-async "^2.5.0" - node-dir "^0.1.17" - recast "^0.20.4" - temp "^0.8.4" - write-file-atomic "^2.3.0" - -jsdom@^16.4.0: - version "16.7.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710" - integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw== - dependencies: - abab "^2.0.5" - acorn "^8.2.4" - acorn-globals "^6.0.0" - cssom "^0.4.4" - cssstyle "^2.3.0" - data-urls "^2.0.0" - decimal.js "^10.2.1" - domexception "^2.0.1" - escodegen "^2.0.0" - form-data "^3.0.0" - html-encoding-sniffer "^2.0.1" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-potential-custom-element-name "^1.0.1" - nwsapi "^2.2.0" - parse5 "6.0.1" - saxes "^5.0.1" - symbol-tree "^3.2.4" - tough-cookie "^4.0.0" - w3c-hr-time "^1.0.2" - w3c-xmlserializer "^2.0.0" - webidl-conversions "^6.1.0" - whatwg-encoding "^1.0.5" - whatwg-mimetype "^2.3.0" - whatwg-url "^8.5.0" - ws "^7.4.6" - xml-name-validator "^3.0.0" - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-parse-better-errors@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema-traverse@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" - integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== - -json-stable-stringify-without-jsonify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - -json5@^2.1.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" - integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== - -jsonfile@^2.1.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" - integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - -"jsx-ast-utils@^2.4.1 || ^3.0.0": - version "3.2.2" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz#6ab1e52c71dfc0c0707008a91729a9491fe9f76c" - integrity sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw== - dependencies: - array-includes "^3.1.4" - object.assign "^4.1.2" - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -klaw@^1.0.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" - integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk= - optionalDependencies: - graceful-fs "^4.1.9" - -kleur@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -levn@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" - integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - dependencies: - prelude-ls "^1.2.1" - type-check "~0.4.0" - -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= - -lodash.merge@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" - integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - -lodash.throttle@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" - integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= - -lodash.truncate@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" - integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= - -lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.7.0: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" - -log-symbols@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" - integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== - dependencies: - chalk "^4.1.0" - is-unicode-supported "^0.1.0" - -logkitty@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7" - integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ== - dependencies: - ansi-fragments "^0.2.1" - dayjs "^1.8.15" - yargs "^15.1.0" - -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -make-dir@^2.0.0, make-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - -make-dir@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - -makeerror@1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" - integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== - dependencies: - tmpl "1.0.5" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -metro-babel-transformer@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.67.0.tgz#42fe82af9953e5c62d9a8d7d544eb7be9020dd18" - integrity sha512-SBqc4nq/dgsPNFm+mpWcQQzJaXnh0nrfz2pSnZC4i6zMtIakrTWb8SQ78jOU1FZVEZ3nu9xCYVHS9Tbr/LoEuw== - dependencies: - "@babel/core" "^7.14.0" - hermes-parser "0.5.0" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - -metro-cache-key@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.67.0.tgz#4df6a73cced199e1bddd0f3454bb931a27141eeb" - integrity sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA== - -metro-cache@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.67.0.tgz#928db5742542719677468c4d22ea29b71c7ec8fc" - integrity sha512-IY5dXiR76L75b2ue/mv+9vW8g5hdQJU6YEe81lj6gTSoUrhcONT0rzY+Gh5QOS2Kk6z9utZQMvd9PRKL9/635A== - dependencies: - metro-core "0.67.0" - mkdirp "^0.5.1" - rimraf "^2.5.4" - -metro-config@0.67.0, metro-config@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.67.0.tgz#5507d3b295bd10c87bd13dbe5a3033a357418786" - integrity sha512-ThAwUmzZwTbKyyrIn2bKIcJDPDBS0LKAbqJZQioflvBGfcgA21h3fdL3IxRmvCEl6OnkEWI0Tn1Z9w2GLAjf2g== - dependencies: - cosmiconfig "^5.0.5" - jest-validate "^26.5.2" - metro "0.67.0" - metro-cache "0.67.0" - metro-core "0.67.0" - metro-runtime "0.67.0" - -metro-core@0.67.0, metro-core@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.67.0.tgz#75066e11b4df220992abf9cd6200279dd87876c8" - integrity sha512-TOa/ShE1bUq83fGNfV6rFwyfZ288M8ydmWN3g9C2OW8emOHLhJslYD/SIU4DhDkP/99yaJluIALdZ2g0+pCrvQ== - dependencies: - jest-haste-map "^27.3.1" - lodash.throttle "^4.1.1" - metro-resolver "0.67.0" - -metro-hermes-compiler@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz#9c1340f1882fbf535145868d0d28211ca15b0477" - integrity sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ== - -metro-inspector-proxy@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.67.0.tgz#22b360a837b07e9e2bc87a71af6154dd8fcc02a5" - integrity sha512-5Ubjk94qpNaU3OT2IZa4/dec09bauic1hzWms4czorBzDenkp4kYXG9/aWTmgQLtCk92H3Q8jKl1PQRxUSkrOQ== - dependencies: - connect "^3.6.5" - debug "^2.2.0" - ws "^7.5.1" - yargs "^15.3.1" - -metro-minify-uglify@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.67.0.tgz#28a77dbd78d9e558dba8c2f31c2b9c6f939df966" - integrity sha512-4CmM5b3MTAmQ/yFEfsHOhD2SuBObB2YF6PKzXZc4agUsQVVtkrrNElaiWa8w26vrTzA9emwcyurxMf4Nl3lYPQ== - dependencies: - uglify-es "^3.1.9" - -metro-react-native-babel-preset@0.67.0, metro-react-native-babel-preset@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz#53aec093f53a09b56236a9bb534d76658efcbec7" - integrity sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig== - dependencies: - "@babel/core" "^7.14.0" - "@babel/plugin-proposal-class-properties" "^7.0.0" - "@babel/plugin-proposal-export-default-from" "^7.0.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" - "@babel/plugin-proposal-object-rest-spread" "^7.0.0" - "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" - "@babel/plugin-proposal-optional-chaining" "^7.0.0" - "@babel/plugin-syntax-dynamic-import" "^7.0.0" - "@babel/plugin-syntax-export-default-from" "^7.0.0" - "@babel/plugin-syntax-flow" "^7.2.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" - "@babel/plugin-syntax-optional-chaining" "^7.0.0" - "@babel/plugin-transform-arrow-functions" "^7.0.0" - "@babel/plugin-transform-async-to-generator" "^7.0.0" - "@babel/plugin-transform-block-scoping" "^7.0.0" - "@babel/plugin-transform-classes" "^7.0.0" - "@babel/plugin-transform-computed-properties" "^7.0.0" - "@babel/plugin-transform-destructuring" "^7.0.0" - "@babel/plugin-transform-exponentiation-operator" "^7.0.0" - "@babel/plugin-transform-flow-strip-types" "^7.0.0" - "@babel/plugin-transform-for-of" "^7.0.0" - "@babel/plugin-transform-function-name" "^7.0.0" - "@babel/plugin-transform-literals" "^7.0.0" - "@babel/plugin-transform-modules-commonjs" "^7.0.0" - "@babel/plugin-transform-object-assign" "^7.0.0" - "@babel/plugin-transform-parameters" "^7.0.0" - "@babel/plugin-transform-react-display-name" "^7.0.0" - "@babel/plugin-transform-react-jsx" "^7.0.0" - "@babel/plugin-transform-react-jsx-self" "^7.0.0" - "@babel/plugin-transform-react-jsx-source" "^7.0.0" - "@babel/plugin-transform-regenerator" "^7.0.0" - "@babel/plugin-transform-runtime" "^7.0.0" - "@babel/plugin-transform-shorthand-properties" "^7.0.0" - "@babel/plugin-transform-spread" "^7.0.0" - "@babel/plugin-transform-sticky-regex" "^7.0.0" - "@babel/plugin-transform-template-literals" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.5.0" - "@babel/plugin-transform-unicode-regex" "^7.0.0" - "@babel/template" "^7.0.0" - react-refresh "^0.4.0" - -metro-react-native-babel-transformer@0.67.0, metro-react-native-babel-transformer@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.67.0.tgz#756d32eb3c05cab3d72fcb1700f8fd09322bb07f" - integrity sha512-P0JT09n7T01epUtgL9mH6BPat3xn4JjBakl4lWHdL61cvEGcrxuIom1eoFFKkgU/K5AVLU4aCAttHS7nSFCcEQ== - dependencies: - "@babel/core" "^7.14.0" - babel-preset-fbjs "^3.4.0" - hermes-parser "0.5.0" - metro-babel-transformer "0.67.0" - metro-react-native-babel-preset "0.67.0" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - -metro-resolver@0.67.0, metro-resolver@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.67.0.tgz#8143c716f77e468d1d42eca805243706eb349959" - integrity sha512-d2KS/zAyOA/z/q4/ff41rAp+1txF4H6qItwpsls/RHStV2j6PqgRHUzq/3ga+VIeoUJntYJ8nGW3+3qSrhFlig== - dependencies: - absolute-path "^0.0.0" - -metro-runtime@0.67.0, metro-runtime@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.67.0.tgz#a8888dfd06bcebbac3c99dcac7cd622510dd8ee0" - integrity sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g== - -metro-source-map@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.67.0.tgz#e28db7253b9ca688e60d5710ebdccba60b45b2df" - integrity sha512-yxypInsRo3SfS00IgTuL6a2W2tfwLY//vA2E+GeqGBF5zTbJZAhwNGIEl8S87XXZhwzJcxf5/8LjJC1YDzabww== - dependencies: - "@babel/traverse" "^7.14.0" - "@babel/types" "^7.0.0" - invariant "^2.2.4" - metro-symbolicate "0.67.0" - nullthrows "^1.1.1" - ob1 "0.67.0" - source-map "^0.5.6" - vlq "^1.0.0" - -metro-symbolicate@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.67.0.tgz#16729d05663d28176895244b3d932a898fca2b45" - integrity sha512-ZqVVcfa0xSz40eFzA5P8pCF3V6Tna9RU1prFzAJTa3j9dCGqwh0HTXC8AIkMtgX7hNdZrCJI1YipzUBlwkT0/A== - dependencies: - invariant "^2.2.4" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - source-map "^0.5.6" - through2 "^2.0.1" - vlq "^1.0.0" - -metro-transform-plugins@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.67.0.tgz#6122aa4e5e5f9a767cebcc5af6fd1695666683ce" - integrity sha512-DQFoSDIJdTMPDTUlKaCNJjEXiHGwFNneAF9wDSJ3luO5gigM7t7MuSaPzF4hpjmfmcfPnRhP6AEn9jcza2Sh8Q== - dependencies: - "@babel/core" "^7.14.0" - "@babel/generator" "^7.14.0" - "@babel/template" "^7.0.0" - "@babel/traverse" "^7.14.0" - nullthrows "^1.1.1" - -metro-transform-worker@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.67.0.tgz#5689553c25b0657aadefdf4ea2cd8dd06e18882a" - integrity sha512-29n+JdTb80ROiv/wDiBVlY/xRAF/nrjhp/Udv/XJl1DZb+x7JEiPxpbpthPhwwl+AYxVrostGB0W06WJ61hfiw== - dependencies: - "@babel/core" "^7.14.0" - "@babel/generator" "^7.14.0" - "@babel/parser" "^7.14.0" - "@babel/types" "^7.0.0" - babel-preset-fbjs "^3.4.0" - metro "0.67.0" - metro-babel-transformer "0.67.0" - metro-cache "0.67.0" - metro-cache-key "0.67.0" - metro-hermes-compiler "0.67.0" - metro-source-map "0.67.0" - metro-transform-plugins "0.67.0" - nullthrows "^1.1.1" - -metro@0.67.0, metro@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.67.0.tgz#8007a041d22de1cdb05184431c67eb7989eef6e0" - integrity sha512-DwuBGAFcAivoac/swz8Lp7Y5Bcge1tzT7T6K0nf1ubqJP8YzBUtyR4pkjEYVUzVu/NZf7O54kHSPVu1ibYzOBQ== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/core" "^7.14.0" - "@babel/generator" "^7.14.0" - "@babel/parser" "^7.14.0" - "@babel/template" "^7.0.0" - "@babel/traverse" "^7.14.0" - "@babel/types" "^7.0.0" - absolute-path "^0.0.0" - accepts "^1.3.7" - async "^2.4.0" - chalk "^4.0.0" - ci-info "^2.0.0" - connect "^3.6.5" - debug "^2.2.0" - denodeify "^1.2.1" - error-stack-parser "^2.0.6" - fs-extra "^1.0.0" - graceful-fs "^4.1.3" - hermes-parser "0.5.0" - image-size "^0.6.0" - invariant "^2.2.4" - jest-haste-map "^27.3.1" - jest-worker "^26.0.0" - lodash.throttle "^4.1.1" - metro-babel-transformer "0.67.0" - metro-cache "0.67.0" - metro-cache-key "0.67.0" - metro-config "0.67.0" - metro-core "0.67.0" - metro-hermes-compiler "0.67.0" - metro-inspector-proxy "0.67.0" - metro-minify-uglify "0.67.0" - metro-react-native-babel-preset "0.67.0" - metro-resolver "0.67.0" - metro-runtime "0.67.0" - metro-source-map "0.67.0" - metro-symbolicate "0.67.0" - metro-transform-plugins "0.67.0" - metro-transform-worker "0.67.0" - mime-types "^2.1.27" - mkdirp "^0.5.1" - node-fetch "^2.2.0" - nullthrows "^1.1.1" - rimraf "^2.5.4" - serialize-error "^2.1.0" - source-map "^0.5.6" - strip-ansi "^6.0.0" - temp "0.8.3" - throat "^5.0.0" - ws "^7.5.1" - yargs "^15.3.1" - -micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -micromatch@^4.0.2, micromatch@^4.0.4: - version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== - dependencies: - braces "^3.0.2" - picomatch "^2.3.1" - -mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": - version "1.52.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.34: - version "2.1.35" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mime@^2.4.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== - -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.6: - version "1.2.6" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" - integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mkdirp@^0.5.1: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -ms@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - -negotiator@0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -neo-async@^2.5.0: - version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" - integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -nocache@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f" - integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q== - -node-dir@^0.1.17: - version "0.1.17" - resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5" - integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= - dependencies: - minimatch "^3.0.2" - -node-fetch@^2.2.0, node-fetch@^2.6.0: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - -node-notifier@^8.0.0: - version "8.0.2" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5" - integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg== - dependencies: - growly "^1.3.0" - is-wsl "^2.2.0" - semver "^7.3.2" - shellwords "^0.1.1" - uuid "^8.3.0" - which "^2.0.2" - -node-releases@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01" - integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg== - -node-stream-zip@^1.9.1: - version "1.15.0" - resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.15.0.tgz#158adb88ed8004c6c49a396b50a6a5de3bca33ea" - integrity sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw== - -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -npm-run-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -nullthrows@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1" - integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw== - -nwsapi@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" - integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - -ob1@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.67.0.tgz#91f104c90641b1af8c364fc82a4b2c7d0801072d" - integrity sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g== - -object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-inspect@^1.12.0, object-inspect@^1.9.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" - integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== - -object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.assign@^4.1.0, object.assign@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" - object-keys "^1.1.1" - -object.entries@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861" - integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - -object.fromentries@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251" - integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - -object.hasown@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5" - integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.19.1" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -object.values@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" - integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - -on-finished@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== - dependencies: - ee-first "1.1.1" - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - dependencies: - mimic-fn "^1.0.0" - -onetime@^5.1.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -open@^6.2.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" - integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== - dependencies: - is-wsl "^1.1.0" - -optionator@^0.8.1: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" - -optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== - dependencies: - deep-is "^0.1.3" - fast-levenshtein "^2.0.6" - levn "^0.4.1" - prelude-ls "^1.2.1" - type-check "^0.4.0" - word-wrap "^1.2.3" - -ora@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" - integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== - dependencies: - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-spinners "^2.0.0" - log-symbols "^2.2.0" - strip-ansi "^5.2.0" - wcwidth "^1.0.1" - -ora@^5.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" - integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== - dependencies: - bl "^4.1.0" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-spinners "^2.5.0" - is-interactive "^1.0.0" - is-unicode-supported "^0.1.0" - log-symbols "^4.1.0" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -p-each-series@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" - integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-limit@^2.0.0, p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-json@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parse5@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - -parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.6, path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -picocolors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== - -picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pirates@^4.0.1, pirates@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== - -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -pkg-dir@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - dependencies: - find-up "^4.0.0" - -plist@^3.0.2, plist@^3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.5.tgz#2cbeb52d10e3cdccccf0c11a63a85d830970a987" - integrity sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA== - dependencies: - base64-js "^1.5.1" - xmlbuilder "^9.0.7" - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -prelude-ls@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" - integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -prettier-linter-helpers@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" - integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== - dependencies: - fast-diff "^1.1.2" - -prettier@^2.0.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032" - integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== - -pretty-format@^26.5.2, pretty-format@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" - integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== - dependencies: - "@jest/types" "^26.6.2" - ansi-regex "^5.0.0" - ansi-styles "^4.0.0" - react-is "^17.0.1" - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -progress@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -promise@^8.0.3: - version "8.1.0" - resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e" - integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q== - dependencies: - asap "~2.0.6" - -prompts@^2.0.1, prompts@^2.4.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" - integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.5" - -prop-types@*, prop-types@^15.8.1: - version "15.8.1" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" - integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.13.1" - -psl@^1.1.33: - version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -react-devtools-core@^4.23.0: - version "4.24.3" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.24.3.tgz#371fef3f5c639db0dc59eeef334dd5e10ac61661" - integrity sha512-+htKZxLxDN14jhRG3+IXRiJqNSGHUiPYrMtv9e7qlZxcbKeJjVs+C/hd8kZF5rydp3faBwFN6ZpTaZnLA3/ZGA== - dependencies: - shell-quote "^1.6.1" - ws "^7" - -"react-is@^16.12.0 || ^17.0.0", react-is@^17.0.1, react-is@^17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" - integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== - -react-is@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-native-codegen@*: - version "0.0.14" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.14.tgz#1c8a9d39935e611a22765aefb06c2d81b2341672" - integrity sha512-i3TtOB7IWIhaKZCg7EMBcXmNtaxEMFyzGQ4Zf6ZR1esj6gs36OWpYj357nSqeqzPKUqb8P1pUvmhoLIK4uVNeQ== - dependencies: - "@babel/parser" "^7.14.0" - flow-parser "^0.121.0" - jscodeshift "^0.13.1" - nullthrows "^1.1.1" - -react-native-codegen@^0.0.13: - version "0.0.13" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.13.tgz#4cc94546fc75a5dbe9350d59c10108f2efe6bc17" - integrity sha512-rCh1P+s0Q4N6vNgS97ckafbhJRztz22+0l0VZoyQC06F07J98kI5cUByH0ATypPRIdpkMbAZc59DoPdDFc01bg== - dependencies: - "@babel/parser" "^7.14.0" - flow-parser "^0.121.0" - jscodeshift "^0.13.1" - nullthrows "^1.1.1" - -react-native-gradle-plugin@^0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.5.tgz#1f20d437b140eda65b6e3bdf6eb102bbab1a5a10" - integrity sha512-kGupXo+pD2mB6Z+Oyowor3qlCroiS32FNGoiGQdwU19u8o+NNhEZKwoKfC5Qt03bMZSmFlcAlTyf79vrS2BZKQ== - dependencies: - react-native-codegen "*" - -react-native@0.68.0: - version "0.68.0" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.0.tgz#00204818c7fa5a9802ee73f3905a6d9b1c945a31" - integrity sha512-Qi8KpG9rqiU0hVp05GKkuRe8iAVhblYMwpnwG3wkBi99Z/X8iZ0jD1b1UW0/y6oesmCyGQAxpsB36imU8zg1AQ== - dependencies: - "@jest/create-cache-key-function" "^27.0.1" - "@react-native-community/cli" "^7.0.3" - "@react-native-community/cli-platform-android" "^7.0.1" - "@react-native-community/cli-platform-ios" "^7.0.1" - "@react-native/assets" "1.0.0" - "@react-native/normalize-color" "2.0.0" - "@react-native/polyfills" "2.0.0" - abort-controller "^3.0.0" - anser "^1.4.9" - base64-js "^1.1.2" - deprecated-react-native-prop-types "^2.3.0" - event-target-shim "^5.0.1" - hermes-engine "~0.11.0" - invariant "^2.2.4" - jsc-android "^250230.2.1" - metro-react-native-babel-transformer "0.67.0" - metro-runtime "0.67.0" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - pretty-format "^26.5.2" - promise "^8.0.3" - react-devtools-core "^4.23.0" - react-native-codegen "^0.0.13" - react-native-gradle-plugin "^0.0.5" - react-refresh "^0.4.0" - react-shallow-renderer "16.14.1" - regenerator-runtime "^0.13.2" - scheduler "^0.20.2" - stacktrace-parser "^0.1.3" - use-subscription "^1.0.0" - whatwg-fetch "^3.0.0" - ws "^6.1.4" - -react-refresh@^0.4.0: - version "0.4.3" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53" - integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA== - -react-shallow-renderer@16.14.1, react-shallow-renderer@^16.13.1: - version "16.14.1" - resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124" - integrity sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg== - dependencies: - object-assign "^4.1.1" - react-is "^16.12.0 || ^17.0.0" - -react-test-renderer@17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-17.0.2.tgz#4cd4ae5ef1ad5670fc0ef776e8cc7e1231d9866c" - integrity sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ== - dependencies: - object-assign "^4.1.1" - react-is "^17.0.2" - react-shallow-renderer "^16.13.1" - scheduler "^0.20.2" - -react@17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - -readable-stream@^3.4.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readline@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/readline/-/readline-1.3.0.tgz#c580d77ef2cfc8752b132498060dc9793a7ac01c" - integrity sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw= - -recast@^0.20.4: - version "0.20.5" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" - integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ== - dependencies: - ast-types "0.14.2" - esprima "~4.0.0" - source-map "~0.6.1" - tslib "^2.0.1" - -regenerate-unicode-properties@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56" - integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw== - dependencies: - regenerate "^1.4.2" - -regenerate@^1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" - integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - -regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.4: - version "0.13.9" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" - integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== - -regenerator-transform@^0.14.2: - version "0.14.5" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" - integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - dependencies: - "@babel/runtime" "^7.8.4" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regexp.prototype.flags@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" - integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -regexpp@^3.0.0, regexpp@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" - integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== - -regexpu-core@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.0.1.tgz#c531122a7840de743dcf9c83e923b5560323ced3" - integrity sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw== - dependencies: - regenerate "^1.4.2" - regenerate-unicode-properties "^10.0.1" - regjsgen "^0.6.0" - regjsparser "^0.8.2" - unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.0.0" - -regjsgen@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d" - integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== - -regjsparser@^0.8.2: - version "0.8.4" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.8.4.tgz#8a14285ffcc5de78c5b95d62bbf413b6bc132d5f" - integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA== - dependencies: - jsesc "~0.5.0" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" - integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== - -repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-from-string@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" - integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -resolve-cwd@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" - integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - dependencies: - resolve-from "^5.0.0" - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.18.1: - version "1.22.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" - integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== - dependencies: - is-core-module "^2.8.1" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -resolve@^2.0.0-next.3: - version "2.0.0-next.3" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46" - integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q== - dependencies: - is-core-module "^2.2.0" - path-parse "^1.0.6" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" - -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -rimraf@^2.5.4: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -rimraf@^3.0.0, rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rimraf@~2.2.6: - version "2.2.8" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582" - integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI= - -rimraf@~2.6.2: - version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - dependencies: - glob "^7.1.3" - -rsvp@^4.8.4: - version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" - integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sane@^4.0.3: - version "4.1.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" - integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - dependencies: - "@cnakazawa/watch" "^1.0.3" - anymatch "^2.0.0" - capture-exit "^2.0.0" - exec-sh "^0.3.2" - execa "^1.0.0" - fb-watchman "^2.0.0" - micromatch "^3.1.4" - minimist "^1.1.1" - walker "~1.0.5" - -sax@^1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -saxes@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" - integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - dependencies: - xmlchars "^2.2.0" - -scheduler@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" - integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.2.1, semver@^7.3.2: - version "7.3.5" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" - integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== - dependencies: - lru-cache "^6.0.0" - -send@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" - integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" - -serialize-error@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" - integrity sha1-ULZ51WNc34Rme9yOWa9OW4HV9go= - -serve-static@^1.13.1: - version "1.15.0" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" - integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.18.0" - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -setprototypeof@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - -shallow-clone@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" - integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - dependencies: - kind-of "^6.0.2" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -shell-quote@1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" - integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c= - dependencies: - array-filter "~0.0.0" - array-map "~0.0.0" - array-reduce "~0.0.0" - jsonify "~0.0.0" - -shell-quote@^1.6.1, shell-quote@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" - integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== - -shellwords@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" - integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -simple-plist@^1.1.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-1.3.1.tgz#16e1d8f62c6c9b691b8383127663d834112fb017" - integrity sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw== - dependencies: - bplist-creator "0.1.0" - bplist-parser "0.3.1" - plist "^3.0.5" - -sisteransi@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" - integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -slice-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" - integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== - dependencies: - ansi-styles "^3.2.0" - astral-regex "^1.0.0" - is-fullwidth-code-point "^2.0.0" - -slice-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" - integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - dependencies: - ansi-styles "^4.0.0" - astral-regex "^2.0.0" - is-fullwidth-code-point "^3.0.0" - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -source-map-resolve@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - dependencies: - atob "^2.1.2" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@^0.5.16, source-map-support@^0.5.6: - version "0.5.21" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" - integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" - integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== - -source-map@^0.5.0, source-map@^0.5.6: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@^0.7.3: - version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - -spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.11" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" - integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -stack-utils@^2.0.2: - version "2.0.5" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" - integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== - dependencies: - escape-string-regexp "^2.0.0" - -stackframe@^1.1.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.1.tgz#1033a3473ee67f08e2f2fc8eba6aef4f845124e1" - integrity sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg== - -stacktrace-parser@^0.1.3: - version "0.1.10" - resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz#29fb0cae4e0d0b85155879402857a1639eb6051a" - integrity sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg== - dependencies: - type-fest "^0.7.1" - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -statuses@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" - integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== - -statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stream-buffers@2.2.x: - version "2.2.0" - resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" - integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ= - -string-length@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" - integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== - dependencies: - char-regex "^1.0.2" - strip-ansi "^6.0.0" - -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string.prototype.matchall@^4.0.6: - version "4.0.7" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" - integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - get-intrinsic "^1.1.1" - has-symbols "^1.0.3" - internal-slot "^1.0.3" - regexp.prototype.flags "^1.4.1" - side-channel "^1.0.4" - -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^5.0.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-bom@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" - integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - -strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" - integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - -sudo-prompt@^9.0.0: - version "9.2.1" - resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-9.2.1.tgz#77efb84309c9ca489527a4e749f287e6bdd52afd" - integrity sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw== - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.0.0, supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -supports-color@^8.0.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" - integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== - dependencies: - has-flag "^4.0.0" - -supports-hyperlinks@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb" - integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ== - dependencies: - has-flag "^4.0.0" - supports-color "^7.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -symbol-tree@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -table@^6.0.9: - version "6.8.0" - resolved "https://registry.yarnpkg.com/table/-/table-6.8.0.tgz#87e28f14fa4321c3377ba286f07b79b281a3b3ca" - integrity sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA== - dependencies: - ajv "^8.0.1" - lodash.truncate "^4.4.2" - slice-ansi "^4.0.0" - string-width "^4.2.3" - strip-ansi "^6.0.1" - -temp@0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59" - integrity sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k= - dependencies: - os-tmpdir "^1.0.0" - rimraf "~2.2.6" - -temp@^0.8.4: - version "0.8.4" - resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2" - integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== - dependencies: - rimraf "~2.6.2" - -terminal-link@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" - integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - dependencies: - ansi-escapes "^4.2.1" - supports-hyperlinks "^2.0.0" - -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -text-table@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - -throat@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" - integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== - -through2@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -tmpl@1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" - integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -toidentifier@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" - integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== - -tough-cookie@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4" - integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== - dependencies: - psl "^1.1.33" - punycode "^2.1.1" - universalify "^0.1.2" - -tr46@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240" - integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw== - dependencies: - punycode "^2.1.1" - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= - -tslib@^1.8.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^2.0.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== - -tsutils@^3.17.1: - version "3.21.0" - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" - integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== - dependencies: - tslib "^1.8.1" - -type-check@^0.4.0, type-check@~0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" - integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - dependencies: - prelude-ls "^1.2.1" - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-detect@4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" - integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - -type-fest@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - -type-fest@^0.21.3: - version "0.21.3" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" - integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== - -type-fest@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - -type-fest@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" - integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - -uglify-es@^3.1.9: - version "3.3.9" - resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677" - integrity sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ== - dependencies: - commander "~2.13.0" - source-map "~0.6.1" - -unbox-primitive@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - -unicode-canonical-property-names-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" - integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== - -unicode-match-property-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" - integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== - dependencies: - unicode-canonical-property-names-ecmascript "^2.0.0" - unicode-property-aliases-ecmascript "^2.0.0" - -unicode-match-property-value-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" - integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== - -unicode-property-aliases-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" - integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -universalify@^0.1.0, universalify@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -uri-js@^4.2.2: - version "4.4.1" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - dependencies: - punycode "^2.1.0" - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -use-subscription@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.6.0.tgz#86ace4f60675a4c360712975c4933ac95c7e7f35" - integrity sha512-0Y/cTLlZfw547tJhJMoRA16OUbVqRm6DmvGpiGbmLST6BIA5KU5cKlvlz8DVMrACnWpyEjCkgmhLatthP4jUbA== - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -uuid@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" - integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== - -uuid@^8.3.0: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== - -v8-compile-cache@^2.0.3: - version "2.3.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" - integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - -v8-to-istanbul@^7.0.0: - version "7.1.2" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz#30898d1a7fa0c84d225a2c1434fb958f290883c1" - integrity sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^1.6.0" - source-map "^0.7.3" - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -vlq@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/vlq/-/vlq-1.0.1.tgz#c003f6e7c0b4c1edd623fd6ee50bbc0d6a1de468" - integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w== - -w3c-hr-time@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd" - integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - dependencies: - browser-process-hrtime "^1.0.0" - -w3c-xmlserializer@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a" - integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== - dependencies: - xml-name-validator "^3.0.0" - -walker@^1.0.7, walker@~1.0.5: - version "1.0.8" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" - integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== - dependencies: - makeerror "1.0.12" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= - -webidl-conversions@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" - integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - -webidl-conversions@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" - integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== - -whatwg-encoding@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - -whatwg-fetch@^3.0.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" - integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== - -whatwg-mimetype@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -whatwg-url@^8.0.0, whatwg-url@^8.5.0: - version "8.7.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77" - integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg== - dependencies: - lodash "^4.7.0" - tr46 "^2.1.0" - webidl-conversions "^6.1.0" - -which-boxed-primitive@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" - integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== - dependencies: - is-bigint "^1.0.1" - is-boolean-object "^1.1.0" - is-number-object "^1.0.4" - is-string "^1.0.5" - is-symbol "^1.0.3" - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1, which@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -word-wrap@^1.2.3, word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -wrap-ansi@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" - integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -write-file-atomic@^2.3.0: - version "2.4.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" - integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - signal-exit "^3.0.2" - -write-file-atomic@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" - integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - -ws@^6.1.4: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - -ws@^7, ws@^7.4.6, ws@^7.5.1: - version "7.5.7" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67" - integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A== - -xcode@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/xcode/-/xcode-3.0.1.tgz#3efb62aac641ab2c702458f9a0302696146aa53c" - integrity sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA== - dependencies: - simple-plist "^1.1.0" - uuid "^7.0.3" - -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xmlbuilder@^9.0.7: - version "9.0.7" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" - integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= - -xmlchars@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - -xmldoc@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/xmldoc/-/xmldoc-1.1.2.tgz#6666e029fe25470d599cd30e23ff0d1ed50466d7" - integrity sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ== - dependencies: - sax "^1.2.1" - -xtend@~4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yargs-parser@^18.1.2: - version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs@^15.1.0, yargs@^15.3.1, yargs@^15.4.1: - version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2" diff --git a/payment-page-sample-payload/sample-payload/optional-mandate.txt b/payment-page-sample-payload/sample-payload/optional-mandate.txt deleted file mode 100644 index 2575e68..0000000 --- a/payment-page-sample-payload/sample-payload/optional-mandate.txt +++ /dev/null @@ -1,17 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'x-merchantid: yourMerchantId' \ ---header 'Authorization: Basic base64encodedkey==' \ ---header 'Content-Type: application/json' \ ---data-raw '{ -"amount":"10.00", -"order_id":"yourUniqueOrderId", -"customer_id":"yourUniqueCustId", -"customer_phone":"9876543210", -"customer_email":"dummyemail@gmail.com", -"payment_page_client_id":"", -"action":"paymentPage", -"options.create_mandate":"OPTIONAL", -"mandate.max_amount":"1000.00", -"mandate.start_date":"1644420442", -"mandate.end_date":"1646234827" -}' diff --git a/payment-page-sample-payload/sample-payload/payment-management.txt b/payment-page-sample-payload/sample-payload/payment-management.txt deleted file mode 100644 index ec2d1f5..0000000 --- a/payment-page-sample-payload/sample-payload/payment-management.txt +++ /dev/null @@ -1,11 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'x-merchantid: yourMerchantId' \ ---header 'Authorization: Basic base64encodedkey==' \ ---header 'Content-Type: application/json' \ ---data-raw '{ -"customer_id":"dummyCustId", -"customer_phone":"9876543210", -"customer_email":"dummyemail@gmail.com", -"payment_page_client_id":"", -"action":"paymentManagement" -}' diff --git a/payment-page-sample-payload/sample-payload/payment-page.txt b/payment-page-sample-payload/sample-payload/payment-page.txt deleted file mode 100644 index bee7603..0000000 --- a/payment-page-sample-payload/sample-payload/payment-page.txt +++ /dev/null @@ -1,13 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'x-merchantid: yourMerchantId' \ ---header 'Authorization: Basic base64encodedkey==' \ ---header 'Content-Type: application/json' \ ---data-raw '{ -"amount":"10.00", -"order_id":"yourUniqueOrderId", -"customer_id":"dummyCustId", -"customer_phone":"9876543210", -"customer_email":"dummyemail@gmail.com", -"payment_page_client_id":"", -"action":"paymentPage" -}' diff --git a/payment-page-sample-payload/sample-payload/quickpay.txt b/payment-page-sample-payload/sample-payload/quickpay.txt deleted file mode 100644 index b2ffd28..0000000 --- a/payment-page-sample-payload/sample-payload/quickpay.txt +++ /dev/null @@ -1,13 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'x-merchantid: yourMerchantId' \ ---header 'Authorization: Basic base64encodedkey==' \ ---header 'Content-Type: application/json' \ ---data-raw '{ -"amount":"10.00", -"order_id":"yourUniqueOrderId", -"customer_id":"dummyCustId", -"customer_phone":"9876543210", -"customer_email":"dummyemail@gmail.com", -"payment_page_client_id":"", -"action":"quickPay" -}' diff --git a/payment-page-sample-payload/sample-payload/required-mandate.txt b/payment-page-sample-payload/sample-payload/required-mandate.txt deleted file mode 100644 index d89216b..0000000 --- a/payment-page-sample-payload/sample-payload/required-mandate.txt +++ /dev/null @@ -1,17 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/session' \ ---header 'x-merchantid: yourMerchantId' \ ---header 'Authorization: Basic base64encodedkey==' \ ---header 'Content-Type: application/json' \ ---data-raw '{ -"amount":"10.00", -"order_id":"yourUniqueOrderId", -"customer_id":"yourUniqueCustId", -"customer_phone":"9876543210", -"customer_email":"dummyemail@gmail.com", -"payment_page_client_id":"", -"action":"paymentPage", -"options.create_mandate":"REQUIRED", -"mandate.max_amount":"1000.00", -"mandate.start_date":"1644420442", -"mandate.end_date":"1646234827" -}' diff --git a/payment-page-web/payment-page-web-html-integration-demo/app.html b/payment-page-web/payment-page-web-html-integration-demo/app.html deleted file mode 100644 index 7c3a961..0000000 --- a/payment-page-web/payment-page-web-html-integration-demo/app.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - Juspay SDK Integration - - - - -

- - - - diff --git a/payv3-forms/liststored-card-api/response.txt b/payv3-forms/liststored-card-api/response.txt deleted file mode 100644 index ff9bb27..0000000 --- a/payv3-forms/liststored-card-api/response.txt +++ /dev/null @@ -1,36 +0,0 @@ -{ - "customer_id": "customer_id", - "merchantId": "merchant_id", - "cards": [ - { - "card_token": "abec0ba2-3406-47c7-93a8-f40ac025a38e", - "card_reference": "1c2d4b0120f9afe86d102edb17e79ac9", - "card_number": "5123-XXXXXXXX-2346", - "card_isin": "512345", - "card_exp_year": "2020", - "card_exp_month": "12", - "card_type": "CREDIT", - "card_issuer": "HDFC BANK", - "card_brand": "MASTERCARD", - "nickname": "", - "name_on_card": "test", - "expired": false, - "card_fingerprint": "7jkih546v33lmpu1206696sn6q" - }, - { - "card_token": "da8eeb21-82c8-4ea2-892a-4ab571ddd0fe", - "card_reference": "1b4786f380767e1ee087a1278bde18b9", - "card_number": "4242-XXXXXXXX-4242", - "card_isin": "424242", - "card_exp_year": "2020", - "card_exp_month": "12", - "card_type": "CREDIT", - "card_issuer": "", - "card_brand": "VISA", - "nickname": "", - "name_on_card": "test", - "expired": false, - "card_fingerprint": "78g5l1fp62obpivbqsved6dsgb" - } - ] -} \ No newline at end of file diff --git a/payv3-forms/liststored-card-api/shell-request.sh b/payv3-forms/liststored-card-api/shell-request.sh deleted file mode 100644 index b8fa526..0000000 --- a/payv3-forms/liststored-card-api/shell-request.sh +++ /dev/null @@ -1,2 +0,0 @@ -curl -X GET https://api.juspay.in/cards?customer_id={customer_id} \ --u your_api_key: \ No newline at end of file diff --git a/payv3-forms/mandateexecution/execute-request.sh b/payv3-forms/mandateexecution/execute-request.sh deleted file mode 100644 index c87f5a8..0000000 --- a/payv3-forms/mandateexecution/execute-request.sh +++ /dev/null @@ -1,9 +0,0 @@ -curl -X POST 'https://api.juspay.in/txns' \ --H 'Content-Type: application/x-www-form-urlencoded' \ --H 'Authorization: Basic ' --d 'order.order_id = 26234761248249834753485721' \ --d 'order.amount = 1.00' \ --d 'order.customer_id = cst_lz7zmpemoo5okgav' \ --d 'mandate_id = 4rKxSj3bNXs7RQcdtajAkb' \ --d 'merchant_id = your_merchant_idmerchantid' \ --d 'format = json' diff --git a/payv3-forms/mandateexecution/execute-response.txt b/payv3-forms/mandateexecution/execute-response.txt deleted file mode 100644 index 50d10d0..0000000 --- a/payv3-forms/mandateexecution/execute-response.txt +++ /dev/null @@ -1,15 +0,0 @@ -{ - "txn_uuid": "eulmN9X8JpeC7qK6AJq", - "txn_id": "merchant_id-26234761248249834753485721-1", - "status": "PENDING_VBV", - "payment": { - "authentication": { - "url": "https://api.juspay.in/v2/pay/finish/merchant_id/eulmN9X8JpeC7qK6AJq/26234761248249834753485721", - "method": "GET" - } - }, - "order_id": "26234761248249834753485721", - "offer_details": { - "offers": [] - } -} \ No newline at end of file diff --git a/payv3-forms/order-create-api/request.txt b/payv3-forms/order-create-api/request.txt deleted file mode 100644 index 228bb2e..0000000 --- a/payv3-forms/order-create-api/request.txt +++ /dev/null @@ -1,13 +0,0 @@ -{ - "order_id": "testing-order-one", - "amount": "1.0", - "customer_id": "testing-customer-one", - "customer_email": "test@mail.com", - "customer_phone": "9876543210", - "payment_page_client_id": "your_client_id", - "action": "paymentPage", - "return_url": "https://shop.merchant.com", - "description": "Complete your payment", - "first_name": "John", - "last_name": "wick" -} \ No newline at end of file diff --git a/payv3-forms/order-create-api/response.txt b/payv3-forms/order-create-api/response.txt deleted file mode 100644 index 12ed3b9..0000000 --- a/payv3-forms/order-create-api/response.txt +++ /dev/null @@ -1,11 +0,0 @@ -{ - "status": "CREATED", - "status_id": 1, - "id": "ord_e294a26e66ad4336a992ceab81ad704c", - "order_id": "14183944763", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ord_e294a26e66ad4336a992ceab81ad704c", - "mobile": "https://api.juspay.in/merchant/pay/ord_e294a26e66ad4336a992ceab81ad704c?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ord_e294a26e66ad4336a992ceab81ad704c" - } -} \ No newline at end of file diff --git a/payv3-forms/order-create-api/shell-request.sh b/payv3-forms/order-create-api/shell-request.sh deleted file mode 100644 index d85e35a..0000000 --- a/payv3-forms/order-create-api/shell-request.sh +++ /dev/null @@ -1,15 +0,0 @@ -curl --location --request POST 'https://api.juspay.in/orders' \ ---header 'version: 2018-10-25' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'x-merchantid: merchant_id'\ ---header 'Authorization: Basic QTA0QT*******ODg1Og==' \ ---data-urlencode 'order_id=14183944763' \ ---data-urlencode 'amount=100.00' \ ---data-urlencode 'currency=INR' \ ---data-urlencode 'customer_id=guest_user_101' \ ---data-urlencode 'customer_email=customer@gmail.com' \ ---data-urlencode 'customer_phone=9988665522' \ ---data-urlencode 'product_id=prod-141833' \ ---data-urlencode 'return_url=http://shop.merchant.com/payments/handleResponse' \ ---data-urlencode 'description=Sample description' \ ---data-urlencode 'options.get_client_auth_token=true' \ \ No newline at end of file diff --git a/payv3-forms/order-status-api/response-card.txt b/payv3-forms/order-status-api/response-card.txt deleted file mode 100644 index 76d617a..0000000 --- a/payv3-forms/order-status-api/response-card.txt +++ /dev/null @@ -1,111 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9999999999", - "customer_id": "testcardenc1", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_57dfd768bb7d4896bc042y0b90bc9ad77", - "merchant_id": "merchant_success", - "amount": 1, - "currency": "INR", - "order_id": "JP1636474794", - "date_created": "2021-11-09T16:19:55Z", - "return_url": "", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_57dfd768bb7d4896bc042y0b90bc9ad77", - "web": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc042y0b90bc9ad77", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc042y0b90bc9ad77?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "merchant_success-JP1636474794-1", - "payment_method_type": "CARD", - "auth_type": "THREE_DS", - "card": { - "expiry_year": "2024", - "card_reference": "17a2ec4f27c918bd8dbc58c9ae74090e", - "saved_to_locker": false, - "expiry_month": "12", - "name_on_card": "test", - "card_issuer": "JP Morgan", - "last_four_digits": "", - "using_saved_card": true, - "card_fingerprint": "32qqi3sv1u5237fq7ura2rgqqb", - "card_isin": "411111", - "card_type": "CREDIT", - "card_brand": "VISA", - "using_token": false - }, - "payment_method": "VISA", - "refunded": true, - "amount_refunded": 1, - "effective_amount": 1, - "refunds": [ - { - "id": "TEST1637681731", - "amount": 1, - "unique_request_id": "TEST1637681731", - "ref": "rfnd_IP693G3wAX4ibJ", - "created": "2021-11-23T15:35:32Z", - "status": "SUCCESS", - "error_message": "processed", - "sent_to_gateway": true, - "initiated_by": "API", - "refund_source": "RAZORPAY", - "refund_type": "STANDARD", - "metadata": { - "speed_processed": "normal", - "speed_requested": "normal" - }, - "error_code": "processed" - } - ], - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "eulwh5QbZSBvw35eWnH", - "txn_detail": { - "txn_id": "merchant_success-JP1636474794-1", - "order_id": "JP1636474794", - "status": "CHARGED", - "error_code": null, - "net_amount": 1, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 1, - "offer_deduction_amount": null, - "gateway_id": 23, - "currency": "INR", - "express_checkout": true, - "redirect": true, - "txn_uuid": "eulwh5QbZSBvw35eWnH", - "gateway": "RAZORPAY", - "error_message": "", - "created": "2021-11-09T16:20:52Z" - }, - "payment_gateway_response": { - "resp_code": "SUCCESS", - "rrn": "156555", - "created": "2021-11-09T16:21:11Z", - "epg_txn_id": "pay_IJZKtTpki24ERy", - "resp_message": "SUCCESS", - "auth_id_code": "156555", - "txn_id": "merchant_success-JP1636474794-1" - }, - "gateway_id": 23, - "metadata": { - "RAZORPAY:gateway_reference_id": "testmid" - }, - "gateway_reference_id": "testmid", - "offers": [] -} \ No newline at end of file diff --git a/payv3-forms/order-status-api/response-mandate.txt b/payv3-forms/order-status-api/response-mandate.txt deleted file mode 100644 index 3d2d0e7..0000000 --- a/payv3-forms/order-status-api/response-mandate.txt +++ /dev/null @@ -1,89 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulmyxQn6bQso6y1Syy", - "txn_id": "juspay-234823498237423894273498-1", - "txn_detail": { - "txn_uuid": "eulmyxQn6bQso6y1Syy", - "txn_object_type": "EMANDATE_REGISTER", - "txn_id": "juspay-234823498237423894273498-1", - "txn_amount": 1, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "source_object_id": "91887", - "source_object": "MANDATE", - "redirect": true, - "order_id": "234823498237423894273498", - "net_amount": 1, - "gateway_id": 19, - "gateway": "PAYTM_V2", - "express_checkout": false, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2020-08-30T09:53:17Z" - }, - "status_id": 21, - "status": "CHARGED", - "return_url": "https://api.juspay.in", - "refunded": false, - "product_id": "", - "payment_method_type": "UPI", - "payment_method": "UPI", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_9a0929803da644df8036133cf14d0206", - }, - "payment_gateway_response": { - "txn_id": "juspay-234823498237423894273498-1", - "rrn": "4299662", - "resp_message": "Txn Success", - "resp_code": "01", - "epg_txn_id": "202008301131312168187301880189", - "created": "2020-08-30T09:54:10Z", - "auth_id_code": "" - }, - "payer_vpa": "9999999999@paytm", - "order_id": "234823498237423894273498", - "metadata": { - "PAYTM_V2:gateway_reference_id": "upimandate" - }, - "merchant_id": "juspay", - "mandate": { - "start_date": "1598745600", - "rule_value": 30, - "rule_type": "AFTER", - "revokable_by_customer": true, - "max_amount": 1000, - "mandate_type": "EMANDATE", - "mandate_token": "ad1d28b13f460fb5d348487be790f3", - "mandate_status": "ACTIVE", - "mandate_id": "3XMEcS1z2212Gq7fbfVYbzj", - "frequency": "MONTHLY", - "end_date": "1606521610", - "block_fund": false, - "amount_rule": "VARIABLE" - }, - "id": "ordeu_9a0929803da644df8036133cf14d0206", - - "gateway_reference_id": "upimandate", - "gateway_id": 19, - "date_created": "2020-08-30T09:47:46Z", - "customer_phone": "9999999999", - "customer_id": "cst_lz7zmpemoo5okv", - "customer_email": "customer@gmail.com", - "currency": "INR", - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "", - "amount_refunded": 0, - "amount": 1 -} diff --git a/payv3-forms/order-status-api/response-nb.txt b/payv3-forms/order-status-api/response-nb.txt deleted file mode 100644 index 486e43f..0000000 --- a/payv3-forms/order-status-api/response-nb.txt +++ /dev/null @@ -1,73 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9876543210", - "customer_id": "cst_wiqou3224", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_a3cfc9c7f77e4fc581f19aewe23925", - "merchant_id": "merchantId", - "amount": 2, - "currency": "INR", - "order_id": "JPAYNEW032", - "date_created": "2021-09-10T09:01:36Z", - "return_url": "https://api.juspay.in", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_a3cfc9c7f77e4fc581f19aewe23925", - "web": "https://api.juspay.in/merchant/pay/ordeh_a3cfc9c7f77e4fc581f19aewe23925", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_a3cfc9c7f77e4fc581f19aewe23925?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "merchantId-JPAYNEW032-1", - "payment_method_type": "NB", - "auth_type": "THREE_DS", - "payment_method": "NB_HDFC", - "refunded": false, - "amount_refunded": 0, - "effective_amount": 2, - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "eulbAxqZAR324cwzgo", - "txn_detail": { - "txn_id": "merchantId-JPAYNEW032-1", - "order_id": "JPAYNEW032", - "status": "CHARGED", - "error_code": null, - "net_amount": 2, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 2, - "offer_deduction_amount": null, - "gateway_id": 12, - "currency": "INR", - "express_checkout": false, - "redirect": true, - "txn_uuid": "eulbAxqZAR324cwzgo", - "gateway": "PAYU", - "error_message": "", - "created": "2021-09-10T09:02:03Z" - }, - "payment_gateway_response": { - "resp_code": "success", - "rrn": "45903248", - "created": "2021-09-10T09:02:55Z", - "epg_txn_id": "40399371553295730", - "resp_message": "No Error", - "auth_id_code": "2732147", - "txn_id": "merchantId-JPAYNEW032-1" - }, - "gateway_id": 12, - "gateway_reference_id": null, - "offers": [] -} \ No newline at end of file diff --git a/payv3-forms/order-status-api/response-upi.txt b/payv3-forms/order-status-api/response-upi.txt deleted file mode 100644 index 4a11f67..0000000 --- a/payv3-forms/order-status-api/response-upi.txt +++ /dev/null @@ -1,78 +0,0 @@ -{ - "customer_email": "test@gmail.com", - "customer_phone": "9876543210", - "customer_id": "cst_wiqou3224", - "status_id": 21, - "status": "CHARGED", - "id": "ordeh_ce50b4861d2b4b3e9bf3r3r2rid3”, - "merchant_id": "merchantId”, - "amount": 2, - "currency": "INR", - "order_id": "JPAYNEW034", - "date_created": "2021-09-10T09:06:53Z", - "return_url": "https://api.juspay.in", - "product_id": "", - "payment_links": { - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_ce50b4861d2b4b3e9bf3r3r2rid3", - "web": "https://api.juspay.in/merchant/pay/ordeh_ce50b4861d2b4b3e9bf3r3r2rid3", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_ce50b4861d2b4b3e9bf3r3r2rid3?mobile=true" - }, - "udf1": "", - "udf2": "", - "udf3": "", - "udf4": "", - "udf5": "", - "udf6": "", - "udf7": "", - "udf8": "", - "udf9": "", - "udf10": "", - "txn_id": "merchantId-JPAYNEW034-1", - "payment_method_type": "UPI", - "auth_type": "", - "payment_method": "UPI", - "refunded": false, - "amount_refunded": 0, - "effective_amount": 2, - "resp_code": null, - "resp_message": null, - "bank_error_code": "", - "bank_error_message": "", - "txn_uuid": "eulk1HvJ29o9dJ344x4f", - "txn_detail": { - "txn_id": "merchantId-JPAYNEW034-1", - "order_id": "JPAYNEW034", - "status": "CHARGED", - "error_code": null, - "net_amount": 2, - "surcharge_amount": null, - "tax_amount": null, - "txn_amount": 2, - "offer_deduction_amount": null, - "gateway_id": 23, - "currency": "INR", - "express_checkout": false, - "redirect": false, - "txn_uuid": "eulk1HvJ29o9dJ344x4f", - "gateway": "RAZORPAY", - "error_message": "", - "created": "2021-09-10T09:07:10Z" - }, - "payment_gateway_response": { - "resp_code": "captured", - "rrn": "868709664362", - "created": "2021-09-10T09:07:39Z", - "epg_txn_id": "pay_HvhtO3324opPPs", - "resp_message": "", - "auth_id_code": "", - "txn_id": "merchantId-JPAYNEW034-1" - }, - "gateway_id": 23, - "payer_vpa": "9876543210@ybl", - "upi": { - "payer_vpa": "9876543210@ybl", - "txn_flow_type": "COLLECT" - }, - "gateway_reference_id": null, - "offers": [] -} diff --git a/payv3-forms/order-status-api/response-wallet.txt b/payv3-forms/order-status-api/response-wallet.txt deleted file mode 100644 index becc136..0000000 --- a/payv3-forms/order-status-api/response-wallet.txt +++ /dev/null @@ -1,83 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulneT9JkaAPa1uv", - "txn_id": "merchantId-145678234-1", - "txn_detail": { - "txn_uuid": "eulneT9JkaAPa1uv", - "txn_id": "merchantId-145678234-1", - "txn_amount": 1, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "redirect": false, - "order_id": "145678234", - "net_amount": 1, - "gateway_id": 19, - "gateway": "PAYTM_V2", - "express_checkout": false, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2020-04-28T06:31:37Z" - }, - "status_id": 21, - "status": "CHARGED", - "return_url": "https://api.juspay.in/end", - "refunds": [ - { - "unique_request_id": "refund_1590649567", - "status": "SUCCESS", - "sent_to_gateway": true, - "ref": "2020052811128464733807", - "initiated_by": "API", - "id": null, - "error_message": "Refund Successfull", - "created": "2020-04-28T07:06:07Z", - "arn": "0149717932", - "amount": 1 - } - ], - "refunded": true, - "product_id": "", - "payment_method_type": "WALLET", - "payment_method": "GOOGLEPAY", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_f19a2a9da6034a269f03424dbda0", - "mobile": "https://api.juspay.in/merchant/pay/ordeu_f19a2a9da6034a269f03424dbda0?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeu_f19a2a9da6034a269f03424dbda0" - }, - "payment_gateway_response": { - "txn_id": "merchantId-145678234-1", - "rrn": "01491223245566834", - "resp_message": "Txn Success", - "resp_code": "01", - "epg_txn_id": "20200528800110849227184", - "created": "2020-04-28T06:54:35Z", - "auth_id_code": "" - }, - "payer_vpa": "null", - "order_id": "145678234", - "merchant_id": "merchant_id", - "id": "ordeu_f19a2a9da6034a269f03424dbda0", - "gateway_reference_id": "gatewayreferenceId", - "gateway_id": 19, - "date_created": "2020-04-28T06:31:09Z", - "customer_phone": "9999999999", - "customer_id": "test_customer", - "customer_email": "test007@gmail.com", - "currency": "INR", - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "", - "amount_refunded": 1, - "amount": 1 -} \ No newline at end of file diff --git a/payv3-forms/order-status-api/shell-request.sh b/payv3-forms/order-status-api/shell-request.sh deleted file mode 100644 index c2c239c..0000000 --- a/payv3-forms/order-status-api/shell-request.sh +++ /dev/null @@ -1,5 +0,0 @@ -curl --location --request GET 'https://api.juspay.in/orders/' \ ---header 'x-merchantid: your_merchant_id' \ ---header 'version: ' \ ---header 'Content-Type: application/x-www-form-urlencoded' \ ---header 'Authorization: Basic base_64_encoded_api_key==' \ No newline at end of file diff --git a/payv3-forms/payment-method-api/response.txt b/payv3-forms/payment-method-api/response.txt deleted file mode 100644 index 5c8c402..0000000 --- a/payv3-forms/payment-method-api/response.txt +++ /dev/null @@ -1,25 +0,0 @@ -{ - "payment_methods": - [ - { - "payment_method_type": "CARD", - "payment_method": "VISA", - "description": "Visa" - }, - { - "payment_method_type": "CARD", - "payment_method": "MASTER", - "description": "Master Card" - }, - { - "payment_method_type": "NB", - "payment_method": "NB_HDFC", - "description": "HDFC" - }, - { - "payment_method_type": "WALLET", - "payment_method": "PAYTM", - "description": "Paytm" - },..... - ] -} diff --git a/payv3-forms/payment-method-api/shell-request.sh b/payv3-forms/payment-method-api/shell-request.sh deleted file mode 100644 index 89b263f..0000000 --- a/payv3-forms/payment-method-api/shell-request.sh +++ /dev/null @@ -1 +0,0 @@ -curl -X GET https://api.juspay.in/merchants/{merchant_id}/paymentmethods diff --git a/payv3-forms/payv3-form/cardsform.html b/payv3-forms/payv3-form/cardsform.html deleted file mode 100644 index 2cbaad8..0000000 --- a/payv3-forms/payv3-form/cardsform.html +++ /dev/null @@ -1,123 +0,0 @@ -// block:start:cards-form - - -// block:end:cards-form \ No newline at end of file diff --git a/payv3-forms/payv3-form/nbupiwalletform.html b/payv3-forms/payv3-form/nbupiwalletform.html deleted file mode 100644 index 39586b3..0000000 --- a/payv3-forms/payv3-form/nbupiwalletform.html +++ /dev/null @@ -1,9 +0,0 @@ -// block:start:nbupiwallet-form - -// block:end:nbupiwallet-form \ No newline at end of file diff --git a/payv3-forms/payv3-form/savedcardform.html b/payv3-forms/payv3-form/savedcardform.html deleted file mode 100644 index b491094..0000000 --- a/payv3-forms/payv3-form/savedcardform.html +++ /dev/null @@ -1,46 +0,0 @@ -// block:start:savedcard-form - -// block:end:savedcard-form \ No newline at end of file diff --git a/payv3-forms/pm-payv3-forms/cards.html b/payv3-forms/pm-payv3-forms/cards.html deleted file mode 100644 index aaf0505..0000000 --- a/payv3-forms/pm-payv3-forms/cards.html +++ /dev/null @@ -1,13 +0,0 @@ -// block:start:cards-payv3-form -
- - -
-
-
-
-
- Save card information - - -
-// block:end:cards-payv3-form \ No newline at end of file diff --git a/payv3-forms/pm-payv3-forms/netbanking.html b/payv3-forms/pm-payv3-forms/netbanking.html deleted file mode 100644 index 18f8ff1..0000000 --- a/payv3-forms/pm-payv3-forms/netbanking.html +++ /dev/null @@ -1,16 +0,0 @@ -// block:start:nb-payv3-form -
- - - - - - -
-// block:end:nb-payv3-form \ No newline at end of file diff --git a/payv3-forms/pm-payv3-forms/saved-cards.html b/payv3-forms/pm-payv3-forms/saved-cards.html deleted file mode 100644 index cafb40a..0000000 --- a/payv3-forms/pm-payv3-forms/saved-cards.html +++ /dev/null @@ -1,11 +0,0 @@ -// block:start:savedcards-payv3-form -
- - - - -
- - -
-// block:end:savedcards-payv3-form \ No newline at end of file diff --git a/payv3-forms/pm-payv3-forms/upi.html b/payv3-forms/pm-payv3-forms/upi.html deleted file mode 100644 index 312eddd..0000000 --- a/payv3-forms/pm-payv3-forms/upi.html +++ /dev/null @@ -1,12 +0,0 @@ -// block:start:upicollect-payv3-form -
- - - - - - - - -
-// block:end:upicollect-payv3-form \ No newline at end of file diff --git a/payv3-forms/pm-payv3-forms/wallets.html b/payv3-forms/pm-payv3-forms/wallets.html deleted file mode 100644 index 7d26f65..0000000 --- a/payv3-forms/pm-payv3-forms/wallets.html +++ /dev/null @@ -1,15 +0,0 @@ -// block:start:wallets-payv3-form -
- - - - - - -
-// block:end:wallets-payv3-form \ No newline at end of file diff --git a/payv3-forms/refund-api/response.txt b/payv3-forms/refund-api/response.txt deleted file mode 100644 index c9e1142..0000000 --- a/payv3-forms/refund-api/response.txt +++ /dev/null @@ -1,106 +0,0 @@ -{ - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulwh5QbZSBvwpt7333f3", - "txn_id": "merchant_success-JP1636474794-1", - "txn_detail": { - "txn_uuid": "eulwh5QbZSBvwpt7333f3", - "txn_id": "merchant_success-JP1636474794-1", - "txn_amount": 1, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "redirect": true, - "order_id": "JP1636474794", - "net_amount": 1, - "gateway_id": 23, - "gateway": "RAZORPAY", - "express_checkout": true, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2021-11-09T16:20:52Z" - }, - "status_id": 21, - "status": "CHARGED", - "rewards_breakup": null, - "return_url": "", - "refunds": [ - { - "unique_request_id": "TEST1637681731", - "status": "PENDING", - "sent_to_gateway": false, - "refund_type": "STANDARD", - "refund_source": "RAZORPAY", - "ref": null, - "initiated_by": "API", - "id": null, - "error_message": "", - "error_code": null, - "created": "2021-11-23T15:35:32Z", - "amount": 1 - } - ], - "refunded": true, - "product_id": "", - "payment_method_type": "CARD", - "payment_method": "VISA", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc0c3f30bc9ad77", - "mobile": "https://api.juspay.in/merchant/pay/ordeh_57dfd768bb7d4896bc0c3f30bc9ad77?mobile=true", - "iframe": "https://api.juspay.in/merchant/ipay/ordeh_57dfd768bb7d4896bc0c3f30bc9ad77" - }, - "payment_gateway_response": { - "txn_id": "merchant_success-JP1636474794-1", - "rrn": "156555", - "resp_message": "SUCCESS", - "resp_code": "SUCCESS", - "epg_txn_id": "pay_IJZKtTpkiYWE24", - "created": "2021-11-09T16:21:11Z", - "auth_id_code": "156555" - }, - "order_id": "JP1636474794", - "offers": [], - "metadata": { - "RAZORPAY:gateway_reference_id": "testmid" - }, - "merchant_id": "merchant_success", - "id": "ordeh_57dfd768bb7d4896bc0c3f30bc9ad77", - "gateway_reference_id": "testmid", - "gateway_id": 23, - "effective_amount": 1, - "date_created": "2021-11-09T16:19:55Z", - "customer_phone": "9999999999", - "customer_id": "testcardenc1", - "customer_email": "test@gmail.com", - "currency": "INR", - "card": { - "using_token": false, - "using_saved_card": true, - "saved_to_locker": false, - "name_on_card": "test", - "last_four_digits": "", - "expiry_year": "2024", - "expiry_month": "12", - "card_type": "CREDIT", - "card_reference": "17a2ec4f27c918ttvbc58c9ae74090e", - "card_issuer": "JP Morgan", - "card_isin": "411111", - "card_fingerprint": "32qqi3svf5t5t37fq7ura2rgqqb", - "card_brand": "VISA" - }, - "bank_pg": null, - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "THREE_DS", - "amount_refunded": 1, - "amount": 1 -} \ No newline at end of file diff --git a/payv3-forms/refund-api/shell-request.sh b/payv3-forms/refund-api/shell-request.sh deleted file mode 100644 index 0886a64..0000000 --- a/payv3-forms/refund-api/shell-request.sh +++ /dev/null @@ -1,7 +0,0 @@ -curl -X POST https://api.juspay.in/orders/1418394476/refunds \ --u your_api_key: \ --H "version:2018-10-25" \ --H 'Content-Type: application/x-www-form-urlencoded'\ --H 'x-merchantid: merchant_id'\ --d "unique_request_id=1" \ --d "amount=100.00" \ No newline at end of file diff --git a/payv3-forms/script-payv3/script-payv3.html b/payv3-forms/script-payv3/script-payv3.html deleted file mode 100644 index 5f9f63a..0000000 --- a/payv3-forms/script-payv3/script-payv3.html +++ /dev/null @@ -1,4 +0,0 @@ -// block:start:script - -// block:end:script \ No newline at end of file diff --git a/payv3-forms/webhook/response-mandatecreated.txt b/payv3-forms/webhook/response-mandatecreated.txt deleted file mode 100644 index 76dc4d8..0000000 --- a/payv3-forms/webhook/response-mandatecreated.txt +++ /dev/null @@ -1,31 +0,0 @@ -{ - "id": "evt_V2_a2f864be94fb4fde88cd1056cbf88beb", - "event_name": "MANDATE_CREATED", - "date_created": "2021-12-18T10:15:35Z", - "content": { - "mandate": { - "status": "CREATED", - "start_date": "1639802535", - "end_date": "3093465599", - "revokable_by_customer": "true", - "payment_info": { - "upi": { "payer_vpa": "yourname@mypsp2" }, - "payment_method_type": "UPI", - "payment_method": "COLLECT/PAY/INAPP" - }, - "order_id": "1631719633", - "max_amount": "399", - "mandate_type": "EMANDATE", - "mandate_token": "82eef1552bb840a980f76dc78d3991b1", - "mandate_id": "eBWQNiQgeG7fdrXPPXtVbL", - "mandate_debit_token": "82eef1552bb840a980f76dc78d3991b1", - "last_activated_at": "2020-04-18T10:16:02Z", - "frequency": "MONTHLY", - "customer_id": "cst_9uiehncjizlfcnps", - "currency": "INR", - "block_fund": false, - "amount_rule": "VARIABLE", - "activated_at": "2020-04-18T10:16:02Z" - } - } -} \ No newline at end of file diff --git a/payv3-forms/webhook/response-notificationsuccess.txt b/payv3-forms/webhook/response-notificationsuccess.txt deleted file mode 100644 index b196c4d..0000000 --- a/payv3-forms/webhook/response-notificationsuccess.txt +++ /dev/null @@ -1,30 +0,0 @@ -{ - "id": "evt_V2_bc933a28ee5948be9f2939caac09d9", - "date_created": "2020-07-24T10:42:25Z", - "event_name": "NOTIFICATION_SUCCEEDED", - "content": { - "notification": { - "status": "SUCCESS", - "source_object": "MANDATE", - "source_info": { - "txn_date": "1634057114", - "mandate.display_invoice_number": "INVN67Mzd6wMX4xPVBC", - "amount": "1" - }, - "provider_response": { - "provider_ref_id": "IN0DF815118772" - }, - "provider_name": "BILLDESK", - "object_reference_id": "2QNPw8KSbpHL122bNPgAK07", - "object": "notification", - "notification_type": "SMS", - "mandate": { - "mandate_id": "4rKxSj3bNXs7RQcdtajAkb" - }, - "last_updated": "1644071838", - "id": "1957069", - "description": "Notification for upcoming mandate", - "date_created": "1644071838" -} -} -} \ No newline at end of file diff --git a/payv3-forms/webhook/response-orderfailed.txt b/payv3-forms/webhook/response-orderfailed.txt deleted file mode 100644 index 040304e..0000000 --- a/payv3-forms/webhook/response-orderfailed.txt +++ /dev/null @@ -1,70 +0,0 @@ -{ - "id": "evt_hk0a9ccu6qwkcryg", - "date_created": "2018-12-05T13:53:24Z", - "event_name": "ORDER_FAILED", - "content": { - "order": { - "gateway_id": 18, - "product_id": "", - "auth_type": "THREE_DS", - "customer_phone": "75535", - "bank_error_message": "", - "date_created": "2018-12-05T13:48:48Z", - "order_id": "3e066b-85b2-ea55d1ba6496", - "currency": "INR", - "amount": 600, - "id": "ord5fe8299f5321f53", - "udf2": "", - "udf1": "", - "refunded": false, - "udf6": "", - "udf5": "", - "amount_refunded": 0, - "udf4": "", - "txn_id": "MID-3e0411b2-ea55d1ba6496-1", - "udf3": "", - "card": { - "saved_to_locker": false, - "card_issuer": "", - "card_brand": "MASTERCARD", - "card_reference": "00848faa0cb95b13", - "card_type": "CREDIT", - "card_fingerprint": "1gkm6v2oos4qgc", - "expiry_year": "2023", - "using_saved_card": true, - "card_isin": "553227", - "name_on_card": "", - "last_four_digits": "", - "expiry_month": "04" - }, - "merchant_id": "MID", - "payment_method_type": "CARD", - "payment_links": { - "iframe": "https://sandbox.juspay.in/merchant/ipay/ord_c4345ba45dd3457c85fe8299f5321f53", - "web": "https://sandbox.juspay.in/merchant/pay/ord_c4345ba45dd3457c85fe8299f5321f53", - "mobile": "https://sandbox.juspay.in/merchant/pay/ord_c4345ba45dd3457c85fe8299f5321f53?mobile=true" - }, - "status": "AUTHORIZATION_FAILED", - "txn_uuid": "rkuk1ltiam", - "status_id": 27, - "customer_email": "", - "udf7": "", - "udf8": "", - "udf9": "", - "bank_error_code": "", - "return_url": "http://88.99.31.206:8222/transactions/online_payment_status", - "payment_gateway_response": { - "rrn": "20181200100168626345", - "created": "2018-12-05T13:53:24Z", - "resp_code": "01", - "txn_id": "MID--85b2-ea55d1ba6496-1", - "epg_txn_id": "20181200100168626345", - "resp_message": "Txn Success", - "auth_id_code": "" - }, - "payment_method": "MASTERCARD", - "customer_id": "6989", - "udf10": "" - } - } - } \ No newline at end of file diff --git a/payv3-forms/webhook/response-ordermandate.txt b/payv3-forms/webhook/response-ordermandate.txt deleted file mode 100644 index 3e171d3..0000000 --- a/payv3-forms/webhook/response-ordermandate.txt +++ /dev/null @@ -1,97 +0,0 @@ -{ - "id": "evt_gsu1c0r7umcfrxeb", - "date_created": "2015-06-03T10:42:25Z", - "event_name": "ORDER_SUCCEEDED", - "content": { - "order": { - { - "udf9": "", - "udf8": "", - "udf7": "", - "udf6": "", - "udf5": "", - "udf4": "", - "udf3": "", - "udf2": "", - "udf10": "", - "udf1": "", - "txn_uuid": "eulmyxQn6bQso6y1Syy", - "txn_id": "juspay-234823498237423894273498-1", - "txn_detail": { - "txn_uuid": "eulmyxQn6bQso6y1Syy", - "txn_object_type": "EMANDATE_REGISTER", - "txn_id": "juspay-234823498237423894273498-1", - "txn_amount": 1, - "tax_amount": null, - "surcharge_amount": null, - "status": "CHARGED", - "source_object_id": "91887", - "source_object": "MANDATE", - "redirect": true, - "order_id": "234823498237423894273498", - "net_amount": 1, - "gateway_id": 19, - "gateway": "PAYTM_V2", - "express_checkout": false, - "error_message": "", - "error_code": "", - "currency": "INR", - "created": "2020-08-30T09:53:17Z" - }, - "status_id": 21, - "status": "CHARGED", - "return_url": "https://api.juspay.in", - "refunded": false, - "product_id": "", - "payment_method_type": "UPI", - "payment_method": "UPI", - "payment_links": { - "web": "https://api.juspay.in/merchant/pay/ordeu_9a0929803da644df8036133cf14d0206", - }, - "payment_gateway_response": { - "txn_id": "juspay-234823498237423894273498-1", - "rrn": "4299662", - "resp_message": "Txn Success", - "resp_code": "01", - "epg_txn_id": "202008301131312168187301880189", - "created": "2020-08-30T09:54:10Z", - "auth_id_code": "" - }, - "payer_vpa": "9999999999@paytm", - "order_id": "234823498237423894273498", - "metadata": { - "PAYTM_V2:gateway_reference_id": "upimandate" - }, - "merchant_id": "juspay", - "mandate": { - "start_date": "1598745600", - "rule_value": 30, - "rule_type": "AFTER", - "revokable_by_customer": true, - "max_amount": 1000, - "mandate_type": "EMANDATE", - "mandate_token": "ad1d28b13f460fb5d348487be790f3", - "mandate_status": "ACTIVE", - "mandate_id": "3XMEcS1z2212Gq7fbfVYbzj", - "frequency": "MONTHLY", - "end_date": "1606521610", - "block_fund": false, - "amount_rule": "VARIABLE" - }, - "id": "ordeu_9a0929803da644df8036133cf14d0206", - "gateway_reference_id": "upimandate", - "gateway_id": 19, - "date_created": "2020-08-30T09:47:46Z", - "customer_phone": "9999999999", - "customer_id": "cst_lz7zmpemoo5okv", - "customer_email": "customer@gmail.com", - "currency": "INR", - "bank_error_message": "", - "bank_error_code": "", - "auth_type": "", - "amount_refunded": 0, - "amount": 1 -} - } -} - diff --git a/payv3-forms/webhook/response-orderrefunded.txt b/payv3-forms/webhook/response-orderrefunded.txt deleted file mode 100644 index 4b94485..0000000 --- a/payv3-forms/webhook/response-orderrefunded.txt +++ /dev/null @@ -1,97 +0,0 @@ -{ - id: "evt_V2_aa922a168f1875", - event_name: "ORDER_REFUNDED", - date_created: "2021-12-25T18:26:36Z", - content: { - order: { - upi: "FILTERED", - udf9: "", - udf8: "", - udf7: "", - udf6: "", - udf5: "", - udf4: "", - udf3: "", - udf2: "", - udf10: "", - udf1: "", - txn_uuid: "euloYyLM131444", - txn_id: "merchantid-5090881-1", - txn_detail: { - txn_uuid: "euloYyLM131444", - txn_id: "merchantid-5090881-1", - txn_amount: "1000", - "tax_amount": {}, - "surcharge_amount": {}, - status: "CHARGED", - redirect: false, - order_id: "50", - net_amount: "1000", - gateway_id: "23", - gateway: "RAZORPAY", - express_checkout: false, - error_message: "", - error_code: "", - currency: "INR", - created: "2021-12-25T17:43:48Z" - }, - status_id: "21", - status: "CHARGED", - return_url: "https://api.juspay.in/end", - refunds: [ - { - unique_request_id: "5090881R1", - status: "SUCCESS", - sent_to_gateway: "true", - refund_type: "STANDARD", - refund_source: "RAZORPAY", - ref: "rfnd_IboEU", - initiated_by: "API", - id: "5091R21", - error_message: "processed", - created: "2021-12-25T18:14:41Z", - amount: "1000" - } - ], - refunded: "true", - product_id: "", - payment_method_type: "UPI", - payment_method: "UPI", - payment_links: { - web: "https://api.juspay.in/merchant/pay/ordeh_369814d0aaf44c", - mobile: "FILTERED", - iframe: "https://api.juspay.in/merchant/ipay/ordeh_369a6014d0aaf44c" - }, - payment_gateway_response: { - txn_id: "merchantid-5090881-1", - rrn: "13595791", - resp_message: "", - resp_code: "captured", - epg_txn_id: "pay_Ib2JBJ6", - created: "2021-12-25T17:44:22Z", - auth_id_code: "" - }, - payer_vpa: "FILTERED", - payer_app_name: "FILTERED", - order_id: "5090881", - "offers": [], - "metadata": {}, - merchant_id: "merchantId", - id: "ordeh_369a60d10aaf44c", - "gateway_reference_id": {}, - gateway_id: "23", - effective_amount: "FILTERED", - date_created: "2021-12-25T17:43:46Z", - customer_phone: "FILTERED", - customer_id: "FILTERED", - customer_email: "FILTERED", - currency: "INR", - "bank_pg": {}, - bank_error_message: "", - bank_error_code: "", - auth_type: "", - amount_refunded: "1000", - amount: "1000" - } - } -} \ No newline at end of file diff --git a/payv3-forms/webhook/response-ordersuccess.txt b/payv3-forms/webhook/response-ordersuccess.txt deleted file mode 100644 index 6c8f40c..0000000 --- a/payv3-forms/webhook/response-ordersuccess.txt +++ /dev/null @@ -1,70 +0,0 @@ -{ - "id": "evt_hk0a9ccu6qwkcryg", - "date_created": "2018-12-05T13:53:24Z", - "event_name": "ORDER_SUCCEEDED", - "content": { - "order": { - "gateway_id": 18, - "product_id": "", - "auth_type": "THREE_DS", - "customer_phone": "75935", - "bank_error_message": "", - "date_created": "2018-12-05T13:48:48Z", - "order_id": "3e0411f75b2-ea55d1ba6496", - "currency": "INR", - "amount": 600, - "id": "ord_c4345bfe8299f5321f53", - "udf2": "", - "udf1": "", - "refunded": false, - "udf6": "", - "udf5": "", - "amount_refunded": 0, - "udf4": "", - "txn_id": "MID--ea55d1ba6496-1", - "udf3": "", - "card": { - "saved_to_locker": false, - "card_issuer": "", - "card_brand": "MASTERCARD", - "card_reference": "008485aaa0cb95b13", - "card_type": "CREDIT", - "card_fingerprint": "6v2oos4qgc", - "expiry_year": "2023", - "using_saved_card": true, - "card_isin": "553227", - "name_on_card": "", - "last_four_digits": "", - "expiry_month": "04" - }, - "merchant_id": "MID", - "payment_method_type": "CARD", - "payment_links": { - "iframe": "https://sandbox.juspay.in/merchant/ipay/ord_c4345ba45dd3457c85fe8299f5321f53", - "web": "https://sandbox.juspay.in/merchant/pay/ord_c4345ba45dd3457c85fe8299f5321f53", - "mobile": "https://sandbox.juspay.in/merchant/pay/ord_c4345ba45dd3457c85fe8299f5321f53?mobile=true" - }, - "status": "CHARGED", - "txn_uuid": "rkuk1tiam", - "status_id": 21, - "customer_email": "", - "udf7": "", - "udf8": "", - "udf9": "", - "bank_error_code": "", - "return_url": "http://88.99.31.206:8222/transactions/online_payment_status", - "payment_gateway_response": { - "rrn": "20181200100168626345", - "created": "2018-12-05T13:53:24Z", - "resp_code": "01", - "txn_id": "MID-3e0411f7-a4-ea55d1ba6496-1", - "epg_txn_id": "20181200100168626345", - "resp_message": "Txn Success", - "auth_id_code": "" - }, - "payment_method": "MASTERCARD", - "customer_id": "6989", - "udf10": "" - } - } - } \ No newline at end of file diff --git a/payv3-forms/webhook/response-txncreated.txt b/payv3-forms/webhook/response-txncreated.txt deleted file mode 100644 index 29ebf41..0000000 --- a/payv3-forms/webhook/response-txncreated.txt +++ /dev/null @@ -1,72 +0,0 @@ -{ - id: "evt_V2_3df6bc9f1ec525074110", - event_name: "TXN_CREATED", - date_created: "2021-12-25T17:43:48Z", - content: { - order: { - upi: "FILTERED", - udf9: "", - udf8: "", - udf7: "", - udf6: "", - udf5: "", - udf4: "", - udf3: "", - udf2: "", - udf10: "", - udf1: "", - txn_uuid: "euloYxKvUtEyLM", - txn_id: "ms-5090881-1", - txn_detail: { - txn_uuid: "euloYxwtEyLM", - txn_id: "mlus-5090881-1", - txn_amount: "1000", - "tax_amount": {}, - "surcharge_amount": {}, - status: "PENDING_VBV", - redirect: false, - order_id: "501", - net_amount: "1000", - gateway_id: "23", - gateway: "RAZORPAY", - express_checkout: false, - error_message: "", - "error_code": {}, - currency: "INR", - created: "2021-12-25T17:43:48Z" - }, - status_id: "23", - status: "PENDING_VBV", - return_url: "https://m.io/", - refunded: false, - product_id: "", - payment_method_type: "UPI", - payment_method: "UPI", - payment_links: { - web: "https://api.juspay.in/merchant/pay/ordeh_369a60af44c", - mobile: "FILTERED", - iframe: "https://api.juspay.in/merchant/ipay/ordeh_3619814d0aaf44c" - }, - payer_app_name: "FILTERED", - order_id: "5090881", - "offers": [], - "metadata": {}, - merchant_id: "mdsfads", - id: "ordeh_369a60d1aaf44c", - "gateway_reference_id": {}, - gateway_id: "23", - effective_amount: "100", - date_created: "2021-12-25T17:43:46Z", - customer_phone: "FILTERED", - customer_id: "FILTERED", - customer_email: "FILTERED", - currency: "INR", - "bank_pg": {}, - bank_error_message: "", - bank_error_code: "", - auth_type: "", - amount_refunded: 0, - amount: "100" - } - } -} \ No newline at end of file diff --git a/php-kit/PaymentHandler.php b/php-kit/PaymentHandler.php new file mode 100644 index 0000000..6dd2c14 --- /dev/null +++ b/php-kit/PaymentHandler.php @@ -0,0 +1,649 @@ +paymentHandlerConfig = $paymentHandlerConfig; + } else { + $config = file_get_contents(normalizePath($configPath)); + $config = json_decode($config, true); + $merchantId = null; + if (array_key_exists("MERCHANT_ID", $config)) { + $merchantId = $config["MERCHANT_ID"]; + } else { + throw new RuntimeException("MERCHANT ID NOT FOUND IN CONFIG"); + } + $apiKey = null; + if (array_key_exists("API_KEY", $config)) { + $apiKey = $config["API_KEY"]; + } else { + throw new RuntimeException("API_KEY NOT FOUND IN CONFIG"); + } + $paymentPageClientId = null; + if (array_key_exists("PAYMENT_PAGE_CLIENT_ID", $config)) { + $paymentPageClientId = $config["PAYMENT_PAGE_CLIENT_ID"]; + } + $baseUrl = null; + if (array_key_exists("BASE_URL", $config)) { + $baseUrl = $config["BASE_URL"]; + } + $enableLogging = false; + if (array_key_exists("ENABLE_LOGGING", $config)) { + $enableLogging = $config["ENABLE_LOGGING"]; + } + $loggingPath = "logs\\PaymentHandler.log"; + if (array_key_exists("LOGGING_PATH", $config)) { + $loggingPath = $config["LOGGING_PATH"]; + } + $responseKey = null; + if (array_key_exists("RESPONSE_KEY", $config)) { + $responseKey = $config["RESPONSE_KEY"]; + } + $caPath = null; + if (array_key_exists("CA_PATH", $config)) { + $caPath = $config["CA_PATH"]; + } + $this->paymentHandlerConfig = PaymentHandlerConfig::getInstance()->withInstance($merchantId, $apiKey, $paymentPageClientId, $baseUrl, $enableLogging, $loggingPath, $responseKey, $caPath); + } + } + + /** + * @param array $params + * @return array + */ + public function orderStatus($orderId) { + $apiTag = "ORDER_STATUS"; + return PaymentEntity::makeServiceCall ( "/orders/{$orderId}", null, RequestMethod::GET, $apiTag); + } + + /** + * @param array $params + * @return array + */ + + // block:start:session-function + public function orderSession($params) { + $this->paramsCheck($params); + $apiTag = "ORDER_SESSION"; + if (!array_key_exists("payment_page_client_id", $params)) { + $params["payment_page_client_id"] = $this->paymentHandlerConfig->getPaymentPageClientId(); + } + return PaymentEntity::makeServiceCall ( "/session", $params, RequestMethod::POST, $apiTag, ContentType::JSON); + } + // block:end:session-function + + // block:start:refund-function + /** + * @param array $params + * @return array + */ + public function refund($params) { + $this->paramsCheck($params); + $apiTag = "ORDER_REFUND"; + return PaymentEntity::makeServiceCall("/refunds", $params, RequestMethod::POST, $apiTag, ContentType::X_WWW_FORM_URLENCODED); + } + // block:end:refund-function + + public function validateHMAC_SHA256($params, $secret = null) { + try { + if ($secret === null) { + $secret = $this->paymentHandlerConfig->getResponseKey(); + } + if ($secret == null) return false; + $paramsList = []; + $paramsString = ""; + $expectedHash = null; + foreach ($params as $key => $value) { + if ($key != "signature" && $key != 'signature_algorithm') { + $paramsList[$key] = $value; + } else if ($key == "signature") { + $expectedHash = urldecode($value); + } + } + ksort($paramsList); + foreach ($paramsList as $key => $value) { + $paramsString = $paramsString . $key . "=" . $value . "&"; + } + $paramsString = urlencode(substr($paramsString, 0, strlen($paramsString) - 1)); + $hash = base64_encode(hash_hmac("sha256", $paramsString, $secret, true)); + if (urldecode($hash) == $expectedHash) return true; + else { + $logger = new SimpleLogger(); + $logger->info(json_encode(["computeHash" => urldecode($hash), "expectedHash" => $expectedHash])); + return false; + } + } catch (Exception $e) { + $logger = new SimpleLogger(); + $logger->info($e->getMessage()); + return false; + } + } + + private function paramsCheck($params) { + if ($params == null || count ( $params ) == 0) { + throw new APIException (-1, "INVALID_PARAMS", "INVALID_PARAMS", "Params is empty"); + } + } + + +} + +class PaymentEntity { + + private static function http_parse_headers( $raw_headers ) { + $headers = array(); + $key = ''; + + foreach(explode("\n", $raw_headers) as $i => $h) { + $h = explode(':', $h, 2); + + if (isset($h[1])) { + if (!isset($headers[$h[0]])) { + if ($h[0] == 'x-response-id') { + $headers[$h[0]] = trim($h[1]); + break; + } + } + } + } + + return $headers; + } + + /** + * + * @param string $path + * @param array|null $params + * @param string $method + * @param string $contentType + * @return array + * + * @throws APIException + */ + public static function makeServiceCall($path, $params, $method, $apiTag, $contentType = null) { + $logger = new SimpleLogger(); + $paymentRequestId = uniqid(); + $paymentHandlerConfig = PaymentHandlerConfig::getInstance(); + $url = $paymentHandlerConfig->getBaseUrl() . $path; + $curlObject = curl_init (); + $log = array(); + curl_setopt ( $curlObject, CURLOPT_RETURNTRANSFER, true ); + curl_setopt ( $curlObject, CURLOPT_HEADER, true ); + curl_setopt ( $curlObject, CURLOPT_NOBODY, false ); + curl_setopt ( $curlObject, CURLOPT_USERPWD, $paymentHandlerConfig->getApiKey () ); + curl_setopt ( $curlObject, CURLOPT_HTTPAUTH, CURLAUTH_BASIC ); + curl_setopt ( $curlObject, CURLOPT_USERAGENT, "SAMPLE_KIT/" . $paymentHandlerConfig->getMerchantId()); + $headers = array('version: ' . $paymentHandlerConfig->getAPIVersion()); + if ($paymentHandlerConfig->getMerchantId()) array_push($headers, 'x-merchantid:'. $paymentHandlerConfig->getMerchantId()); + + if ($method == RequestMethod::GET) { + curl_setopt ( $curlObject, CURLOPT_HTTPHEADER, $headers); + curl_setopt ( $curlObject, CURLOPT_HTTPGET, 1 ); + $log["method"] = "GET"; + if ($params != null) { + $encodedParams = http_build_query ( $params ); + if ($encodedParams != null && $encodedParams != "") { + $url = $url . "?" . $encodedParams; + } + } + } else if ($contentType == ContentType::JSON) { + array_push( $headers, 'Content-Type: application/json' ); + curl_setopt ( $curlObject, CURLOPT_HTTPHEADER, $headers); + curl_setopt ( $curlObject, CURLOPT_POST, 1 ); + $log["method"] = "POST"; + if ($params != null) { + $encodedParams = json_encode($params); + $log["request_params"] = $encodedParams; + curl_setopt ( $curlObject, CURLOPT_POSTFIELDS, $encodedParams ); + } + } else { + array_push( $headers, 'Content-Type: application/x-www-form-urlencoded' ); + + curl_setopt ( $curlObject, CURLOPT_HTTPHEADER, $headers); + + curl_setopt ( $curlObject, CURLOPT_POST, 1 ); + $log["method"] = "POST"; + if ($params != null) { + $body = http_build_query($params); + $log["request_params"] = $body; + curl_setopt ( $curlObject, CURLOPT_POSTFIELDS, $body); + } + } + $log["headers"] = $headers; + $logger->setLoggerContext(array("api_tag" => $apiTag, "payment_request_id" => $paymentRequestId)); + $logger->info("Executing Request:".$url); + $logger->info("Request:".json_encode($log)); + curl_setopt ( $curlObject, CURLOPT_URL, $url ); + $ca = ini_get('curl.cainfo'); + $ca = $ca === null || $ca === "" ? ini_get('openssl.cafile') : $ca; + if ($ca === null || $ca === "") { + $caCertificatePath = PaymentHandlerConfig::getInstance()->getCacert(); + curl_setopt ($curlObject, CURLOPT_CAINFO, $caCertificatePath); + } + $response = curl_exec ( $curlObject ); + if ($response == false) { + $curlError = curl_error ( $curlObject ); + $logger->error('connection error:'. $curlError); + throw new APIException ( - 1, "connection_error", "connection_error", $curlError); + } else { + $log = array(); + $responseCode = curl_getinfo ( $curlObject, CURLINFO_HTTP_CODE ); + $headerSize = curl_getinfo ( $curlObject, CURLINFO_HEADER_SIZE ); + $encodedResponse = substr ( $response, $headerSize ); + $responseBody = json_decode ($encodedResponse, true ); + $responseHeaders = self::http_parse_headers(substr($response, 0, $headerSize)); + + $log = [ "http_status_code" => $responseCode, "response" => $encodedResponse, "response_headers" => json_encode($responseHeaders)]; + curl_close ( $curlObject ); + if ($responseCode >= 200 && $responseCode < 300) { + $logger->info("Received response:" . json_encode($log)); + return $responseBody; + } else { + $status = null; + $errorCode = null; + $errorMessage = null; + if ($responseBody != null) { + if (array_key_exists ( "status", $responseBody ) != null) { + $status = $responseBody ['status']; + } + if (array_key_exists ( "error_code", $responseBody ) != null) { + $errorCode = $responseBody ['error_code']; + } + if (array_key_exists ( "error_message", $responseBody ) != null) { + $errorMessage = $responseBody ['error_message']; + } else { + $errorMessage = $status; + } + } + $logger->error("Received response:" . json_encode($log)); + throw new APIException ( $responseCode, $status, $errorCode, $errorMessage ); + } + } + } + +} +class APIException extends Exception { + private $httpResponseCode; + private $status; + private $errorCode; + private $errorMessage; + public function __construct($httpResponseCode, $status, $errorCode, $errorMessage) { + parent::__construct ( $errorMessage == null ? "Something went wrong" : $errorMessage ); + $this->httpResponseCode = $httpResponseCode; + $this->status = $status; + $this->errorCode = $errorCode; + $this->errorMessage = $errorMessage; + } + public function getHttpResponseCode() { + return $this->httpResponseCode; + } + public function getStatus() { + return $this->status; + } + public function getErrorCode() { + return $this->errorCode; + } + public function getErrorMessage() { + return $this->errorMessage; + } +} + +class PaymentHandlerConfig { + /** + * @property PaymentHandlerConfig $instance + */ + private static $instance; + private function __construct() {} + + public function __destruct() { + $this->closeLogFileHandler(); + } + /** + * @property string $apiKey + */ + private $apiKey; + + /** + * @property string $merchantId + */ + private $merchantId; + + + /** + * @property string $paymentPageClientId + */ + private $paymentPageClientId; + + /** + * @property string $baseUrl + */ + private $baseUrl; + + /** + * @property bool $enableLogging + */ + private $enableLogging; + + /** + * @property string $loggingPath + */ + private $loggingPath; + + /** + * @property string $responseKey + */ + + private $responseKey; + + /** + * @property string $API_VERSION + */ + private $API_VERSION = "2024-02-01"; + + /** + * @property resource $logFileHandle + */ + private $logFileHandle; + + /** + * @property string $cacert + */ + private $cacert; + + /** + * @param string $merchantId + * @param string $apiKey + * @param string $paymentPageClientId + * @param string $baseUrl + * @param bool $enableLogging + * @param string $loggingPath + * @param string $responseKey + * @return PaymentHandlerConfig + */ + public function withInstance($merchantId = null, $apiKey = null, $paymentPageClientId = null, $baseUrl = null, $enableLogging = null, $loggingPath = null, $responseKey = null, $caPath = null) { + $this->apiKey = $apiKey; + $this->merchantId = $merchantId; + $this->paymentPageClientId = $paymentPageClientId; + $this->baseUrl = $baseUrl; + $this->enableLogging = $enableLogging; + $this->loggingPath = normalizePath($loggingPath); + $this->setLogFileHandler(); + $this->responseKey = $responseKey; + $this->withCacert($caPath); + return $this; + } + + public function closeLogFileHandler() { + if ($this->logFileHandle !== null) { + try { + fclose($this->logFileHandle); + $this->logFileHandle = null; + } catch (Exception $e) { + $this->logFileHandle = null; + } + } + } + + /** + * @return PaymentHandlerConfig + */ + public static function getInstance() { + if (self::$instance === null) { + self::$instance = new self(); + } + return self::$instance; + } + + /** + * @return string + */ + public function getApiKey() { + return $this->apiKey; + } + + /** + * @return string + */ + public function getMerchantId() { + return $this->merchantId; + } + + /** + * @return string + */ + public function getPaymentPageClientId() { + return $this->paymentPageClientId; + } + + /** + * @return string + */ + public function getBaseUrl() { + return $this->baseUrl; + } + + /** + * @return bool + */ + public function getEnableLogging() { + return $this->enableLogging; + } + + /** + * @return string + */ + public function getLoggingPath() { + return $this->loggingPath; + } + + /** + * @return string + */ + public function getResponseKey() { + return $this->responseKey; + } + + /** + * @return string + */ + public function getAPIVersion() { + return $this->API_VERSION; + } + + /** + * @return resource + */ + public function getLogFileHandle() { + return $this->logFileHandle; + } + + /** + * @return string + */ + public function getCacert() { + return $this->cacert; + } + + + /** + * @param string $apiVersion + */ + public function withAPIVersion($apiVersion) { + $this->API_VERSION = $apiVersion; + } + + /** + * @param string $cacertPath + */ + public function withCacert($cacertPath) { + if ($cacertPath !== null) { + $this->cacert = normalizePath($cacertPath); + if (!file_exists($this->cacert)) { + throw new RuntimeException("CA File Not Found"); + } + } + } + + public function setLogFileHandler() { + $this->closeLogFileHandler(); + try { + if ($this->loggingPath !== null && $this->enableLogging) { + if (file_exists($this->loggingPath)) { + $this->logFileHandle = fopen($this->loggingPath, 'a'); + } else { + if (!file_exists(dirname($this->loggingPath))) { + mkdir(dirname($this->loggingPath), 0777, true); + } + $this->logFileHandle = fopen($this->loggingPath, 'w'); + } + } + } catch (Exception $e) { + throw new RuntimeException("Failed Opening Log File Handler with message: " . $e->getMessage()); + } + if ($this->logFileHandle === false) { + throw new RuntimeException("Failed to open log file for writing: {$this->loggingPath}"); + } + } +} + +function normalizePath($pathString) { + if (empty($pathString) || $pathString === null) { + return ''; + } + + $pathString = str_replace('\\', '/', $pathString); + + $pathString = preg_replace('/^~/', getenv('HOME'), $pathString); + + $pathString = preg_replace('/^\.\//', getcwd() . '/', $pathString); + + $pathString = preg_replace('/\.\.\//', '', $pathString); + + $pattern = '/\$\{(.*?)\}/'; + $pathString = preg_replace_callback($pattern, function ($matches) { + $propertyName = $matches[1]; + $replacement = getenv($propertyName) ?: ''; + return $replacement; + }, $pathString); + + if ($pathString[0] !== '/') { + if (!($pathString[1] === ':' || $pathString[2] === '\\')) { + $pathString = getcwd() . '/' . $pathString; + } + } + + return $pathString; +} + +class SimpleLogger +{ + // Define the log levels + const ERROR = 'error'; + const INFO = 'info'; + const DEBUG = 'debug'; + + private $context; + public function setLoggerContext($context) + { + $this->context = $context; + } + + public function arrayToSpaceSeparatedString($array) { + $result = ''; + if (!is_array($array)) { + return $array; + } + foreach ($array as $key => $value) { + $result .= "$key=$value, "; + } + $result = rtrim($result, ', '); + return $result; + } + + public function log($level, $message) + { + // Check if the log level is above or equal to the configured level + $callerFunction = $this->getCallerFunction(); + + if (PaymentHandlerConfig::getInstance()->getEnableLogging()) { + $dateTime = new DateTime('now', new DateTimeZone('UTC')); + + // Format the timestamp in the desired format + $formattedTimestamp = $dateTime->format('M d, Y h:i:s A'); + + $formattedMessage = sprintf("%s in.PaymentHandler.%s\n%s: %s value=%s", $formattedTimestamp, $callerFunction, strtoupper($level), $this->arrayToSpaceSeparatedString($this->context), $message); + + // Log to console + if ($level == self::ERROR) { + $this->logToError($formattedMessage); + } else { + $this->logToConsole($formattedMessage); + } + // Log to file + $this->logToFile($formattedMessage); + } + } + + protected function logToConsole($message) + { + // fwrite(STDERR, $message, PHP_EOL); + } + + protected function logToFile($message) + { + fwrite(PaymentHandlerConfig::getInstance()->getLogFileHandle(), $message . PHP_EOL); + fflush(PaymentHandlerConfig::getInstance()->getLogFileHandle()); + } + + protected function logToError($message) + { + // Log to standard error (stderr) instead of standard output (stdout) + // fwrite(STDERR, $message . PHP_EOL); + } + // ... (same as before) + + protected function getCallerFunction() + { + $backtrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 4); + + if (isset($backtrace[3]['function'])) { + return $backtrace[3]['function']; + } + + return null; + } + + + public function error($message) { + $this->log(self::ERROR, $message); + } + public function info($message) { + $this->log(self::INFO, $message); + } + + public function debug($message) { + $this->log(self::DEBUG, $message); + } +} + + +abstract class RequestMethod { + const POST = 'POST'; + const GET = 'GET'; +} + +class ContentType { + const X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded"; + const JSON = "application/json"; +} diff --git a/php-kit/README.md b/php-kit/README.md new file mode 100644 index 0000000..316ebe4 --- /dev/null +++ b/php-kit/README.md @@ -0,0 +1,46 @@ +# Sample Kit Using Web Servlets +This is a sample php kit using php development web server. + +## Setup +- Place config.json file inside resources folder, ensure fields like API_KEY, MERCHANT_ID, PAYMENT_PAGE_CLIENT_ID & BASE_URL are populated. +- Incase of SSL Certificate Error add cacert with PaymentHandlerConfig's method `withCacert("path to cacertificate")` or add it to php.ini (curl.cainfo) + +### Rest endpoints +| Environment | Endpoint | +|-------------------|--------------------------------------| +| Sandbox (default) | https://smartgateway.hdfcuat.bank.in | +| Production | https://smartgateway.hdfc.bank.in | + +configure this in BASE_URL + +## Contents +### initiatePayment.php +This initiates payment to payment server it calls /session api. + +### handlePaymentResponse.php +Payment flow ends here, with hmac verification and order status call. This is the return url specified in /session api call or can be configured through dasboard. + + +### initiateRefund.php +It takes three params unique_request_id, order_id, amount and initiates refund to server, it calls /refunds api. + +### initiatePaymentDataForm.php +This is an example of checkout page and demo page for /session api spec, please note that all the fields are kept readonly intentionally because we +recommend you to construct these params at server side. Send product-id from frontend and make a lookup at server side for amount. + +### initiateRefundDataForm.html +This is just an example of checkout page and demo page for /refunds api spec + +### PaymentHandler class +This is where all the business logic is for calling payments api exists + + +### run +```bash +php -S localhost:5000 +``` +Goto:- http://localhost:5000/initiatePaymentDataForm.php + + +[:warning:] +This sample project uses php development web server don't use it in production diff --git a/php-kit/handlePaymentResponse.php b/php-kit/handlePaymentResponse.php new file mode 100644 index 0000000..fc9a546 --- /dev/null +++ b/php-kit/handlePaymentResponse.php @@ -0,0 +1,119 @@ +validateHMAC_SHA256($params) === false) { + throw new APIException(-1, false, "Signature verification failed", "Signature verification failed"); + } else { + $order = $paymentHandler->orderStatus($params["order_id"]); + return $order; + } + +} +// block:end:order-status-function +function getStatusMessage($order) { + $message = "Your order with order_id " . $order["order_id"] . " and amount " . $order["amount"] . " has the following status: "; + $status = $order["status"]; + + switch ($status) { + case "CHARGED": + $message = $message . "order payment done successfully"; + break; + case "PENDING": + case "PENDING_VBV": + $message = $message ."order payment pending"; + break; + case "AUTHORIZATION_FAILED": + $message = $message ."order payment authorization failed"; + break; + case "AUTHENTICATION_FAILED": + $message = $message . "order payment authentication failed"; + break; + default: + $message = $message ."order status " . $status; + break; + } + return $message; +} + + // POST ROUTE + // block:start:construct-params + if (isset($_POST["order_id"])) { + try { + $inputParams = $_POST; + $orderId = $_POST["order_id"]; + $status = $_POST["status"]; + $signature = $_POST["signature"]; + $statusId = $_POST["status_id"]; + $params = ["order_id" => $orderId, "status" => $status, "signature" => $signature, "status_id" => $statusId]; +// block:end:construct-params + $order = getOrder($params); + $message = getStatusMessage($order); + } catch (APIException $e ) { + http_response_code(500); + $error = json_encode(["message" => $e->getErrorMessage(), "error_code" => $e->getErrorCode(), "http_response_code" => $e->getHttpResponseCode()]); + echo "

Payment server threw a non-2xx error. Error message: {$error}

"; + exit; + } catch (Exception $e) { + http_response_code(500); + echo "

Unexpected error occurred, Error message: {$e->getMessage()}

"; + exit; + } + } else if (isset($_GET["order_id"])) { // GET ROUTE + $inputParams = $_GET; + $orderId = $_GET["order_id"]; + $status = $_GET["status"]; + $signature = $_GET["signature"]; + $statusId = $_GET["status_id"]; + $params = ["order_id" => $orderId, "status" => $status, "signature" => $signature, "status_id" => $statusId]; + $order = getOrder($params); + $message = getStatusMessage($order); + } else { + http_response_code(400); + echo "

Required Parameter Order Id is missing

"; + exit; + } +?> + + + Merchant payment status page + + +

+ +
+ Return url request body params + + $value) { + echo ""; + $pvalue = ""; + if ($value !== null) { + $pvalue = json_encode($value); + } + echo ""; + } + ?> +
{$key}{$pvalue}
+
+ +
+ Response received from order status payment server call + + $value) { + echo ""; + $pvalue = ""; + if ($value !== null) { + $pvalue = json_encode($value); + } + echo ""; + } + ?> +
{$key}{$pvalue}
+
+ + \ No newline at end of file diff --git a/php-kit/initiatePayment.php b/php-kit/initiatePayment.php new file mode 100644 index 0000000..4a99f23 --- /dev/null +++ b/php-kit/initiatePayment.php @@ -0,0 +1,27 @@ +orderSession($params); + $redirect = $session["payment_links"]["web"]; + header("Location: {$redirect}"); + exit; + +} catch (APIException $e ) { + http_response_code(500); + $error = json_encode(["message" => $e->getErrorMessage(), "error_code" => $e->getErrorCode(), "http_response_code" => $e->getHttpResponseCode()]); + echo "

Payment server threw a non-2xx error. Error message: {$error}

"; + exit; + } catch (Exception $e) { + http_response_code(500); + echo "

Unexpected error occurred, Error message: {$e->getMessage()}

"; + exit; +} +?> diff --git a/php-kit/initiatePaymentDataForm.php b/php-kit/initiatePaymentDataForm.php new file mode 100644 index 0000000..ade3d96 --- /dev/null +++ b/php-kit/initiatePaymentDataForm.php @@ -0,0 +1,60 @@ + + + + + + Order Form + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Merchant Checkout PageThis are just example value, initiatePayment route will randomly generate order_id and amount for demo purposes.
Parameter Name:Parameter Value:
order_id (required)
amount (required)
payment_page_client_id (required)
currency
return_url +
+
+ + + \ No newline at end of file diff --git a/php-kit/initiateRefund.php b/php-kit/initiateRefund.php new file mode 100644 index 0000000..3e8e9b9 --- /dev/null +++ b/php-kit/initiateRefund.php @@ -0,0 +1,47 @@ +refund(["order_id" => $orderId, "amount" => $amount, "unique_request_id" => $refundId]); +} catch (APIException $e ) { + http_response_code(500); + $error = json_encode(["message" => $e->getErrorMessage(), "error_code" => $e->getErrorCode(), "http_response_code" => $e->getHttpResponseCode()]); + echo "

Payment server threw a non-2xx error. Error message: {$error}

"; + exit; + } catch (Exception $e) { + http_response_code(500); + echo "

Unexpected error occurred, Error message: {$e->getMessage()}

"; + exit; +} +?> + + + Merchant Refund + + +

Refund status:-

+

Here is the stringified map response:-

+

+
+ Response received from order status payment server call + + $value) { + echo ""; + $pvalue = ""; + if ($value !== null) { + $pvalue = json_encode($value); + } + echo ""; + } + ?> +
{$key}{$pvalue}
+
+ + + \ No newline at end of file diff --git a/php-kit/initiateRefundDataForm.php b/php-kit/initiateRefundDataForm.php new file mode 100644 index 0000000..0114e41 --- /dev/null +++ b/php-kit/initiateRefundDataForm.php @@ -0,0 +1,58 @@ + + + + + + Refund Form + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Refund Page
Parameter Name:Parameter Value:
order_id (required)
unique_request_id (required)
amount (required)
+
+ + + \ No newline at end of file diff --git a/php-kit/resources/cacert-2023-12-12.pem b/php-kit/resources/cacert-2023-12-12.pem new file mode 100644 index 0000000..d8fda7d --- /dev/null +++ b/php-kit/resources/cacert-2023-12-12.pem @@ -0,0 +1,3534 @@ +## +## Bundle of CA Root Certificates +## +## Certificate data from Mozilla as of: Tue Dec 12 04:12:04 2023 GMT +## +## This is a bundle of X.509 certificates of public Certificate Authorities +## (CA). These were automatically extracted from Mozilla's root certificates +## file (certdata.txt). This file can be found in the mozilla source tree: +## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt +## +## It contains the certificates in PEM format and therefore +## can be directly used with curl / libcurl / php_curl, or with +## an Apache+mod_ssl webserver for SSL client authentication. +## Just configure this file as the SSLCACertificateFile. +## +## Conversion done with mk-ca-bundle.pl version 1.29. +## SHA256: 1970dd65858925d68498d2356aea6d03f764422523c5887deca8ce3ba9e1f845 +## + + +GlobalSign Root CA +================== +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkGA1UEBhMCQkUx +GTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jvb3QgQ0ExGzAZBgNVBAMTEkds +b2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAwMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNV +BAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYD +VQQDExJHbG9iYWxTaWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDa +DuaZjc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavpxy0Sy6sc +THAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp1Wrjsok6Vjk4bwY8iGlb +Kk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdGsnUOhugZitVtbNV4FpWi6cgKOOvyJBNP +c1STE4U6G7weNLWLBYy5d4ux2x8gkasJU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrX +gzT/LCrBbBlDSgeF59N89iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0BAQUF +AAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOzyj1hTdNGCbM+w6Dj +Y1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE38NflNUVyRRBnMRddWQVDf9VMOyG +j/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymPAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhH +hm4qxFYxldBniYUr+WymXUadDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveC +X4XSQRjbgbMEHMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +Entrust.net Premium 2048 Secure Server CA +========================================= +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChMLRW50cnVzdC5u +ZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBpbmNvcnAuIGJ5IHJlZi4gKGxp +bWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNV +BAMTKkVudHJ1c3QubmV0IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQx +NzUwNTFaFw0yOTA3MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3 +d3d3LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTEl +MCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEGA1UEAxMqRW50cnVzdC5u +ZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgpMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEArU1LqRKGsuqjIAcVFmQqK0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOL +Gp18EzoOH1u3Hs/lJBQesYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSr +hRSGlVuXMlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVTXTzW +nLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/HoZdenoVve8AjhUi +VBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH4QIDAQABo0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJ +KoZIhvcNAQEFBQADggEBADubj1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPy +T/4xmf3IDExoU8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5bu/8j72gZyxKT +J1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+bYQLCIt+jerXmCHG8+c8eS9e +nNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/ErfF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +Baltimore CyberTrust Root +========================= +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJRTESMBAGA1UE +ChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYDVQQDExlCYWx0aW1vcmUgQ3li +ZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoXDTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMC +SUUxEjAQBgNVBAoTCUJhbHRpbW9yZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFs +dGltb3JlIEN5YmVyVHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKME +uyKrmD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjrIZ3AQSsB +UnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeKmpYcqWe4PwzV9/lSEy/C +G9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSuXmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9 +XbIGevOF6uvUA65ehD5f/xXtabz5OTZydc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjpr +l3RjM71oGDHweI12v/yejl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoI +VDaGezq1BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEB +BQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT929hkTI7gQCvlYpNRh +cL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3WgxjkzSswF07r51XgdIGn9w/xZchMB5 +hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsa +Y71k5h+3zvDyny67G7fyUIhzksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9H +RCwBXbsdtTLSR9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +Entrust Root Certification Authority +==================================== +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMCVVMxFjAUBgNV +BAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0Lm5ldC9DUFMgaXMgaW5jb3Jw +b3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMWKGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsG +A1UEAxMkRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0 +MloXDTI2MTEyNzIwNTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMu +MTkwNwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSByZWZlcmVu +Y2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNVBAMTJEVudHJ1c3QgUm9v +dCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB +ALaVtkNC+sZtKm9I35RMOVcF7sN5EUFoNu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYsz +A9u3g3s+IIRe7bJWKKf44LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOww +Cj0Yzfv9KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGIrb68 +j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi94DkZfs0Nw4pgHBN +rziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOBsDCBrTAOBgNVHQ8BAf8EBAMCAQYw +DwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAigA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1 +MzQyWjAfBgNVHSMEGDAWgBRokORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DH +hmak8fdLQ/uEvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9tO1KzKtvn1ISM +Y/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6ZuaAGAT/3B+XxFNSRuzFVJ7yVTa +v52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTS +W3iDVuycNsMm4hH2Z0kdkquM++v/eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0 +tHuu2guQOHXvgR1m0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +Comodo AAA Services root +======================== +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEbMBkGA1UECAwS +R3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRowGAYDVQQKDBFDb21vZG8gQ0Eg +TGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAw +MFoXDTI4MTIzMTIzNTk1OVowezELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hl +c3RlcjEQMA4GA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNV +BAMMGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQuaBtDFcCLNSS1UY8y2bmhG +C1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe3M/vg4aijJRPn2jymJBGhCfHdr/jzDUs +i14HZGWCwEiwqJH5YZ92IFCokcdmtet4YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszW +Y19zjNoFmag4qMsXeDZRrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjH +Ypy+g8cmez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQUoBEK +Iz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wewYDVR0f +BHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20vQUFBQ2VydGlmaWNhdGVTZXJ2aWNl +cy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29tb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2Vz +LmNybDANBgkqhkiG9w0BAQUFAAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm +7l3sAg9g1o1QGE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2G9w84FoVxp7Z +8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsil2D4kF501KKaU73yqWjgom7C +12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +QuoVadis Root CA 2 +================== +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoT +EFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMjAeFw0wNjExMjQx +ODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQCaGMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6 +XJxgFyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55JWpzmM+Yk +lvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bBrrcCaoF6qUWD4gXmuVbB +lDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp+ARz8un+XJiM9XOva7R+zdRcAitMOeGy +lZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt +66/3FsvbzSUr5R/7mp/iUcw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1Jdxn +wQ5hYIizPtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og/zOh +D7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UHoycR7hYQe7xFSkyy +BNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuIyV77zGHcizN300QyNQliBJIWENie +J0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1Ud +DgQWBBQahGK8SEwzJQTU7tD2A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGU +a6FJpEcwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2fBluornFdLwUv +Z+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzng/iN/Ae42l9NLmeyhP3ZRPx3 +UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2BlfF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodm +VjB3pjd4M1IQWK4/YY7yarHvGH5KWWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK ++JDSV6IZUaUtl0HaB0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrW +IozchLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPRTUIZ3Ph1 +WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWDmbA4CD/pXvk1B+TJYm5X +f6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0ZohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II +4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8 +VCLAAVBpQ570su9t+Oza8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +QuoVadis Root CA 3 +================== +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoT +EFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMzAeFw0wNjExMjQx +OTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMRswGQYDVQQDExJRdW9WYWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDMV0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNgg +DhoB4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUrH556VOij +KTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd8lyyBTNvijbO0BNO/79K +DDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9CabwvvWhDFlaJKjdhkf2mrk7AyxRllDdLkgbv +BNDInIjbC3uBr7E9KsRlOni27tyAsdLTmZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwp +p5ijJUMv7/FfJuGITfhebtfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8 +nT8KKdjcT5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDtWAEX +MJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZc6tsgLjoC2SToJyM +Gf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A4iLItLRkT9a6fUg+qGkM17uGcclz +uD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYDVR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHT +BgkrBgEEAb5YAAMwgcUwgZMGCCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmlj +YXRlIGNvbnN0aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVudC4wLQYIKwYB +BQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2NwczALBgNVHQ8EBAMCAQYwHQYD +VR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4GA1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4 +ywLQoUmkRzBFMQswCQYDVQQGEwJCTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UE +AxMSUXVvVmFkaXMgUm9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZV +qyM07ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSemd1o417+s +hvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd+LJ2w/w4E6oM3kJpK27z +POuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2 +Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadNt54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp +8kokUvd0/bpO5qgdAm6xDYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBC +bjPsMZ57k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6szHXu +g/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0jWy10QJLZYxkNc91p +vGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeTmJlglFwjz1onl14LBQaTNx47aTbr +qZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +XRamp Global CA Root +==================== +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCBgjELMAkGA1UE +BhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2Vj +dXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwHhcNMDQxMTAxMTcxNDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMx +HjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkg +U2VydmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3Jp +dHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS638eMpSe2OAtp87ZOqCwu +IR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCPKZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMx +foArtYzAQDsRhtDLooY2YKTVMIJt2W7QDxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FE +zG+gSqmUsE3a56k0enI4qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqs +AxcZZPRaJSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNViPvry +xS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASsjVy16bYbMDYGA1UdHwQvMC0wK6Ap +oCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMC +AQEwDQYJKoZIhvcNAQEFBQADggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc +/Kh4ZzXxHfARvbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLaIR9NmXmd4c8n +nxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSyi6mx5O+aGtA9aZnuqCij4Tyz +8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQO+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +Go Daddy Class 2 CA +=================== +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMY +VGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkG +A1UEBhMCVVMxITAfBgNVBAoTGFRoZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28g +RGFkZHkgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQAD +ggENADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCAPVYYYwhv +2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6wwdhFJ2+qN1j3hybX2C32 +qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXiEqITLdiOr18SPaAIBQi2XKVlOARFmR6j +YGB0xUGlcmIbYsUfb18aQr4CUWWoriMYavx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmY +vLEHZ6IVDd2gWMZEewo+YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0O +BBYEFNLEsNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h/t2o +atTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMu +MTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwG +A1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wim +PQoZ+YeAEW5p5JYXMP80kWNyOO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKt +I3lpjbi2Tc7PTMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mERdEr/VxqHD3VI +Ls9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5CufReYNnyicsbkqWletNw+vHX/b +vZ8= +-----END CERTIFICATE----- + +Starfield Class 2 CA +==================== +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzElMCMGA1UEChMc +U3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZpZWxkIENsYXNzIDIg +Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQwNjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBo +MQswCQYDVQQGEwJVUzElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAG +A1UECxMpU3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqG +SIb3DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf8MOh2tTY +bitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN+lq2cwQlZut3f+dZxkqZ +JRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVm +epsZGD3/cVE8MC5fvj13c7JdBmzDI1aaK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSN +F4Azbl5KXZnJHoe0nRrA1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HF +MIHCMB0GA1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fRzt0f +hvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNo +bm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBDbGFzcyAyIENlcnRpZmljYXRpb24g +QXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGs +afPzWdqbAYcaT1epoXkJKtv3L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLM +PUxA2IGvd56Deruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynpVSJYACPq4xJD +KVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEYWQPJIrSPnNVeKtelttQKbfi3 +QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +DigiCert Assured ID Root CA +=========================== +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQw +IgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzEx +MTEwMDAwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQL +ExB3d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0Ew +ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7cJpSIqvTO +9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYPmDI2dsze3Tyoou9q+yHy +UmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW +/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpy +oeb6pNnVFzF1roV9Iq4/AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whf +GHdPAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRF +66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYunpyGd823IDzANBgkq +hkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRCdWKuh+vy1dneVrOfzM4UKLkNl2Bc +EkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTffwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38Fn +SbNd67IJKusm7Xi+fT8r87cmNW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i +8b5QZ7dsvfPxH2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +DigiCert Global Root CA +======================= +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBhMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAw +HgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBDQTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAw +MDAwMDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +dy5kaWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkq +hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsBCSDMAZOn +TjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97nh6Vfe63SKMI2tavegw5 +BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt43C/dxC//AH2hdmoRBBYMql1GNXRor5H +4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7PT19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y +7vrTC0LUq7dBMtoM1O/4gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQAB +o2MwYTAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbRTLtm +8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUwDQYJKoZIhvcNAQEF +BQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/EsrhMAtudXH/vTBH1jLuG2cenTnmCmr +EbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIt +tep3Sp+dWOIrWcBAI+0tKIJFPnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886 +UAb3LujEV0lsYSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +DigiCert High Assurance EV Root CA +================================== +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBsMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSsw +KQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5jZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAw +MFoXDTMxMTExMDAwMDAwMFowbDELMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZ +MBcGA1UECxMQd3d3LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFu +Y2UgRVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm+9S75S0t +Mqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTWPNt0OKRKzE0lgvdKpVMS +OO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEMxChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3 +MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFBIk5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQ +NAQTXKFx01p8VdteZOE3hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUe +h10aUAsgEsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMB +Af8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaAFLE+w2kD+L9HAdSY +JhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3NecnzyIZgYIVyHbIUf4KmeqvxgydkAQ +V8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6zeM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFp +myPInngiK3BD41VHMWEZ71jFhS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkK +mNEVX58Svnw2Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep+OkuE6N36B9K +-----END CERTIFICATE----- + +SwissSign Gold CA - G2 +====================== +-----BEGIN CERTIFICATE----- +MIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNVBAYTAkNIMRUw +EwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2lnbiBHb2xkIENBIC0gRzIwHhcN +MDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBFMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dp +c3NTaWduIEFHMR8wHQYDVQQDExZTd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUq +t2/876LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+bbqBHH5C +jCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c6bM8K8vzARO/Ws/BtQpg +vd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqEemA8atufK+ze3gE/bk3lUIbLtK/tREDF +ylqM2tIrfKjuvqblCqoOpd8FUrdVxyJdMmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvR +AiTysybUa9oEVeXBCsdtMDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuend +jIj3o02yMszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69yFGkO +peUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPiaG59je883WX0XaxR +7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxMgI93e2CaHt+28kgeDrpOVG2Y4OGi +GqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUWyV7lqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64 +OfPAeGZe6Drn8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov +L3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe645R88a7A3hfm +5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczOUYrHUDFu4Up+GC9pWbY9ZIEr +44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5O1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOf +Mke6UiI0HTJ6CVanfCU2qT1L2sCCbwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6m +Gu6uLftIdxf+u+yvGPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxp +mo/a77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCChdiDyyJk +vC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid392qgQmwLOM7XdVAyksLf +KzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEppLd6leNcG2mqeSz53OiATIgHQv2ieY2Br +NU0LbbqhPcCT4H8js1WtciVORvnSFu+wZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6Lqj +viOvrv1vA+ACOzB2+httQc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ +-----END CERTIFICATE----- + +SwissSign Silver CA - G2 +======================== +-----BEGIN CERTIFICATE----- +MIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCQ0gxFTAT +BgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMB4X +DTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0NlowRzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3 +aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG +9w0BAQEFAAOCAg8AMIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644 +N0MvFz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7brYT7QbNHm ++/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieFnbAVlDLaYQ1HTWBCrpJH +6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH6ATK72oxh9TAtvmUcXtnZLi2kUpCe2Uu +MGoM9ZDulebyzYLs2aFK7PayS+VFheZteJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5h +qAaEuSh6XzjZG6k4sIN/c8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5 +FZGkECwJMoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRHHTBs +ROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTfjNFusB3hB48IHpmc +celM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb65i/4z3GcRm25xBWNOHkDRUjvxF3X +CO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOBrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUF6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRB +tjpbO8tFnb0cwpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0 +cDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBAHPGgeAn0i0P +4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShpWJHckRE1qTodvBqlYJ7YH39F +kWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9xCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L +3XWgwF15kIwb4FDm3jH+mHtwX6WQ2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx +/uNncqCxv1yL5PqZIseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFa +DGi8aRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2Xem1ZqSqP +e97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQRdAtq/gsD/KNVV4n+Ssuu +WxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/OMpXEA29MC/HpeZBoNquBYeaoKRlbEwJ +DIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+hAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ub +DgEj8Z+7fNzcbBGXJbLytGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u +-----END CERTIFICATE----- + +SecureTrust CA +============== +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBIMQswCQYDVQQG +EwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xFzAVBgNVBAMTDlNlY3VyZVRy +dXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIzMTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAe +BgNVBAoTF1NlY3VyZVRydXN0IENvcnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQX +OZEzZum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO0gMdA+9t +DWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIaowW8xQmxSPmjL8xk037uH +GFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b +01k/unK8RCSc43Oz969XL0Imnal0ugBS8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmH +ursCAwEAAaOBnTCBmjATBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCegJYYj +aHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQAwDQYJ +KoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt36Z3q059c4EVlew3KW+JwULKUBRSu +SceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHf +mbx8IVQr5Fiiu1cprp6poxkmD5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZ +nMUFdAvnZyPSCPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +Secure Global CA +================ +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBKMQswCQYDVQQG +EwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBH +bG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkxMjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEg +MB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwg +Q0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jx +YDiJiQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa/FHtaMbQ +bqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJjnIFHovdRIWCQtBJwB1g +8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnIHmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYV +HDGA76oYa8J719rO+TMg1fW9ajMtgQT7sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi +0XPnj3pDAgMBAAGjgZ0wgZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCswKaAn +oCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsGAQQBgjcVAQQDAgEA +MA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0LURYD7xh8yOOvaliTFGCRsoTciE6+ +OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXOH0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cn +CDpOGR86p1hcF895P4vkp9MmI50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/5 +3CYNv6ZHdAbYiNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +COMODO Certification Authority +============================== +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCBgTELMAkGA1UE +BhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgG +A1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNVBAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1 +dGhvcml0eTAeFw0wNjEyMDEwMDAwMDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEb +MBkGA1UECBMSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFD +T01PRE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3UcEbVASY06m/weaKXTuH ++7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI2GqGd0S7WWaXUF601CxwRM/aN5VCaTww +xHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV +4EajcNxo2f8ESIl33rXp+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA +1KGzqSX+DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5OnKVI +rLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW/zAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6gPKA6hjhodHRwOi8vY3JsLmNvbW9k +b2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9uQXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOC +AQEAPpiem/Yb6dc5t3iuHXIYSdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CP +OGEIqB6BCsAvIC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4zJVSk/BwJVmc +IGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5ddBA6+C4OmF4O5MBKgxTMVBbkN ++8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IBZQ== +-----END CERTIFICATE----- + +COMODO ECC Certification Authority +================================== +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTELMAkGA1UEBhMC +R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE +ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwHhcNMDgwMzA2MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0Ix +GzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRo +b3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSRFtSrYpn1PlILBs5BAH+X +4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0JcfRK9ChQtP6IHG4/bC8vCVlbpVsLM5ni +wz2J+Wos77LTBumjQjBAMB0GA1UdDgQWBBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VG +FAkK+qDmfQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdvGDeA +U/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +Certigna +======== +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNVBAYTAkZSMRIw +EAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4XDTA3MDYyOTE1MTMwNVoXDTI3 +MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwI +Q2VydGlnbmEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7q +XOEm7RFHYeGifBZ4QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyH +GxnygQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbwzBfsV1/p +ogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q130yGLMLLGq/jj8UEYkg +DncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKf +Irjxwo1p3Po6WAbfAgMBAAGjgbwwgbkwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQ +tCRZvgHyUtVF9lo53BEwZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJ +BgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzjAQ/J +SP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG9w0BAQUFAAOCAQEA +hQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8hbV6lUmPOEvjvKtpv6zf+EwLHyzs+ +ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFncfca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1klu +PBS1xp81HlDQwY9qcEQCYsuuHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY +1gkIl2PlwS6wt0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +ePKI Root Certification Authority +================================= +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBeMQswCQYDVQQG +EwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0ZC4xKjAoBgNVBAsMIWVQS0kg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMx +MjdaMF4xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEq +MCgGA1UECwwhZVBLSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAHSyZbCUNs +IZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAhijHyl3SJCRImHJ7K2RKi +lTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3XDZoTM1PRYfl61dd4s5oz9wCGzh1NlDiv +qOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX +12ruOzjjK9SXDrkb5wdJfzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0O +WQqraffAsgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uUWH1+ +ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLSnT0IFaUQAS2zMnao +lQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pHdmX2Os+PYhcZewoozRrSgx4hxyy/ +vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJipNiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXi +Zo1jDiVN1Rmy5nk3pyKdVDECAwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/Qkqi +MAwGA1UdEwQFMAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGBuvl2ICO1J2B0 +1GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6YlPwZpVnPDimZI+ymBV3QGypzq +KOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkPJXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdV +xrsStZf0X4OFunHB2WyBEXYKCrC/gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEP +NXubrjlpC2JgQCA2j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+r +GNm65ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUBo2M3IUxE +xJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS/jQ6fbjpKdx2qcgw+BRx +gMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2zGp1iro2C6pSe3VkQw63d4k3jMdXH7Ojy +sP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTEW9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmOD +BCEIZ43ygknQW/2xzQ+DhNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +certSIGN ROOT CA +================ +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYTAlJPMREwDwYD +VQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTAeFw0wNjA3MDQxNzIwMDRa +Fw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UE +CxMQY2VydFNJR04gUk9PVCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7I +JUqOtdu0KBuqV5Do0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHH +rfAQUySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5dRdY4zTW2 +ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQOA7+j0xbm0bqQfWwCHTD +0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwvJoIQ4uNllAoEwF73XVv4EOLQunpL+943 +AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8B +Af8EBAMCAcYwHQYDVR0OBBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IB +AQA+0hyJLjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecYMnQ8 +SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ44gx+FkagQnIl6Z0 +x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6IJd1hJyMctTEHBDa0GpC9oHRxUIlt +vBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNwi/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7Nz +TogVZ96edhBiIL5VaZVDADlN9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +NetLock Arany (Class Gold) Főtanúsítvány +======================================== +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQGEwJIVTERMA8G +A1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3MDUGA1UECwwuVGFuw7pzw610 +dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBB +cmFueSAoQ2xhc3MgR29sZCkgRsWRdGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgx +MjA2MTUwODIxWjCBpzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxO +ZXRMb2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlmaWNhdGlv +biBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNzIEdvbGQpIEbFkXRhbsO6 +c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxCRec75LbRTDofTjl5Bu +0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrTlF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw +/HpYzY6b7cNGbIRwXdrzAZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAk +H3B5r9s5VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRGILdw +fzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2BJtr+UBdADTHLpl1 +neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAGAQH/AgEEMA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2MU9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwW +qZw8UQCgwBEIBaeZ5m8BiFRhbvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTta +YtOUZcTh5m2C+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2FuLjbvrW5Kfna +NwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2XjG4Kvte9nHfRCaexOYNkbQu +dZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +SecureSign RootCA11 +=================== +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDErMCkGA1UEChMi +SmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoGA1UEAxMTU2VjdXJlU2lnbiBS +b290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSsw +KQYDVQQKEyJKYXBhbiBDZXJ0aWZpY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1 +cmVTaWduIFJvb3RDQTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvL +TJszi1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8h9uuywGO +wvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOVMdrAG/LuYpmGYz+/3ZMq +g6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rP +O7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitA +bpSACW22s293bzUIUPsCh8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZX +t94wDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAKCh +OBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xmKbabfSVSSUOrTC4r +bnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQX5Ucv+2rIrVls4W6ng+4reV6G4pQ +Oh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWrQbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01 +y8hSyn+B/tlr0/cR7SXf+Of5pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061 +lgeLKBObjBmNQSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +Microsec e-Szigno Root CA 2009 +============================== +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYDVQQGEwJIVTER +MA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jv +c2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTAeFw0wOTA2MTYxMTMwMThaFw0yOTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UE +BwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUt +U3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvPkd6mJviZpWNwrZuuyjNA +fW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tccbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG +0IMZfcChEhyVbUr02MelTTMuhTlAdX4UfIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKA +pxn1ntxVUwOXewdI/5n7N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm +1HxdrtbCxkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1+rUC +AwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTLD8bf +QkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAbBgNVHREE +FDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqGSIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0o +lZMEyL/azXm4Q5DwpL7v8u8hmLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfX +I/OMn74dseGkddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c2Pm2G2JwCz02 +yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5tHMN1Rq41Bab2XD0h7lbwyYIi +LXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +GlobalSign Root CA - R3 +======================= +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4GA1UECxMXR2xv +YmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2Jh +bFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxT +aWduIFJvb3QgQ0EgLSBSMzETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2ln +bjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWt +iHL8RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsTgHeMCOFJ +0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmmKPZpO/bLyCiR5Z2KYVc3 +rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zdQQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjl +OCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZXriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2 +xmmFghcCAwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE +FI/wS3+oLkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZURUm7 +lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMpjjM5RcOO5LlXbKr8 +EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK6fBdRoyV3XpYKBovHd7NADdBj+1E +bddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQXmcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18 +YIvDQVETI53O9zJrlAGomecsMx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7r +kpeDMdmztcpHWD9f +-----END CERTIFICATE----- + +Izenpe.com +========== +-----BEGIN CERTIFICATE----- +MIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4MQswCQYDVQQG +EwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5jb20wHhcNMDcxMjEz +MTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMu +QS4xEzARBgNVBAMMCkl6ZW5wZS5jb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ +03rKDx6sp4boFmVqscIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAK +ClaOxdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6HLmYRY2xU ++zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFXuaOKmMPsOzTFlUFpfnXC +PCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQDyCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxT +OTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+JrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbK +F7jJeodWLBoBHmy+E60QrLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK +0GqfvEyNBjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8Lhij+ +0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIBQFqNeb+Lz0vPqhbB +leStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+HMh3/1uaD7euBUbl8agW7EekFwID +AQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2luZm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+ +SVpFTlBFIFMuQS4gLSBDSUYgQTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBG +NjIgUzgxQzBBBgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx +MCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0O +BBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUAA4ICAQB4pgwWSp9MiDrAyw6l +Fn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWblaQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbga +kEyrkgPH7UIBzg/YsfqikuFgba56awmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8q +hT/AQKM6WfxZSzwoJNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Cs +g1lwLDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCTVyvehQP5 +aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGkLhObNA5me0mrZJfQRsN5 +nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJbUjWumDqtujWTI6cfSN01RpiyEGjkpTHC +ClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/QnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZo +Q0iy2+tzJOeRf1SktoA+naM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1Z +WrOZyGlsQyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw== +-----END CERTIFICATE----- + +Go Daddy Root Certificate Authority - G2 +======================================== +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMxEDAOBgNVBAgT +B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoTEUdvRGFkZHkuY29tLCBJbmMu +MTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8G +A1UEAxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKDE6bFIEMBO4Tx5oVJnyfq +9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD ++qK+ihVqf94Lw7YZFAXK6sOoBJQ7RnwyDfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutd +fMh8+7ArU6SSYmlRJQVhGkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMl +NAJWJwGRtDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEAAaNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFDqahQcQZyi27/a9 +BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmXWWcDYfF+OwYxdS2hII5PZYe096ac +vNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r +5N9ss4UXnT3ZJE95kTXWXwTrgIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYV +N8Gb5DKj7Tjo2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI4uJEvlz36hz1 +-----END CERTIFICATE----- + +Starfield Root Certificate Authority - G2 +========================================= +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMxEDAOBgNVBAgT +B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9s +b2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVsZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0 +eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAw +DgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQg +VGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZpY2F0ZSBB +dXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL3twQP89o/8ArFv +W59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMgnLRJdzIpVv257IzdIvpy3Cdhl+72WoTs +bhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNk +N3mSwOxGXn/hbVNMYq/NHwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7Nf +ZTD4p7dNdloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0HZbU +JtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0GCSqGSIb3DQEBCwUAA4IBAQARWfol +TwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjUsHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx +4mcujJUDJi5DnUox9g61DLu34jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUw +F5okxBDgBPfg8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1mMpYjn0q7pBZ +c2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +Starfield Services Root Certificate Authority - G2 +================================================== +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgT +B0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9s +b2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRl +IEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNV +BAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxT +dGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2VydmljZXMg +Um9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC +AQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20pOsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2 +h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm28xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4Pa +hHQUw2eeBGg6345AWh1KTs9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLP +LJGmpufehRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk6mFB +rMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMA0GCSqG +SIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMIbw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPP +E95Dz+I0swSdHynVv/heyNXBve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTy +xQGjhdByPq1zqwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn0q23KXB56jza +YyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCNsSi6 +-----END CERTIFICATE----- + +AffirmTrust Commercial +====================== +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UEBhMCVVMxFDAS +BgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBDb21tZXJjaWFsMB4XDTEw +MDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmly +bVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEF +AAOCAQ8AMIIBCgKCAQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6Eqdb +DuKPHx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yrba0F8PrV +C8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPALMeIrJmqbTFeurCA+ukV6 +BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1yHp52UKqK39c/s4mT6NmgTWvRLpUHhww +MmWd5jyTXlBOeuM61G7MGvv50jeuJCqrVwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNV +HQ4EFgQUnZPGU4teyq8/nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYGXUPG +hi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNjvbz4YYCanrHOQnDi +qX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivtZ8SOyUOyXGsViQK8YvxO8rUzqrJv +0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9gN53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0kh +sUlHRUe072o0EclNmsxZt9YCnlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +AffirmTrust Networking +====================== +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UEBhMCVVMxFDAS +BgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBOZXR3b3JraW5nMB4XDTEw +MDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmly +bVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEF +AAOCAQ8AMIIBCgKCAQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SE +Hi3yYJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbuakCNrmreI +dIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRLQESxG9fhwoXA3hA/Pe24 +/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gb +h+0t+nvujArjqWaJGctB+d1ENmHP4ndGyH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNV +HQ4EFgQUBx/S55zawm6iQLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfOtDIu +UFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzuQY0x2+c06lkh1QF6 +12S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZLgo/bNjR9eUJtGxUAArgFU2HdW23 +WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4uolu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9 +/ZFvgrG+CJPbFEfxojfHRZ48x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +AffirmTrust Premium +=================== +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UEBhMCVVMxFDAS +BgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVzdCBQcmVtaXVtMB4XDTEwMDEy +OTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRy +dXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEAxBLfqV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtn +BKAQJG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ+jjeRFcV +5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrSs8PhaJyJ+HoAVt70VZVs ++7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmd +GPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d770O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5R +p9EixAqnOEhss/n/fauGV+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NI +S+LI+H+SqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S5u04 +6uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4IaC1nEWTJ3s7xgaVY5 +/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TXOwF0lkLgAOIua+rF7nKsu7/+6qqo ++Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYEFJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByv +MiPIs0laUZx2KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B8OWycvpEgjNC +6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQMKSOyARiqcTtNd56l+0OOF6S +L5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK ++4w1IX2COPKpVJEZNZOUbWo6xbLQu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmV +BtWVyuEklut89pMFu+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFg +IxpHYoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8GKa1qF60 +g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaORtGdFNrHF+QFlozEJLUb +zxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6eKeC2uAloGRwYQw== +-----END CERTIFICATE----- + +AffirmTrust Premium ECC +======================= +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMCVVMxFDASBgNV +BAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQcmVtaXVtIEVDQzAeFw0xMDAx +MjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJBgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1U +cnVzdDEgMB4GA1UEAwwXQWZmaXJtVHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAQNMF4bFZ0D0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQ +N8O9ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0GA1UdDgQW +BBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAK +BggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/VsaobgxCd05DhT1wV/GzTjxi+zygk8N53X +57hG8f2h4nECMEJZh0PUUd+60wkyWs6Iflc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKM +eQ== +-----END CERTIFICATE----- + +Certum Trusted Network CA +========================= +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBMMSIwIAYDVQQK +ExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBUcnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIy +MTIwNzM3WhcNMjkxMjMxMTIwNzM3WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBU +ZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +MSIwIAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0BAQEFAAOC +AQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rHUV+rpDKmYYe2bg+G0jAC +l/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LMTXPb865Px1bVWqeWifrzq2jUI4ZZJ88J +J7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVUBBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4 +fOQtf/WsX+sWn7Et0brMkUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0 +cvW0QM8xAcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNVHRMB +Af8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNVHQ8BAf8EBAMCAQYw +DQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15ysHhE49wcrwn9I0j6vSrEuVUEtRCj +jSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfLI9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1 +mS1FhIrlQgnXdAIv94nYmem8J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5aj +Zt3hrvJBW8qYVoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +TWCA Root Certification Authority +================================= +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJ +VEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMzWhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQG +EwJUVzESMBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NB +IFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFEAcK0HMMx +QhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HHK3XLfJ+utdGdIzdjp9xC +oi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeXRfwZVzsrb+RH9JlF/h3x+JejiB03HFyP +4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/zrX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1r +y+UPizgN7gr8/g+YnzAx3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIB +BjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkqhkiG +9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeCMErJk/9q56YAf4lC +mtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdlsXebQ79NqZp4VKIV66IIArB6nCWlW +QtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62Dlhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVY +T0bf+215WfKEIlKuD8z7fDvnaspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocny +Yh0igzyXxfkZYiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +Security Communication RootCA2 +============================== +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc +U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMeU2VjdXJpdHkgQ29tbXVuaWNh +dGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoXDTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMC +SlAxJTAjBgNVBAoTHFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3Vy +aXR5IENvbW11bmljYXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB +ANAVOVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGrzbl+dp++ ++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVMVAX3NuRFg3sUZdbcDE3R +3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQhNBqyjoGADdH5H5XTz+L62e4iKrFvlNV +spHEfbmwhRkGeC7bYRr6hfVKkaHnFtWOojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1K +EOtOghY6rCcMU/Gt1SSwawNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8 +QIH4D5csOPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEB +CwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpFcoJxDjrSzG+ntKEj +u/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXcokgfGT+Ok+vx+hfuzU7jBBJV1uXk +3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6q +tnRGEmyR7jTV7JqR50S+kDFy1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29 +mvVXIwAHIRc/SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +Actalis Authentication Root CA +============================== +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UEBhMCSVQxDjAM +BgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UE +AwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDky +MjExMjIwMlowazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlz +IFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJ +wkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZa +by/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6 +zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1f +YVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2 +oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8l +EfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7 +hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8 +EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5 +jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLY +iDrIn3hm7YnzezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQALe3KHwGCmSUyI +WOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70jsNjLiNmsGe+b7bAEzlgqqI0 +JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDzWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKx +K3JCaKygvU5a2hi/a5iB0P2avl4VSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+ +Xlff1ANATIGk0k9jpwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC +4yyXX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+OkfcvHlXHo +2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7RK4X9p2jIugErsWx0Hbhz +lefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btUZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXem +OR/qnuOf0GZvBeyqdn6/axag67XH/JJULysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9 +vwGYT7JZVEc+NHt4bVaTLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +Buypass Class 2 Root CA +======================= +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU +QnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3MgQ2xhc3MgMiBSb290IENBMB4X +DTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1owTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1 +eXBhc3MgQVMtOTgzMTYzMzI3MSAwHgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIw +DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1 +g1Lr6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPVL4O2fuPn +9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC911K2GScuVr1QGbNgGE41b +/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHxMlAQTn/0hpPshNOOvEu/XAFOBz3cFIqU +CqTqc/sLUegTBxj6DvEr0VQVfTzh97QZQmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeff +awrbD02TTqigzXsu8lkBarcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgI +zRFo1clrUs3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLiFRhn +Bkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRSP/TizPJhk9H9Z2vX +Uq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN9SG9dKpN6nIDSdvHXx1iY8f93ZHs +M+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxPAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYD +VR0OBBYEFMmAd+BikoL1RpzzuvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsF +AAOCAgEAU18h9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3tOluwlN5E40EI +osHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo+fsicdl9sz1Gv7SEr5AcD48S +aq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYd +DnkM/crqJIByw5c/8nerQyIKx+u2DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWD +LfJ6v9r9jv6ly0UsH8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0 +oyLQI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK75t98biGC +wWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h3PFaTWwyI0PurKju7koS +CTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPzY11aWOIv4x3kqdbQCtCev9eBCfHJxyYN +rJgWVqA= +-----END CERTIFICATE----- + +Buypass Class 3 Root CA +======================= +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEdMBsGA1UECgwU +QnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3MgQ2xhc3MgMyBSb290IENBMB4X +DTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFowTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1 +eXBhc3MgQVMtOTgzMTYzMzI3MSAwHgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIw +DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRH +sJ8YZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3EN3coTRiR +5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9tznDDgFHmV0ST9tD+leh +7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX0DJq1l1sDPGzbjniazEuOQAnFN44wOwZ +ZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH +2xc519woe2v1n/MuwU8XKhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV +/afmiSTYzIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvSO1UQ +RwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D34xFMFbG02SrZvPA +Xpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgPK9Dx2hzLabjKSWJtyNBjYt1gD1iq +j6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYD +VR0OBBYEFEe4zf/lb+74suwvTg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsF +AAOCAgEAACAjQTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXSIGrs/CIBKM+G +uIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2HJLw5QY33KbmkJs4j1xrG0aG +Q0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsaO5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8 +ZORK15FTAaggiG6cX0S5y2CBNOxv033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2 +KSb12tjE8nVhz36udmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz +6MkEkbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg413OEMXbug +UZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvDu79leNKGef9JOxqDDPDe +eOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq4/g7u9xN12TyUb7mqqta6THuBrxzvxNi +Cp/HuZc= +-----END CERTIFICATE----- + +T-TeleSec GlobalRoot Class 3 +============================ +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoM +IlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBU +cnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgx +MDAxMTAyOTU2WhcNMzMxMDAxMjM1OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lz +dGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBD +ZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN8ELg63iIVl6bmlQdTQyK +9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/RLyTPWGrTs0NvvAgJ1gORH8EGoel15YU +NpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZF +iP0Zf3WHHx+xGwpzJFu5ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W +0eDrXltMEnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGjQjBA +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1A/d2O2GCahKqGFPr +AyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOyWL6ukK2YJ5f+AbGwUgC4TeQbIXQb +fsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzT +ucpH9sry9uetuUg/vBa3wW306gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7h +P0HHRwA11fXT91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4pTpPDpFQUWw== +-----END CERTIFICATE----- + +D-TRUST Root Class 3 CA 2 2009 +============================== +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQK +DAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTAe +Fw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NThaME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxE +LVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOAD +ER03UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42tSHKXzlA +BF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9RySPocq60vFYJfxLLHLGv +KZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsMlFqVlNpQmvH/pStmMaTJOKDfHR+4CS7z +p+hnUquVH+BGPtikw8paxTGA6Eian5Rp/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUC +AwEAAaOCARowggEWMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ +4PGEMA4GA1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVjdG9y +eS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUyMENBJTIwMiUyMDIw +MDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRlcmV2b2NhdGlvbmxpc3QwQ6BBoD+G +PWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAw +OS5jcmwwDQYJKoZIhvcNAQELBQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm +2H6NMLVwMeniacfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4KzCUqNQT4YJEV +dT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8PIWmawomDeCTmGCufsYkl4ph +X5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3YJohw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +D-TRUST Root Class 3 CA 2 EV 2009 +================================= +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQK +DAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAw +OTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUwNDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQK +DAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAw +OTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfS +egpnljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM03TP1YtHh +zRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6ZqQTMFexgaDbtCHu39b+T +7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lRp75mpoo6Kr3HGrHhFPC+Oh25z1uxav60 +sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure35 +11H3a6UCAwEAAaOCASQwggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyv +cop9NteaHNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFwOi8v +ZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xhc3MlMjAzJTIwQ0El +MjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1ERT9jZXJ0aWZpY2F0ZXJldm9jYXRp +b25saXN0MEagRKBChkBodHRwOi8vd3d3LmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xh +c3NfM19jYV8yX2V2XzIwMDkuY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+ +PPoeUSbrh/Yp3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNFCSuGdXzfX2lX +ANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7naxpeG0ILD5EJt/rDiZE4OJudA +NCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqXKVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVv +w9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +CA Disig Root R2 +================ +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNVBAYTAlNLMRMw +EQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMuMRkwFwYDVQQDExBDQSBEaXNp +ZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQyMDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sx +EzARBgNVBAcTCkJyYXRpc2xhdmExEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERp +c2lnIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbC +w3OeNcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNHPWSb6Wia +xswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3Ix2ymrdMxp7zo5eFm1tL7 +A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbeQTg06ov80egEFGEtQX6sx3dOy1FU+16S +GBsEWmjGycT6txOgmLcRK7fWV8x8nhfRyyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqV +g8NTEQxzHQuyRpDRQjrOQG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa +5Beny912H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJQfYE +koopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUDi/ZnWejBBhG93c+A +Ak9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORsnLMOPReisjQS1n6yqEm70XooQL6i +Fh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5u +Qu0wDQYJKoZIhvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqfGopTpti72TVV +sRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkblvdhuDvEK7Z4bLQjb/D907Je +dR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W8 +1k/BfDxujRNt+3vrMNDcTa/F1balTFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjx +mHHEt38OFdAlab0inSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01 +utI3gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18DrG5gPcFw0 +sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3OszMOl6W8KjptlwlCFtaOg +UxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8xL4ysEr3vQCj8KWefshNPZiTEUxnpHikV +7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +ACCVRAIZ1 +========= +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UEAwwJQUNDVlJB +SVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQswCQYDVQQGEwJFUzAeFw0xMTA1 +MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQBgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwH +UEtJQUNDVjENMAsGA1UECgwEQUNDVjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQCbqau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gM +jmoYHtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWoG2ioPej0 +RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpAlHPrzg5XPAOBOp0KoVdD +aaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhrIA8wKFSVf+DuzgpmndFALW4ir50awQUZ +0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDG +WuzndN9wrqODJerWx5eHk6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs7 +8yM2x/474KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMOm3WR +5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpacXpkatcnYGMN285J +9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPluUsXQA+xtrn13k/c4LOsOxFwYIRK +Q26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYIKwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRw +Oi8vd3d3LmFjY3YuZXMvZmlsZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEu +Y3J0MB8GCCsGAQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeTVfZW6oHlNsyM +Hj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIGCCsGAQUFBwICMIIBFB6CARAA +QQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUAcgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBh +AO0AegAgAGQAZQAgAGwAYQAgAEEAQwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUA +YwBuAG8AbABvAGcA7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBj +AHQAcgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAAQwBQAFMA +IABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUAczAwBggrBgEFBQcCARYk +aHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2MuaHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0 +dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRtaW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2 +MV9kZXIuY3JsMA4GA1UdDwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZI +hvcNAQEFBQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdpD70E +R9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gUJyCpZET/LtZ1qmxN +YEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+mAM/EKXMRNt6GGT6d7hmKG9Ww7Y49 +nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepDvV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJ +TS+xJlsndQAJxGJ3KQhfnlmstn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3 +sCPdK6jT2iWH7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szAh1xA2syVP1Xg +Nce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xFd3+YJ5oyXSrjhO7FmGYvliAd +3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2HpPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3p +EfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +TWCA Global Root CA +=================== +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcxEjAQBgNVBAoT +CVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMTVFdDQSBHbG9iYWwgUm9vdCBD +QTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQK +EwlUQUlXQU4tQ0ExEDAOBgNVBAsTB1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3Qg +Q0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2C +nJfF10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz0ALfUPZV +r2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfChMBwqoJimFb3u/Rk28OKR +Q4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbHzIh1HrtsBv+baz4X7GGqcXzGHaL3SekV +tTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1W +KKD+u4ZqyPpcC1jcxkt2yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99 +sy2sbZCilaLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYPoA/p +yJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQABDzfuBSO6N+pjWxn +kjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcEqYSjMq+u7msXi7Kx/mzhkIyIqJdI +zshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMC +AQYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6g +cFGn90xHNcgL1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WFH6vPNOw/KP4M +8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNoRI2T9GRwoD2dKAXDOXC4Ynsg +/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlg +lPx4mI88k1HtQJAH32RjJMtOcQWh15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryP +A9gK8kxkRr05YuWW6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3m +i4TWnsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5jwa19hAM8 +EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWzaGHQRiapIVJpLesux+t3 +zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmyKwbQBM0= +-----END CERTIFICATE----- + +TeliaSonera Root CA v1 +====================== +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAwNzEUMBIGA1UE +CgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJvb3QgQ0EgdjEwHhcNMDcxMDE4 +MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYDVQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwW +VGVsaWFTb25lcmEgUm9vdCBDQSB2MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+ +6yfwIaPzaSZVfp3FVRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA +3GV17CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+XZ75Ljo1k +B1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+/jXh7VB7qTCNGdMJjmhn +Xb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxH +oLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkmdtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3 +F0fUTPHSiXk+TT2YqGHeOh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJ +oWjiUIMusDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4pgd7 +gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fsslESl1MpWtTwEhDc +TwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQarMCpgKIv7NHfirZ1fpoeDVNAgMB +AAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qW +DNXr+nuqF+gTEjANBgkqhkiG9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNm +zqjMDfz1mgbldxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1TjTQpgcmLNkQfW +pb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBedY2gea+zDTYa4EzAvXUYNR0PV +G6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpc +c41teyWRyu5FrgZLAMzTsVlQ2jqIOylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOT +JsjrDNYmiLbAJM+7vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2 +qReWt88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcnHL/EVlP6 +Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVxSK236thZiNSQvxaz2ems +WWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +T-TeleSec GlobalRoot Class 2 +============================ +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoM +IlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBU +cnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgx +MDAxMTA0MDE0WhcNMzMxMDAxMjM1OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lz +dGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBD +ZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUdAqSzm1nzHoqvNK38DcLZ +SBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiCFoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/F +vudocP05l03Sx5iRUKrERLMjfTlH6VJi1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx970 +2cu+fjOlbpSD8DT6IavqjnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGV +WOHAD3bZwI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGjQjBA +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/WSA2AHmgoCJrjNXy +YdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhyNsZt+U2e+iKo4YFWz827n+qrkRk4 +r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPACuvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNf +vNoBYimipidx5joifsFvHZVwIEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR +3p1m0IvVVGb6g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlPBSeOE6Fuwg== +-----END CERTIFICATE----- + +Atos TrustedRoot 2011 +===================== +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UEAwwVQXRvcyBU +cnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0xMTA3MDcxNDU4 +MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMMFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsG +A1UECgwEQXRvczELMAkGA1UEBhMCREUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCV +hTuXbyo7LjvPpvMpNb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr +54rMVD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+SZFhyBH+ +DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ4J7sVaE3IqKHBAUsR320 +HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0Lcp2AMBYHlT8oDv3FdU9T1nSatCQujgKR +z3bFmx5VdJx4IbHwLfELn8LVlhgf8FQieowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7R +l+lwrrw7GWzbITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZ +bNshMBgGA1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +CwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8jvZfza1zv7v1Apt+h +k6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kPDpFrdRbhIfzYJsdHt6bPWHJxfrrh +TZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pcmaHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a9 +61qn8FYiqTxlVMYVqL2Gns2Dlmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G +3mB/ufNPRJLvKrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +QuoVadis Root CA 1 G3 +===================== +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQELBQAwSDELMAkG +A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv +b3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJN +MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEg +RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakE +PBtVwedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWerNrwU8lm +PNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF34168Xfuw6cwI2H44g4hWf6 +Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh4Pw5qlPafX7PGglTvF0FBM+hSo+LdoIN +ofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXpUhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/l +g6AnhF4EwfWQvTA9xO+oabw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV +7qJZjqlc3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/GKubX +9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSthfbZxbGL0eUQMk1f +iyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KOTk0k+17kBL5yG6YnLUlamXrXXAkg +t3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOtzCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZI +hvcNAQELBQADggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2cDMT/uFPpiN3 +GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUNqXsCHKnQO18LwIE6PWThv6ct +Tr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP ++V04ikkwj+3x6xn0dxoxGE1nVGwvb2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh +3jRJjehZrJ3ydlo28hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fa +wx/kNSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNjZgKAvQU6 +O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhpq1467HxpvMc7hU6eFbm0 +FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFtnh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOV +hMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +QuoVadis Root CA 2 G3 +===================== +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQELBQAwSDELMAkG +A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv +b3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJN +MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIg +RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFh +ZiFfqq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMWn4rjyduY +NM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ymc5GQYaYDFCDy54ejiK2t +oIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+O7q414AB+6XrW7PFXmAqMaCvN+ggOp+o +MiwMzAkd056OXbxMmO7FGmh77FOm6RQ1o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+l +V0POKa2Mq1W/xPtbAd0jIaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZo +L1NesNKqIcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz8eQQ +sSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43ehvNURG3YBZwjgQQvD +6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l7ZizlWNof/k19N+IxWA1ksB8aRxh +lRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALGcC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZI +hvcNAQELBQADggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RCroijQ1h5fq7K +pVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0GaW/ZZGYjeVYg3UQt4XAoeo0L9 +x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4nlv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgz +dWqTHBLmYF5vHX/JHyPLhGGfHoJE+V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6X +U/IyAgkwo1jwDQHVcsaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+Nw +mNtddbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNgKCLjsZWD +zYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeMHVOyToV7BjjHLPj4sHKN +JeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4WSr2Rz0ZiC3oheGe7IUIarFsNMkd7Egr +O3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +QuoVadis Root CA 3 G3 +===================== +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQELBQAwSDELMAkG +A1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAcBgNVBAMTFVF1b1ZhZGlzIFJv +b3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJN +MRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMg +RzMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286 +IxSR/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNuFoM7pmRL +Mon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXRU7Ox7sWTaYI+FrUoRqHe +6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+cra1AdHkrAj80//ogaX3T7mH1urPnMNA3 +I4ZyYUUpSFlob3emLoG+B01vr87ERRORFHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3U +VDmrJqMz6nWB2i3ND0/kA9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f7 +5li59wzweyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634RylsSqi +Md5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBpVzgeAVuNVejH38DM +dyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0QA4XN8f+MFrXBsj6IbGB/kE+V9/Yt +rQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZI +hvcNAQELBQADggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnIFUBhynLWcKzS +t/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5WvvoxXqA/4Ti2Tk08HS6IT7SdEQ +TXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFgu/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9Du +DcpmvJRPpq3t/O5jrFc/ZSXPsoaP0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGib +Ih6BJpsQBJFxwAYf3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmD +hPbl8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+DhcI00iX +0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HNPlopNLk9hM6xZdRZkZFW +dSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ywaZWWDYWGWVjUTR939+J399roD1B0y2 +PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +DigiCert Assured ID Root G2 +=========================== +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQw +IgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgw +MTE1MTIwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQL +ExB3d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIw +ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSAn61UQbVH +35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4HteccbiJVMWWXvdMX0h5i89vq +bFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9HpEgjAALAcKxHad3A2m67OeYfcgnDmCXRw +VWmvo2ifv922ebPynXApVfSr/5Vh88lAbx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OP +YLfykqGxvYmJHzDNw6YuYjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+Rn +lTGNAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBTO +w0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPIQW5pJ6d1Ee88hjZv +0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I0jJmwYrA8y8678Dj1JGG0VDjA9tz +d29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4GnilmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAW +hsI6yLETcDbYz+70CjTVW0z9B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0M +jomZmWzwPDCvON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +DigiCert Assured ID Root G3 +=========================== +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSQwIgYD +VQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1 +MTIwMDAwWjBlMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQ +BgcqhkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJfZn4f5dwb +RXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17QRSAPWXYQ1qAk8C3eNvJs +KTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgF +UaFNN6KDec6NHSrkhDAKBggqhkjOPQQDAwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5Fy +YZ5eEJJZVrmDxxDnOOlYJjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy +1vUhZscv6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +DigiCert Global Root G2 +======================= +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBhMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAw +HgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUx +MjAwMDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3 +dy5kaWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkq +hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI2/Ou8jqJ +kTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx1x7e/dfgy5SDN67sH0NO +3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQq2EGnI/yuum06ZIya7XzV+hdG82MHauV +BJVJ8zUtluNJbd134/tJS7SsVQepj5WztCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyM +UNGPHgm+F6HmIcr9g+UQvIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQAB +o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV5uNu +5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY1Yl9PMWLSn/pvtsr +F9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4NeF22d+mQrvHRAiGfzZ0JFrabA0U +WTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NGFdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBH +QRFXGU7Aj64GxJUTFy8bJZ918rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/ +iyK5S9kJRaTepLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +DigiCert Global Root G3 +======================= +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAwHgYD +VQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAw +MDBaMGExCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5k +aWdpY2VydC5jb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0C +AQYFK4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FGfp4tn+6O +YwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPOZ9wj/wMco+I+o0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNp +Yim8S8YwCgYIKoZIzj0EAwMDaAAwZQIxAK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y +3maTD/HMsQmP3Wyr+mt/oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34 +VOKa5Vt8sycX +-----END CERTIFICATE----- + +DigiCert Trusted Root G4 +======================== +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBiMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSEw +HwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1 +MTIwMDAwWjBiMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0G +CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3yithZwuEp +pz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1Ifxp4VpX6+n6lXFllVcq9o +k3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDVySAdYyktzuxeTsiT+CFhmzTrBcZe7Fsa +vOvJz82sNEBfsXpm7nfISKhmV1efVFiODCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGY +QJB5w3jHtrHEtWoYOAMQjdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6 +MUSaM0C/CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCiEhtm +mnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADMfRyVw4/3IbKyEbe7 +f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QYuKZ3AeEPlAwhHbJUKSWJbOUOUlFH +dL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXKchYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8 +oR7FwI+isX4KJpn15GkvmB0t9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBhjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2SV1EY+CtnJYY +ZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd+SeuMIW59mdNOj6PWTkiU0Tr +yF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWcfFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy +7zBZLq7gcfJW5GqXb5JQbZaNaHqasjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iah +ixTXTBmyUEFxPT9NcCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN +5r5N0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie4u1Ki7wb +/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mIr/OSmbaz5mEP0oUA51Aa +5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tK +G48BtieVU+i2iW1bvGjUI+iLUaJW+fCmgKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP +82Z+ +-----END CERTIFICATE----- + +COMODO RSA Certification Authority +================================== +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCBhTELMAkGA1UE +BhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgG +A1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwHhcNMTAwMTE5MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMC +R0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UE +ChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR6FSS0gpWsawNJN3Fz0Rn +dJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8Xpz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZ +FGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+ +5eNu/Nio5JIk2kNrYrhV/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pG +x8cgoLEfZd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z+pUX +2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7wqP/0uK3pN/u6uPQL +OvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZahSL0896+1DSJMwBGB7FY79tOi4lu3 +sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVICu9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+C +GCe01a60y1Dma/RMhnEw6abfFobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5 +WdYgGq/yapiqcrxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8w +DQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvlwFTPoCWOAvn9sKIN9SCYPBMt +rFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+ +nq6PK7o9mfjYcwlYRm6mnPTXJ9OV2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSg +tZx8jb8uk2IntznaFxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwW +sRqZCuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiKboHGhfKp +pC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmckejkk9u+UJueBPSZI9FoJA +zMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yLS0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHq +ZJx64SIDqZxubw5lT2yHh17zbqD5daWbQOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk52 +7RH89elWsn2/x20Kk4yl0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7I +LaZRfyHBNVOFBkpdn627G190 +-----END CERTIFICATE----- + +USERTrust RSA Certification Authority +===================================== +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCBiDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK +ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwHhcNMTAwMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UE +BhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQK +ExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCAEmUXNg7D2wiz +0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2j +Y0K2dvKpOyuR+OJv0OwWIJAJPuLodMkYtJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFn +RghRy4YUVD+8M/5+bJz/Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O ++T23LLb2VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT79uq +/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6c0Plfg6lZrEpfDKE +Y1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmTYo61Zs8liM2EuLE/pDkP2QKe6xJM +lXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97lc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8 +yexDJtC/QV9AqURE9JnnV4eeUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+ +eLf8ZxXhyVeEHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPFUp/L+M+ZBn8b2kMVn54CVVeW +FPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KOVWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ +7l8wXEskEVX/JJpuXior7gtNn3/3ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQ +Eg9zKC7F4iRO/Fjs8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM +8WcRiQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYzeSf7dNXGi +FSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZXHlKYC6SQK5MNyosycdi +yA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9c +J2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRBVXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGw +sAvgnEzDHNb842m1R0aBL6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gx +Q+6IHdfGjjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +USERTrust ECC Certification Authority +===================================== +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDELMAkGA1UEBhMC +VVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwHhcNMTAwMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMC +VVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqfloI+d61SRvU8Za2EurxtW2 +0eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinngo4N+LZfQYcTxmdwlkWOrfzCjtHDix6Ez +nPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0GA1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNV +HQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBB +HU6+4WMBzzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbWRNZu +9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +GlobalSign ECC Root CA - R5 +=========================== +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEkMCIGA1UECxMb +R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD +EwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoXDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMb +R2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQD +EwpHbG9iYWxTaWduMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6 +SFkc8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8kehOvRnkmS +h5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAd +BgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYIKoZIzj0EAwMDaAAwZQIxAOVpEslu28Yx +uglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7 +yFz9SO8NdCKoCOJuxUnOxwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +IdenTrust Commercial Root CA 1 +============================== +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBKMQswCQYDVQQG +EwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBS +b290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQwMTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzES +MBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENB +IDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ld +hNlT3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU+ehcCuz/ +mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gpS0l4PJNgiCL8mdo2yMKi +1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1bVoE/c40yiTcdCMbXTMTEl3EASX2MN0C +XZ/g1Ue9tOsbobtJSdifWwLziuQkkORiT0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl +3ZBWzvurpWCdxJ35UrCLvYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzy +NeVJSQjKVsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZKdHzV +WYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHTc+XvvqDtMwt0viAg +xGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hvl7yTmvmcEpB4eoCHFddydJxVdHix +uuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5NiGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMC +AQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZI +hvcNAQELBQADggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwtLRvM7Kqas6pg +ghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93nAbowacYXVKV7cndJZ5t+qnt +ozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3+wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmV +YjzlVYA211QC//G5Xc7UI2/YRYRKW2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUX +feu+h1sXIFRRk0pTAwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/ro +kTLql1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG4iZZRHUe +2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZmUlO+KWA2yUPHGNiiskz +Z2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7R +cGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +IdenTrust Public Sector Root CA 1 +================================= +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBNMQswCQYDVQQG +EwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3Rv +ciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcNMzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJV +UzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBS +b290IENBIDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTy +P4o7ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGyRBb06tD6 +Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlSbdsHyo+1W/CD80/HLaXI +rcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF/YTLNiCBWS2ab21ISGHKTN9T0a9SvESf +qy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoS +mJxZZoY+rfGwyj4GD3vwEUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFn +ol57plzy9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9VGxyh +LrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ2fjXctscvG29ZV/v +iDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsVWaFHVCkugyhfHMKiq3IXAAaOReyL +4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gDW/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8B +Af8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMw +DQYJKoZIhvcNAQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHVDRDtfULAj+7A +mgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9TaDKQGXSc3z1i9kKlT/YPyNt +GtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8GlwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFt +m6/n6J91eEyrRjuazr8FGF1NFTwWmhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMx +NRF4eKLg6TCMf4DfWN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4 +Mhn5+bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJtshquDDI +ajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhAGaQdp/lLQzfcaFpPz+vC +ZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ +3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +Entrust Root Certification Authority - G2 +========================================= +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMCVVMxFjAUBgNV +BAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVy +bXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ug +b25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIw +HhcNMDkwNzA3MTcyNTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoT +DUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMx +OTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25s +eTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP +/vaCeb9zYQYKpSfYs1/TRU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXz +HHfV1IWNcCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hWwcKU +s/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1U1+cPvQXLOZprE4y +TGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0jaWvYkxN4FisZDQSA/i2jZRjJKRx +AgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ6 +0B7vfec7aVHUbI2fkBJmqzANBgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5Z +iXMRrEPR9RP/jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v1fN2D807iDgi +nWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4RnAuknZoh8/CbCzB428Hch0P+ +vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmHVHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xO +e4pIb4tF9g== +-----END CERTIFICATE----- + +Entrust Root Certification Authority - EC1 +========================================== +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkGA1UEBhMCVVMx +FjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVn +YWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXpl +ZCB1c2Ugb25seTEzMDEGA1UEAxMqRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5 +IC0gRUMxMB4XDTEyMTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYw +FAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2Fs +LXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQg +dXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAt +IEVDMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHy +AsWfoPZb1YsGGYZPUxBtByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef +9eNi1KlHBz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE +FLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVCR98crlOZF7ZvHH3h +vxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nXhTcGtXsI/esni0qU+eH6p44mCOh8 +kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +CFCA EV ROOT +============ +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJDTjEwMC4GA1UE +CgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNB +IEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkxMjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEw +MC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQD +DAxDRkNBIEVWIFJPT1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnV +BU03sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpLTIpTUnrD +7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5/ZOkVIBMUtRSqy5J35DN +uF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp7hZZLDRJGqgG16iI0gNyejLi6mhNbiyW +ZXvKWfry4t3uMCz7zEasxGPrb382KzRzEpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7 +xzbh72fROdOXW3NiGUgthxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9f +py25IGvPa931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqotaK8K +gWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNgTnYGmE69g60dWIol +hdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfVPKPtl8MeNPo4+QgO48BdK4PRVmrJ +tqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hvcWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAf +BgNVHSMEGDAWgBTj/i39KNALtbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB +/wQEAwIBBjAdBgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObTej/tUxPQ4i9q +ecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdLjOztUmCypAbqTuv0axn96/Ua +4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBSESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sG +E5uPhnEFtC+NiWYzKXZUmhH4J/qyP5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfX +BDrDMlI1Dlb4pd19xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjn +aH9dCi77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN5mydLIhy +PDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe/v5WOaHIz16eGWRGENoX +kbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+ZAAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3C +ekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +OISTE WISeKey Global Root GB CA +=============================== +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBtMQswCQYDVQQG +EwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl +ZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAw +MzJaFw0zOTEyMDExNTEwMzFaMG0xCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYD +VQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEds +b2JhbCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3HEokKtaX +scriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGxWuR51jIjK+FTzJlFXHtP +rby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk +9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNku7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4o +Qnc/nSMbsrY9gBQHTC5P99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvg +GUpuuy9rM2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZI +hvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrghcViXfa43FK8+5/ea4n32cZiZBKpD +dHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0 +VQreUGdNZtGn//3ZwLWoo4rOZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEui +HZeeevJuQHHfaPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +SZAFIR ROOT CA2 +=============== +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQELBQAwUTELMAkG +A1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6ZW5pb3dhIFMuQS4xGDAWBgNV +BAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkwNzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJ +BgNVBAYTAlBMMSgwJgYDVQQKDB9LcmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYD +VQQDDA9TWkFGSVIgUk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5Q +qEvNQLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT3PSQ1hNK +DJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw3gAeqDRHu5rr/gsUvTaE +2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr63fE9biCloBK0TXC5ztdyO4mTp4CEHCdJ +ckm1/zuVnsHMyAHs6A6KCpbns6aH5db5BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwi +ieDhZNRnvDF5YTy7ykHNXGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0P +AQH/BAQDAgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsFAAOC +AQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw8PRBEew/R40/cof5 +O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOGnXkZ7/e7DDWQw4rtTw/1zBLZpD67 +oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCPoky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul +4+vJhaAlIDf7js4MNIThPIGyd05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6 ++/NNIxuZMzSgLvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +Certum Trusted Network CA 2 +=========================== +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCBgDELMAkGA1UE +BhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMuQS4xJzAlBgNVBAsTHkNlcnR1 +bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIGA1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29y +ayBDQSAyMCIYDzIwMTExMDA2MDgzOTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQ +TDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENB +IDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWADGSdhhuWZGc/IjoedQF9 +7/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+o +CgCXhVqqndwpyeI1B+twTUrWwbNWuKFBOJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40b +Rr5HMNUuctHFY9rnY3lEfktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2p +uTRZCr+ESv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1mo130 +GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02isx7QBlrd9pPPV3WZ +9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOWOZV7bIBaTxNyxtd9KXpEulKkKtVB +Rgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgezTv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pye +hizKV/Ma5ciSixqClnrDvFASadgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vM +BhBgu4M1t15n3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZI +hvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQF/xlhMcQSZDe28cmk4gmb3DW +Al45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTfCVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuA +L55MYIR4PSFk1vtBHxgP58l1cb29XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMo +clm2q8KMZiYcdywmdjWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tM +pkT/WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jbAoJnwTnb +w3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksqP/ujmv5zMnHCnsZy4Ypo +J/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Kob7a6bINDd82Kkhehnlt4Fj1F4jNy3eFm +ypnTycUm/Q1oBEauttmbjL4ZvrHG8hnjXALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLX +is7VmFxWlgPF7ncGNf/P5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7 +zAYspsbiDrW5viSP +-----END CERTIFICATE----- + +Hellenic Academic and Research Institutions RootCA 2015 +======================================================= +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1IxDzANBgNVBAcT +BkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0 +aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgUm9vdENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAx +MTIxWjCBpjELMAkGA1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMg +QWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNV +BAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9vdENBIDIw +MTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDC+Kk/G4n8PDwEXT2QNrCROnk8Zlrv +bTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+eh +iGsxr/CL0BgzuNtFajT0AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+ +6PAQZe104S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06CojXd +FPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV9Cz82XBST3i4vTwr +i5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrDgfgXy5I2XdGj2HUb4Ysn6npIQf1F +GQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2 +fu/Z8VFRfS0myGlZYeCsargqNhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9mu +iNX6hME6wGkoLfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVdctA4GGqd83EkVAswDQYJKoZI +hvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0IXtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+ +D1hYc2Ryx+hFjtyp8iY/xnmMsVMIM4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrM +d/K4kPFox/la/vot9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+y +d+2VZ5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/eaj8GsGsVn +82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnhX9izjFk0WaSrT2y7Hxjb +davYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQl033DlZdwJVqwjbDG2jJ9SrcR5q+ss7F +Jej6A7na+RZukYT1HCjI/CbM1xyQVqdfbzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVt +J94Cj8rDtSvK6evIIVM4pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGa +JI7ZjnHKe7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0vm9q +p/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +Hellenic Academic and Research Institutions ECC RootCA 2015 +=========================================================== +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzANBgNVBAcTBkF0 +aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9u +cyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgRUNDIFJvb3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEw +MzcxMlowgaoxCzAJBgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmlj +IEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5MUQwQgYD +VQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIEVDQyBSb290 +Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKgQehLgoRc4vgxEZmGZE4JJS+dQS8KrjVP +dJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJajq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoK +Vlp8aQuqgAkkbH7BRqNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0O +BBYEFLQiC4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaeplSTA +GiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7SofTUwJCA3sS61kFyjn +dc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +ISRG Root X1 +============ +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAwTzELMAkGA1UE +BhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNoIEdyb3VwMRUwEwYDVQQD +EwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQG +EwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMT +DElTUkcgUm9vdCBYMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54r +Vygch77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+0TM8ukj1 +3Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6UA5/TR5d8mUgjU+g4rk8K +b4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sWT8KOEUt+zwvo/7V3LvSye0rgTBIlDHCN +Aymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyHB5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ +4Q7e2RCOFvu396j3x+UCB5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf +1b0SHzUvKBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWnOlFu +hjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTnjh8BCNAw1FtxNrQH +usEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbwqHyGO0aoSCqI3Haadr8faqU9GY/r +OPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CIrU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4G +A1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY +9umbbjANBgkqhkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ3BebYhtF8GaV +0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KKNFtY2PwByVS5uCbMiogziUwt +hDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJw +TdwJx4nLCgdNbOhdjsnvzqvHu7UrTkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nx +e5AW0wdeRlN8NwdCjNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZA +JzVcoyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq4RgqsahD +YVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPAmRGunUHBcnWEvgJBQl9n +JEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57demyPxgcYxn/eR44/KJ4EBs+lVDR3veyJ +m+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +AC RAIZ FNMT-RCM +================ +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsxCzAJBgNVBAYT +AkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBGTk1ULVJDTTAeFw0wODEw +MjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJD +TTEZMBcGA1UECwwQQUMgUkFJWiBGTk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC +ggIBALpxgHpMhm5/yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcf +qQgfBBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAzWHFctPVr +btQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxFtBDXaEAUwED653cXeuYL +j2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z374jNUUeAlz+taibmSXaXvMiwzn15Cou +08YfxGyqxRxqAQVKL9LFwag0Jl1mpdICIfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mw +WsXmo8RZZUc1g16p6DULmbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnT +tOmlcYF7wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peSMKGJ +47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2ZSysV4999AeU14EC +ll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMetUqIJ5G+GR4of6ygnXYMgrwTJbFaa +i0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FPd9xf3E6Jobd2Sn9R2gzL+HYJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1o +dHRwOi8vd3d3LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1RXxlDPiyN8+s +D8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYMLVN0V2Ue1bLdI4E7pWYjJ2cJ +j+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrT +Qfv6MooqtyuGC2mDOL7Nii4LcK2NJpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW ++YJF1DngoABd15jmfZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7 +Ixjp6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp1txyM/1d +8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B9kiABdcPUXmsEKvU7ANm +5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wokRqEIr9baRRmW1FMdW4R58MD3R++Lj8UG +rp1MYp3/RgT408m2ECVAdf4WqslKYIYvuu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +Amazon Root CA 1 +================ +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsFADA5MQswCQYD +VQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTE1 +MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpv +bjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgH +FzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQ +gLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0t +dHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcce +VOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3 +DQEBCwUAA4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDIU5PM +CCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUsN+gDS63pYaACbvXy +8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vvo/ufQJVtMVT8QtPHRh8jrdkPSHCa +2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2 +xJNDd2ZhwLnoQdeXeGADbkpyrqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +Amazon Root CA 2 +================ +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwFADA5MQswCQYD +VQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAyMB4XDTE1 +MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpv +bjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoC +ggIBAK2Wny2cSkxKgXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4 +kHbZW0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg1dKmSYXp +N+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K8nu+NQWpEjTj82R0Yiw9 +AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvd +fLC6HM783k81ds8P+HgfajZRRidhW+mez/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAEx +kv8LV/SasrlX6avvDXbR8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSS +btqDT6ZjmUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz7Mt0 +Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6+XUyo05f7O0oYtlN +c/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI0u1ufm8/0i2BWSlmy5A5lREedCf+ +3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSw +DPBMMPQFWAJI/TPlUq9LhONmUjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oA +A7CXDpO8Wqj2LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kSk5Nrp+gvU5LE +YFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl7uxMMne0nxrpS10gxdr9HIcW +xkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygmbtmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQ +gj9sAq+uEjonljYE1x2igGOpm/HlurR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbW +aQbLU8uz/mtBzUF+fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoV +Yh63n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE76KlXIx3 +KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H9jVlpNMKVv/1F2Rs76gi +JUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT4PsJYGw= +-----END CERTIFICATE----- + +Amazon Root CA 3 +================ +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5MQswCQYDVQQG +EwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAzMB4XDTE1MDUy +NjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZ +MBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZB +f8ANm+gBG1bG8lKlui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjr +Zt6jQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSrttvXBp43 +rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkrBqWTrBqYaGFy+uGh0Psc +eGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteMYyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +Amazon Root CA 4 +================ +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5MQswCQYDVQQG +EwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSA0MB4XDTE1MDUy +NjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZ +MBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN +/sGKe0uoe0ZLY7Bi9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri +83BkM6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV +HQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WBMAoGCCqGSM49BAMDA2gA +MGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlwCkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1 +AE47xDqUEpHJWEadIRNyp4iciuRMStuW1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 +============================================= +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIxGDAWBgNVBAcT +D0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxpbXNlbCB2ZSBUZWtub2xvamlr +IEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0wKwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24g +TWVya2V6aSAtIEthbXUgU00xNjA0BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRp +ZmlrYXNpIC0gU3VydW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYD +VQQGEwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXllIEJpbGlt +c2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklUQUsxLTArBgNVBAsTJEth +bXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBTTTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11 +IFNNIFNTTCBLb2sgU2VydGlmaWthc2kgLSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAr3UwM6q7a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y8 +6Ij5iySrLqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INrN3wc +wv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2XYacQuFWQfw4tJzh0 +3+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/iSIzL+aFCr2lqBs23tPcLG07xxO9 +WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4fAJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQU +ZT/HiobGPN08VFw1+DrtUgxHV8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJ +KoZIhvcNAQELBQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPfIPP54+M638yc +lNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4lzwDGrpDxpa5RXI4s6ehlj2R +e37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0j +q5Rm+K37DwhuJi1/FwcJsoz7UMCflo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +GDCA TrustAUTH R5 ROOT +====================== +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UEBhMCQ04xMjAw +BgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8wHQYDVQQD +DBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVow +YjELMAkGA1UEBhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJjDp6L3TQs +AlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBjTnnEt1u9ol2x8kECK62p +OqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+uKU49tm7srsHwJ5uu4/Ts765/94Y9cnrr +pftZTqfrlYwiOXnhLQiPzLyRuEH3FMEjqcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ +9Cy5WmYqsBebnh52nUpmMUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQ +xXABZG12ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloPzgsM +R6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3GkL30SgLdTMEZeS1SZ +D2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeCjGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4 +oR24qoAATILnsn8JuLwwoC8N9VKejveSswoAHQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx +9hoh49pwBiFYFIeFd3mqgnkCAwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlR +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZmDRd9FBUb1Ov9 +H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5COmSdI31R9KrO9b7eGZONn35 +6ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ryL3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd ++PwyvzeG5LuOmCd+uh8W4XAR8gPfJWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQ +HtZa37dG/OaG+svgIHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBD +F8Io2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV09tL7ECQ +8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQXR4EzzffHqhmsYzmIGrv +/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrqT8p+ck0LcIymSLumoRT2+1hEmRSuqguT +aaApJUqlyyvdimYHFngVV3Eb7PVHhPOeMTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +SSL.com Root Certification Authority RSA +======================================== +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UEBhMCVVMxDjAM +BgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9TU0wgQ29ycG9yYXRpb24x +MTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYw +MjEyMTczOTM5WhcNNDEwMjEyMTczOTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMx +EDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NM +LmNvbSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2RxFdHaxh3a3by/ZPkPQ/C +Fp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aXqhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8 +P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcCC52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/ge +oeOy3ZExqysdBP+lSgQ36YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkp +k8zruFvh/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrFYD3Z +fBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93EJNyAKoFBbZQ+yODJ +gUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVcUS4cK38acijnALXRdMbX5J+tB5O2 +UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi8 +1xtZPCvM8hnIk2snYxnP/Okm+Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4s +bE6x/c+cCbqiM+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGVcpNxJK1ok1iOMq8bs3AD/CUr +dIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBcHadm47GUBwwyOabqG7B52B2ccETjit3E+ZUf +ijhDPwGFpUenPUayvOUiaPd7nNgsPgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAsl +u1OJD7OAUN5F7kR/q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjq +erQ0cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jra6x+3uxj +MxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90IH37hVZkLId6Tngr75qNJ +vTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/YK9f1JmzJBjSWFupwWRoyeXkLtoh/D1JI +Pb9s2KJELtFOt3JY04kTlf5Eq/jXixtunLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406y +wKBjYZC6VWg3dGq2ktufoYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NI +WuuA8ShYIc2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +SSL.com Root Certification Authority ECC +======================================== +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMCVVMxDjAMBgNV +BAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9TU0wgQ29ycG9yYXRpb24xMTAv +BgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEy +MTgxNDAzWhcNNDEwMjEyMTgxNDAzWjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAO +BgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuBBAAiA2IA +BEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI7Z4INcgn64mMU1jrYor+ +8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPgCemB+vNH06NjMGEwHQYDVR0OBBYEFILR +hXMw5zUE044CkvvlpNHEIejNMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTT +jgKS++Wk0cQh6M0wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCW +e+0F+S8Tkdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+gA0z +5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +SSL.com EV Root Certification Authority RSA R2 +============================================== +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNVBAYTAlVTMQ4w +DAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9u +MTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MB4XDTE3MDUzMTE4MTQzN1oXDTQyMDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQI +DAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYD +VQQDDC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvqM0fNTPl9fb69LT3w23jh +hqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssufOePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7w +cXHswxzpY6IXFJ3vG2fThVUCAtZJycxa4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTO +Zw+oz12WGQvE43LrrdF9HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+ +B6KjBSYRaZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcAb9Zh +CBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQGp8hLH94t2S42Oim +9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQVPWKchjgGAGYS5Fl2WlPAApiiECto +RHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMOpgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+Slm +JuwgUHfbSguPvuUCYHBBXtSuUDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48 ++qvWBkofZ6aYMBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa49QaAJadz20Zp +qJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBWs47LCp1Jjr+kxJG7ZhcFUZh1 +++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nx +Y/hoLVUE0fKNsKTPvDxeH3jnpaAgcLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2G +guDKBAdRUNf/ktUM79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDz +OFSz/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXtll9ldDz7 +CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEmKf7GUmG6sXP/wwyc5Wxq +lD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKKQbNmC1r7fSOl8hqw/96bg5Qu0T/fkreR +rwU7ZcegbLHNYhLDkBvjJc40vG93drEQw/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1 +hlMYegouCRw2n5H9gooiS9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX +9hwJ1C07mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +SSL.com EV Root Certification Authority ECC +=========================================== +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMCVVMxDjAMBgNV +BAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9TU0wgQ29ycG9yYXRpb24xNDAy +BgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYw +MjEyMTgxNTIzWhcNNDEwMjEyMTgxNTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMx +EDAOBgNVBAcMB0hvdXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NM +LmNvbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMAVIbc/R/fALhBYlzccBYy +3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1KthkuWnBaBu2+8KGwytAJKaNjMGEwHQYDVR0O +BBYEFFvKXuXe0oGqzagtZFG22XKbl+ZPMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe +5d7SgarNqC1kUbbZcpuX5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJ +N+vp1RPZytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZgh5Mm +m7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +GlobalSign Root CA - R6 +======================= +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEgMB4GA1UECxMX +R2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkds +b2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQxMjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9i +YWxTaWduIFJvb3QgQ0EgLSBSNjETMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFs +U2lnbjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQss +grRIxutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1kZguSgMpE +3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxDaNc9PIrFsmbVkJq3MQbF +vuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJwLnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqM +PKq0pPbzlUoSB239jLKJz9CgYXfIWHSw1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+ +azayOeSsJDa38O+2HBNXk7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05O +WgtH8wY2SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/hbguy +CLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4nWUx2OVvq+aWh2IMP +0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpYrZxCRXluDocZXFSxZba/jJvcE+kN +b7gu3GduyYsRtYQUigAZcIN5kZeR1BonvzceMgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQE +AwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNV +HSMEGDAWgBSubAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGtIxg93eFyRJa0 +lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr6155wsTLxDKZmOMNOsIeDjHfrY +BzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLjvUYAGm0CuiVdjaExUd1URhxN25mW7xocBFym +Fe944Hn+Xds+qkxV/ZoVqW/hpvvfcDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr +3TsTjxKM4kEaSHpzoHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB1 +0jZpnOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfspA9MRf/T +uTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+vJJUEeKgDu+6B5dpffItK +oZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+t +JDfLRVpOoERIyNiwmcUVhAn21klJwGW45hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +OISTE WISeKey Global Root GC CA +=============================== +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQswCQYDVQQGEwJD +SDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNlZDEo +MCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRa +Fw00MjA1MDkwOTU4MzNaMG0xCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQL +ExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4nieUqjFqdr +VCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4Wp2OQ0jnUsYd4XxiWD1Ab +NTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAd +BgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7TrYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0E +AwMDaAAwZQIwJsdpW9zV57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtk +AjEA2zQgMgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +UCA Global G2 Root +================== +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9MQswCQYDVQQG +EwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBHbG9iYWwgRzIgUm9vdDAeFw0x +NjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0xCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlU +cnVzdDEbMBkGA1UEAwwSVUNBIEdsb2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEAxeYrb3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmT +oni9kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzmVHqUwCoV +8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/RVogvGjqNO7uCEeBHANBS +h6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDcC/Vkw85DvG1xudLeJ1uK6NjGruFZfc8o +LTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIjtm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/ +R+zvWr9LesGtOxdQXGLYD0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBe +KW4bHAyvj5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6DlNaBa +4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6iIis7nCs+dwp4wwc +OxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznPO6Q0ibd5Ei9Hxeepl2n8pndntd97 +8XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFIHEjMz15DD/pQwIX4wVZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo +5sOASD0Ee/ojL3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl1qnN3e92mI0A +Ds0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oUb3n09tDh05S60FdRvScFDcH9 +yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LVPtateJLbXDzz2K36uGt/xDYotgIVilQsnLAX +c47QN6MUPJiVAAwpBVueSUmxX8fjy88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHo +jhJi6IjMtX9Gl8CbEGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZk +bxqgDMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI+Vg7RE+x +ygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGyYiGqhkCyLmTTX8jjfhFn +RR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bXUB+K+wb1whnw0A== +-----END CERTIFICATE----- + +UCA Extended Validation Root +============================ +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBHMQswCQYDVQQG +EwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9u +IFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMxMDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8G +A1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrs +iWogD4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvSsPGP2KxF +Rv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aopO2z6+I9tTcg1367r3CTu +eUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dksHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR +59mzLC52LqGj3n5qiAno8geK+LLNEOfic0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH +0mK1lTnj8/FtDw5lhIpjVMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KR +el7sFsLzKuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/TuDv +B0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41Gsx2VYVdWf6/wFlth +WG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs1+lvK9JKBZP8nm9rZ/+I8U6laUpS +NwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQDfwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS +3H5aBZ8eNJr34RQwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQEL +BQADggIBADaNl8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQVBcZEhrxH9cM +aVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5c6sq1WnIeJEmMX3ixzDx/BR4 +dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb ++7lsq+KePRXBOy5nAliRn+/4Qh8st2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOW +F3sGPjLtx7dCvHaj2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwi +GpWOvpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2CxR9GUeOc +GMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmxcmtpzyKEC2IPrNkZAJSi +djzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbMfjKaiJUINlK73nZfdklJrX+9ZSCyycEr +dhh2n1ax +-----END CERTIFICATE----- + +Certigna Root CA +================ +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAwWjELMAkGA1UE +BhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAwMiA0ODE0NjMwODEwMDAzNjEZ +MBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0xMzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjda +MFoxCzAJBgNVBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYz +MDgxMDAwMzYxGTAXBgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sOty3tRQgX +stmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9MCiBtnyN6tMbaLOQdLNyz +KNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPuI9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8 +JXrJhFwLrN1CTivngqIkicuQstDuI7pmTLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16 +XdG+RCYyKfHx9WzMfgIhC59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq +4NYKpkDfePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3YzIoej +wpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWTCo/1VTp2lc5ZmIoJ +lXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1kJWumIWmbat10TWuXekG9qxf5kBdI +jzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp/ +/TBt2dzhauH8XwIDAQABo4IBGjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw +HQYDVR0OBBYEFBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczovL3d3d3cuY2Vy +dGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilodHRwOi8vY3JsLmNlcnRpZ25h +LmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYraHR0cDovL2NybC5kaGlteW90aXMuY29tL2Nl +cnRpZ25hcm9vdGNhLmNybDANBgkqhkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOIt +OoldaDgvUSILSo3L6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxP +TGRGHVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH60BGM+RFq +7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncBlA2c5uk5jR+mUYyZDDl3 +4bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdio2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd +8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS +6Cvu5zHbugRqh5jnxV/vfaci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaY +tlu3zM63Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayhjWZS +aX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw3kAP+HwV96LOPNde +E4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +emSign Root CA - G1 +=================== +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYDVQQGEwJJTjET +MBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9sb2dpZXMgTGltaXRl +ZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBHMTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgx +ODMwMDBaMGcxCzAJBgNVBAYTAklOMRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVk +aHJhIFRlY2hub2xvZ2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIB +IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQzf2N4aLTN +LnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO8oG0x5ZOrRkVUkr+PHB1 +cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aqd7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHW +DV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhMtTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ +6DqS0hdW5TUaQBw+jSztOd9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrH +hQIDAQABo0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQDAgEG +MA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31xPaOfG1vR2vjTnGs2 +vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjMwiI/aTvFthUvozXGaCocV685743Q +NcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6dGNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q ++Mri/Tm3R7nrft8EI6/6nAYH6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeih +U80Bv2noWgbyRQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +emSign ECC Root CA - G3 +======================= +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQGEwJJTjETMBEG +A1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9sb2dpZXMgTGltaXRlZDEg +MB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4 +MTgzMDAwWjBrMQswCQYDVQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11 +ZGhyYSBUZWNobm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0WXTsuwYc +58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xySfvalY8L1X44uT6EYGQIr +MgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuBzhccLikenEhjQjAOBgNVHQ8BAf8EBAMC +AQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+D +CBeQyh+KTOgNG3qxrdWBCUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7 +jHvrZQnD+JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +emSign Root CA - C1 +=================== +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkGA1UEBhMCVVMx +EzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNp +Z24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAwMFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UE +BhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQD +ExNlbVNpZ24gUm9vdCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+up +ufGZBczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZHdPIWoU/ +Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH3DspVpNqs8FqOp099cGX +OFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvHGPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4V +I5b2P/AgNBbeCsbEBEV5f6f9vtKppa+cxSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleooms +lMuoaJuvimUnzYnu3Yy1aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+ +XJGFehiqTbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQAD +ggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87/kOXSTKZEhVb3xEp +/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4kqNPEjE2NuLe/gDEo2APJ62gsIq1 +NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrGYQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9 +wC68AivTxEDkigcxHpvOJpkT+xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQ +BmIMMMAVSKeoWXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +emSign ECC Root CA - C3 +======================= +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQGEwJVUzETMBEG +A1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMxIDAeBgNVBAMTF2VtU2lnbiBF +Q0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAwMFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UE +BhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQD +ExdlbVNpZ24gRUNDIFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd +6bciMK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4OjavtisIGJAnB9 +SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0OBBYEFPtaSNCAIEDyqOkA +B2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49BAMDA2gA +MGUCMQC02C8Cif22TGK6Q04ThHK1rt0c3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwU +ZOR8loMRnLDRWmFLpg9J0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +Hongkong Post Root CA 3 +======================= +-----BEGIN CERTIFICATE----- +MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQELBQAwbzELMAkG +A1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJSG9uZyBLb25nMRYwFAYDVQQK +Ew1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25na29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2 +MDMwMjI5NDZaFw00MjA2MDMwMjI5NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtv +bmcxEjAQBgNVBAcTCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMX +SG9uZ2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz +iNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFOdem1p+/l6TWZ5Mwc50tf +jTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mIVoBc+L0sPOFMV4i707mV78vH9toxdCim +5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOe +sL4jpNrcyCse2m5FHomY2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj +0mRiikKYvLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+TtbNe/ +JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZbx39ri1UbSsUgYT2u +y1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+l2oBlKN8W4UdKjk60FSh0Tlxnf0h ++bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YKTE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsG +xVd7GYYKecsAyVKvQv83j+GjHno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwID +AQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e +i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEwDQYJKoZIhvcN +AQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG7BJ8dNVI0lkUmcDrudHr9Egw +W62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCkMpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWld +y8joRTnU+kLBEUx3XZL7av9YROXrgZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov ++BS5gLNdTaqX4fnkGMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDc +eqFS3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJmOzj/2ZQw +9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+l6mc1X5VTMbeRRAc6uk7 +nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6cJfTzPV4e0hz5sy229zdcxsshTrD3mUcY +hcErulWuBurQB7Lcq9CClnXO0lD+mefPL5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB +60PZ2Pierc+xYw5F9KBaLJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fq +dBb9HxEGmpv0 +-----END CERTIFICATE----- + +Entrust Root Certification Authority - G4 +========================================= +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAwgb4xCzAJBgNV +BAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3Qu +bmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1 +dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1 +dGhvcml0eSAtIEc0MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYT +AlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhv +cml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhv +cml0eSAtIEc0MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3D +umSXbcr3DbVZwbPLqGgZ2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV +3imz/f3ET+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j5pds +8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAMC1rlLAHGVK/XqsEQ +e9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73TDtTUXm6Hnmo9RR3RXRv06QqsYJn7 +ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNXwbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5X +xNMhIWNlUpEbsZmOeX7m640A2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV +7rtNOzK+mndmnqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwlN4y6mACXi0mW +Hv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNjc0kCAwEAAaNCMEAwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9n +MA0GCSqGSIb3DQEBCwUAA4ICAQAS5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4Q +jbRaZIxowLByQzTSGwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht +7LGrhFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/B7NTeLUK +YvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uIAeV8KEsD+UmDfLJ/fOPt +jqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbwH5Lk6rWS02FREAutp9lfx1/cH6NcjKF+ +m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKW +RGhXxNUzzxkvFMSUHHuk2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjA +JOgc47OlIQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk5F6G ++TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuYn/PIjhs4ViFqUZPT +kcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +Microsoft ECC Root Certificate Authority 2017 +============================================= +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNyb3NvZnQgRUND +IFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4 +MjMxNjA0WjBlMQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQ +BgcqhkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZRogPZnZH6 +thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYbhGBKia/teQ87zvH2RPUB +eMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTIy5lycFIM ++Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlf +Xu5gKcs68tvWMoQZP3zVL8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaR +eNtUjGUBiudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +Microsoft RSA Root Certificate Authority 2017 +============================================= +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNyb3NvZnQg +UlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIw +NzE4MjMwMDIzWjBlMQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9u +MTYwNAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZNt9GkMml +7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0ZdDMbRnMlfl7rEqUrQ7e +S0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw7 +1VdyvD/IybLeS2v4I2wDwAW9lcfNcztmgGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+ +dkC0zVJhUXAoP8XFWvLJjEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49F +yGcohJUcaDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaGYaRS +MLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6W6IYZVcSn2i51BVr +lMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4KUGsTuqwPN1q3ErWQgR5WrlcihtnJ +0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH+FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJ +ClTUFLkqqNfs+avNJVgyeY+QW5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZCLgLNFgVZJ8og +6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OCgMNPOsduET/m4xaRhPtthH80 +dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk ++ONVFT24bcMKpBLBaYVu32TxU5nhSnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex +/2kskZGT4d9Mozd2TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDy +AmH3pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGRxpl/j8nW +ZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiAppGWSZI1b7rCoucL5mxAyE +7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKT +c0QWbej09+CVgI+WXTik9KveCjCHk9hNAHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D +5KbvtwEwXlGjefVwaaZBRA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +e-Szigno Root CA 2017 +===================== +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNVBAYTAkhVMREw +DwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRkLjEXMBUGA1UEYQwOVkFUSFUt +MjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJvb3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZa +Fw00MjA4MjIxMjA3MDZaMHExCzAJBgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UE +CgwNTWljcm9zZWMgTHRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3pp +Z25vIFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtvxie+RJCx +s1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+HWyx7xf58etqjYzBhMA8G +A1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSHERUI0arBeAyxr87GyZDv +vzAEwDAfBgNVHSMEGDAWgBSHERUI0arBeAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEA +tVfd14pVCzbhhkT61NlojbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxO +svxyqltZ+efcMQ== +-----END CERTIFICATE----- + +certSIGN Root CA G2 +=================== +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNVBAYTAlJPMRQw +EgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04gUk9PVCBDQSBHMjAeFw0xNzAy +MDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJBgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lH +TiBTQTEcMBoGA1UECxMTY2VydFNJR04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBAMDFdRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05 +N0IwvlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZuIt4Imfk +abBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhpn+Sc8CnTXPnGFiWeI8Mg +wT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKscpc/I1mbySKEwQdPzH/iV8oScLumZfNp +dWO9lfsbl83kqK/20U6o2YpxJM02PbyWxPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91Qqh +ngLjYl/rNUssuHLoPj1PrCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732 +jcZZroiFDsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fxDTvf +95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgyLcsUDFDYg2WD7rlc +z8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6CeWRgKRM+o/1Pcmqr4tTluCRVLERL +iohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1Ud +DgQWBBSCIS1mxteg4BXrzkwJd8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOB +ywaK8SJJ6ejqkX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQlqiCA2ClV9+BB +/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0OJD7uNGzcgbJceaBxXntC6Z5 +8hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+cNywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5 +BiKDUyUM/FHE5r7iOZULJK2v0ZXkltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklW +atKcsWMy5WHgUyIOpwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tU +Sxfj03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZkPuXaTH4M +NMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE1LlSVHJ7liXMvGnjSG4N +0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MXQRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +Trustwave Global Certification Authority +======================================== +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJV +UzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2 +ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9u +IEF1dGhvcml0eTAeFw0xNzA4MjMxOTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJV +UzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2 +ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9u +IEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALldUShLPDeS0YLOvR29 +zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0XznswuvCAAJWX/NKSqIk4cXGIDtiLK0thAf +LdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4Bq +stTnoApTAbqOl5F2brz81Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9o +WN0EACyW80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotPJqX+ +OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1lRtzuzWniTY+HKE40 +Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfwhI0Vcnyh78zyiGG69Gm7DIwLdVcE +uE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm ++9jaJXLE9gCxInm943xZYkqcBW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqj +ifLJS3tBEW1ntwiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1UdDwEB/wQEAwIB +BjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W0OhUKDtkLSGm+J1WE2pIPU/H +PinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfeuyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0H +ZJDmHvUqoai7PF35owgLEQzxPy0QlG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla +4gt5kNdXElE1GYhBaCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5R +vbbEsLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPTMaCm/zjd +zyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qequ5AvzSxnI9O4fKSTx+O +856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxhVicGaeVyQYHTtgGJoC86cnn+OjC/QezH +Yj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu +3R3y4G5OBVixwJAWKqQ9EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP +29FpHOTKyeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +Trustwave Global ECC P256 Certification Authority +================================================= +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYDVQQGEwJVUzER +MA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRy +dXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBFQ0MgUDI1 +NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH77bOYj +43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoNFWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqm +P62jQzBBMA8GA1UdEwEB/wQFMAMBAf8wDwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt +0UrrdaVKEJmzsaGLSvcwCgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjz +RM4q3wghDDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +Trustwave Global ECC P384 Certification Authority +================================================= +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYDVQQGEwJVUzER +MA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRy +dXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBFQ0MgUDM4 +NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuBBAAiA2IABGvaDXU1CDFH +Ba5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJj9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr +/TklZvFe/oyujUF5nQlgziip04pt89ZF1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNV +HQ8BAf8EBQMDBwYAMB0GA1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNn +ADBkAjA3AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsCMGcl +CrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVuSw== +-----END CERTIFICATE----- + +NAVER Global Root Certification Authority +========================================= +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEMBQAwaTELMAkG +A1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRGT1JNIENvcnAuMTIwMAYDVQQD +DClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4 +NDJaFw0zNzA4MTgyMzU5NTlaMGkxCzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVT +UyBQTEFURk9STSBDb3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVAiQqrDZBb +UGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH38dq6SZeWYp34+hInDEW ++j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lEHoSTGEq0n+USZGnQJoViAbbJAh2+g1G7 +XNr4rRVqmfeSVPc0W+m/6imBEtRTkZazkVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2 +aacp+yPOiNgSnABIqKYPszuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4 +Yb8ObtoqvC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHfnZ3z +VHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaGYQ5fG8Ir4ozVu53B +A0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo0es+nPxdGoMuK8u180SdOqcXYZai +cdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3aCJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejy +YhbLgGvtPe31HzClrkvJE+2KAQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNV +HQ4EFgQU0p+I36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoNqo0hV4/GPnrK +21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatjcu3cvuzHV+YwIHHW1xDBE1UB +jCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm+LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bx +hYTeodoS76TiEJd6eN4MUZeoIUCLhr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTg +E34h5prCy8VCZLQelHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTH +D8z7p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8piKCk5XQ +A76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLRLBT/DShycpWbXgnbiUSY +qqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oG +I/hGoiLtk/bdmuYqh7GYVPEi92tF4+KOdh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmg +kpzNNIaRkPpkUZ3+/uul9XXeifdy +-----END CERTIFICATE----- + +AC RAIZ FNMT-RCM SERVIDORES SEGUROS +=================================== +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQswCQYDVQQGEwJF +UzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgwFgYDVQRhDA9WQVRFUy1RMjgy +NjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1SQ00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4 +MTIyMDA5MzczM1oXDTQzMTIyMDA5MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQt +UkNNMQ4wDAYDVQQLDAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNB +QyBSQUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuBBAAiA2IA +BPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LHsbI6GA60XYyzZl2hNPk2 +LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oKUm8BA06Oi6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqG +SM49BAMDA2kAMGYCMQCuSuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoD +zBOQn5ICMQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJyv+c= +-----END CERTIFICATE----- + +GlobalSign Root R46 +=================== +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUAMEYxCzAJBgNV +BAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQDExNHbG9iYWxTaWduIFJv +b3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAX +BgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08Es +CVeJOaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQGvGIFAha/ +r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud316HCkD7rRlr+/fKYIje +2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo0q3v84RLHIf8E6M6cqJaESvWJ3En7YEt +bWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSEy132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvj +K8Cd+RTyG/FWaha/LIWFzXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD4 +12lPFzYE+cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCNI/on +ccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzsx2sZy/N78CsHpdls +eVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqaByFrgY/bxFn63iLABJzjqls2k+g9 +vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEM +BQADggIBAHx47PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti2kM3S+LGteWy +gxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIkpnnpHs6i58FZFZ8d4kuaPp92 +CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRFFRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZm +OUdkLG5NrmJ7v2B0GbhWrJKsFjLtrWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qq +JZ4d16GLuc1CLgSkZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwye +qiv5u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP4vkYxboz +nxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6N3ec592kD3ZDZopD8p/7 +DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3vouXsXgxT7PntgMTzlSdriVZzH81Xwj3 +QEUxeCp6 +-----END CERTIFICATE----- + +GlobalSign Root E46 +=================== +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYxCzAJBgNVBAYT +AkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQDExNHbG9iYWxTaWduIFJvb3Qg +RTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNV +BAoTEEdsb2JhbFNpZ24gbnYtc2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkB +jtjqR+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGddyXqBPCCj +QjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQxCpCPtsad0kRL +gLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZk +vLtoURMMA/cVi4RguYv/Uo7njLwcAjA8+RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+ +CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +GLOBALTRUST 2020 +================ +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkGA1UEBhMCQVQx +IzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVT +VCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYxMDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAh +BgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAy +MDIwMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWi +D59bRatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9ZYybNpyrO +VPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3QWPKzv9pj2gOlTblzLmM +CcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPwyJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCm +fecqQjuCgGOlYx8ZzHyyZqjC0203b+J+BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKA +A1GqtH6qRNdDYfOiaxaJSaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9OR +JitHHmkHr96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj04KlG +DfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9MedKZssCz3AwyIDMvU +clOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIwq7ejMZdnrY8XD2zHc+0klGvIg5rQ +mjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1Ud +IwQYMBaAFNwuH9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJCXtzoRlgHNQIw +4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd6IwPS3BD0IL/qMy/pJTAvoe9 +iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf+I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS +8cE54+X1+NZK3TTN+2/BT+MAi1bikvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2 +HcqtbepBEX4tdJP7wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxS +vTOBTI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6CMUO+1918 +oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn4rnvyOL2NSl6dPrFf4IF +YqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+IaFvowdlxfv1k7/9nR4hYJS8+hge9+6jl +gqispdNpQ80xiEmEU5LAsTkbOYMBMMTyqfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +ANF Secure Server Root CA +========================= +-----BEGIN CERTIFICATE----- +MIIF7zCCA9egAwIBAgIIDdPjvGz5a7EwDQYJKoZIhvcNAQELBQAwgYQxEjAQBgNVBAUTCUc2MzI4 +NzUxMDELMAkGA1UEBhMCRVMxJzAlBgNVBAoTHkFORiBBdXRvcmlkYWQgZGUgQ2VydGlmaWNhY2lv +bjEUMBIGA1UECxMLQU5GIENBIFJhaXoxIjAgBgNVBAMTGUFORiBTZWN1cmUgU2VydmVyIFJvb3Qg +Q0EwHhcNMTkwOTA0MTAwMDM4WhcNMzkwODMwMTAwMDM4WjCBhDESMBAGA1UEBRMJRzYzMjg3NTEw +MQswCQYDVQQGEwJFUzEnMCUGA1UEChMeQU5GIEF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uMRQw +EgYDVQQLEwtBTkYgQ0EgUmFpejEiMCAGA1UEAxMZQU5GIFNlY3VyZSBTZXJ2ZXIgUm9vdCBDQTCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvrayvmZFSVgpCjcqQZAZ2cC4Ffc0m6p6zz +BE57lgvsEeBbphzOG9INgxwruJ4dfkUyYA8H6XdYfp9qyGFOtibBTI3/TO80sh9l2Ll49a2pcbnv +T1gdpd50IJeh7WhM3pIXS7yr/2WanvtH2Vdy8wmhrnZEE26cLUQ5vPnHO6RYPUG9tMJJo8gN0pcv +B2VSAKduyK9o7PQUlrZXH1bDOZ8rbeTzPvY1ZNoMHKGESy9LS+IsJJ1tk0DrtSOOMspvRdOoiXse +zx76W0OLzc2oD2rKDF65nkeP8Nm2CgtYZRczuSPkdxl9y0oukntPLxB3sY0vaJxizOBQ+OyRp1RM +VwnVdmPF6GUe7m1qzwmd+nxPrWAI/VaZDxUse6mAq4xhj0oHdkLePfTdsiQzW7i1o0TJrH93PB0j +7IKppuLIBkwC/qxcmZkLLxCKpvR/1Yd0DVlJRfbwcVw5Kda/SiOL9V8BY9KHcyi1Swr1+KuCLH5z +JTIdC2MKF4EA/7Z2Xue0sUDKIbvVgFHlSFJnLNJhiQcND85Cd8BEc5xEUKDbEAotlRyBr+Qc5RQe +8TZBAQIvfXOn3kLMTOmJDVb3n5HUA8ZsyY/b2BzgQJhdZpmYgG4t/wHFzstGH6wCxkPmrqKEPMVO +Hj1tyRRM4y5Bu8o5vzY8KhmqQYdOpc5LMnndkEl/AgMBAAGjYzBhMB8GA1UdIwQYMBaAFJxf0Gxj +o1+TypOYCK2Mh6UsXME3MB0GA1UdDgQWBBScX9BsY6Nfk8qTmAitjIelLFzBNzAOBgNVHQ8BAf8E +BAMCAYYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEATh65isagmD9uw2nAalxJ +UqzLK114OMHVVISfk/CHGT0sZonrDUL8zPB1hT+L9IBdeeUXZ701guLyPI59WzbLWoAAKfLOKyzx +j6ptBZNscsdW699QIyjlRRA96Gejrw5VD5AJYu9LWaL2U/HANeQvwSS9eS9OICI7/RogsKQOLHDt +dD+4E5UGUcjohybKpFtqFiGS3XNgnhAY3jyB6ugYw3yJ8otQPr0R4hUDqDZ9MwFsSBXXiJCZBMXM +5gf0vPSQ7RPi6ovDj6MzD8EpTBNO2hVWcXNyglD2mjN8orGoGjR0ZVzO0eurU+AagNjqOknkJjCb +5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ/zo1PqVUSlJZS2Db7v54 +EX9K3BR5YLZrZAPbFYPhor72I5dQ8AkzNqdxliXzuUJ92zg/LFis6ELhDtjTO0wugumDLmsx2d1H +hk9tl5EuT+IocTUW0fJz/iUrB0ckYyfI+PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGy +g77FGr8H6lnco4g175x2MjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3 +r5+qPeoott7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw= +-----END CERTIFICATE----- + +Certum EC-384 CA +================ +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQswCQYDVQQGEwJQ +TDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2 +MDcyNDU0WhcNNDMwMzI2MDcyNDU0WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERh +dGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkx +GTAXBgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATEKI6rGFtq +vm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7TmFy8as10CW4kjPMIRBSqn +iBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68KjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYD +VR0OBBYEFI0GZnQkdjrzife81r1HfS+8EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNo +ADBlAjADVS2m5hjEfO/JUG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0 +QoSZ/6vnnvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +Certum Trusted Root CA +====================== +-----BEGIN CERTIFICATE----- +MIIFwDCCA6igAwIBAgIQHr9ZULjJgDdMBvfrVU+17TANBgkqhkiG9w0BAQ0FADB6MQswCQYDVQQG +EwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0g +Q2VydGlmaWNhdGlvbiBBdXRob3JpdHkxHzAdBgNVBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0Ew +HhcNMTgwMzE2MTIxMDEzWhcNNDMwMzE2MTIxMDEzWjB6MQswCQYDVQQGEwJQTDEhMB8GA1UEChMY +QXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkxHzAdBgNVBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQDRLY67tzbqbTeRn06TpwXkKQMlzhyC93yZn0EGze2jusDbCSzBfN8p +fktlL5On1AFrAygYo9idBcEq2EXxkd7fO9CAAozPOA/qp1x4EaTByIVcJdPTsuclzxFUl6s1wB52 +HO8AU5853BSlLCIls3Jy/I2z5T4IHhQqNwuIPMqw9MjCoa68wb4pZ1Xi/K1ZXP69VyywkI3C7Te2 +fJmItdUDmj0VDT06qKhF8JVOJVkdzZhpu9PMMsmN74H+rX2Ju7pgE8pllWeg8xn2A1bUatMn4qGt +g/BKEiJ3HAVz4hlxQsDsdUaakFjgao4rpUYwBI4Zshfjvqm6f1bxJAPXsiEodg42MEx51UGamqi4 +NboMOvJEGyCI98Ul1z3G4z5D3Yf+xOr1Uz5MZf87Sst4WmsXXw3Hw09Omiqi7VdNIuJGmj8PkTQk +fVXjjJU30xrwCSss0smNtA0Aq2cpKNgB9RkEth2+dv5yXMSFytKAQd8FqKPVhJBPC/PgP5sZ0jeJ +P/J7UhyM9uH3PAeXjA6iWYEMspA90+NZRu0PqafegGtaqge2Gcu8V/OXIXoMsSt0Puvap2ctTMSY +njYJdmZm/Bo/6khUHL4wvYBQv3y1zgD2DGHZ5yQD4OMBgQ692IU0iL2yNqh7XAjlRICMb/gv1SHK +HRzQ+8S1h9E6Tsd2tTVItQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSM+xx1 +vALTn04uSNn5YFSqxLNP+jAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQENBQADggIBAEii1QAL +LtA/vBzVtVRJHlpr9OTy4EA34MwUe7nJ+jW1dReTagVphZzNTxl4WxmB82M+w85bj/UvXgF2Ez8s +ALnNllI5SW0ETsXpD4YN4fqzX4IS8TrOZgYkNCvozMrnadyHncI013nR03e4qllY/p0m+jiGPp2K +h2RX5Rc64vmNueMzeMGQ2Ljdt4NR5MTMI9UGfOZR0800McD2RrsLrfw9EAUqO0qRJe6M1ISHgCq8 +CYyqOhNf6DR5UMEQGfnTKB7U0VEwKbOukGfWHwpjscWpxkIxYxeU72nLL/qMFH3EQxiJ2fAyQOaA +4kZf5ePBAFmo+eggvIksDkc0C+pXwlM2/KfUrzHN/gLldfq5Jwn58/U7yn2fqSLLiMmq0Uc9Nneo +WWRrJ8/vJ8HjJLWG965+Mk2weWjROeiQWMODvA8s1pfrzgzhIMfatz7DP78v3DSk+yshzWePS/Tj +6tQ/50+6uaWTRRxmHyH6ZF5v4HaUMst19W7l9o/HuKTMqJZ9ZPskWkoDbGs4xugDQ5r3V7mzKWmT +OPQD8rv7gmsHINFSH5pkAnuYZttcTVoP0ISVoDwUQwbKytu4QTbaakRnh6+v40URFWkIsr4WOZck +bxJF0WddCajJFdr60qZfE2Efv4WstK2tBZQIgx51F9NxO5NQI1mg7TyRVJ12AMXDuDjb +-----END CERTIFICATE----- + +TunTrust Root CA +================ +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQELBQAwYTELMAkG +A1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUgQ2VydGlmaWNhdGlvbiBFbGVj +dHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJvb3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQw +NDI2MDg1NzU2WjBhMQswCQYDVQQGEwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBD +ZXJ0aWZpY2F0aW9uIEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIw +DQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZn56eY+hz +2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd2JQDoOw05TDENX37Jk0b +bjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgFVwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7 +NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZGoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAd +gjH8KcwAWJeRTIAAHDOFli/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViW +VSHbhlnUr8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2eY8f +Tpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIbMlEsPvLfe/ZdeikZ +juXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISgjwBUFfyRbVinljvrS5YnzWuioYas +DXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwS +VXAkPcvCFDVDXSdOvsC9qnyW5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI +04Y+oXNZtPdEITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+zxiD2BkewhpMl +0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYuQEkHDVneixCwSQXi/5E/S7fd +Ao74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRY +YdZ2vyJ/0Adqp2RT8JeNnYA/u8EH22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJp +adbGNjHh/PqAulxPxOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65x +xBzndFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5Xc0yGYuP +jCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7bnV2UqL1g52KAdoGDDIzM +MEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQCvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9z +ZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZHu/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3r +AZ3r2OvEhJn7wAzMMujjd9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +HARICA TLS RSA Root CA 2021 +=========================== +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBsMQswCQYDVQQG +EwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9u +cyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0EgUm9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUz +OFoXDTQ1MDIxMzEwNTUzN1owbDELMAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRl +bWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNB +IFJvb3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569lmwVnlskN +JLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE4VGC/6zStGndLuwRo0Xu +a2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uva9of08WRiFukiZLRgeaMOVig1mlDqa2Y +Ulhu2wr7a89o+uOkXjpFc5gH6l8Cct4MpbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K +5FrZx40d/JiZ+yykgmvwKh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEv +dmn8kN3bLW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcYAuUR +0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqBAGMUuTNe3QvboEUH +GjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYqE613TBoYm5EPWNgGVMWX+Ko/IIqm +haZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHrW2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQ +CPxrvrNQKlr9qEgYRtaQQJKQCoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAUX15QvWiWkKQU +EapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3f5Z2EMVGpdAgS1D0NTsY9FVq +QRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxajaH6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxD +QpSbIPDRzbLrLFPCU3hKTwSUQZqPJzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcR +j88YxeMn/ibvBZ3PzzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5 +vZStjBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0/L5H9MG0 +qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pTBGIBnfHAT+7hOtSLIBD6 +Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79aPib8qXPMThcFarmlwDB31qlpzmq6YR/ +PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YWxw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnn +kf3/W9b3raYvAwtt41dU63ZTGI0RmLo= +-----END CERTIFICATE----- + +HARICA TLS ECC Root CA 2021 +=========================== +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQswCQYDVQQGEwJH +UjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBD +QTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9vdCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoX +DTQ1MDIxMzExMDEwOVowbDELMAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWlj +IGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJv +b3QgQ0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7KKrxcm1l +AEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9YSTHMmE5gEYd103KUkE+b +ECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW +0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAi +rcJRQO9gcS3ujwLEXQNwSaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/Qw +CZ61IygNnxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +Autoridad de Certificacion Firmaprofesional CIF A62634068 +========================================================= +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCRVMxQjBA +BgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2 +MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIw +QAYDVQQDDDlBdXRvcmlkYWQgZGUgQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBB +NjI2MzQwNjgwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDD +Utd9thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQMcas9UX4P +B99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefGL9ItWY16Ck6WaVICqjaY +7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15iNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqH +ECNZXyAFGUftaI6SEspd/NYrspI8IM/hX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyI +plD9amML9ZMWGxmPsu2bm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctX +MbScyJCyZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirjaEbsX +LZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/TKI8xWVvTyQKmtFLK +bpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF6NkBiDkal4ZkQdU7hwxu+g/GvUgU +vzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVhOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1Ud +DgQWBBRlzeurNR4APn7VdMActHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4w +gZswgZgGBFUdIAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABCAG8AbgBhAG4A +bwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAwADEANzAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9miWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL +4QjbEwj4KKE1soCzC1HA01aajTNFSa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDb +LIpgD7dvlAceHabJhfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1il +I45PVf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZEEAEeiGaP +cjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV1aUsIC+nmCjuRfzxuIgA +LI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2tCsvMo2ebKHTEm9caPARYpoKdrcd7b/+A +lun4jWq9GJAd/0kakFI3ky88Al2CdgtR5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH +9IBk9W6VULgRfhVwOEqwf9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpf +NIbnYrX9ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNKGbqE +ZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +vTrus ECC Root CA +================= +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMwRzELMAkGA1UE +BhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBS +b290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDczMTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAa +BgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+c +ToL0v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUde4BdS49n +TPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIwV53dVvHH4+m4SVBrm2nDb+zDfSXkV5UT +QJtS0zvzQBm8JsctBp61ezaf9SXUY2sAAjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQL +YgmRWAD5Tfs0aNoJrSEGGJTO +-----END CERTIFICATE----- + +vTrus Root CA +============= +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQELBQAwQzELMAkG +A1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xFjAUBgNVBAMTDXZUcnVzIFJv +b3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMxMDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoG +A1UEChMTaVRydXNDaGluYSBDby4sTHRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZots +SKYcIrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykUAyyNJJrI +ZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+GrPSbcKvdmaVayqwlHeF +XgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z98Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KA +YPxMvDVTAWqXcoKv8R1w6Jz1717CbMdHflqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70 +kLJrxLT5ZOrpGgrIDajtJ8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2 +AXPKBlim0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZNpGvu +/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQUqqzApVg+QxMaPnu +1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHWOXSuTEGC2/KmSNGzm/MzqvOmwMVO +9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMBAAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYg +scasGrz2iTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOC +AgEAKbqSSaet8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1jbhd47F18iMjr +jld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvMKar5CKXiNxTKsbhm7xqC5PD4 +8acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIivTDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJn +xDHO2zTlJQNgJXtxmOTAGytfdELSS8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554Wg +icEFOwE30z9J4nfrI8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4 +sEb9b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNBUvupLnKW +nyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1PTi07NEPhmg4NpGaXutIc +SkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929vensBxXVsFy6K2ir40zSbofitzmdHxghm+H +l3s= +-----END CERTIFICATE----- + +ISRG Root X2 +============ +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQswCQYDVQQGEwJV +UzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElT +UkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVT +MSkwJwYDVQQKEyBJbnRlcm5ldCBTZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNS +RyBSb290IFgyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0H +ttwW+1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9ItgKbppb +d9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZIzj0EAwMDaAAwZQIwe3lORlCEwkSHRhtF +cP9Ymd70/aTSVaYgLXTWNLxBo1BfASdWtL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5 +U6VR5CmD1/iQMVtCnwr1/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +HiPKI Root CA - G1 +================== +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBPMQswCQYDVQQG +EwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0ZC4xGzAZBgNVBAMMEkhpUEtJ +IFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRaFw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYT +AlRXMSMwIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kg +Um9vdCBDQSAtIEcxMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0 +o9QwqNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twvVcg3Px+k +wJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6lZgRZq2XNdZ1AYDgr/SE +YYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnzQs7ZngyzsHeXZJzA9KMuH5UHsBffMNsA +GJZMoYFL3QRtU6M9/Aes1MU3guvklQgZKILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfd +hSi8MEyr48KxRURHH+CKFgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj +1jOXTyFjHluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDry+K4 +9a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ/W3c1pzAtH2lsN0/ +Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgMa/aOEmem8rJY5AIJEzypuxC00jBF +8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQD +AgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqcSE5XCV0vrPSl +tJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6FzaZsT0pPBWGTMpWmWSBUdGSquE +wx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9TcXzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07Q +JNBAsNB1CI69aO4I1258EHBGG3zgiLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv +5wiZqAxeJoBF1PhoL5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+Gpz +jLrFNe85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wrkkVbbiVg +hUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+vhV4nYWBSipX3tUZQ9rb +yltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQUYDksswBVLuT1sw5XxJFBAJw/6KXf6vb/ +yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +GlobalSign ECC Root CA - R4 +=========================== +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYDVQQLExtHbG9i +YWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkds +b2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgwMTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9i +YWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkds +b2JhbFNpZ24wWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkW +ymOxuYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNVHQ8BAf8E +BAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/+wpu+74zyTyjhNUwCgYI +KoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147bmF0774BxL4YSFlhgjICICadVGNA3jdg +UM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +GTS Root R1 +=========== +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQswCQYDVQQGEwJV +UzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3Qg +UjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UE +ChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0G +CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaM +f/vo27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7wCl7raKb0 +xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjwTcLCeoiKu7rPWRnWr4+w +B7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0PfyblqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXW +nOunVmSPlk9orj2XwoSPwLxAwAtcvfaHszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk +9+aCEI3oncKKiPo4Zor8Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zq +kUspzBmkMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92wO1A +K/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70paDPvOmbsB4om3xPX +V2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrNVjzRlwW5y0vtOUucxD/SVRNuJLDW +cfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQAD +ggIBAJ+qQibbC5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuyh6f88/qBVRRi +ClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM47HLwEXWdyzRSjeZ2axfG34ar +J45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8JZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYci +NuaCp+0KueIHoI17eko8cdLiA6EfMgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5me +LMFrUKTX5hgUvYU/Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJF +fbdT6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ0E6yove+ +7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm2tIMPNuzjsmhDYAPexZ3 +FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bbbP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3 +gm3c +-----END CERTIFICATE----- + +GTS Root R2 +=========== +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQswCQYDVQQGEwJV +UzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3Qg +UjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UE +ChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0G +CSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3Lv +CvptnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY6Dlo7JUl +e3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAuMC6C/Pq8tBcKSOWIm8Wb +a96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7kRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS ++LFjKBC4swm4VndAoiaYecb+3yXuPuWgf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7M +kogwTZq9TwtImoS1mKPV+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJG +r61K8YzodDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RWIr9q +S34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKaG73VululycslaVNV +J1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCqgc7dGtxRcw1PcOnlthYhGXmy5okL +dWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQAD +ggIBAB/Kzt3HvqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyCB19m3H0Q/gxh +swWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2uNmSRXbBoGOqKYcl3qJfEycel +/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMgyALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVn +jWQye+mew4K6Ki3pHrTgSAai/GevHyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y5 +9PYjJbigapordwj6xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M +7YNRTOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924SgJPFI/2R8 +0L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV7LXTWtiBmelDGDfrs7vR +WGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjW +HYbL +-----END CERTIFICATE----- + +GTS Root R3 +=========== +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYDVQQGEwJVUzEi +MCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMw +HhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZ +R29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjO +PQIBBgUrgQQAIgNiAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout +736GjOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL24CejQjBA +MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTB8Sa6oC2uhYHP0/Eq +Er24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azT +L818+FsuVbu/3ZL3pAzcMeGiAjEA/JdmZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV +11RZt+cRLInUue4X +-----END CERTIFICATE----- + +GTS Root R4 +=========== +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYDVQQGEwJVUzEi +MCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQw +HhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZ +R29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjO +PQIBBgUrgQQAIgNiAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzu +hXyiQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvRHYqjQjBA +MA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSATNbrdP9JNqPV2Py1 +PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/C +r8deVl5c1RxYIigL9zC2L7F8AjEA8GE8p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh +4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +Telia Root CA v2 +================ +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQxCzAJBgNVBAYT +AkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2 +MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQK +DBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZI +hvcNAQEBBQADggIPADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ7 +6zBqAMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9vVYiQJ3q +9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9lRdU2HhE8Qx3FZLgmEKn +pNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTODn3WhUidhOPFZPY5Q4L15POdslv5e2QJl +tI5c0BE0312/UqeBAMN/mUWZFdUXyApT7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW +5olWK8jjfN7j/4nlNW4o6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNr +RBH0pUPCTEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6WT0E +BXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63RDolUK5X6wK0dmBR4 +M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZIpEYslOqodmJHixBTB0hXbOKSTbau +BcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGjYzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7W +xy+G2CQ5MB0GA1UdDgQWBBRyrOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi0f6X+J8wfBj5 +tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMMA8iZGok1GTzTyVR8qPAs5m4H +eW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBSSRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+C +y748fdHif64W1lZYudogsYMVoe+KTTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygC +QMez2P2ccGrGKMOF6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15 +h2Er3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMtTy3EHD70 +sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pTVmBds9hCG1xLEooc6+t9 +xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAWysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQ +raVplI/owd8k+BsHMYeB2F326CjYSlKArBPuUBQemMc= +-----END CERTIFICATE----- + +D-TRUST BR Root CA 1 2020 +========================= +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQswCQYDVQQGEwJE +RTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRSVVNUIEJSIFJvb3QgQ0EgMSAy +MDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNV +BAoTDEQtVHJ1c3QgR21iSDEiMCAGA1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7 +dPYSzuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0QVK5buXu +QqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/VbNafAkl1bK6CKBrqx9t +MA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6gPKA6hjhodHRwOi8vY3JsLmQtdHJ1c3Qu +bmV0L2NybC9kLXRydXN0X2JyX3Jvb3RfY2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxP +PUQtVHJ1c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjOPQQD +AwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFWwKrY7RjEsK70Pvom +AjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHVdWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +D-TRUST EV Root CA 1 2020 +========================= +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQswCQYDVQQGEwJE +RTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRSVVNUIEVWIFJvb3QgQ0EgMSAy +MDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNV +BAoTDEQtVHJ1c3QgR21iSDEiMCAGA1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8 +ZRCC/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rDwpdhQntJ +raOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3OqQo5FD4pPfsazK2/umL +MA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6gPKA6hjhodHRwOi8vY3JsLmQtdHJ1c3Qu +bmV0L2NybC9kLXRydXN0X2V2X3Jvb3RfY2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxP +PUQtVHJ1c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjOPQQD +AwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CAy/m0sRtW9XLS/BnR +AjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJbgfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +DigiCert TLS ECC P384 Root G5 +============================= +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQswCQYDVQQGEwJV +UzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURpZ2lDZXJ0IFRMUyBFQ0MgUDM4 +NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMx +FzAVBgNVBAoTDkRpZ2lDZXJ0LCBJbmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQg +Um9vdCBHNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1Tzvd +lHJS7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp0zVozptj +n4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICISB4CIfBFqMA4GA1UdDwEB +/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQCJao1H5+z8blUD2Wds +Jk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQLgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIx +AJSdYsiJvRmEFOml+wG4DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +DigiCert TLS RSA4096 Root G5 +============================ +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBNMQswCQYDVQQG +EwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0 +MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcNNDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJV +UzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2 +IFJvb3QgRzUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS8 +7IE+ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG02C+JFvuU +AT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgpwgscONyfMXdcvyej/Ces +tyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZMpG2T6T867jp8nVid9E6P/DsjyG244gXa +zOvswzH016cpVIDPRFtMbzCe88zdH5RDnU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnV +DdXifBBiqmvwPXbzP6PosMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9q +TXeXAaDxZre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cdLvvy +z6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvXKyY//SovcfXWJL5/ +MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNeXoVPzthwiHvOAbWWl9fNff2C+MIk +wcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPLtgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4E +FgQUUTMc7TZArxfTJc1paPKvTiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8w +DQYJKoZIhvcNAQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7HPNtQOa27PShN +lnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLFO4uJ+DQtpBflF+aZfTCIITfN +MBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQREtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/ +u4cnYiWB39yhL/btp/96j1EuMPikAdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9G +OUrYU9DzLjtxpdRv/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh +47a+p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilwMUc/dNAU +FvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WFqUITVuwhd4GTWgzqltlJ +yqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCKovfepEWFJqgejF0pW8hL2JpqA15w8oVP +bEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +Certainly Root R1 +================= +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAwPTELMAkGA1UE +BhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2VydGFpbmx5IFJvb3QgUjEwHhcN +MjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2Vy +dGFpbmx5MRowGAYDVQQDExFDZXJ0YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBANA21B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O +5MQTvqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbedaFySpvXl +8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b01C7jcvk2xusVtyWMOvwl +DbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGI +XsXwClTNSaa/ApzSRKft43jvRl5tcdF5cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkN +KPl6I7ENPT2a/Z2B7yyQwHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQ +AjeZjOVJ6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA2Cnb +rlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyHWyf5QBGenDPBt+U1 +VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMReiFPCyEQtkA6qyI6BJyLm4SGcprS +p6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBTgqj8ljZ9EXME66C6ud0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAsz +HQNTVfSVcOQrPbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi1wrykXprOQ4v +MMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrdrRT90+7iIgXr0PK3aBLXWopB +GsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9ditaY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+ +gjwN/KUD+nsa2UUeYNrEjvn8K8l7lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgH +JBu6haEaBQmAupVjyTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7 +fpYnKx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLyyCwzk5Iw +x06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5nwXARPbv0+Em34yaXOp/S +X3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +Certainly Root E1 +================= +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQswCQYDVQQGEwJV +UzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlubHkgUm9vdCBFMTAeFw0yMTA0 +MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJBgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlu +bHkxGjAYBgNVBAMTEUNlcnRhaW5seSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4 +fxzf7flHh4axpMCK+IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9 +YBk2QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8EBAMCAQYw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4hevIIgcwCgYIKoZIzj0E +AwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozmut6Dacpps6kFtZaSF4fC0urQe87YQVt8 +rgIwRt7qy12a7DLCZRawTDBcMPPaTnOGBtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +Security Communication RootCA3 +============================== +-----BEGIN CERTIFICATE----- +MIIFfzCCA2egAwIBAgIJAOF8N0D9G/5nMA0GCSqGSIb3DQEBDAUAMF0xCzAJBgNVBAYTAkpQMSUw +IwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScwJQYDVQQDEx5TZWN1cml0eSBD +b21tdW5pY2F0aW9uIFJvb3RDQTMwHhcNMTYwNjE2MDYxNzE2WhcNMzgwMTE4MDYxNzE2WjBdMQsw +CQYDVQQGEwJKUDElMCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UE +AxMeU2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A +MIICCgKCAgEA48lySfcw3gl8qUCBWNO0Ot26YQ+TUG5pPDXC7ltzkBtnTCHsXzW7OT4rCmDvu20r +hvtxosis5FaU+cmvsXLUIKx00rgVrVH+hXShuRD+BYD5UpOzQD11EKzAlrenfna84xtSGc4RHwsE +NPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MGTfmfZPd+pmaGNXHIEYBMwXFAWB6+oHP2 +/D5Q4eAvJj1+XCO1eXDe+uDRpdYMQXF79+qMHIjH7Iv10S9VlkZ8WjtYO/u62C21Jdp6Ts9EriGm +npjKIG58u4iFW/vAEGK78vknR+/RiTlDxN/e4UG/VHMgly1s2vPUB6PmudhvrvyMGS7TZ2crldtY +XLVqAvO4g160a75BflcJdURQVc1aEWEhCmHCqYj9E7wtiS/NYeCVvsq1e+F7NGcLH7YMx3weGVPK +p7FKFSBWFHA9K4IsD50VHUeAR/94mQ4xr28+j+2GaR57GIgUssL8gjMunEst+3A7caoreyYn8xrC +3PsXuKHqy6C0rtOUfnrQq8PsOC0RLoi/1D+tEjtCrI8Cbn3M0V9hvqG8OmpI6iZVIhZdXw3/JzOf +GAN0iltSIEdrRU0id4xVJ/CvHozJgyJUt5rQT9nO/NkuHJYosQLTA70lUhw0Zk8jq/R3gpYd0Vcw +CBEF/VfR2ccCAwEAAaNCMEAwHQYDVR0OBBYEFGQUfPxYchamCik0FW8qy7z8r6irMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQDcAiMI4u8hOscNtybS +YpOnpSNyByCCYN8Y11StaSWSntkUz5m5UoHPrmyKO1o5yGwBQ8IibQLwYs1OY0PAFNr0Y/Dq9HHu +Tofjcan0yVflLl8cebsjqodEV+m9NU1Bu0soo5iyG9kLFwfl9+qd9XbXv8S2gVj/yP9kaWJ5rW4O +H3/uHWnlt3Jxs/6lATWUVCvAUm2PVcTJ0rjLyjQIUYWg9by0F1jqClx6vWPGOi//lkkZhOpn2ASx +YfQAW0q3nHE3GYV5v4GwxxMOdnE+OoAGrgYWp421wsTL/0ClXI2lyTrtcoHKXJg80jQDdwj98ClZ +XSEIx2C/pHF7uNkegr4Jr2VvKKu/S7XuPghHJ6APbw+LP6yVGPO5DtxnVW5inkYO0QR4ynKudtml ++LLfiAlhi+8kTtFZP1rUPcmTPCtk9YENFpb3ksP+MW/oKjJ0DvRMmEoYDjBU1cXrvMUVnuiZIesn +KwkK2/HmcBhWuwzkvvnoEKQTkrgc4NtnHVMDpCKn3F2SEDzq//wbEBrD2NCcnWXL0CsnMQMeNuE9 +dnUM/0Umud1RvCPHX9jYhxBAEg09ODfnRDwYwFMJZI//1ZqmfHAuc1Uh6N//g7kdPjIe1qZ9LPFm +6Vwdp6POXiUyK+OVrCoHzrQoeIY8LaadTdJ0MN1kURXbg4NR16/9M51NZg== +-----END CERTIFICATE----- + +Security Communication ECC RootCA1 +================================== +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYTAkpQMSUwIwYD +VQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYDVQQDEyJTZWN1cml0eSBDb21t +dW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYxNjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTEL +MAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNV +BAMTIlNlY3VyaXR5IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+CnnfdldB9sELLo +5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpKULGjQjBAMB0GA1UdDgQW +BBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAK +BggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3L +snNdo4gIxwwCMQDAqy0Obe0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70e +N9k= +-----END CERTIFICATE----- + +BJCA Global Root CA1 +==================== +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBUMQswCQYDVQQG +EwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJVFkxHTAbBgNVBAMMFEJK +Q0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAzMTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkG +A1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQD +DBRCSkNBIEdsb2JhbCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFm +CL3ZxRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZspDyRhyS +sTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O558dnJCNPYwpj9mZ9S1Wn +P3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgRat7GGPZHOiJBhyL8xIkoVNiMpTAK+BcW +yqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRj +eulumijWML3mG90Vr4TqnMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNn +MoH1V6XKV0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/pj+b +OT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZOz2nxbkRs1CTqjSSh +GL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXnjSXWgXSHRtQpdaJCbPdzied9v3pK +H9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMB +AAGjQjBAMB0GA1UdDgQWBBTF7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3KliawLwQ8hOnThJ +dMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u+2D2/VnGKhs/I0qUJDAnyIm8 +60Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuh +TaRjAv04l5U/BXCga99igUOLtFkNSoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW +4AB+dAb/OMRyHdOoP2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmp +GQrI+pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRzznfSxqxx +4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9eVzYH6Eze9mCUAyTF6ps +3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4S +SPfSKcOYKMryMguTjClPPGAyzQWWYezyr/6zcCwupvI= +-----END CERTIFICATE----- + +BJCA Global Root CA2 +==================== +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQswCQYDVQQGEwJD +TjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJVFkxHTAbBgNVBAMMFEJKQ0Eg +R2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgyMVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UE +BhMCQ04xJjAkBgNVBAoMHUJFSUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRC +SkNBIEdsb2JhbCBSb290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jl +SR9BIgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK++kpRuDCK +/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJKsVF/BvDRgh9Obl+rg/xI +1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8 +W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8g +UXOQwKhbYdDFUDn9hf7B43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +Sectigo Public Server Authentication Root E46 +============================================= +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQswCQYDVQQGEwJH +QjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBTZXJ2 +ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5 +WjBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0 +aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUr +gQQAIgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccCWvkEN/U0 +NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+6xnOQ6OjQjBAMB0GA1Ud +DgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAKBggqhkjOPQQDAwNnADBkAjAn7qRaqCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RH +lAFWovgzJQxC36oCMB3q4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21U +SAGKcw== +-----END CERTIFICATE----- + +Sectigo Public Server Authentication Root R46 +============================================= +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBfMQswCQYDVQQG +EwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwHhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1 +OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3 +DQEBAQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDaef0rty2k +1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnzSDBh+oF8HqcIStw+Kxwf +GExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xfiOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMP +FF1bFOdLvt30yNoDN9HWOaEhUTCDsG3XME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vu +ZDCQOc2TZYEhMbUjUDM3IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5Qaz +Yw6A3OASVYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgESJ/A +wSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu+Zd4KKTIRJLpfSYF +plhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt8uaZFURww3y8nDnAtOFr94MlI1fZ +EoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+LHaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW +6aWWrL3DkJiy4Pmi1KZHQ3xtzwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWI +IUkwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQYKlJfp/imTYp +E0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52gDY9hAaLMyZlbcp+nv4fjFg4 +exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZAFv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M +0ejf5lG5Nkc/kLnHvALcWxxPDkjBJYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI +84HxZmduTILA7rpXDhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9m +pFuiTdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5dHn5Hrwd +Vw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65LvKRRFHQV80MNNVIIb/b +E/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmm +J1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAYQqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +SSL.com TLS RSA Root CA 2022 +============================ +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQG +EwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxTU0wuY29tIFRMUyBSU0Eg +Um9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloXDTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMC +VVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u +9nTPL3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OYt6/wNr/y +7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0insS657Lb85/bRi3pZ7Qcac +oOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3PnxEX4MN8/HdIGkWCVDi1FW24IBydm5M +R7d1VVm0U3TZlMZBrViKMWYPHqIbKUBOL9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDG +D6C1vBdOSHtRwvzpXGk3R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEW +TO6Af77wdr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS+YCk +8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYSd66UNHsef8JmAOSq +g+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoGAtUjHBPW6dvbxrB6y3snm/vg1UYk +7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2fgTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsu +N+7jhHonLs0ZNbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsMQtfhWsSWTVTN +j8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvfR4iyrT7gJ4eLSYwfqUdYe5by +iB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJDPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjU +o3KUQyxi4U5cMj29TH0ZR6LDSeeWP4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqo +ENjwuSfr98t67wVylrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7Egkaib +MOlqbLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2wAgDHbICi +vRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3qr5nsLFR+jM4uElZI7xc7 +P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sjiMho6/4UIyYOf8kpIEFR3N+2ivEC+5BB0 +9+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +SSL.com TLS ECC Root CA 2022 +============================ +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQswCQYDVQQGEwJV +UzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxTU0wuY29tIFRMUyBFQ0MgUm9v +dCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMx +GDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWy +JGYmacCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFNSeR7T5v1 +5wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBSJjy+j6CugFFR7 +81a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NWuCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGG +MAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w +7deedWo1dlJF4AIxAMeNb0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5 +Zn6g6g== +-----END CERTIFICATE----- + +Atos TrustedRoot Root CA ECC TLS 2021 +===================================== +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4wLAYDVQQDDCVB +dG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0wCwYDVQQKDARBdG9zMQswCQYD +VQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3Mg +VHJ1c3RlZFJvb3QgUm9vdCBDQSBFQ0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYT +AkRFMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6K +DP/XtXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4AjJn8ZQS +b+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2KCXWfeBmmnoJsmo7jjPX +NtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMDaAAwZQIwW5kp85wxtolrbNa9d+F851F+ +uDrNozZffPc8dz7kUK2o59JZDCaOMDtuCCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGY +a3cpetskz2VAv9LcjBHo9H1/IISpQuQo +-----END CERTIFICATE----- + +Atos TrustedRoot Root CA RSA TLS 2021 +===================================== +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBMMS4wLAYDVQQD +DCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIxMQ0wCwYDVQQKDARBdG9zMQsw +CQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0 +b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNV +BAYTAkRFMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BB +l01Z4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYvYe+W/CBG +vevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZkmGbzSoXfduP9LVq6hdK +ZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDsGY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt +0xU6kGpn8bRrZtkh68rZYnxGEFzedUlnnkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVK +PNe0OwANwI8f4UDErmwh3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMY +sluMWuPD0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzygeBY +Br3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8ANSbhqRAvNncTFd+ +rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezBc6eUWsuSZIKmAMFwoW4sKeFYV+xa +fJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lIpw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUdEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0G +CSqGSIb3DQEBDAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPso0UvFJ/1TCpl +Q3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJqM7F78PRreBrAwA0JrRUITWX +AdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuywxfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9G +slA9hGCZcbUztVdF5kJHdWoOsAgMrr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2Vkt +afcxBPTy+av5EzH4AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9q +TFsR0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuYo7Ey7Nmj +1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5dDTedk+SKlOxJTnbPP/l +PqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcEoji2jbDwN/zIIX8/syQbPYtuzE2wFg2W +HYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- + +TrustAsia Global Root CA G3 +=========================== +-----BEGIN CERTIFICATE----- +MIIFpTCCA42gAwIBAgIUZPYOZXdhaqs7tOqFhLuxibhxkw8wDQYJKoZIhvcNAQEMBQAwWjELMAkG +A1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMsIEluYy4xJDAiBgNVBAMM +G1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHMzAeFw0yMTA1MjAwMjEwMTlaFw00NjA1MTkwMjEw +MTlaMFoxCzAJBgNVBAYTAkNOMSUwIwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMu +MSQwIgYDVQQDDBtUcnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzMwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDAMYJhkuSUGwoqZdC+BqmHO1ES6nBBruL7dOoKjbmzTNyPtxNST1QY4Sxz +lZHFZjtqz6xjbYdT8PfxObegQ2OwxANdV6nnRM7EoYNl9lA+sX4WuDqKAtCWHwDNBSHvBm3dIZwZ +Q0WhxeiAysKtQGIXBsaqvPPW5vxQfmZCHzyLpnl5hkA1nyDvP+uLRx+PjsXUjrYsyUQE49RDdT/V +P68czH5GX6zfZBCK70bwkPAPLfSIC7Epqq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1Ag +dB4SQXMeJNnKziyhWTXAyB1GJ2Faj/lN03J5Zh6fFZAhLf3ti1ZwA0pJPn9pMRJpxx5cynoTi+jm +9WAPzJMshH/x/Gr8m0ed262IPfN2dTPXS6TIi/n1Q1hPy8gDVI+lhXgEGvNz8teHHUGf59gXzhqc +D0r83ERoVGjiQTz+LISGNzzNPy+i2+f3VANfWdP3kXjHi3dqFuVJhZBFcnAvkV34PmVACxmZySYg +WmjBNb9Pp1Hx2BErW+Canig7CjoKH8GB5S7wprlppYiU5msTf9FkPz2ccEblooV7WIQn3MSAPmea +mseaMQ4w7OYXQJXZRe0Blqq/DPNL0WP3E1jAuPP6Z92bfW1K/zJMtSU7/xxnD4UiWQWRkUF3gdCF +TIcQcf+eQxuulXUtgQIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFEDk5PIj +7zjKsK5Xf/IhMBY027ySMB0GA1UdDgQWBBRA5OTyI+84yrCuV3/yITAWNNu8kjAOBgNVHQ8BAf8E +BAMCAQYwDQYJKoZIhvcNAQEMBQADggIBACY7UeFNOPMyGLS0XuFlXsSUT9SnYaP4wM8zAQLpw6o1 +D/GUE3d3NZ4tVlFEbuHGLige/9rsR82XRBf34EzC4Xx8MnpmyFq2XFNFV1pF1AWZLy4jVe5jaN/T +G3inEpQGAHUNcoTpLrxaatXeL1nHo+zSh2bbt1S1JKv0Q3jbSwTEb93mPmY+KfJLaHEih6D4sTNj +duMNhXJEIlU/HHzp/LgV6FL6qj6jITk1dImmasI5+njPtqzn59ZW/yOSLlALqbUHM/Q4X6RJpstl +cHboCoWASzY9M/eVVHUl2qzEc4Jl6VL1XP04lQJqaTDFHApXB64ipCz5xUG3uOyfT0gA+QEEVcys ++TIxxHWVBqB/0Y0n3bOppHKH/lmLmnp0Ft0WpWIp6zqW3IunaFnT63eROfjXy9mPX1onAX1daBli +2MjN9LdyR75bl87yraKZk62Uy5P2EgmVtqvXO9A/EcswFi55gORngS1d7XB4tmBZrOFdRWOPyN9y +aFvqHbgB8X7754qz41SgOAngPN5C8sLtLpvzHzW2NtjjgKGLzZlkD8Kqq7HK9W+eQ42EVJmzbsAS +ZthwEPEGNTNDqJwuuhQxzhB/HIbjj9LV+Hfsm6vxL2PZQl/gZ4FkkfGXL/xuJvYz+NO1+MRiqzFR +JQJ6+N1rZdVtTTDIZbpoFGWsJwt0ivKH +-----END CERTIFICATE----- + +TrustAsia Global Root CA G4 +=========================== +-----BEGIN CERTIFICATE----- +MIICVTCCAdygAwIBAgIUTyNkuI6XY57GU4HBdk7LKnQV1tcwCgYIKoZIzj0EAwMwWjELMAkGA1UE +BhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMsIEluYy4xJDAiBgNVBAMMG1Ry +dXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHNDAeFw0yMTA1MjAwMjEwMjJaFw00NjA1MTkwMjEwMjJa +MFoxCzAJBgNVBAYTAkNOMSUwIwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQw +IgYDVQQDDBtUcnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATxs8045CVD5d4ZCbuBeaIVXxVjAd7Cq92zphtnS4CDr5nLrBfbK5bKfFJV4hrhPVbwLxYI+hW8 +m7tH5j/uqOFMjPXTNvk4XatwmkcN4oFBButJ+bAp3TPsUKV/eSm4IJijYzBhMA8GA1UdEwEB/wQF +MAMBAf8wHwYDVR0jBBgwFoAUpbtKl86zK3+kMd6Xg1mDpm9xy94wHQYDVR0OBBYEFKW7SpfOsyt/ +pDHel4NZg6ZvccveMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjBe8usGzEkxn0AA +bbd+NvBNEU/zy4k6LHiRUKNbwMp1JvK/kF0LgoxgKJ/GcJpo5PECMFxYDlZ2z1jD1xCMuo6u47xk +dUfFVZDj/bpV6wfEU6s3qe4hsiFbYI89MvHVI5TWWA== +-----END CERTIFICATE----- + +CommScope Public Trust ECC Root-01 +================================== +-----BEGIN CERTIFICATE----- +MIICHTCCAaOgAwIBAgIUQ3CCd89NXTTxyq4yLzf39H91oJ4wCgYIKoZIzj0EAwMwTjELMAkGA1UE +BhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29tbVNjb3BlIFB1YmxpYyBUcnVz +dCBFQ0MgUm9vdC0wMTAeFw0yMTA0MjgxNzM1NDNaFw00NjA0MjgxNzM1NDJaME4xCzAJBgNVBAYT +AlVTMRIwEAYDVQQKDAlDb21tU2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3Qg +RUNDIFJvb3QtMDEwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARLNumuV16ocNfQj3Rid8NeeqrltqLx +eP0CflfdkXmcbLlSiFS8LwS+uM32ENEp7LXQoMPwiXAZu1FlxUOcw5tjnSCDPgYLpkJEhRGnSjot +6dZoL0hOUysHP029uax3OVejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSOB2LAUN3GGQYARnQE9/OufXVNMDAKBggqhkjOPQQDAwNoADBlAjEAnDPfQeMjqEI2 +Jpc1XHvr20v4qotzVRVcrHgpD7oh2MSg2NED3W3ROT3Ek2DS43KyAjB8xX6I01D1HiXo+k515liW +pDVfG2XqYZpwI7UNo5uSUm9poIyNStDuiw7LR47QjRE= +-----END CERTIFICATE----- + +CommScope Public Trust ECC Root-02 +================================== +-----BEGIN CERTIFICATE----- +MIICHDCCAaOgAwIBAgIUKP2ZYEFHpgE6yhR7H+/5aAiDXX0wCgYIKoZIzj0EAwMwTjELMAkGA1UE +BhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29tbVNjb3BlIFB1YmxpYyBUcnVz +dCBFQ0MgUm9vdC0wMjAeFw0yMTA0MjgxNzQ0NTRaFw00NjA0MjgxNzQ0NTNaME4xCzAJBgNVBAYT +AlVTMRIwEAYDVQQKDAlDb21tU2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3Qg +RUNDIFJvb3QtMDIwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAR4MIHoYx7l63FRD/cHB8o5mXxO1Q/M +MDALj2aTPs+9xYa9+bG3tD60B8jzljHz7aRP+KNOjSkVWLjVb3/ubCK1sK9IRQq9qEmUv4RDsNuE +SgMjGWdqb8FuvAY5N9GIIvejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTmGHX/72DehKT1RsfeSlXjMjZ59TAKBggqhkjOPQQDAwNnADBkAjAmc0l6tqvmSfR9 +Uj/UQQSugEODZXW5hYA4O9Zv5JOGq4/nich/m35rChJVYaoR4HkCMHfoMXGsPHED1oQmHhS48zs7 +3u1Z/GtMMH9ZzkXpc2AVmkzw5l4lIhVtwodZ0LKOag== +-----END CERTIFICATE----- + +CommScope Public Trust RSA Root-01 +================================== +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUPgNJgXUWdDGOTKvVxZAplsU5EN0wDQYJKoZIhvcNAQELBQAwTjELMAkG +A1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29tbVNjb3BlIFB1YmxpYyBU +cnVzdCBSU0EgUm9vdC0wMTAeFw0yMTA0MjgxNjQ1NTRaFw00NjA0MjgxNjQ1NTNaME4xCzAJBgNV +BAYTAlVTMRIwEAYDVQQKDAlDb21tU2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1 +c3QgUlNBIFJvb3QtMDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwSGWjDR1C45Ft +nYSkYZYSwu3D2iM0GXb26v1VWvZVAVMP8syMl0+5UMuzAURWlv2bKOx7dAvnQmtVzslhsuitQDy6 +uUEKBU8bJoWPQ7VAtYXR1HHcg0Hz9kXHgKKEUJdGzqAMxGBWBB0HW0alDrJLpA6lfO741GIDuZNq +ihS4cPgugkY4Iw50x2tBt9Apo52AsH53k2NC+zSDO3OjWiE260f6GBfZumbCk6SP/F2krfxQapWs +vCQz0b2If4b19bJzKo98rwjyGpg/qYFlP8GMicWWMJoKz/TUyDTtnS+8jTiGU+6Xn6myY5QXjQ/c +Zip8UlF1y5mO6D1cv547KI2DAg+pn3LiLCuz3GaXAEDQpFSOm117RTYm1nJD68/A6g3czhLmfTif +BSeolz7pUcZsBSjBAg/pGG3svZwG1KdJ9FQFa2ww8esD1eo9anbCyxooSU1/ZOD6K9pzg4H/kQO9 +lLvkuI6cMmPNn7togbGEW682v3fuHX/3SZtS7NJ3Wn2RnU3COS3kuoL4b/JOHg9O5j9ZpSPcPYeo +KFgo0fEbNttPxP/hjFtyjMcmAyejOQoBqsCyMWCDIqFPEgkBEa801M/XrmLTBQe0MXXgDW1XT2mH ++VepuhX2yFJtocucH+X8eKg1mp9BFM6ltM6UCBwJrVbl2rZJmkrqYxhTnCwuwwIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUN12mmnQywsL5x6YVEFm4 +5P3luG0wDQYJKoZIhvcNAQELBQADggIBAK+nz97/4L1CjU3lIpbfaOp9TSp90K09FlxD533Ahuh6 +NWPxzIHIxgvoLlI1pKZJkGNRrDSsBTtXAOnTYtPZKdVUvhwQkZyybf5Z/Xn36lbQnmhUQo8mUuJM +3y+Xpi/SB5io82BdS5pYV4jvguX6r2yBS5KPQJqTRlnLX3gWsWc+QgvfKNmwrZggvkN80V4aCRck +jXtdlemrwWCrWxhkgPut4AZ9HcpZuPN4KWfGVh2vtrV0KnahP/t1MJ+UXjulYPPLXAziDslg+Mkf +Foom3ecnf+slpoq9uC02EJqxWE2aaE9gVOX2RhOOiKy8IUISrcZKiX2bwdgt6ZYD9KJ0DLwAHb/W +NyVntHKLr4W96ioDj8z7PEQkguIBpQtZtjSNMgsSDesnwv1B10A8ckYpwIzqug/xBpMu95yo9GA+ +o/E4Xo4TwbM6l4c/ksp4qRyv0LAbJh6+cOx69TOY6lz/KwsETkPdY34Op054A5U+1C0wlREQKC6/ +oAI+/15Z0wUOlV9TRe9rh9VIzRamloPh37MG88EU26fsHItdkJANclHnYfkUyq+Dj7+vsQpZXdxc +1+SWrVtgHdqul7I52Qb1dgAT+GhMIbA1xNxVssnBQVocicCMb3SgazNNtQEo/a2tiRc7ppqEvOuM +6sRxJKi6KfkIsidWNTJf6jn7MZrVGczw +-----END CERTIFICATE----- + +CommScope Public Trust RSA Root-02 +================================== +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUVBa/O345lXGN0aoApYYNK496BU4wDQYJKoZIhvcNAQELBQAwTjELMAkG +A1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29tbVNjb3BlIFB1YmxpYyBU +cnVzdCBSU0EgUm9vdC0wMjAeFw0yMTA0MjgxNzE2NDNaFw00NjA0MjgxNzE2NDJaME4xCzAJBgNV +BAYTAlVTMRIwEAYDVQQKDAlDb21tU2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1 +c3QgUlNBIFJvb3QtMDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDh+g77aAASyE3V +rCLENQE7xVTlWXZjpX/rwcRqmL0yjReA61260WI9JSMZNRTpf4mnG2I81lDnNJUDMrG0kyI9p+Kx +7eZ7Ti6Hmw0zdQreqjXnfuU2mKKuJZ6VszKWpCtYHu8//mI0SFHRtI1CrWDaSWqVcN3SAOLMV2MC +e5bdSZdbkk6V0/nLKR8YSvgBKtJjCW4k6YnS5cciTNxzhkcAqg2Ijq6FfUrpuzNPDlJwnZXjfG2W +Wy09X6GDRl224yW4fKcZgBzqZUPckXk2LHR88mcGyYnJ27/aaL8j7dxrrSiDeS/sOKUNNwFnJ5rp +M9kzXzehxfCrPfp4sOcsn/Y+n2Dg70jpkEUeBVF4GiwSLFworA2iI540jwXmojPOEXcT1A6kHkIf +hs1w/tkuFT0du7jyU1fbzMZ0KZwYszZ1OC4PVKH4kh+Jlk+71O6d6Ts2QrUKOyrUZHk2EOH5kQMr +eyBUzQ0ZGshBMjTRsJnhkB4BQDa1t/qp5Xd1pCKBXbCL5CcSD1SIxtuFdOa3wNemKfrb3vOTlycE +VS8KbzfFPROvCgCpLIscgSjX74Yxqa7ybrjKaixUR9gqiC6vwQcQeKwRoi9C8DfF8rhW3Q5iLc4t +Vn5V8qdE9isy9COoR+jUKgF4z2rDN6ieZdIs5fq6M8EGRPbmz6UNp2YINIos8wIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUR9DnsSL/nSz12Vdgs7Gx +cJXvYXowDQYJKoZIhvcNAQELBQADggIBAIZpsU0v6Z9PIpNojuQhmaPORVMbc0RTAIFhzTHjCLqB +KCh6krm2qMhDnscTJk3C2OVVnJJdUNjCK9v+5qiXz1I6JMNlZFxHMaNlNRPDk7n3+VGXu6TwYofF +1gbTl4MgqX67tiHCpQ2EAOHyJxCDut0DgdXdaMNmEMjRdrSzbymeAPnCKfWxkxlSaRosTKCL4BWa +MS/TiJVZbuXEs1DIFAhKm4sTg7GkcrI7djNB3NyqpgdvHSQSn8h2vS/ZjvQs7rfSOBAkNlEv41xd +gSGn2rtO/+YHqP65DSdsu3BaVXoT6fEqSWnHX4dXTEN5bTpl6TBcQe7rd6VzEojov32u5cSoHw2O +HG1QAk8mGEPej1WFsQs3BWDJVTkSBKEqz3EWnzZRSb9wO55nnPt7eck5HHisd5FUmrh1CoFSl+Nm +YWvtPjgelmFV4ZFUjO2MJB+ByRCac5krFk5yAD9UG/iNuovnFNa2RU9g7Jauwy8CTl2dlklyALKr +dVwPaFsdZcJfMw8eD/A7hvWwTruc9+olBdytoptLFwG+Qt81IR2tq670v64fG9PiO/yzcnMcmyiQ +iRM9HcEARwmWmjgb3bHPDcK0RPOWlc4yOo80nOAXx17Org3bhzjlP1v9mxnhMUF6cKojawHhRUzN +lM47ni3niAIi9G7oyOzWPPO5std3eqx7 +-----END CERTIFICATE----- diff --git a/php-kit/resources/config.json b/php-kit/resources/config.json new file mode 100644 index 0000000..b900ba8 --- /dev/null +++ b/php-kit/resources/config.json @@ -0,0 +1 @@ +{"API_KEY": "VALUE:","MERCHANT_ID":"VALUE","PAYMENT_PAGE_CLIENT_ID":"hdfcmaster","BASE_URL":"https://smartgatewayuat.hdfcbank.com","ENABLE_LOGGING": true,"LOGGING_PATH": "./logs/PaymentHandler.log","RESPONSE_KEY": "VALUE", "CA_PATH": "resources/cacert-2023-12-12.pem"} \ No newline at end of file diff --git a/react-native-new-integration/.gitignore b/react-native-new-integration/.gitignore deleted file mode 100644 index b24d71e..0000000 --- a/react-native-new-integration/.gitignore +++ /dev/null @@ -1,50 +0,0 @@ -# These are some examples of commonly ignored file patterns. -# You should customize this list as applicable to your project. -# Learn more about .gitignore: -# https://www.atlassian.com/git/tutorials/saving-changes/gitignore - -# Node artifact files -node_modules/ -dist/ - -# Compiled Java class files -*.class - -# Compiled Python bytecode -*.py[cod] - -# Log files -*.log - -# Package files -*.jar - -# Maven -target/ -dist/ - -# JetBrains IDE -.idea/ - -# Unit test reports -TEST*.xml - -# Generated by MacOS -.DS_Store - -# Generated by Windows -Thumbs.db - -# Applications -*.app -*.exe -*.war - -# Large media files -*.mp4 -*.tiff -*.avi -*.flv -*.mov -*.wmv - diff --git a/react-native-new-integration/README.md b/react-native-new-integration/README.md deleted file mode 100644 index a8ac864..0000000 --- a/react-native-new-integration/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# How to use this repo# - -### What is this repository for? ### - -* This repo is being used for Juspay Documentation made using tesseract repo - -### How do I get set up? ### - -* This repo is used to show the code section of the documentation. - -### Contribution guidelines ### - -* If you want to add any new product and/or platform. please follow the below steps. - -1. All the code content of a particular platform of a product is kept in a branch "productName" + "-" + "platformName". - Let suppose you are adding code for platform android in the product payment-page then the name of the branch will be - payment-page-android - -2. And payment-page-android code have both Java and Kotlin so there will be two folders named accordingly and each folder should contain their demo code. diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/App.js b/react-native-new-integration/payment-page-react-native-class-integration-demo/App.js deleted file mode 100644 index 0cf343b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/App.js +++ /dev/null @@ -1,87 +0,0 @@ -import React from 'react'; -import {createAppContainer, createStackNavigator} from 'react-navigation'; - -import Homescreen from './screens/Homescreen'; -import Checkout from './screens/Checkout'; -import Success from './screens/Success'; -import Failure from './screens/Failure'; -//block:start:import-hyper-sdk - -import HyperSdkReact from 'hyper-sdk-react'; - -//block:end:import-hyper-sdk -import uuid from 'react-native-uuid'; -import {NativeEventEmitter, NativeModules} from 'react-native'; - -const RootStack = createStackNavigator({ - Home: Homescreen, - Success: Success, - Failure: Failure, - Checkout: Checkout, -}); - -const AppContainer = createAppContainer(RootStack); - -class App extends React.Component { - constructor(props) { - super(props); - this.state = { - stack: null, - }; - } - - componentDidMount() { - // block:start:create-hyper-services-instance - - HyperSdkReact.createHyperServices(); - - // block:end:create-hyper-services-instance - - // block:start:event-handling-initiate - - const eventEmitter = new NativeEventEmitter(NativeModules.HyperSdkReact); - eventEmitter.addListener('HyperEvent', resp => { - const data = JSON.parse(resp); - const event = data.event || ''; - switch (event) { - case 'initiate_result': - // logging the initiate result - console.log('Initiate result', data); - break; - default: - console.log(data); - } - }); - - // block:end:event-handling-initiate - - // Creating initiate payload JSON object - // block:start:create-initiate-payload - - const initiate_payload = { - requestId: uuid.v4(), - service: 'in.juspay.hyperpay', - payload: { - action: 'initiate', - merchantId: '', - clientId: '', - environment: 'sandbox', - }, - }; - - // block:end:create-initiate-payload - - // Calling initiate on hyperService instance to boot up payment engine. - // block:start:initiate-sdk - - HyperSdkReact.initiate(JSON.stringify(initiate_payload)); - - // block:end:initiate-sdk - } - - render() { - return ; - } -} - -export default App; diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/Gemfile b/react-native-new-integration/payment-page-react-native-class-integration-demo/Gemfile deleted file mode 100644 index 2c3edcf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/Gemfile +++ /dev/null @@ -1,6 +0,0 @@ -source 'https://rubygems.org' - -# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.4' - -gem 'cocoapods', '~> 1.11', '>= 1.11.2' diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/Gemfile.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/Gemfile.lock deleted file mode 100644 index 089d06d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/Gemfile.lock +++ /dev/null @@ -1,100 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - CFPropertyList (3.0.5) - rexml - activesupport (6.1.5) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) - algoliasearch (1.27.5) - httpclient (~> 2.8, >= 2.8.3) - json (>= 1.5.1) - atomos (0.1.3) - claide (1.1.0) - cocoapods (1.11.3) - addressable (~> 2.8) - claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.11.3) - cocoapods-deintegrate (>= 1.0.3, < 2.0) - cocoapods-downloader (>= 1.4.0, < 2.0) - cocoapods-plugins (>= 1.0.0, < 2.0) - cocoapods-search (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.4.0, < 2.0) - cocoapods-try (>= 1.1.0, < 2.0) - colored2 (~> 3.1) - escape (~> 0.0.4) - fourflusher (>= 2.3.0, < 3.0) - gh_inspector (~> 1.0) - molinillo (~> 0.8.0) - nap (~> 1.0) - ruby-macho (>= 1.0, < 3.0) - xcodeproj (>= 1.21.0, < 2.0) - cocoapods-core (1.11.3) - activesupport (>= 5.0, < 7) - addressable (~> 2.8) - algoliasearch (~> 1.0) - concurrent-ruby (~> 1.1) - fuzzy_match (~> 2.0.4) - nap (~> 1.0) - netrc (~> 0.11) - public_suffix (~> 4.0) - typhoeus (~> 1.0) - cocoapods-deintegrate (1.0.5) - cocoapods-downloader (1.6.2) - cocoapods-plugins (1.0.0) - nap - cocoapods-search (1.0.1) - cocoapods-trunk (1.6.0) - nap (>= 0.8, < 2.0) - netrc (~> 0.11) - cocoapods-try (1.2.0) - colored2 (3.1.2) - concurrent-ruby (1.1.10) - escape (0.0.4) - ethon (0.15.0) - ffi (>= 1.15.0) - ffi (1.15.5) - fourflusher (2.3.1) - fuzzy_match (2.0.4) - gh_inspector (1.1.3) - httpclient (2.8.3) - i18n (1.10.0) - concurrent-ruby (~> 1.0) - json (2.6.1) - minitest (5.15.0) - molinillo (0.8.0) - nanaimo (0.3.0) - nap (1.1.0) - netrc (0.11.0) - public_suffix (4.0.6) - rexml (3.2.5) - ruby-macho (2.5.1) - typhoeus (1.4.0) - ethon (>= 0.9.0) - tzinfo (2.0.4) - concurrent-ruby (~> 1.0) - xcodeproj (1.21.0) - CFPropertyList (>= 2.3.3, < 4.0) - atomos (~> 0.1.3) - claide (>= 1.0.2, < 2.0) - colored2 (~> 3.1) - nanaimo (~> 0.3.0) - rexml (~> 3.2.4) - zeitwerk (2.5.4) - -PLATFORMS - ruby - -DEPENDENCIES - cocoapods (~> 1.11, >= 1.11.2) - -RUBY VERSION - ruby 2.7.4p191 - -BUNDLED WITH - 2.2.27 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/__tests__/App-test.js b/react-native-new-integration/payment-page-react-native-class-integration-demo/__tests__/App-test.js deleted file mode 100644 index 1784766..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/__tests__/App-test.js +++ /dev/null @@ -1,14 +0,0 @@ -/** - * @format - */ - -import 'react-native'; -import React from 'react'; -import App from '../App'; - -// Note: test renderer must be required after react-native. -import renderer from 'react-test-renderer'; - -it('renders correctly', () => { - renderer.create(); -}); diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/checksums.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/checksums.lock deleted file mode 100644 index a0cdb88..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/checksums.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/md5-checksums.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/md5-checksums.bin deleted file mode 100644 index 9fca646..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/md5-checksums.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/sha1-checksums.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/sha1-checksums.bin deleted file mode 100644 index 59fdb7d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/checksums/sha1-checksums.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/dependencies-accessors/dependencies-accessors.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/dependencies-accessors/dependencies-accessors.lock deleted file mode 100644 index e3463c5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/dependencies-accessors/dependencies-accessors.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/dependencies-accessors/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/dependencies-accessors/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/executionHistory/executionHistory.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/executionHistory/executionHistory.bin deleted file mode 100644 index 126d6bc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/executionHistory/executionHistory.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/executionHistory/executionHistory.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/executionHistory/executionHistory.lock deleted file mode 100644 index 9a6ab15..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/executionHistory/executionHistory.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileChanges/last-build.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileChanges/last-build.bin deleted file mode 100644 index f76dd23..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileChanges/last-build.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/fileHashes.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/fileHashes.bin deleted file mode 100644 index a80a659..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/fileHashes.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/fileHashes.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/fileHashes.lock deleted file mode 100644 index d5f93f6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/fileHashes.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/resourceHashesCache.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/resourceHashesCache.bin deleted file mode 100644 index 05832dd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/fileHashes/resourceHashesCache.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.3.3/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/checksums.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/checksums.lock deleted file mode 100644 index 10fd3a6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/checksums.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/md5-checksums.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/md5-checksums.bin deleted file mode 100644 index 5eba6e9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/md5-checksums.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/sha1-checksums.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/sha1-checksums.bin deleted file mode 100644 index a05e73a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/checksums/sha1-checksums.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock deleted file mode 100644 index 404f197..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/dependencies-accessors/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/dependencies-accessors/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/executionHistory/executionHistory.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/executionHistory/executionHistory.bin deleted file mode 100644 index 2926597..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/executionHistory/executionHistory.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/executionHistory/executionHistory.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/executionHistory/executionHistory.lock deleted file mode 100644 index 1944136..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/executionHistory/executionHistory.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileChanges/last-build.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileChanges/last-build.bin deleted file mode 100644 index f76dd23..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileChanges/last-build.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/fileHashes.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/fileHashes.bin deleted file mode 100644 index 8406f6f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/fileHashes.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/fileHashes.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/fileHashes.lock deleted file mode 100644 index fb5c9da..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/fileHashes.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/resourceHashesCache.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/resourceHashesCache.bin deleted file mode 100644 index 2a8fc4e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/fileHashes/resourceHashesCache.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.4/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/checksums.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/checksums.lock deleted file mode 100644 index e000a17..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/checksums.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/md5-checksums.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/md5-checksums.bin deleted file mode 100644 index cd4c955..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/md5-checksums.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/sha1-checksums.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/sha1-checksums.bin deleted file mode 100644 index a08f0e4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/checksums/sha1-checksums.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock deleted file mode 100644 index b93d1b6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/dependencies-accessors/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/dependencies-accessors/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/executionHistory/executionHistory.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/executionHistory/executionHistory.bin deleted file mode 100644 index 8a8c07c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/executionHistory/executionHistory.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/executionHistory/executionHistory.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/executionHistory/executionHistory.lock deleted file mode 100644 index 4cb84f2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/executionHistory/executionHistory.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileChanges/last-build.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileChanges/last-build.bin deleted file mode 100644 index f76dd23..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileChanges/last-build.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/fileHashes.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/fileHashes.bin deleted file mode 100644 index 5776ac8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/fileHashes.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/fileHashes.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/fileHashes.lock deleted file mode 100644 index 1f334e7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/fileHashes.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/resourceHashesCache.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/resourceHashesCache.bin deleted file mode 100644 index 5893b24..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/fileHashes/resourceHashesCache.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/7.5/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock deleted file mode 100644 index e8d37b8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/cache.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/cache.properties deleted file mode 100644 index 1aaac41..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/cache.properties +++ /dev/null @@ -1,2 +0,0 @@ -#Thu May 04 11:59:59 IST 2023 -gradle.version=7.5 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/outputFiles.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/outputFiles.bin deleted file mode 100644 index ffe7027..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/buildOutputCleanup/outputFiles.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/file-system.probe b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/file-system.probe deleted file mode 100644 index 2d198cc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/file-system.probe and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/vcs-1/gc.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/.gradle/vcs-1/gc.properties deleted file mode 100644 index e69de29..0000000 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/_BUCK b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/_BUCK deleted file mode 100644 index fd8c660..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/_BUCK +++ /dev/null @@ -1,55 +0,0 @@ -# To learn about Buck see [Docs](https://buckbuild.com/). -# To run your application with Buck: -# - install Buck -# - `npm start` - to start the packager -# - `cd android` -# - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"` -# - `./gradlew :app:copyDownloadableDepsToLibs` - make all Gradle compile dependencies available to Buck -# - `buck install -r android/app` - compile, install and run application -# - -load(":build_defs.bzl", "create_aar_targets", "create_jar_targets") - -lib_deps = [] - -create_aar_targets(glob(["libs/*.aar"])) - -create_jar_targets(glob(["libs/*.jar"])) - -android_library( - name = "all-libs", - exported_deps = lib_deps, -) - -android_library( - name = "app-code", - srcs = glob([ - "src/main/java/**/*.java", - ]), - deps = [ - ":all-libs", - ":build_config", - ":res", - ], -) - -android_build_config( - name = "build_config", - package = "com.juspayintegrationexamplern", -) - -android_resource( - name = "res", - package = "com.juspayintegrationexamplern", - res = "src/main/res", -) - -android_binary( - name = "app", - keystore = "//android/keystores:debug", - manifest = "src/main/AndroidManifest.xml", - package_type = "debug", - deps = [ - ":app-code", - ], -) diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build.gradle b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build.gradle deleted file mode 100644 index d975960..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build.gradle +++ /dev/null @@ -1,309 +0,0 @@ -apply plugin: "com.android.application" - -import com.android.build.OutputFile - -/** - * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets - * and bundleReleaseJsAndAssets). - * These basically call `react-native bundle` with the correct arguments during the Android build - * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the - * bundle directly from the development server. Below you can see all the possible configurations - * and their defaults. If you decide to add a configuration block, make sure to add it before the - * `apply from: "../../node_modules/react-native/react.gradle"` line. - * - * project.ext.react = [ - * // the name of the generated asset file containing your JS bundle - * bundleAssetName: "index.android.bundle", - * - * // the entry file for bundle generation. If none specified and - * // "index.android.js" exists, it will be used. Otherwise "index.js" is - * // default. Can be overridden with ENTRY_FILE environment variable. - * entryFile: "index.android.js", - * - * // https://reactnative.dev/docs/performance#enable-the-ram-format - * bundleCommand: "ram-bundle", - * - * // whether to bundle JS and assets in debug mode - * bundleInDebug: false, - * - * // whether to bundle JS and assets in release mode - * bundleInRelease: true, - * - * // whether to bundle JS and assets in another build variant (if configured). - * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants - * // The configuration property can be in the following formats - * // 'bundleIn${productFlavor}${buildType}' - * // 'bundleIn${buildType}' - * // bundleInFreeDebug: true, - * // bundleInPaidRelease: true, - * // bundleInBeta: true, - * - * // whether to disable dev mode in custom build variants (by default only disabled in release) - * // for example: to disable dev mode in the staging build type (if configured) - * devDisabledInStaging: true, - * // The configuration property can be in the following formats - * // 'devDisabledIn${productFlavor}${buildType}' - * // 'devDisabledIn${buildType}' - * - * // the root of your project, i.e. where "package.json" lives - * root: "../../", - * - * // where to put the JS bundle asset in debug mode - * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", - * - * // where to put the JS bundle asset in release mode - * jsBundleDirRelease: "$buildDir/intermediates/assets/release", - * - * // where to put drawable resources / React Native assets, e.g. the ones you use via - * // require('./image.png')), in debug mode - * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", - * - * // where to put drawable resources / React Native assets, e.g. the ones you use via - * // require('./image.png')), in release mode - * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", - * - * // by default the gradle tasks are skipped if none of the JS files or assets change; this means - * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to - * // date; if you have any other folders that you want to ignore for performance reasons (gradle - * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ - * // for example, you might want to remove it from here. - * inputExcludes: ["android/**", "ios/**"], - * - * // override which node gets called and with what additional arguments - * nodeExecutableAndArgs: ["node"], - * - * // supply additional arguments to the packager - * extraPackagerArgs: [] - * ] - */ - -project.ext.react = [ - enableHermes: false, // clean and rebuild if changing -] - -apply from: "../../node_modules/react-native/react.gradle" - -/** - * Set this to true to create two separate APKs instead of one: - * - An APK that only works on ARM devices - * - An APK that only works on x86 devices - * The advantage is the size of the APK is reduced by about 4MB. - * Upload all the APKs to the Play Store and people will download - * the correct one based on the CPU architecture of their device. - */ -def enableSeparateBuildPerCPUArchitecture = false - -/** - * Run Proguard to shrink the Java bytecode in release builds. - */ -def enableProguardInReleaseBuilds = false - -/** - * The preferred build flavor of JavaScriptCore. - * - * For example, to use the international variant, you can use: - * `def jscFlavor = 'org.webkit:android-jsc-intl:+'` - * - * The international variant includes ICU i18n library and necessary data - * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that - * give correct results when using with locales other than en-US. Note that - * this variant is about 6MiB larger per architecture than default. - */ -def jscFlavor = 'org.webkit:android-jsc:+' - -/** - * Whether to enable the Hermes VM. - * - * This should be set on project.ext.react and that value will be read here. If it is not set - * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode - * and the benefits of using Hermes will therefore be sharply reduced. - */ -def enableHermes = project.ext.react.get("enableHermes", false); - -/** - * Architectures to build native code for. - */ -def reactNativeArchitectures() { - def value = project.getProperties().get("reactNativeArchitectures") - return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"] -} - -android { - ndkVersion rootProject.ext.ndkVersion - - compileSdkVersion rootProject.ext.compileSdkVersion - - defaultConfig { - applicationId "com.juspayintegrationexamplern" - minSdkVersion rootProject.ext.minSdkVersion - targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 1 - versionName "1.0" - buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() - - if (isNewArchitectureEnabled()) { - // We configure the NDK build only if you decide to opt-in for the New Architecture. - externalNativeBuild { - ndkBuild { - arguments "APP_PLATFORM=android-21", - "APP_STL=c++_shared", - "NDK_TOOLCHAIN_VERSION=clang", - "GENERATED_SRC_DIR=$buildDir/generated/source", - "PROJECT_BUILD_DIR=$buildDir", - "REACT_ANDROID_DIR=$rootDir/../node_modules/react-native/ReactAndroid", - "REACT_ANDROID_BUILD_DIR=$rootDir/../node_modules/react-native/ReactAndroid/build" - cFlags "-Wall", "-Werror", "-fexceptions", "-frtti", "-DWITH_INSPECTOR=1" - cppFlags "-std=c++17" - // Make sure this target name is the same you specify inside the - // src/main/jni/Android.mk file for the `LOCAL_MODULE` variable. - targets "juspayintegrationexamplern_appmodules" - } - } - } - } - - if (isNewArchitectureEnabled()) { - // We configure the NDK build only if you decide to opt-in for the New Architecture. - externalNativeBuild { - ndkBuild { - path "$projectDir/src/main/jni/Android.mk" - } - } - def reactAndroidProjectDir = project(':ReactAndroid').projectDir - def packageReactNdkDebugLibs = tasks.register("packageReactNdkDebugLibs", Copy) { - dependsOn(":ReactAndroid:packageReactNdkDebugLibsForBuck") - from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib") - into("$buildDir/react-ndk/exported") - } - def packageReactNdkReleaseLibs = tasks.register("packageReactNdkReleaseLibs", Copy) { - dependsOn(":ReactAndroid:packageReactNdkReleaseLibsForBuck") - from("$reactAndroidProjectDir/src/main/jni/prebuilt/lib") - into("$buildDir/react-ndk/exported") - } - afterEvaluate { - // If you wish to add a custom TurboModule or component locally, - // you should uncomment this line. - // preBuild.dependsOn("generateCodegenArtifactsFromSchema") - preDebugBuild.dependsOn(packageReactNdkDebugLibs) - preReleaseBuild.dependsOn(packageReactNdkReleaseLibs) - - // Due to a bug inside AGP, we have to explicitly set a dependency - // between configureNdkBuild* tasks and the preBuild tasks. - // This can be removed once this is solved: https://issuetracker.google.com/issues/207403732 - configureNdkBuildRelease.dependsOn(preReleaseBuild) - configureNdkBuildDebug.dependsOn(preDebugBuild) - reactNativeArchitectures().each { architecture -> - tasks.findByName("configureNdkBuildDebug[${architecture}]")?.configure { - dependsOn("preDebugBuild") - } - tasks.findByName("configureNdkBuildRelease[${architecture}]")?.configure { - dependsOn("preReleaseBuild") - } - } - } - } - - splits { - abi { - reset() - enable enableSeparateBuildPerCPUArchitecture - universalApk false // If true, also generate a universal APK - include (*reactNativeArchitectures()) - } - } - signingConfigs { - debug { - storeFile file('debug.keystore') - storePassword 'android' - keyAlias 'androiddebugkey' - keyPassword 'android' - } - } - buildTypes { - debug { - signingConfig signingConfigs.debug - } - release { - // Caution! In production, you need to generate your own keystore file. - // see https://reactnative.dev/docs/signed-apk-android. - signingConfig signingConfigs.debug - minifyEnabled enableProguardInReleaseBuilds - proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" - } - } - - // applicationVariants are e.g. debug, release - applicationVariants.all { variant -> - variant.outputs.each { output -> - // For each separate APK per architecture, set a unique version code as described here: - // https://developer.android.com/studio/build/configure-apk-splits.html - // Example: versionCode 1 will generate 1001 for armeabi-v7a, 1002 for x86, etc. - def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4] - def abi = output.getFilter(OutputFile.ABI) - if (abi != null) { // null for the universal-debug, universal-release variants - output.versionCodeOverride = - defaultConfig.versionCode * 1000 + versionCodes.get(abi) - } - - } - } -} - -dependencies { - implementation fileTree(dir: "libs", include: ["*.jar"]) - - //noinspection GradleDynamicVersion - implementation "com.facebook.react:react-native:+" // From node_modules - - implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" - - debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { - exclude group:'com.facebook.fbjni' - } - - debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { - exclude group:'com.facebook.flipper' - exclude group:'com.squareup.okhttp3', module:'okhttp' - } - - debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") { - exclude group:'com.facebook.flipper' - } - - if (enableHermes) { - def hermesPath = "../../node_modules/hermes-engine/android/"; - debugImplementation files(hermesPath + "hermes-debug.aar") - releaseImplementation files(hermesPath + "hermes-release.aar") - } else { - implementation jscFlavor - } -} - -if (isNewArchitectureEnabled()) { - // If new architecture is enabled, we let you build RN from source - // Otherwise we fallback to a prebuilt .aar bundled in the NPM package. - // This will be applied to all the imported transtitive dependency. - configurations.all { - resolutionStrategy.dependencySubstitution { - substitute(module("com.facebook.react:react-native")) - .using(project(":ReactAndroid")).because("On New Architecture we're building React Native from source") - } - } -} - -// Run this once to be able to run the application with BUCK -// puts all compile dependencies into folder libs for BUCK to use -task copyDownloadableDepsToLibs(type: Copy) { - from configurations.implementation - into 'libs' -} - -apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) - -def isNewArchitectureEnabled() { - // To opt-in for the New Architecture, you can either: - // - Set `newArchEnabled` to true inside the `gradle.properties` file - // - Invoke gradle with `-newArchEnabled=true` - // - Set an environment variable `ORG_GRADLE_PROJECT_newArchEnabled=true` - return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true" -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml deleted file mode 100644 index 562b2b9..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - 8081 - - 8081 - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java deleted file mode 100644 index 3f7bbbd..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java +++ /dev/null @@ -1,73 +0,0 @@ - -package com.facebook.react; - -import android.app.Application; -import android.content.Context; -import android.content.res.Resources; - -import com.facebook.react.ReactPackage; -import com.facebook.react.shell.MainPackageConfig; -import com.facebook.react.shell.MainReactPackage; -import java.util.Arrays; -import java.util.ArrayList; - -// hyper-sdk-react -import in.juspay.hypersdkreact.HyperSdkReactPackage; -// react-native-gesture-handler -import com.swmansion.gesturehandler.react.RNGestureHandlerPackage; -// react-native-safe-area-context -import com.th3rdwave.safeareacontext.SafeAreaContextPackage; -// react-native-screens -import com.swmansion.rnscreens.RNScreensPackage; - -public class PackageList { - private Application application; - private ReactNativeHost reactNativeHost; - private MainPackageConfig mConfig; - - public PackageList(ReactNativeHost reactNativeHost) { - this(reactNativeHost, null); - } - - public PackageList(Application application) { - this(application, null); - } - - public PackageList(ReactNativeHost reactNativeHost, MainPackageConfig config) { - this.reactNativeHost = reactNativeHost; - mConfig = config; - } - - public PackageList(Application application, MainPackageConfig config) { - this.reactNativeHost = null; - this.application = application; - mConfig = config; - } - - private ReactNativeHost getReactNativeHost() { - return this.reactNativeHost; - } - - private Resources getResources() { - return this.getApplication().getResources(); - } - - private Application getApplication() { - if (this.reactNativeHost == null) return this.application; - return this.reactNativeHost.getApplication(); - } - - private Context getApplicationContext() { - return this.getApplication().getApplicationContext(); - } - - public ArrayList getPackages() { - return new ArrayList<>(Arrays.asList( - new MainReactPackage(mConfig), - new HyperSdkReactPackage(), - new RNGestureHandlerPackage(), - new SafeAreaContextPackage(), - new RNScreensPackage() - )); - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/source/buildConfig/debug/com/juspayintegrationexamplern/BuildConfig.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/source/buildConfig/debug/com/juspayintegrationexamplern/BuildConfig.java deleted file mode 100644 index ac38b8f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/generated/source/buildConfig/debug/com/juspayintegrationexamplern/BuildConfig.java +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Automatically generated file. DO NOT MODIFY - */ -package com.juspayintegrationexamplern; - -public final class BuildConfig { - public static final boolean DEBUG = Boolean.parseBoolean("true"); - public static final String APPLICATION_ID = "com.juspayintegrationexamplern"; - public static final String BUILD_TYPE = "debug"; - public static final int VERSION_CODE = 1; - public static final String VERSION_NAME = "1.0"; - // Field from default config. - public static final boolean IS_NEW_ARCHITECTURE_ENABLED = false; -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json deleted file mode 100644 index 9e26dfe..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt deleted file mode 100644 index 66652a5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt +++ /dev/null @@ -1,2 +0,0 @@ -#- File Locator - -listingFile=../../../outputs/apk/debug/output-metadata.json diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/app_metadata/debug/app-metadata.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/app_metadata/debug/app-metadata.properties deleted file mode 100644 index 6dd68ca..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/app_metadata/debug/app-metadata.properties +++ /dev/null @@ -1,2 +0,0 @@ -appMetadataVersion=1.1 -androidGradlePluginVersion=7.3.0 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/FiraMono-Medium.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/FiraMono-Medium.ttf deleted file mode 100644 index 034b637..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/FiraMono-Medium.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-Bold.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-Bold.ttf deleted file mode 100644 index b63a14d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-Bold.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-Regular.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-Regular.ttf deleted file mode 100644 index 33eba8b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-Regular.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-SemiBold.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-SemiBold.ttf deleted file mode 100644 index 60ac82d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Lato-SemiBold.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-Bold.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-Bold.ttf deleted file mode 100644 index efdd5e8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-Bold.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-Regular.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-Regular.ttf deleted file mode 100644 index 29bfd35..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-Regular.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-SemiBold.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-SemiBold.ttf deleted file mode 100644 index 54e7059..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/OpenSans-SemiBold.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Roboto-Regular.ttf b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Roboto-Regular.ttf deleted file mode 100644 index 0e58508..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/fonts/Roboto-Regular.ttf and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/config.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/config.json deleted file mode 100644 index 652a7dc..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/config.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "app_list": [ - "in.juspay.dotp", - "in.juspay.ec", - "in.juspay.escrow", - "in.juspay.flyer", - "in.juspay.godel", - "in.juspay.godel.placeholder", - "in.juspay.hyperapi", - "in.juspay.hyperos", - "in.juspay.hyperos.placeholder", - "in.juspay.hyperpay", - "in.juspay.upiintent" - ], - "dependencies": { - "in.juspay.dotp": { - "default": { - "entry": "base.html", - "root": "payments/in.juspay.dotp/" - } - }, - "in.juspay.ec": { - "default": { - "entry": "base.html", - "required_apps": [ - "in.juspay.dotp", - "in.juspay.escrow", - "in.juspay.flyer", - "in.juspay.godel.placeholder", - "in.juspay.hyperos.placeholder", - "in.juspay.upiintent" - ], - "root": "payments/in.juspay.ec/" - } - }, - "in.juspay.escrow": { - "default": { - "entry": "base.html", - "root": "payments/in.juspay.escrow/" - } - }, - "in.juspay.flyer": { - "default": { - "entry": "base.html", - "root": "payments/in.juspay.flyer/" - } - }, - "in.juspay.godel": { - "default": { - "entry": "base.html", - "root": "payments/in.juspay.godel/" - } - }, - "in.juspay.godel.placeholder": { - "default": { - "entry": "", - "root": "payments/in.juspay.godel/" - } - }, - "in.juspay.hyperapi": { - "default": { - "entry": "base.html", - "required_apps": [ - "in.juspay.ec" - ], - "root": "payments/in.juspay.hyperapi/" - } - }, - "in.juspay.hyperos": { - "default": { - "entry": "", - "root": "" - } - }, - "in.juspay.hyperos.placeholder": { - "default": { - "entry": "", - "root": "" - } - }, - "in.juspay.hyperpay": { - "default": { - "entry": "base.html", - "required_apps": [ - "in.juspay.ec" - ], - "root": "payments/in.juspay.hyperpay/" - } - }, - "in.juspay.upiintent": { - "default": { - "entry": "base.html", - "root": "payments/in.juspay.upiintent/" - } - } - }, - "live": { - "assets": { - "in.juspay.dotp": { - "config": "https://assets.juspay.in/juspay/payments/in.juspay.dotp/release/v1-config.zip" - }, - "in.juspay.ec": { - "config": "https://assets.juspay.in/juspay/payments/in.juspay.ec/release/v1-config.zip" - }, - "in.juspay.escrow": { - "configuration": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-configuration.zip", - "icons": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-icons.zip", - "strings": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-strings.zip" - }, - "in.juspay.godel": { - "acs_js_source": "https://assets.juspay.in/juspay/payments/in.juspay.godel/release/1.0rc2/v1-acs.zip", - "boot_loader_js_source": "https://assets.juspay.in/hyper/bundles/release/in.juspay.godel/android/1.0rc2/common/stable/v1-boot_loader.zip", - "config": "https://d3e0hckk6jr53z.cloudfront.net/godel/v1-config.zip" - }, - "in.juspay.godel.placeholder": { - "acs_js_source": "https://assets.juspay.in/juspay/payments/in.juspay.godel/release/1.0rc2/v1-acs.zip", - "boot_loader_js_source": "https://assets.juspay.in/hyper/bundles/release/in.juspay.godel/android/1.0rc2/common/stable/v1-boot_loader.zip", - "config": "https://d3e0hckk6jr53z.cloudfront.net/godel/v1-config.zip" - }, - "in.juspay.hyperos": { - "config": "https://assets.juspay.in/juspay/payments/2.0/release/v1-config.zip", - "manifest": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/android/release/manifest.json" - }, - "in.juspay.hyperos.placeholder": { - "tracker": "https://assets.juspay.in/hyper/bundles/app/tracker/2.0.38/v1-tracker.zip" - }, - "in.juspay.hyperpay": { - "configuration": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-configuration.zip", - "icons": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-icons.zip", - "strings": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-strings.zip" - }, - "in.juspay.upiintent": { - "config": "https://assets.juspay.in/hyper/bundles/android/release/in.juspay.upiintent/2.0.0/common/2.0.125/v1-config.zip" - } - }, - "id": "61950506708238589-patch-1.2.4", - "package": { - "in.juspay.dotp": "https://assets.juspay.in/hyper/bundles/app/in.juspay.dotp/3.1.6/android/v1-index_bundle.zip", - "in.juspay.ec": "https://assets.juspay.in/hyper/bundles/app/in.juspay.ec/2.18.0/android/v1-index_bundle.zip", - "in.juspay.escrow": "https://assets.juspay.in/hyper/bundles/app/in.juspay.escrow/2.1.4/android/v1-index_bundle.zip", - "in.juspay.flyer": "https://assets.juspay.in/hyper/bundles/app/in.juspay.flyer/2.5.0/android/v1-index_bundle.zip", - "in.juspay.godel": "https://assets.juspay.in/hyper/bundles/app/in.juspay.godel/1.2.14/android/v1-index_bundle.zip", - "in.juspay.godel.placeholder": "https://assets.juspay.in/hyper/bundles/app/in.juspay.godel/1.2.14/android/v1-index_bundle.zip", - "in.juspay.hyperpay": "https://assets.juspay.in/hyper/bundles/app/in.juspay.hyperpay/3.12.0-release-20230417.2/android/v1-index_bundle.zip", - "in.juspay.upiintent": "https://assets.juspay.in/hyper/bundles/app/in.juspay.upiintent/2.4.2/android/v1-index_bundle.zip" - }, - "package_version": "2.54_android_rc2" - }, - "meta": { - "clientId": "geddit", - "timeStamp": "Wednesday 03 May, 2023 at 08:16:53 PM IST" - }, - "new": { - "assets": { - "in.juspay.dotp": { - "config": "https://assets.juspay.in/juspay/payments/in.juspay.dotp/release/v1-config.zip" - }, - "in.juspay.ec": { - "config": "https://assets.juspay.in/juspay/payments/in.juspay.ec/release/v1-config.zip" - }, - "in.juspay.escrow": { - "configuration": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-configuration.zip", - "icons": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-icons.zip", - "strings": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-strings.zip" - }, - "in.juspay.godel": { - "acs_js_source": "https://assets.juspay.in/juspay/payments/in.juspay.godel/release/1.0rc2/v1-acs.zip", - "boot_loader_js_source": "https://assets.juspay.in/hyper/bundles/release/in.juspay.godel/android/1.0rc2/common/stable/v1-boot_loader.zip", - "config": "https://d3e0hckk6jr53z.cloudfront.net/godel/v1-config.zip" - }, - "in.juspay.godel.placeholder": { - "acs_js_source": "https://assets.juspay.in/juspay/payments/in.juspay.godel/release/1.0rc2/v1-acs.zip", - "boot_loader_js_source": "https://assets.juspay.in/hyper/bundles/release/in.juspay.godel/android/1.0rc2/common/stable/v1-boot_loader.zip", - "config": "https://d3e0hckk6jr53z.cloudfront.net/godel/v1-config.zip" - }, - "in.juspay.hyperos": { - "config": "https://assets.juspay.in/juspay/payments/2.0/release/v1-config.zip", - "manifest": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/android/release/manifest.json" - }, - "in.juspay.hyperos.placeholder": { - "tracker": "https://assets.juspay.in/hyper/bundles/app/tracker/2.0.38/v1-tracker.zip" - }, - "in.juspay.hyperpay": { - "configuration": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-configuration.zip", - "icons": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-icons.zip", - "strings": "https://assets.juspay.in/hyper/bundles/in.juspay.merchants/geddit/configuration/3.219/v1-strings.zip" - }, - "in.juspay.upiintent": { - "config": "https://assets.juspay.in/hyper/bundles/android/release/in.juspay.upiintent/2.0.0/common/2.0.125/v1-config.zip" - } - }, - "id": "61950506708238589-patch-1.2.4", - "package": { - "in.juspay.dotp": "https://assets.juspay.in/hyper/bundles/app/in.juspay.dotp/3.1.6/android/v1-index_bundle.zip", - "in.juspay.ec": "https://assets.juspay.in/hyper/bundles/app/in.juspay.ec/2.18.0/android/v1-index_bundle.zip", - "in.juspay.escrow": "https://assets.juspay.in/hyper/bundles/app/in.juspay.escrow/2.1.4/android/v1-index_bundle.zip", - "in.juspay.flyer": "https://assets.juspay.in/hyper/bundles/app/in.juspay.flyer/2.5.0/android/v1-index_bundle.zip", - "in.juspay.godel": "https://assets.juspay.in/hyper/bundles/app/in.juspay.godel/1.2.14/android/v1-index_bundle.zip", - "in.juspay.godel.placeholder": "https://assets.juspay.in/hyper/bundles/app/in.juspay.godel/1.2.14/android/v1-index_bundle.zip", - "in.juspay.hyperpay": "https://assets.juspay.in/hyper/bundles/app/in.juspay.hyperpay/3.12.0-release-20230417.2/android/v1-index_bundle.zip", - "in.juspay.upiintent": "https://assets.juspay.in/hyper/bundles/app/in.juspay.upiintent/2.4.2/android/v1-index_bundle.zip" - }, - "package_version": "2.54_android_rc2" - }, - "stagger": 0 -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/juspay_assets.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/juspay_assets.json deleted file mode 100644 index 717a6c9..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/juspay_assets.json +++ /dev/null @@ -1 +0,0 @@ -{"images":{"add_new_card_dark":true,"add_new_card_light":true,"add_upi_id":true,"amazonpay_wallet":true,"ambient_shadow_zeight":true,"approve_upi_payment":true,"arrow_bullet":true,"axis_logo_short":true,"back_arrow_fmcg":true,"bank_axis_name":true,"bank_icici_name":true,"black_tick":true,"branding":true,"bullet":true,"bullet_icon_one":true,"bullet_icon_two":true,"card_security":true,"card_type_americanexp":true,"card_type_amex":true,"card_type_dhani":true,"card_type_diners":true,"card_type_diners_club_carte_blanche":true,"card_type_diners_club_international":true,"card_type_discover":true,"card_type_jcb":true,"card_type_laser":true,"card_type_maestro":true,"card_type_master":true,"card_type_mastercard":true,"card_type_rupay":true,"card_type_slice":true,"card_type_visa":true,"card_type_visa_electron":true,"checkbox":true,"checkbox1":true,"circular_radio_button":true,"cred":true,"cross":true,"emi_available":true,"empty_search_state_nb":true,"error":true,"eye_hide_grey":true,"eye_show_grey":true,"failure_red":true,"food_card":true,"google_pay":true,"green_plus":true,"grid_tick":true,"hourglass":true,"ic_affirm":true,"ic_afterpay_clearpay":true,"ic_airtelmoney":true,"ic_amazonpay":true,"ic_amexezeclick":true,"ic_atomepaylater":true,"ic_back_arrow":true,"ic_bank_0999":true,"ic_bank_113652":true,"ic_bank_142094":true,"ic_bank_143442":true,"ic_bank_193025":true,"ic_bank_199641":true,"ic_bank_221122":true,"ic_bank_223311":true,"ic_bank_223312":true,"ic_bank_223322":true,"ic_bank_259789":true,"ic_bank_261929":true,"ic_bank_326666":true,"ic_bank_354262":true,"ic_bank_411122":true,"ic_bank_416572":true,"ic_bank_431870":true,"ic_bank_436360":true,"ic_bank_441671":true,"ic_bank_442212":true,"ic_bank_455012":true,"ic_bank_468233":true,"ic_bank_484441":true,"ic_bank_493541":true,"ic_bank_500001":true,"ic_bank_500002":true,"ic_bank_500003":true,"ic_bank_500004":true,"ic_bank_500005":true,"ic_bank_500007":true,"ic_bank_506286":true,"ic_bank_508500":true,"ic_bank_508505":true,"ic_bank_508507":true,"ic_bank_508508":true,"ic_bank_508512":true,"ic_bank_508517":true,"ic_bank_508532":true,"ic_bank_508534":true,"ic_bank_508541":true,"ic_bank_508547":true,"ic_bank_508548":true,"ic_bank_508568":true,"ic_bank_508585":true,"ic_bank_508753":true,"ic_bank_508794":true,"ic_bank_508991":true,"ic_bank_508998":true,"ic_bank_511308":true,"ic_bank_515948":true,"ic_bank_525847":true,"ic_bank_528293":true,"ic_bank_548748":true,"ic_bank_606060":true,"ic_bank_606985":true,"ic_bank_606993":true,"ic_bank_606995":true,"ic_bank_607000":true,"ic_bank_607028":true,"ic_bank_607051":true,"ic_bank_607055":true,"ic_bank_607057":true,"ic_bank_607058":true,"ic_bank_607062":true,"ic_bank_607064":true,"ic_bank_607065":true,"ic_bank_607066":true,"ic_bank_607075":true,"ic_bank_607080":true,"ic_bank_607084":true,"ic_bank_607087":true,"ic_bank_607090":true,"ic_bank_607091":true,"ic_bank_607095":true,"ic_bank_607099":true,"ic_bank_607100":true,"ic_bank_607101":true,"ic_bank_607104":true,"ic_bank_607105":true,"ic_bank_607115":true,"ic_bank_607117":true,"ic_bank_607121":true,"ic_bank_607122":true,"ic_bank_607124":true,"ic_bank_607126":true,"ic_bank_607130":true,"ic_bank_607131":true,"ic_bank_607152":true,"ic_bank_607153":true,"ic_bank_607158":true,"ic_bank_607165":true,"ic_bank_607167":true,"ic_bank_607170":true,"ic_bank_607184":true,"ic_bank_607187":true,"ic_bank_607189":true,"ic_bank_607195":true,"ic_bank_607197":true,"ic_bank_607198":true,"ic_bank_607200":true,"ic_bank_607202":true,"ic_bank_607206":true,"ic_bank_607210":true,"ic_bank_607212":true,"ic_bank_607214":true,"ic_bank_607222":true,"ic_bank_607223":true,"ic_bank_607230":true,"ic_bank_607241":true,"ic_bank_607249":true,"ic_bank_607258":true,"ic_bank_607261":true,"ic_bank_607270":true,"ic_bank_607273":true,"ic_bank_607276":true,"ic_bank_607280":true,"ic_bank_607290":true,"ic_bank_607291":true,"ic_bank_607308":true,"ic_bank_607320":true,"ic_bank_607324":true,"ic_bank_607339":true,"ic_bank_607354":true,"ic_bank_607363":true,"ic_bank_607377":true,"ic_bank_607387":true,"ic_bank_607389":true,"ic_bank_607393":true,"ic_bank_607394":true,"ic_bank_607395":true,"ic_bank_607420":true,"ic_bank_607440":true,"ic_bank_607442":true,"ic_bank_607476":true,"ic_bank_607485":true,"ic_bank_607506":true,"ic_bank_607509":true,"ic_bank_607544":true,"ic_bank_607592":true,"ic_bank_607621":true,"ic_bank_607689":true,"ic_bank_608001":true,"ic_bank_608032":true,"ic_bank_608088":true,"ic_bank_608117":true,"ic_bank_612345":true,"ic_bank_612346":true,"ic_bank_612356":true,"ic_bank_616197":true,"ic_bank_632663":true,"ic_bank_650397":true,"ic_bank_652150":true,"ic_bank_652194":true,"ic_bank_672266":true,"ic_bank_707657":true,"ic_bank_745497":true,"ic_bank_838890":true,"ic_bank_859140":true,"ic_bank_952542":true,"ic_bank_990288":true,"ic_bank_999999":true,"ic_bank_default":true,"ic_bhim":true,"ic_blik":true,"ic_capitalfloat":true,"ic_card":true,"ic_cardod":true,"ic_cod":true,"ic_coupon_logo":true,"ic_cred":true,"ic_disable":true,"ic_emi":true,"ic_epaylater":true,"ic_error_outline":true,"ic_fi":true,"ic_flexmoney":true,"ic_freecharge":true,"ic_giftcard_faded":true,"ic_googlepay":true,"ic_grabpay":true,"ic_grabpaypaylater":true,"ic_green_offer":true,"ic_hdfc_flexipay":true,"ic_icici_cl":true,"ic_icon_back":true,"ic_ideamoney":true,"ic_info":true,"ic_jiomoney":true,"ic_jupiter":true,"ic_klarna":true,"ic_kotak_clemi":true,"ic_lazypay":true,"ic_lock":true,"ic_mobikwik":true,"ic_mobikwikzip":true,"ic_mode_card":true,"ic_mode_net_banking":true,"ic_mode_wallet":true,"ic_moffers":true,"ic_mpesa":true,"ic_mrupee":true,"ic_offer_applied":true,"ic_offer_applied_new":true,"ic_offer_icon":true,"ic_offer_icon_new":true,"ic_olamoney":true,"ic_one_card":true,"ic_outage":true,"ic_oxicash":true,"ic_oxigen":true,"ic_paycash":true,"ic_paynow":true,"ic_paypal":true,"ic_paytm":true,"ic_paytm_allinone":true,"ic_paytm_postpaid":true,"ic_payumoney":true,"ic_payzapp":true,"ic_phonepe":true,"ic_postpay":true,"ic_question_mark":true,"ic_sbibuddy":true,"ic_search_cancel":true,"ic_search_gray":true,"ic_secure":true,"ic_shareit":true,"ic_shopse":true,"ic_simpl":true,"ic_slice":true,"ic_snapmint":true,"ic_sodexo":true,"ic_tabby":true,"ic_tr":true,"ic_trash":true,"ic_upi_icon":true,"ic_verified_detail":true,"ic_warning_log":true,"ic_warning_logo":true,"ic_wechatpay":true,"ic_white_tick":true,"ic_yespay":true,"ic_zestmoney":true,"ic_zipcash":true,"inapp_collect_complete":true,"inapp_collect_initiate":true,"info_icon":true,"info_icon_white":true,"instant":true,"instant_discount_offer_0":true,"instant_discount_offer_1":true,"instant_discount_offer_10":true,"instant_discount_offer_11":true,"instant_discount_offer_2":true,"instant_discount_offer_3":true,"instant_discount_offer_4":true,"instant_discount_offer_5":true,"instant_discount_offer_6":true,"instant_discount_offer_7":true,"instant_discount_offer_8":true,"instant_discount_offer_9":true,"jp_amazonpay":true,"jp_amazonpay_upi":true,"jp_arrow_down":true,"jp_arrow_up":true,"jp_axis_logo_short":true,"jp_bhim":true,"jp_bhim_juspay_full":true,"jp_bhim_juspay_full_dark":true,"jp_card_less_emi":true,"jp_change_sim":true,"jp_chevron_down_black":true,"jp_circular_arrow":true,"jp_circular_arrow_dark":true,"jp_cred":true,"jp_cred_dark":true,"jp_credit_card_emi":true,"jp_ctc_evoucher":true,"jp_ctc_outlet":true,"jp_debit_card_emi":true,"jp_default_bank":true,"jp_default_bank_icon":true,"jp_default_card":true,"jp_failed":true,"jp_gift_card_icon":true,"jp_googlepay":true,"jp_ic_gallery":true,"jp_ic_olapostpaid":true,"jp_ic_search_gray":true,"jp_ic_settings":true,"jp_ic_sim":true,"jp_juspay_brand":true,"jp_juspay_brand_dark":true,"jp_pay_with_vouchers":true,"jp_paytm":true,"jp_permission":true,"jp_phonepe":true,"jp_popup_icon_failed":true,"jp_popup_icon_no_internet":true,"jp_popup_icon_timed_out":true,"jp_powered_axis":true,"jp_powered_axis_npci":true,"jp_powered_axis_npci_juspay":true,"jp_qwikcilver":true,"jp_search_icon":true,"jp_secured":true,"jp_secured_by_juspay":true,"jp_sms":true,"jp_success":true,"jp_toggle_off":true,"jp_toggle_on":true,"jp_upi_branding_logo":true,"jp_upi_logo":true,"jp_verifying_sim":true,"jp_verifying_sim_bar1":true,"jp_verifying_sim_bar2":true,"jp_verifying_sim_bar3":true,"jp_yespay_autopay_p2m":true,"jp_yespay_p2m":true,"juspay":true,"juspay_arrow_up":true,"juspay_branding":true,"juspay_cross":true,"juspay_icon":true,"juspay_info":true,"juspay_logo":true,"juspay_logo_blue":true,"juspay_safe":true,"juspay_safe_grey":true,"juspay_safe_logo":true,"juspay_visa_blue":true,"juspay_warning":true,"loyalty_rewards":true,"net_banking_icon":true,"new_card_plus":true,"no_balance_rewards":true,"offer_default_icon":true,"offer_listitem_icon":true,"page_broken":true,"pay_later_icon":true,"pay_rewards":true,"payment_failed":true,"paytm":true,"phonepe":true,"popup_delete_icon":true,"powered_axis":true,"powered_by_juspay":true,"registration_rewards":true,"right_arrow":true,"saved_card_lock":true,"success_green":true,"switch_app":true,"thundericon":true,"tick":true,"toolbar_back_arrow":true,"twid_icon":true,"upi_juspay_logo":true,"upi_logo":true,"visa_background":true,"visa_bolt":true,"visa_checkout":true,"visa_thunder":true,"wallet_icon":true,"warning_blue":true,"white_arrow_right":true,"noupiapp":true,"loader":true},"fonts":{"Lato-Regular":true,"Lato-SemiBold":true,"Lato-Bold":true,"FiraMono-Medium":true,"OCRAExtended":true,"OpenSans-Bold":true,"OpenSans-Regular":true,"OpenSans-SemiBold":true,"Roboto-Regular":true}} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/com.juspay.gemi/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/com.juspay.gemi/base.html deleted file mode 100644 index bc407af..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/com.juspay.gemi/base.html +++ /dev/null @@ -1,34 +0,0 @@ - - - MYSTIQUE - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/base.html deleted file mode 100644 index 8d7ca41..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/base.html +++ /dev/null @@ -1,30 +0,0 @@ - - - MYSTIQUE - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/v1-config.jsa deleted file mode 100644 index f4ba040..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/v1-index_bundle.jsa deleted file mode 100644 index 98be167..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.dotp/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/base.html deleted file mode 100644 index 091caf3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/base.html +++ /dev/null @@ -1,65 +0,0 @@ - - - MYSTIQUE - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/v1-config.jsa deleted file mode 100644 index b08bff4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/v1-index_bundle.jsa deleted file mode 100644 index aaeaf22..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.ec/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-configuration.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-configuration.jsa deleted file mode 100644 index cee235e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-configuration.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-icons.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-icons.jsa deleted file mode 100644 index 229930f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-icons.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-index_bundle.jsa deleted file mode 100644 index b156148..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-strings.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-strings.jsa deleted file mode 100644 index 7bf8234..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.escrow/v1-strings.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.flyer/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.flyer/base.html deleted file mode 100644 index fb8cfb8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.flyer/base.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - Flyer - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.flyer/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.flyer/v1-index_bundle.jsa deleted file mode 100644 index c79ebac..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.flyer/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-acs.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-acs.jsa deleted file mode 100644 index 6babd81..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-acs.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-boot_loader.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-boot_loader.jsa deleted file mode 100644 index c8a49de..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-boot_loader.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-config.jsa deleted file mode 100644 index ca0f04d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-index_bundle.jsa deleted file mode 100644 index 3cd5e53..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel.placeholder/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/base.html deleted file mode 100644 index b439825..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/base.html +++ /dev/null @@ -1,73 +0,0 @@ - - - MYSTIQUE - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-acs.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-acs.jsa deleted file mode 100644 index 6babd81..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-acs.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-boot_loader.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-boot_loader.jsa deleted file mode 100644 index c8a49de..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-boot_loader.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-config.jsa deleted file mode 100644 index ca0f04d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-index_bundle.jsa deleted file mode 100644 index 3cd5e53..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.godel/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperapi/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperapi/base.html deleted file mode 100644 index 94336a2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperapi/base.html +++ /dev/null @@ -1,76 +0,0 @@ - - - MYSTIQUE - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperos/manifest.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperos/manifest.json deleted file mode 100644 index b9e2612..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperos/manifest.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "godel": { - "v1-config.zip": { - "hash": "d075d86a254dcd9ca1f198d771145015" - } - }, - "hyper": { - "bundles": { - "android": { - "release": { - "in.juspay.upiintent": { - "2.0.0": { - "common": { - "2.0.125": { - "v1-config.zip": { - "hash": "d12365a6771ef20cffdc58c0eca3294f" - } - } - } - } - } - } - }, - "app": { - "in.juspay.dotp": { - "3.1.6": { - "android": { - "v1-index_bundle.zip": { - "hash": "91f0d9eee40193bef81fc79f0aa06c26" - } - } - } - }, - "in.juspay.ec": { - "2.18.0": { - "android": { - "v1-index_bundle.zip": { - "hash": "b9fb71bbf3a425083e041c2191d3c56a" - } - } - } - }, - "in.juspay.escrow": { - "2.1.4": { - "android": { - "v1-index_bundle.zip": { - "hash": "af420191ca8539c6ec5daec1baa2831d" - } - } - } - }, - "in.juspay.flyer": { - "2.5.0": { - "android": { - "v1-index_bundle.zip": { - "hash": "20898cc0b5ce43277fdd6c3ce513f6b8" - } - } - } - }, - "in.juspay.godel": { - "1.2.14": { - "android": { - "v1-index_bundle.zip": { - "hash": "f7186434a8c4dcbca0297d9b0ac6ce26" - } - } - } - }, - "in.juspay.hyperpay": { - "3.12.0-release-20230417.2": { - "android": { - "v1-index_bundle.zip": { - "hash": "aee255c2fc18331cba7e4f2d2ba25473" - } - } - } - }, - "in.juspay.hyperupi": { - "2.2.43": { - "android": { - "v1-index_bundle.zip": { - "hash": "f7642bb202550b133603a69bb2e7152c" - } - } - } - }, - "in.juspay.inappupi": { - "2.0.99": { - "android": { - "v1-index_bundle.zip": { - "hash": "8439b58f056b2d2fd24f5dd6d3186cc8" - } - } - } - }, - "in.juspay.upiintent": { - "2.4.2": { - "android": { - "v1-index_bundle.zip": { - "hash": "712893561f9fd21e85dc17dbf0df1733" - } - } - } - }, - "tracker": { - "2.0.38": { - "v1-tracker.zip": { - "hash": "8561a95ed6dc6f59d385a5d502a01453" - } - } - } - }, - "in.juspay.merchants": { - "geddit": { - "configuration": { - "3.219": { - "v1-configuration.zip": { - "hash": "bdfc711facb833aa3e5d49a1cbadf3a8" - }, - "v1-icons.zip": { - "hash": "ea55457462b7d9b29d9f4ab2dfcbcf66" - }, - "v1-strings.zip": { - "hash": "127d40330964b663717294dd20f63dbc" - } - } - } - } - }, - "release": { - "in.juspay.godel": { - "android": { - "1.0rc2": { - "common": { - "stable": { - "v1-boot_loader.zip": { - "hash": "1a675fbf2067227d1857566bc3b4ebf6" - } - } - } - } - } - } - } - } - }, - "juspay": { - "payments": { - "in.juspay.dotp": { - "release": { - "v1-config.zip": { - "hash": "d1be46cb32c6ae215f492b0b963486b7" - } - } - }, - "in.juspay.ec": { - "release": { - "v1-config.zip": { - "hash": "01ec08875f5d676ef172339e7d3f9b8f" - } - } - }, - "in.juspay.godel": { - "release": { - "1.0rc2": { - "v1-acs.zip": { - "hash": "0e6e2249b7adef09c1ffc8e673f312ae" - } - } - } - }, - "in.juspay.vies": { - "release": { - "2.0rc1": { - "v1-index_bundle.zip": { - "hash": "b806d15255149f63f644fab285d27992" - } - } - } - } - } - } -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperos/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperos/v1-config.jsa deleted file mode 100644 index 2908527..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperos/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/base.html deleted file mode 100644 index 59e9053..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/base.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - MYSTIQUE - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/geddit.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/geddit.json deleted file mode 100644 index 1782e76..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/geddit.json +++ /dev/null @@ -1 +0,0 @@ -{"paymentMethods":[{"supported_reference_ids":[],"payment_method_type":"CARD","payment_method":"VISA","description":"Visa"},{"supported_reference_ids":[],"payment_method_type":"CARD","payment_method":"MASTER","description":"Mastercard"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_AXIS","description":"Axis Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_INDUS","description":"IndusInd Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_SBI","description":"State Bank of India"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_YESB","description":"Yes Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_KOTAK","description":"Kotak Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_BOB","description":"Bank of Baroda"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_SCB","description":"Standard Chartered Bank"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"MOBIKWIK","description":"Mobikwik | ZIP (Paylater)"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"FREECHARGE","description":"Freecharge"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_AIRTEL","description":"Airtel Payments Bank"},{"supported_reference_ids":[],"payment_method_type":"UPI","payment_method":"UPI","description":"UPI"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"PHONEPE","description":"PhonePe"},{"supported_reference_ids":[],"payment_method_type":"CARD","payment_method":"RUPAY","description":"Rupay"},{"supported_reference_ids":[],"payment_method_type":"CARD","payment_method":"AMEX","description":"American Express"},{"supported_reference_ids":[],"payment_method_type":"CASH","payment_method":"CASH","description":"Cash Payment"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"PAYTM","description":"Paytm"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"SIMPL","description":"Simpl"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"LAZYPAY","description":"LazyPay"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"CRED","description":"CRED Checkout"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_HDFC","description":"HDFC Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_ICICI","description":"ICICI Netbanking"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_CANR","description":"Canara Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_UCOB","description":"UCO Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_IDFC","description":"IDFC Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_RBL","description":"RBL"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_AUB","description":"AU Small Finance Bank"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_HSBC","description":"HSBC BANK"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_BOI","description":"Bank of India"},{"supported_reference_ids":[],"payment_method_type":"REWARD","payment_method":"TWID","description":"Twid Rewards"},{"supported_reference_ids":[],"payment_method_type":"WALLET","payment_method":"AMAZONPAY","description":"Amazon Pay"},{"supported_reference_ids":[],"payment_method_type":"NB","payment_method":"NB_BOM","description":"Bank of Maharashtra"},{"supported_reference_ids":[],"payment_method_type":"CARD","payment_method":"DINERS","description":"Diners"},{"supported_reference_ids":[],"payment_method_type":"CARD","payment_method":"SODEXO","description":"Sodexo"}]} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-configuration.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-configuration.jsa deleted file mode 100644 index cee235e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-configuration.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-icons.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-icons.jsa deleted file mode 100644 index 229930f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-icons.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-index_bundle.jsa deleted file mode 100644 index 7d28b2c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-strings.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-strings.jsa deleted file mode 100644 index 7bf8234..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.hyperpay/v1-strings.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/base.html b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/base.html deleted file mode 100644 index c3cea8b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/base.html +++ /dev/null @@ -1,41 +0,0 @@ - - - MYSTIQUE - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/v1-config.jsa deleted file mode 100644 index dcd4423..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/v1-index_bundle.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/v1-index_bundle.jsa deleted file mode 100644 index 47e7b69..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/payments/in.juspay.upiintent/v1-index_bundle.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/remoteAssetPublicKey b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/remoteAssetPublicKey deleted file mode 100644 index c677c1a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/remoteAssetPublicKey and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/sdk_config.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/sdk_config.json deleted file mode 100644 index 57207e0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/sdk_config.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "logsConfig": { - "logsUrlKey": "https://logs.juspay.in/godel/analytics", - "logsUrlKeySandbox": "https://debug.logs.juspay.net/godel/analytics", - "pusherTimerKey": "10.0", - "minMemoryRequired": 16384, - "encryptionLevelKey": "encryption", - "shouldPush": true, - "maxLogFileSize": 20971520, - "maxLogLineSize": 20971520, - "maxLogValueSize" : 32768, - "maxFilesAllowed": 7, - "numFilesToLeaveIfMaxFilesExceeded": 5, - "dontPushIfFileIsLastModifiedBeforeInHours": 168, - "startLogPusherTimerOn": "initiate", - "publicKeySandbox" : { - "kty": "RSA", - "kid": "sandbox-log-24-03-2021", - "e": "AQAB", - "n": "zgKC-M2wFCMxpeoSEdqaFjhTYSbii2-tF0d3IRkuHB810cV_r17r0wZuI9biXjgT-TJdeGE6qdN_haqZFxY8RkQPaN8UXNtaM2MLPdfEPcpkY4E37NHp7a9OrcYYMmGSD_-w3rkmyzkjinqWHhlOnAObQWn5bw0jy4jF6JnGCEIyE-vkYsTZ9doId8ePsRFNEjsH45qSERF-GwQkDUVBOz7_BCKIodVs65eBLsl2I7JEP5vLvAu7hNZ-6AeXj8bFVqyflKVtN5ztNgpMgmgvWAqF4bH017b8Wocj1NelB_3XNq9E7cSJkMtbGfpZhmd1KzNnCx3yPPrGcbFuGEXV0Q" - }, - "publicKey" : { - "kty": "RSA", - "kid": "production_log_public_key_26_03_2021", - "e": "AQAB", - "n": "zQjBRk_OxUOfoamCGGRaHn_kiCFjKJkUjnInvCHyh_6nwr98VEE9_QcZO07NjztTZYAGyqpO7TV08X9U2S8VOdQl6b1yVQHF1O6AhEFZTaxH71ro9ljVTvyhlzEfvPvuICLPKwu19N4g6jKU9TJpec63pwQ1GTrVS6L5JMLiYtlR5onMG6NEBtYwbFlpGKTlSJGaFQ6JHFV_S7Q3txReCVnD8AM5pHiORMYOsYz-zE4secDMrbILC9ESCCbIurc8SGXkinBwETm2HZbPZnnSsctuXPRDZXZnz9F8M-lKtE1xQS5l4mkvzLWPbFbIsRx_6VVJxFRAJ0Q4M1Gl6HcZ2Q" - }, - "retryAttempts" : -1, - "batchCount" : 75, - "pushTimer" : 10000 - }, - "headURLs": { - "sandbox": [ - "https://sandbox.juspay.in" - ], - "production": [ - "https://api.juspay.in" - ] - }, - "godelConfig": { - "webViewAccess": { - "whitelistedClientIds": [ - "netmeds", - "5paisa_margin", - "tul_uat6", - "TUL_TMP" - ] - } - }, - "uiFeatures": { - "blurBackground": { - "enabled": true, - "blacklistedClientIds": [ - "myparkplus" - ] - } - }, - "useCommitClientIds": { - "bms": "true", - "gaana": "true", - "tatapay": "true", - "lazypay": "true" - }, - "useCommitNowClientIds": {}, - "useSmsDeliveryIntentForDeviceBinding" : false -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-boot_loader.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-boot_loader.jsa deleted file mode 100644 index 2826cca..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-boot_loader.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-config.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-config.jsa deleted file mode 100644 index b20940d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-config.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-tracker.jsa b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-tracker.jsa deleted file mode 100644 index b857226..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/assets/debug/juspay/v1-tracker.jsa and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json deleted file mode 100644 index 93a077e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "COMPATIBLE_SCREEN_MANIFEST", - "kind": "Directory" - }, - "applicationId": "com.juspayintegrationexamplern", - "variantName": "debug", - "elements": [] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin deleted file mode 100644 index 601f245..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin deleted file mode 100644 index b024c16..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin deleted file mode 100644 index 11ea0bd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin deleted file mode 100644 index 5be4074..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin deleted file mode 100644 index 09ca7c1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_0/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_0/graph.bin deleted file mode 100644 index 601f245..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_0/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_1/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_1/graph.bin deleted file mode 100644 index 601f245..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_1/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_2/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_2/graph.bin deleted file mode 100644 index 601f245..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_2/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_3/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_3/graph.bin deleted file mode 100644 index 601f245..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_3/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_4/graph.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_4/graph.bin deleted file mode 100644 index 601f245..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_81b906bc33bcf5eb6bbcaed6b517401bd422ef4799e1ed92d034fd420426f95e_bucket_4/graph.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex deleted file mode 100644 index 2c228c6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex deleted file mode 100644 index 207407f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex deleted file mode 100644 index 9133fd6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex deleted file mode 100644 index f87ad81..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex deleted file mode 100644 index bbe577f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex deleted file mode 100644 index 97f52b4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex deleted file mode 100644 index e07f91b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex deleted file mode 100644 index 54110f1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex deleted file mode 100644 index 7654abe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out deleted file mode 100644 index da4119c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex_archive_input_jar_hashes/debug/out and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex_number_of_buckets_file/debug/out b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex_number_of_buckets_file/debug/out deleted file mode 100644 index 7813681..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex_number_of_buckets_file/debug/out +++ /dev/null @@ -1 +0,0 @@ -5 \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state deleted file mode 100644 index 0e8edfa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0amYnH7eqY8zQ24ShnIj4IoFD7k= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0amYnH7eqY8zQ24ShnIj4IoFD7k= deleted file mode 100644 index de7902f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0amYnH7eqY8zQ24ShnIj4IoFD7k= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1DTQ6HZ3PSGW5NXbxxtDmtm3Sbs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1DTQ6HZ3PSGW5NXbxxtDmtm3Sbs= deleted file mode 100644 index 0fe5970..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1DTQ6HZ3PSGW5NXbxxtDmtm3Sbs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1IxGxGBoYmHHjfcv5okD69uurTE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1IxGxGBoYmHHjfcv5okD69uurTE= deleted file mode 100644 index 3ff4667..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1IxGxGBoYmHHjfcv5okD69uurTE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1KNu2KNIvfK1yUJslYB+TdgRmc0= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1KNu2KNIvfK1yUJslYB+TdgRmc0= deleted file mode 100644 index 97142cb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1KNu2KNIvfK1yUJslYB+TdgRmc0= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1mSNrCnWZTD3Vqwj2UjV5QFGH9o= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1mSNrCnWZTD3Vqwj2UjV5QFGH9o= deleted file mode 100644 index f224688..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/1mSNrCnWZTD3Vqwj2UjV5QFGH9o= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/20RevV73U8LIoQNLqLk63Sy9B08= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/20RevV73U8LIoQNLqLk63Sy9B08= deleted file mode 100644 index 3a05233..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/20RevV73U8LIoQNLqLk63Sy9B08= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2_e+2q07YVSLEFWITGOihyvVfbY= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2_e+2q07YVSLEFWITGOihyvVfbY= deleted file mode 100644 index 10cfe44..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2_e+2q07YVSLEFWITGOihyvVfbY= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2zYrnzrhc3fddntCDEi5BFe9Qhg= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2zYrnzrhc3fddntCDEi5BFe9Qhg= deleted file mode 100644 index 862ee84..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/2zYrnzrhc3fddntCDEi5BFe9Qhg= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3+IQj0hemphQYGA_xdlFwNBPn6k= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3+IQj0hemphQYGA_xdlFwNBPn6k= deleted file mode 100644 index 81db71e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/3+IQj0hemphQYGA_xdlFwNBPn6k= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/46_g8hRDt9NEs1LcG_RZrfkE73c= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/46_g8hRDt9NEs1LcG_RZrfkE73c= deleted file mode 100644 index 30185e4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/46_g8hRDt9NEs1LcG_RZrfkE73c= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/49Y_7UljjcGEEHF9_6hPzPGNkqg= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/49Y_7UljjcGEEHF9_6hPzPGNkqg= deleted file mode 100644 index a4aa3a0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/49Y_7UljjcGEEHF9_6hPzPGNkqg= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5H5CYyldcMV0oFZ01oDGJA5+07o= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5H5CYyldcMV0oFZ01oDGJA5+07o= deleted file mode 100644 index 5c88b2b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5H5CYyldcMV0oFZ01oDGJA5+07o= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5rMaIR958NXIzcBmmZSdTnKTo+4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5rMaIR958NXIzcBmmZSdTnKTo+4= deleted file mode 100644 index 086baa8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5rMaIR958NXIzcBmmZSdTnKTo+4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/67eXNoEoIiOr1_2YV+utmVWmaeQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/67eXNoEoIiOr1_2YV+utmVWmaeQ= deleted file mode 100644 index 17b396a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/67eXNoEoIiOr1_2YV+utmVWmaeQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6BA6VkuGNpMTQ43kBA_6GbotLag= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6BA6VkuGNpMTQ43kBA_6GbotLag= deleted file mode 100644 index aeaa230..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6BA6VkuGNpMTQ43kBA_6GbotLag= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6HuIz2eveLXhNi7esXBi5C07pik= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6HuIz2eveLXhNi7esXBi5C07pik= deleted file mode 100644 index 5ff5dc6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6HuIz2eveLXhNi7esXBi5C07pik= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6LviOZ_kWTvvBQo2bzo7UTC11jw= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6LviOZ_kWTvvBQo2bzo7UTC11jw= deleted file mode 100644 index fb6ba01..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6LviOZ_kWTvvBQo2bzo7UTC11jw= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/792nQ9T9JCKy3clH9EKTSc0Rehs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/792nQ9T9JCKy3clH9EKTSc0Rehs= deleted file mode 100644 index fb794be..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/792nQ9T9JCKy3clH9EKTSc0Rehs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7G9FAemXxC_yp7xgfA4uMtcAo5s= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7G9FAemXxC_yp7xgfA4uMtcAo5s= deleted file mode 100644 index 5657e67..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/7G9FAemXxC_yp7xgfA4uMtcAo5s= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/87lISFl25Y9FHzWLpM6y+Md0KS8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/87lISFl25Y9FHzWLpM6y+Md0KS8= deleted file mode 100644 index db85be6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/87lISFl25Y9FHzWLpM6y+Md0KS8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8N7Rax61NmkEzqERGF8ywkuWQJs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8N7Rax61NmkEzqERGF8ywkuWQJs= deleted file mode 100644 index 7b4450b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8N7Rax61NmkEzqERGF8ywkuWQJs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8dMtyF5yzhJLIg8+tU9WsDPOfWE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8dMtyF5yzhJLIg8+tU9WsDPOfWE= deleted file mode 100644 index 466936e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8dMtyF5yzhJLIg8+tU9WsDPOfWE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/90eBlSw5se8ATH4I2iTyzAROstA= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/90eBlSw5se8ATH4I2iTyzAROstA= deleted file mode 100644 index 8ca9eb1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/90eBlSw5se8ATH4I2iTyzAROstA= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AF7Fad7FO38SZanK9bL1EBS_4u0= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AF7Fad7FO38SZanK9bL1EBS_4u0= deleted file mode 100644 index 4765c4a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AF7Fad7FO38SZanK9bL1EBS_4u0= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AfZU9TlCP73RfvUnmitqHU7FOnI= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AfZU9TlCP73RfvUnmitqHU7FOnI= deleted file mode 100644 index dda42f0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AfZU9TlCP73RfvUnmitqHU7FOnI= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CiRM+4Mw8p1CMmQKYTJOjWS7h1o= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CiRM+4Mw8p1CMmQKYTJOjWS7h1o= deleted file mode 100644 index 638cb28..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/CiRM+4Mw8p1CMmQKYTJOjWS7h1o= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DbwPhsICxNNQcy48dydEnidtLaE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DbwPhsICxNNQcy48dydEnidtLaE= deleted file mode 100644 index c68ea7a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DbwPhsICxNNQcy48dydEnidtLaE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DueaAK0+SBBd8HeAngarmC2Wv98= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DueaAK0+SBBd8HeAngarmC2Wv98= deleted file mode 100644 index 9cade31..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DueaAK0+SBBd8HeAngarmC2Wv98= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E2OxK_zgIdYLTiOD3sp9ta56nuE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E2OxK_zgIdYLTiOD3sp9ta56nuE= deleted file mode 100644 index 5707aa8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/E2OxK_zgIdYLTiOD3sp9ta56nuE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EH7w6YGNnzqZWYsbV3DjczOXR8o= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EH7w6YGNnzqZWYsbV3DjczOXR8o= deleted file mode 100644 index ae3e40e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EH7w6YGNnzqZWYsbV3DjczOXR8o= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ESys6O21yJEUtiwZ4O4qbzCOYww= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ESys6O21yJEUtiwZ4O4qbzCOYww= deleted file mode 100644 index d4118d6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ESys6O21yJEUtiwZ4O4qbzCOYww= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EXFb1YExVl1aNH_mkwbxvCTyACk= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EXFb1YExVl1aNH_mkwbxvCTyACk= deleted file mode 100644 index 2e07982..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EXFb1YExVl1aNH_mkwbxvCTyACk= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EnzCyfnlArJgQtEEF19zlAZ8NOc= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EnzCyfnlArJgQtEEF19zlAZ8NOc= deleted file mode 100644 index 4faab6e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/EnzCyfnlArJgQtEEF19zlAZ8NOc= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6ZXa2HX28ghjG1IPD64FQNHzIo= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6ZXa2HX28ghjG1IPD64FQNHzIo= deleted file mode 100644 index ee31791..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/F6ZXa2HX28ghjG1IPD64FQNHzIo= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FLEDjpQKD+VvpSB_sIApK69epzc= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FLEDjpQKD+VvpSB_sIApK69epzc= deleted file mode 100644 index 89e136c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FLEDjpQKD+VvpSB_sIApK69epzc= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FPzXINKTGyfWpRLGdu9oQRMyDXU= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FPzXINKTGyfWpRLGdu9oQRMyDXU= deleted file mode 100644 index c0b07b4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FPzXINKTGyfWpRLGdu9oQRMyDXU= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G9jKe5AhPos9MXvDvhh_HWx9nNQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G9jKe5AhPos9MXvDvhh_HWx9nNQ= deleted file mode 100644 index 59222d9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G9jKe5AhPos9MXvDvhh_HWx9nNQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GMuoPwTXUerJEbZ_QzmsAJOIGJk= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GMuoPwTXUerJEbZ_QzmsAJOIGJk= deleted file mode 100644 index 9ed07b4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GMuoPwTXUerJEbZ_QzmsAJOIGJk= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H08fKkSpVeAM7ussJC+6WlFH9pI= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H08fKkSpVeAM7ussJC+6WlFH9pI= deleted file mode 100644 index 89fbacd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/H08fKkSpVeAM7ussJC+6WlFH9pI= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HUcXb4IgJYfC4rVuqOqkuAFAisw= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HUcXb4IgJYfC4rVuqOqkuAFAisw= deleted file mode 100644 index b1bb269..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HUcXb4IgJYfC4rVuqOqkuAFAisw= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HVBEuz0ECtJSO0MfzGWNx0GK8hA= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HVBEuz0ECtJSO0MfzGWNx0GK8hA= deleted file mode 100644 index 49eeef6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HVBEuz0ECtJSO0MfzGWNx0GK8hA= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HaDZXDMIbXqZmxExDcqh_3u+zlU= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HaDZXDMIbXqZmxExDcqh_3u+zlU= deleted file mode 100644 index c703ef4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HaDZXDMIbXqZmxExDcqh_3u+zlU= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HdyOodK1xVJRm92SC0rP6PkCkJE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HdyOodK1xVJRm92SC0rP6PkCkJE= deleted file mode 100644 index fe3b040..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/HdyOodK1xVJRm92SC0rP6PkCkJE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hv35h29F9wMuLYNwCGtSIAO4Mao= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hv35h29F9wMuLYNwCGtSIAO4Mao= deleted file mode 100644 index 9426e40..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hv35h29F9wMuLYNwCGtSIAO4Mao= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hw1Axno4WPjq852evdtnAKI5KXg= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hw1Axno4WPjq852evdtnAKI5KXg= deleted file mode 100644 index e640fa1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Hw1Axno4WPjq852evdtnAKI5KXg= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JCouJb9wzDCkLKvgKz7fzsfR3ZI= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JCouJb9wzDCkLKvgKz7fzsfR3ZI= deleted file mode 100644 index b2a9d0b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/JCouJb9wzDCkLKvgKz7fzsfR3ZI= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KUJFqQ74ZWlTFrgAL4NUNRfn2ms= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KUJFqQ74ZWlTFrgAL4NUNRfn2ms= deleted file mode 100644 index 4c9f52f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KUJFqQ74ZWlTFrgAL4NUNRfn2ms= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KakYUStVbbjUX_J6Vighc9MAIv8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KakYUStVbbjUX_J6Vighc9MAIv8= deleted file mode 100644 index 2015c21..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KakYUStVbbjUX_J6Vighc9MAIv8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N75YIc_85i5Yk7T21gveBjzUqCA= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N75YIc_85i5Yk7T21gveBjzUqCA= deleted file mode 100644 index 22bdb4e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N75YIc_85i5Yk7T21gveBjzUqCA= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NjMdOgmeAiZkJnVcAE5bQBO2m+o= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NjMdOgmeAiZkJnVcAE5bQBO2m+o= deleted file mode 100644 index c63d9a8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NjMdOgmeAiZkJnVcAE5bQBO2m+o= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Oor8+iYhObLrRQazvTQiWM3UAtg= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Oor8+iYhObLrRQazvTQiWM3UAtg= deleted file mode 100644 index 5a71002..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Oor8+iYhObLrRQazvTQiWM3UAtg= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SE2SU0BAnWsE2EtsfNKl_HVnY9U= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SE2SU0BAnWsE2EtsfNKl_HVnY9U= deleted file mode 100644 index e768faf..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SE2SU0BAnWsE2EtsfNKl_HVnY9U= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SVJi3mqOR9AwQfmu0xDgt1mnZrE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SVJi3mqOR9AwQfmu0xDgt1mnZrE= deleted file mode 100644 index 7c49e1c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/SVJi3mqOR9AwQfmu0xDgt1mnZrE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T3eeCQ3+kuvVsLo7BgsvhhIuJYk= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T3eeCQ3+kuvVsLo7BgsvhhIuJYk= deleted file mode 100644 index d0009dd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/T3eeCQ3+kuvVsLo7BgsvhhIuJYk= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UA8L4hVMa32ohynokbr54YU4g3Y= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UA8L4hVMa32ohynokbr54YU4g3Y= deleted file mode 100644 index 6f65490..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/UA8L4hVMa32ohynokbr54YU4g3Y= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V5DhbgIeDvyk7Dz3Eo8FLbGTVK4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V5DhbgIeDvyk7Dz3Eo8FLbGTVK4= deleted file mode 100644 index a8a6906..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/V5DhbgIeDvyk7Dz3Eo8FLbGTVK4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VGA2t0xkJkdG9gBgQAF2jSHJ_6Q= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VGA2t0xkJkdG9gBgQAF2jSHJ_6Q= deleted file mode 100644 index 761fe3b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/VGA2t0xkJkdG9gBgQAF2jSHJ_6Q= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vs3xsaUthYZwx08sBlE_IM+jSo4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vs3xsaUthYZwx08sBlE_IM+jSo4= deleted file mode 100644 index 995ec15..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Vs3xsaUthYZwx08sBlE_IM+jSo4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WC0v_P7NWB7nE+v7FhEkO1ZPsZ0= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WC0v_P7NWB7nE+v7FhEkO1ZPsZ0= deleted file mode 100644 index f04c60f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WC0v_P7NWB7nE+v7FhEkO1ZPsZ0= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WGSGIiWK41LuY8R+rJ4UBeRLhCk= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WGSGIiWK41LuY8R+rJ4UBeRLhCk= deleted file mode 100644 index 40f58a5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WGSGIiWK41LuY8R+rJ4UBeRLhCk= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WwCL15AMVx898yYLB_qIFz6phvg= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WwCL15AMVx898yYLB_qIFz6phvg= deleted file mode 100644 index bb93025..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WwCL15AMVx898yYLB_qIFz6phvg= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X4TEbbtLCLcKVCRBRFeQyy+mBIQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X4TEbbtLCLcKVCRBRFeQyy+mBIQ= deleted file mode 100644 index 44a52c1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/X4TEbbtLCLcKVCRBRFeQyy+mBIQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YgKnkfCD4yAq+HMngjyxzwPcM1U= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YgKnkfCD4yAq+HMngjyxzwPcM1U= deleted file mode 100644 index 879053a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YgKnkfCD4yAq+HMngjyxzwPcM1U= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ym+ji7uHV9cLhhGAcJ8knFFPJLw= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ym+ji7uHV9cLhhGAcJ8knFFPJLw= deleted file mode 100644 index c0e244d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Ym+ji7uHV9cLhhGAcJ8knFFPJLw= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Z6IuCvo9DvVK2QT4otZyzhtHeF8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Z6IuCvo9DvVK2QT4otZyzhtHeF8= deleted file mode 100644 index 12dee8f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Z6IuCvo9DvVK2QT4otZyzhtHeF8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZD+z7wpy3m7Vrvnv3Huin7eHFWQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZD+z7wpy3m7Vrvnv3Huin7eHFWQ= deleted file mode 100644 index 6888d08..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZD+z7wpy3m7Vrvnv3Huin7eHFWQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Za7NQnp4bLGPVewS6KgCuvvj2Eo= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Za7NQnp4bLGPVewS6KgCuvvj2Eo= deleted file mode 100644 index de755d1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Za7NQnp4bLGPVewS6KgCuvvj2Eo= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZyNHlXvlbaoMMzTASlHRaY9_VDw= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZyNHlXvlbaoMMzTASlHRaY9_VDw= deleted file mode 100644 index a474bcf..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ZyNHlXvlbaoMMzTASlHRaY9_VDw= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_LThEd1jrvc1isGVBcHA9aZbJ_Y= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_LThEd1jrvc1isGVBcHA9aZbJ_Y= deleted file mode 100644 index ba19014..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/_LThEd1jrvc1isGVBcHA9aZbJ_Y= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/a7Hpr6Ul1y905NTbDYnzmjUs2RA= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/a7Hpr6Ul1y905NTbDYnzmjUs2RA= deleted file mode 100644 index 98a5978..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/a7Hpr6Ul1y905NTbDYnzmjUs2RA= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/akS1+mZEt25o_vVJ0T8apeDCBVc= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/akS1+mZEt25o_vVJ0T8apeDCBVc= deleted file mode 100644 index b8b0560..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/akS1+mZEt25o_vVJ0T8apeDCBVc= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ao8d52jsu+77fQi9n66KBOksiz4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ao8d52jsu+77fQi9n66KBOksiz4= deleted file mode 100644 index 1ffce77..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ao8d52jsu+77fQi9n66KBOksiz4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/byWf3Fq5nFA_RnRnFdKABJY3+P8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/byWf3Fq5nFA_RnRnFdKABJY3+P8= deleted file mode 100644 index 54bd507..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/byWf3Fq5nFA_RnRnFdKABJY3+P8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c8MoD+t9_IfFGx5xhLGM16yS+W4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c8MoD+t9_IfFGx5xhLGM16yS+W4= deleted file mode 100644 index 5dd6acd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/c8MoD+t9_IfFGx5xhLGM16yS+W4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dfR0gFMtaLJD0K+qyvsJoizHkfI= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dfR0gFMtaLJD0K+qyvsJoizHkfI= deleted file mode 100644 index 926710e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dfR0gFMtaLJD0K+qyvsJoizHkfI= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dhSQe2QanekdQ8JDeeHdReuxpqs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dhSQe2QanekdQ8JDeeHdReuxpqs= deleted file mode 100644 index 8fd6cd4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dhSQe2QanekdQ8JDeeHdReuxpqs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eYV1zY4Wf23k+FGHNlJXw1BEYgs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eYV1zY4Wf23k+FGHNlJXw1BEYgs= deleted file mode 100644 index ce05b62..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/eYV1zY4Wf23k+FGHNlJXw1BEYgs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hY0vRwOfdIneRQAV6f69yIpCG1M= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hY0vRwOfdIneRQAV6f69yIpCG1M= deleted file mode 100644 index 366ee7e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/hY0vRwOfdIneRQAV6f69yIpCG1M= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iK3XWo+Usf8sfWLj7AvikqUL5k4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iK3XWo+Usf8sfWLj7AvikqUL5k4= deleted file mode 100644 index 6f686cc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/iK3XWo+Usf8sfWLj7AvikqUL5k4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/icLVO3CiyQgXSeP6q3QGgCn8lF8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/icLVO3CiyQgXSeP6q3QGgCn8lF8= deleted file mode 100644 index 5b0de3f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/icLVO3CiyQgXSeP6q3QGgCn8lF8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ilgWmDV3YJ_7zKYHl2IKXO3+aEQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ilgWmDV3YJ_7zKYHl2IKXO3+aEQ= deleted file mode 100644 index 2517c92..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ilgWmDV3YJ_7zKYHl2IKXO3+aEQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/janPSRQycX4b+Zl5pQ2qICmGL3o= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/janPSRQycX4b+Zl5pQ2qICmGL3o= deleted file mode 100644 index 8b46e94..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/janPSRQycX4b+Zl5pQ2qICmGL3o= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jtpsXcYD9f+c5CPJzwwWppgiEgs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jtpsXcYD9f+c5CPJzwwWppgiEgs= deleted file mode 100644 index da66942..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/jtpsXcYD9f+c5CPJzwwWppgiEgs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lT1n+plhmCx_salVt4n1agr8nhg= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lT1n+plhmCx_salVt4n1agr8nhg= deleted file mode 100644 index 4c41563..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lT1n+plhmCx_salVt4n1agr8nhg= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mo7BqYJYbUnPsDjd58qZQRCiNMQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mo7BqYJYbUnPsDjd58qZQRCiNMQ= deleted file mode 100644 index dfaf471..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mo7BqYJYbUnPsDjd58qZQRCiNMQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mzYDaw5p1bTaBe6BgvzS17_xtxM= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mzYDaw5p1bTaBe6BgvzS17_xtxM= deleted file mode 100644 index 19b8c5d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mzYDaw5p1bTaBe6BgvzS17_xtxM= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oIzEBIz2dU9Pl4U9JRPP8pzMw7U= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oIzEBIz2dU9Pl4U9JRPP8pzMw7U= deleted file mode 100644 index 5b308b8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/oIzEBIz2dU9Pl4U9JRPP8pzMw7U= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pO+EAbQwpAfP33vDBweqdEI2mHQ= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pO+EAbQwpAfP33vDBweqdEI2mHQ= deleted file mode 100644 index 6ccda32..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pO+EAbQwpAfP33vDBweqdEI2mHQ= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pbGytCTRqAQJBpdEha6TLp7mOg0= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pbGytCTRqAQJBpdEha6TLp7mOg0= deleted file mode 100644 index ff3d698..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pbGytCTRqAQJBpdEha6TLp7mOg0= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ptpPR7ZnyAmsEl3OxbhMBN8Y+cI= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ptpPR7ZnyAmsEl3OxbhMBN8Y+cI= deleted file mode 100644 index 5e67692..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ptpPR7ZnyAmsEl3OxbhMBN8Y+cI= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pzO+jwIZgHY517MmUEJ3DuS0gXU= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pzO+jwIZgHY517MmUEJ3DuS0gXU= deleted file mode 100644 index ab6eb53..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pzO+jwIZgHY517MmUEJ3DuS0gXU= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pzlq4yC1uSPDBkBCTDG9E4PMcmw= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pzlq4yC1uSPDBkBCTDG9E4PMcmw= deleted file mode 100644 index 30463e4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/pzlq4yC1uSPDBkBCTDG9E4PMcmw= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qasu1XbTgZ4qY9dnh9iPUruVjbE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qasu1XbTgZ4qY9dnh9iPUruVjbE= deleted file mode 100644 index 7223f7e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/qasu1XbTgZ4qY9dnh9iPUruVjbE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rwYUsHML0kDiIWVSl6mMPw5+K3U= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rwYUsHML0kDiIWVSl6mMPw5+K3U= deleted file mode 100644 index 8568b5b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/rwYUsHML0kDiIWVSl6mMPw5+K3U= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sFXrrABO_lqF0qv5ZJ0mzek+VBk= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sFXrrABO_lqF0qv5ZJ0mzek+VBk= deleted file mode 100644 index 57f30e9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/sFXrrABO_lqF0qv5ZJ0mzek+VBk= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tSBlBsunsH7V3au0f3woZgZcJco= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tSBlBsunsH7V3au0f3woZgZcJco= deleted file mode 100644 index adbe733..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/tSBlBsunsH7V3au0f3woZgZcJco= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uEfq92LJnTJXTAAo9rbcVFPSj90= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uEfq92LJnTJXTAAo9rbcVFPSj90= deleted file mode 100644 index c1123d2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uEfq92LJnTJXTAAo9rbcVFPSj90= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uGrFlrscLZdUF2j5FjasMeI_DSE= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uGrFlrscLZdUF2j5FjasMeI_DSE= deleted file mode 100644 index 9be3bda..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uGrFlrscLZdUF2j5FjasMeI_DSE= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uzhTvvtv1gSDza05LRGD_V5dLV8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uzhTvvtv1gSDza05LRGD_V5dLV8= deleted file mode 100644 index 1a17f25..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/uzhTvvtv1gSDza05LRGD_V5dLV8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vfyxc1jroPYsMdskuqQmMD_bJA8= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vfyxc1jroPYsMdskuqQmMD_bJA8= deleted file mode 100644 index 29efcdd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/vfyxc1jroPYsMdskuqQmMD_bJA8= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wQ43VlWX5SwG76224AkPWld5GY4= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wQ43VlWX5SwG76224AkPWld5GY4= deleted file mode 100644 index c1400d0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wQ43VlWX5SwG76224AkPWld5GY4= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yjSvX3HM8sGGI2ZAv2SkIYmJEYA= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yjSvX3HM8sGGI2ZAv2SkIYmJEYA= deleted file mode 100644 index 33a6966..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yjSvX3HM8sGGI2ZAv2SkIYmJEYA= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zlhGUToQs4DJTxGR1JFn9RqPUrs= b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zlhGUToQs4DJTxGR1JFn9RqPUrs= deleted file mode 100644 index b16a078..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zlhGUToQs4DJTxGR1JFn9RqPUrs= and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties deleted file mode 100644 index 68ce0eb..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +++ /dev/null @@ -1,12 +0,0 @@ -#Thu May 04 14:57:41 IST 2023 -com.juspayintegrationexamplern.app-main-35\:/mipmap-xxxhdpi/ic_launcher.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-mdpi/ic_launcher.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-xxhdpi/ic_launcher.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-hdpi/ic_launcher.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-xhdpi/ic_launcher.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-xxxhdpi/ic_launcher_round.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-xhdpi/ic_launcher_round.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-hdpi/ic_launcher_round.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-xxhdpi/ic_launcher_round.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat -com.juspayintegrationexamplern.app-main-35\:/mipmap-mdpi/ic_launcher_round.png=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat -com.juspayintegrationexamplern.app-main-35\:/drawable/rn_edit_text_material.xml=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml deleted file mode 100644 index 46fe1ec..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-af/values-af.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Gaan na tuisskerm" - "Gaan op" - "Nog opsies" - "Klaar" - "Sien alles" - "Kies \'n program" - "AF" - "AAN" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Funksie+" - "Meta+" - "Shift+" - "spasiebalk" - "Simbool+" - "Kieslys+" - "Soek …" - "Vee navraag uit" - "Soektognavraag" - "Soek" - "Dien navraag in" - "Stemsoektog" - "Deel met" - "Deel met %s" - "Vou in" - "Aktiveer" - "%1$s sal nie werk nie tensy jy Google Play Dienste aktiveer." - "Aktiveer Google Play Dienste" - "Installeer" - "%1$s sal nie sonder Google Play Dienste werk nie, wat nie op jou toestel is nie." - "Kry Google Play Dienste" - "Beskikbaarheid van Google Play Dienste" - "Google Play Services-fout" - "%1$s ondervind probleme met Google Play Dienste. Probeer asseblief weer." - "%1$s sal nie werk sonder Google Play Dienste nie, wat nie deur jou toestel gesteun word nie." - "Dateer op" - "%1$s sal nie werk nie tensy jy Google Play Dienste opdateer." - "Dateer Google Play Dienste op" - "%1$s sal nie sonder Google Play Dienste werk nie, wat tans opdateer." - "Nuwe weergawe van Google Play Dienste is nodig. Dit sal binnekort self opdateer." - "Maak oop op foon" - "Meld aan" - "Meld aan met Google" - "Soek" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml deleted file mode 100644 index b361023..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-am/values-am.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "መነሻ ዳስስ" - "ወደ ላይ ያስሱ" - "ተጨማሪ አማራጮች" - "ተከናውኗል" - "ሁሉንም ይመልከቱ" - "አንድ መተግበሪያ ይምረጡ" - "አጥፋ" - "አብራ" - "Alt+" - "Ctrl+" - "ሰርዝ" - "enter" - "Function+" - "Meta+" - "Shift+" - "ክፍተት" - "Sym+" - "Menu+" - "ይፈልጉ…" - "መጠይቅ አጽዳ" - "የፍለጋ መጠይቅ" - "ፍለጋ" - "መጠይቅ አስገባ" - "የድምጽ ፍለጋ" - "አጋራ በ" - "ለ%s አጋራ" - "ሰብስብ" - "አንቃ" - "Google Play አገልግሎቶችን ካላነቁ በስተቀር %1$s አይሰራም።" - "Google Play አገልግሎቶችን ያንቁ" - "ጫን" - "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ በመሣሪያዎ ላይ የሉም።" - "Google Play አገልግሎቶችን ያግኙ" - "Google Play አገልግሎቶች ተገኝነት" - "የGoogle Play አገልግሎቶች ስህተት" - "%1$s በGoogle Play አገልግሎቶች ላይ ችግሮች እያጋጠሙት ነው። እባክዎ እንደገና ይሞክሩ።" - "%1$s ያለGoogle Play አገልግሎቶች አይሄድም፣ እነዚህም በመሣሪያዎ አይደገፉም።" - "ያዘምኑ" - "Google Play አገልግሎቶችን ካላዘመኑ በስተቀር ድረስ %1$s አይሰራም።" - "Google Play አገልግሎቶችን ያዘምኑ" - "%1$s ያለ Google Play አገልግሎቶች አይሰራም፣ እነሱ ደግሞ በአሁኑ ጊዜ በመዘመን ላይ ናቸው።" - "አዲስ የGoogle Play አገልግሎቶች ስሪት ያስፈልጋል። በቅርቡ እራሱን ያዘምናል።" - "ስልክ ላይ ክፈት" - "ግባ" - "በGoogle ይግቡ" - "ፍለጋ" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml deleted file mode 100644 index 18044da..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ar/values-ar.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "التوجه إلى المنزل" - "التنقل إلى أعلى" - "خيارات أكثر" - "تم" - "عرض الكل" - "اختيار تطبيق" - "إيقاف" - "تفعيل" - "Alt+" - "Ctrl+" - "حذف" - "enter" - "Function+" - "Meta+" - "Shift+" - "فضاء" - "Sym+" - "القائمة+" - "بحث…" - "محو طلب البحث" - "طلب بحث" - "البحث" - "إرسال طلب البحث" - "بحث صوتي" - "مشاركة مع" - "مشاركة مع %s" - "تصغير" - "تفعيل" - "‏لن يعمل %1$s ما لم يتم تفعيل خدمات Google Play." - "‏تفعيل خدمات Google Play" - "تثبيت" - "‏لن يتم تشغيل %1$s بدون خدمات Google Play، والتي لا تتوفر على جهازك." - "‏الحصول على خدمات Google Play" - "‏مدى توفّر خدمات Google Play" - "‏خطأ في خدمات Google Play" - "‏لدى %1$s مشكلة في خدمات Google Play. يُرجى إعادة المحاولة." - "‏لن يتم تشغيل %1$s بدون خدمات Google Play التي لا يوفرها جهازك." - "تحديث" - "‏لن يتم تشغيل %1$s ما لم يتم تحديث خدمات Google Play." - "‏تحديث خدمات Google Play" - "‏لن يتم تشغيل %1$s بدون خدمات Google Play، والتي يتم تحديثها حاليًا." - "‏يجب توفر إصدار جديد من خدمات Google Play. سيتم تحديثها تلقائيًا قريبًا." - "فتح على الهاتف" - "تسجل الدخول" - "‏تسجيل الدخول عبر Google" - "البحث" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml deleted file mode 100644 index 736cb17..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-as/values-as.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "গৃহ পৃষ্ঠালৈ যাওক" - "ওপৰলৈ যাওক" - "অধিক বিকল্প" - "সম্পন্ন হ’ল" - "সকলো চাওক" - "কোনো এপ্ বাছনি কৰক" - "অফ" - "অন" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "সন্ধান কৰক…" - "সন্ধান কৰা প্ৰশ্ন মচক" - "সন্ধান কৰা প্ৰশ্ন" - "Search" - "প্ৰশ্ন দাখিল কৰক" - "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান" - "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক" - "%sৰ জৰিয়তে শ্বেয়াৰ কৰক" - "সংকোচন কৰক" - "সক্ষম কৰক" - "আপুনি Google Play সেৱাবোৰ সক্ষম নকৰালৈকে %1$sএ কাম নকৰিব।" - "Google প্লে সেৱাসক্ষম কৰক" - "ইনষ্টল কৰক" - "%1$s Google প্লে সেৱাৰ অবিহনে নচলে, যিটো আপোনাৰ ডিভাইচত নাই।" - "Google প্লে সেৱালাভ কৰক" - "Google প্লে সেৱাসমূহৰ উপলব্ধতা" - "Google Playৰ সেৱা সম্পৰ্কীয় আসোঁৱাহ" - "Google প্লে সেৱাত %1$s ত সমস্যা হৈ আছে। আকৌ চেষ্টা কৰক।" - "%1$s Google প্লে সেৱাৰ অবিহনে নচলে, যিবোৰ আপোনাৰ ডিভাইচত চলিব নোৱাৰে।" - "আপডে’ট কৰক" - "আপুনি Google Play সেৱাবোৰ আপডে’ট নকৰালৈকে %1$s নচলিব।" - "Google Play সেৱা আপডে’ট কৰক" - "বৰ্তমান আপডে’ট হৈ থকা Google Play সেৱাসমূহৰ অবিহনে %1$s নচলিব৷" - "Google Play সেৱাসমূহৰ নতুন সংস্কৰণৰ প্ৰয়োজন৷ এইটো শীঘ্ৰেই নিজে-নিজে আপডে’ট হ’ব৷" - "ফ\'নত খোলক" - "ছাইন ইন কৰক" - "Googleৰ জৰিয়তে ছাইন ইন কৰক" - "Search" - "৯৯৯+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml deleted file mode 100644 index e0ca128..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-az/values-az.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Əsas səhifəyə keçin" - "Yuxarı keçin" - "Digər seçimlər" - "Hazırdır" - "Hamısına baxın" - "Tətbiq seçin" - "DEAKTİV" - "AKTİV" - "Alt+" - "Ctrl+" - "silin" - "daxil olun" - "Funksiya+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menyu+" - "Axtarış..." - "Sorğunu silin" - "Axtarış sorğusu" - "Axtarın" - "Sorğunu göndərin" - "Səsli axtarış" - "Paylaşın" - "%s ilə paylaşın" - "Yığcamlaşdırın" - "Aktiv edin" - "%1$s Google Play xidmətlərini aktiv edənə kimi işləməyəcək." - "Google Play xidmətlərini aktiv edin" - "Quraşdırın" - "%1$s cihazınızda mövcud olmayan Google Play xidmətləri olmadan çalışmayacaq." - "Google Play xidmətlərini əldə edin" - "Google Play xidmətlərinin əlçatanlığı" - "Google Play xidmətləri xətası" - "%1$s tətbiqi ilə Google Play xidmətləri arasında problem var. Daha sonra yenidən cəhd edin." - "Cihazınız tərəfindən dəstəklənməyən Google Play xidmətləri olmadan %1$s tətbiqi işləməyəcək." - "Güncəlləyin" - "%1$s Google Play xidmətləri yeniləmə halda çalışmaz." - "Google Play xidmətlərini güncəlləşdirin" - "%1$s hal-hazırda güncəllənən Google Play xidmətləri olmadan çalışmayacaq." - "Google Play xidmətlərinin yeni versiyası lazımdır. Qısa müddətə özünü yeniləyəcək." - "Telefonda açın" - "Daxil olun" - "Google ilə daxil olun" - "Axtarın" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml deleted file mode 100644 index dedc8c5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-b+sr+Latn/values-b+sr+Latn.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Idite na početnu" - "Idite nagore" - "Još opcija" - "Gotovo" - "Prikaži sve" - "Izaberite aplikaciju" - "ISKLJUČENO" - "UKLJUČENO" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "taster za razmak" - "Sym+" - "Menu+" - "Pretražite…" - "Obrišite upit" - "Pretražite upit" - "Pretražite" - "Pošaljite upit" - "Glasovna pretraga" - "Delite pomoću" - "Delite pomoću aplikacije %s" - "Skupi" - "Omogući" - "%1$s neće funkcionisati ako ne omogućite Google Play usluge." - "Omogućite Google Play usluge" - "Instaliraj" - "%1$s ne može da se pokrene bez Google Play usluga, koje nisu instalirane na uređaju." - "Preuzmite Google Play usluge" - "Dostupnost Google Play usluga" - "Greška Google Play usluga" - "%1$s ima problema sa Google Play uslugama. Probajte ponovo." - "%1$s ne može da se pokrene bez Google Play usluga, koje uređaj ne podržava." - "Ažuriraj" - "%1$s ne može da se pokrene ako ne ažurirate Google Play usluge." - "Ažurirajte Google Play usluge" - "%1$s ne može da se pokrene bez Google Play usluga, koje se trenutno ažuriraju." - "Potrebna je nova verzija Google Play usluga. Uskoro će se ažurirati." - "Otvori na telefonu" - "Prijavi me" - "Prijavi me na Google" - "Pretražite" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml deleted file mode 100644 index d2f56c5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-be/values-be.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Перайсці на галоўную старонку" - "Перайсці ўверх" - "Дадатковыя параметры" - "Гатова" - "Паказаць усе" - "Выберыце праграму" - "ВЫКЛ." - "УКЛ." - "Alt +" - "Ctrl +" - "Delete" - "Enter" - "Fn +" - "Meta +" - "Shift +" - "Прабел" - "Sym +" - "Меню +" - "Пошук…" - "Выдаліць запыт" - "Пошукавы запыт" - "Пошук" - "Адправіць запыт" - "Галасавы пошук" - "Абагуліць праз" - "Абагуліць праз праграму \"%s\"" - "Згарнуць" - "Уключыць" - "%1$s не будзе працаваць, пакуль вы не ўключыце службы Google Play." - "Уключыць службы Google Play" - "Усталяваць" - "%1$s не будзе працаваць без службаў Google Play, якія адсутнічаюць на вашай прыладзе." - "Атрымаць службы Google Play" - "Даступнасць сэрвісаў Google Play" - "Памылка службаў Google Play" - "У праграмы %1$s узніклі праблемы са службамі Google Play. Паўтарыце спробу." - "%1$s не будзе працаваць без службаў Google Play, якія не падтрымліваюцца вашай прыладай." - "Абнавіць" - "%1$s не будзе працаваць, пакуль вы не абновіце службы Google Play." - "Абнаўленне службаў Google Play" - "%1$s не будзе працаваць без службаў Google Play, якія ў цяперашні час абнаўляюцца." - "Патрабуецца новая версія служб Google Play. Яна абновіцца аўтаматычна ў бліжэйшы час." - "Адкрыць на тэлефоне" - "Увайсцi" - "Увайсці праз Google" - "Пошук" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml deleted file mode 100644 index b54d98b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bg/values-bg.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Навигиране към началния екран" - "Навигиране нагоре" - "Още опции" - "Готово" - "Преглед на всички" - "Изберете приложение" - "ИЗКЛ." - "ВКЛ." - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "клавиша за интервал" - "Sym+" - "Menu+" - "Търсете…" - "Изчистване на заявката" - "Заявка за търсене" - "Търсене" - "Изпращане на заявката" - "Гласово търсене" - "Споделяне със:" - "Споделяне със: %s" - "Свиване" - "Активиране" - "%1$s няма да работи, освен ако не активирате услугите за Google Play." - "Активиране на услугите за Google Play" - "Инсталиране" - "%1$s няма да се изпълнява, тъй като услугите за Google Play не са инсталирани на устройството ви." - "Изтегляне на услугите за Google Play" - "Наличност на услугите за Google Play" - "Грешка в услугите за Google Play" - "%1$s има проблеми с услугите за Google Play. Моля, опитайте отново." - "%1$s няма да се изпълнява, тъй като услугите за Google Play не се поддържат от устройството ви." - "Актуализиране" - "%1$s няма да се изпълнява, освен ако не актуализирате услугите за Google Play." - "Актуализиране на услугите за Google Play" - "%1$s няма да се изпълнява без услугите за Google Play. Понастоящем те се актуализират." - "Необходима е нова версия на услугите за Google Play. Скоро тя ще се актуализира автоматично." - "Отваряне на телефона" - "Вход" - "Вход с Google" - "Търсене" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml deleted file mode 100644 index fb6e1bd..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bn/values-bn.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "হোমে নেভিগেট করুন" - "উপরে নেভিগেট করুন" - "আরও বিকল্প" - "হয়ে গেছে" - "সবগুলি দেখুন" - "একটি অ্যাপ বেছে নিন" - "বন্ধ আছে" - "চালু করুন" - "Alt+" - "Ctrl+" - "মুছুন" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "সার্চ করুন…" - "কোয়েরি মুছে ফেলুন" - "সার্চ কোয়েরি" - "সার্চ করুন" - "কোয়েরি জমা দিন" - "ভয়েস সার্চ করুন" - "শেয়ার করুন" - "%s-এর সাথে শেয়ার করুন" - "সঙ্কুচিত করুন" - "সক্ষম করুন" - "আপনি Google Play পরিষেবা সক্ষম না করা পর্যন্ত %1$s কাজ করবে না।" - "Google Play পরিষেবা সক্ষম করুন" - "ইনস্টল করুন" - "Google Play পরিষেবা ছাড়া %1$s চলবে না, যা আপনার ডিভাইসে অনুপস্থিত।" - "Google Play পরিষেবা পান" - "Google Play পরিষেবার উপলভ্যতা" - "Google Play পরিষেবার ত্রুটি" - "Google Play পরিষেবাগুলির সাথে %1$s এর সমস্যা হচ্ছে৷ অনুগ্রহ করে আবার চেষ্টা করুন৷" - "Google Play পরিষেবা ছাড়া %1$s চলবে না, যেটি আপনার ডিভাইসে সমর্থিত নয়৷" - "আপডেট করুন" - "আপনি Google Play পরিষেবা আপডেট না করা পর্যন্ত %1$s চলবে না।" - "Google Play পরিষেবা আপডেট করুন" - "Google Play পরিষেবা ছাড়া %1$s চলবে না যা বর্তমানে আপডেট হচ্ছে।" - "Google Play পরিষেবার নতুন ভার্সন প্রয়োজন৷ খুব শীঘ্রই এটা নিজেই আপডেট হবে৷" - "ফোনে খুলুন" - "সাইন-ইন করুন" - "Google এর মাধ্যমে সাইন-ইন করুন" - "সার্চ করুন" - "৯৯৯+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml deleted file mode 100644 index b616827..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-bs/values-bs.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Vratite se na početnu stranicu" - "Idi gore" - "Više opcija" - "Gotovo" - "Prikaži sve" - "Odaberite aplikaciju" - "ISKLJUČENO" - "UKLJUČENO" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "razmak" - "Sym+" - "Menu+" - "Pretražite..." - "Obriši upit" - "Pretraži upit" - "Pretraži" - "Pošalji upit" - "Glasovno pretraživanje" - "Dijeli sa" - "Dijeli putem aplikacije %s" - "Suzi" - "Omogući" - "Aplikacija %1$s neće raditi ako ne omogućite Google Play usluge." - "Omogućite Google Play usluge" - "Instaliraj" - "Aplikacija %1$s neće raditi bez Google Play usluga, kojih na vašem uređaju nema." - "Nabavite Google Play usluge" - "Dostupnost Google Play usluga" - "Greška Google Play usluge" - "Aplikacija %1$s ima problema s Google Play uslugama. Pokušajte ponovo." - "Aplikacija %1$s neće raditi bez Google Play usluga, koje vaš uređaj ne podržava." - "Ažuriraj" - "Aplikacija %1$s neće raditi ako ne ažurirate Google Play usluge." - "Ažuriranje Google Play usluga" - "Aplikacija %1$s neće raditi bez Google Play usluga, koje se trenutno ažuriraju." - "Potrebna je nova verzija Google Play usluga. Ubrzo će se samo ažurirati." - "Otvori na telefonu" - "Prijava" - "Prijavi se pomoću Googlea" - "Pretražite" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml deleted file mode 100644 index 171ec82..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ca/values-ca.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Navega fins a la pàgina d\'inici" - "Navega cap amunt" - "Més opcions" - "Fet" - "Mostra-ho tot" - "Selecciona una aplicació" - "DESACTIVA" - "ACTIVA" - "Alt+" - "Ctrl+" - "Supr" - "Retorn" - "Funció+" - "Meta+" - "Maj+" - "Espai" - "Sym+" - "Menú+" - "Cerca…" - "Esborra la consulta" - "Consulta de cerca" - "Cerca" - "Envia la consulta" - "Cerca per veu" - "Comparteix amb" - "Comparteix amb %s" - "Replega" - "Activa" - "%1$s no funcionarà si no actives Serveis de Google Play." - "Activa Serveis de Google Play" - "Instal·la" - "%1$s no s\'executarà si Serveis de Google Play no està instal·lat al dispositiu." - "Obtén Serveis de Google Play" - "Disponibilitat de serveis de Google Play" - "Error de Serveis de Google Play" - "%1$s té problemes amb Serveis de Google Play. Torna-ho a provar." - "%1$s no es pot executar sense Serveis de Google Play, que no és compatible amb el teu dispositiu." - "Actualitza" - "%1$s no s\'executarà si no actualitzes Serveis de Google Play." - "Actualitza Serveis de Google Play" - "%1$s no s\'executarà sense Serveis de Google Play, que s\'està actualitzant en aquest moment." - "Cal una nova versió de Serveis de Google Play. S\'actualitzarà automàticament aviat." - "Obre al telèfon" - "Inicia sessió" - "Inicia la sessió amb Google" - "Cerca" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml deleted file mode 100644 index c4bc5d0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-cs/values-cs.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Přejít na plochu" - "Přejít nahoru" - "Další možnosti" - "Hotovo" - "Zobrazit vše" - "Vybrat aplikaci" - "VYP" - "ZAP" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Fn+" - "Meta+" - "Shift+" - "mezerník" - "Sym+" - "Menu+" - "Vyhledat…" - "Smazat dotaz" - "Dotaz pro vyhledávání" - "Hledat" - "Odeslat dotaz" - "Hlasové vyhledávání" - "Sdílet s" - "Sdílet s aplikací %s" - "Sbalit" - "Povolit" - "Ke spuštění aplikace %1$s je třeba aktivovat služby Google Play." - "Aktivace služeb Google Play" - "Instalovat" - "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které v zařízení nemáte." - "Instalace služeb Google Play" - "Dostupnost služeb Google Play" - "Chyba služeb Google Play" - "Aplikace %1$s má potíže se službami Google Play. Zkuste to prosím znovu." - "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které v tomto zařízení nejsou podporovány." - "Aktualizovat" - "Ke spuštění aplikace %1$s je třeba aktualizovat služby Google Play." - "Aktualizace služeb Google Play" - "Ke spuštění aplikace %1$s jsou potřeba služby Google Play, které jsou právě aktualizovány." - "Je vyžadována nová verze služeb Google Play. Nová verze se brzy sama nainstaluje." - "Otevřít v telefonu" - "Přihlásit se" - "Přihlásit se k účtu Google" - "Hledat" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml deleted file mode 100644 index 7444994..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-da/values-da.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Find hjem" - "Gå op" - "Flere valgmuligheder" - "Udfør" - "Se alle" - "Vælg en app" - "FRA" - "TIL" - "Alt+" - "Ctrl+" - "slet" - "enter" - "Fn+" - "Meta+" - "Shift+" - "mellemrum" - "Sym+" - "Menu+" - "Søg…" - "Ryd forespørgsel" - "Søgeforespørgsel" - "Søg" - "Indsend forespørgsel" - "Talesøgning" - "Del med" - "Del med %s" - "Skjul" - "Aktivér" - "Du skal aktivere Google Play-tjenester, for at %1$s kan fungere." - "Aktivér Google Play-tjenester" - "Installer" - "Du skal installere Google Play-tjenester, før %1$s kan køre på din enhed." - "Hent Google Play-tjenester" - "Google Play-tjenesters tilgængelighed" - "Fejl i Google Play-tjenester" - "%1$s har problemer med Google Play-tjenester. Prøv igen." - "%1$s fungerer ikke uden Google Play-tjenester, som ikke understøttes på din enhed." - "Opdater" - "%1$s kan ikke køre, medmindre du opdaterer Google Play-tjenester." - "Opdater Google Play-tjenester" - "%1$s kan ikke køre uden Google Play-tjenester, som i øjeblikket opdateres." - "Du skal bruge en ny version af Google Play-tjenester. Opdateringen gennemføres automatisk om et øjeblik." - "Åbn på telefonen" - "Log ind" - "Log ind med Google" - "Søg" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml deleted file mode 100644 index c7dceeb..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-de/values-de.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Zur Startseite" - "Nach oben" - "Weitere Optionen" - "Fertig" - "Alle anzeigen" - "App auswählen" - "AUS" - "AN" - "Alt +" - "Strg +" - "Löschen" - "Eingabetaste" - "Funktionstaste +" - "Meta-Taste +" - "Umschalttaste +" - "Leertaste" - "Sym-Taste +" - "Menütaste +" - "Suchen…" - "Suchanfrage löschen" - "Suchanfrage" - "Suche" - "Anfrage senden" - "Sprachsuche" - "Teilen mit" - "Mit %s teilen" - "Minimieren" - "Aktivieren" - "%1$s funktioniert erst nach der Aktivierung der Google Play-Dienste." - "Google Play-Dienste aktivieren" - "Installieren" - "Zur Nutzung von %1$s sind die Google Play-Dienste erforderlich, die auf deinem Gerät nicht installiert sind." - "Google Play-Dienste installieren" - "Verfügbarkeit von Google Play-Diensten" - "Fehler bei Zugriff auf Google Play-Dienste" - "%1$s hat Probleme mit Google Play-Diensten. Bitte versuche es noch einmal." - "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die auf deinem Gerät nicht unterstützt werden." - "Aktualisieren" - "%1$s wird nur ausgeführt, wenn du die Google Play-Dienste aktualisierst." - "Google Play-Dienste aktualisieren" - "Zur Nutzung von %1$s sind Google Play-Dienste erforderlich, die gerade aktualisiert werden." - "Eine neue Version der Google Play-Dienste wird benötigt. Diese wird in Kürze automatisch aktualisiert." - "Auf Smartphone öffnen" - "Anmelden" - "Über Google anmelden" - "Suche" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml deleted file mode 100644 index 1cc42b7..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-el/values-el.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Πλοήγηση στην αρχική σελίδα" - "Πλοήγηση προς τα επάνω" - "Περισσότερες επιλογές" - "Τέλος" - "Εμφάνιση όλων" - "Επιλέξτε μια εφαρμογή" - "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ" - "ΕΝΕΡΓΟΠΟΙΗΣΗ" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "διάστημα" - "Sym+" - "Menu+" - "Αναζήτηση…" - "Διαγραφή ερωτήματος" - "Ερώτημα αναζήτησης" - "Αναζήτηση" - "Υποβολή ερωτήματος" - "Φωνητική αναζήτηση" - "Κοινοποίηση σε" - "Κοινοποίηση στην εφαρμογή %s" - "Σύμπτυξη" - "Ενεργοποίηση" - "Η εφαρμογή %1$s δεν θα λειτουργήσει εάν δεν έχετε ενεργοποιήσει τις υπηρεσίες Google Play." - "Ενεργοποίηση υπηρεσιών Google Play" - "Εγκατάσταση" - "Η εφαρμογή %1$s δεν μπορεί να εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες λείπουν από τη συσκευή σας." - "Λήψη υπηρεσιών Google Play" - "Διαθεσιμότητα υπηρεσιών Google Play" - "Σφάλμα Υπηρεσιών Google Play" - "Η εφαρμογή %1$s αντιμετωπίζει κάποιο πρόβλημα με τις υπηρεσίες Google Play. Προσπαθήστε ξανά." - "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες δεν υποστηρίζονται από τη συσκευή σας." - "Ενημέρωση" - "Η εφαρμογή %1$s θα εκτελεστεί αφού ενημερώσετε τις Υπηρεσίες Google Play." - "Ενημέρωση υπηρεσιών Google Play" - "Η εφαρμογή %1$s δεν θα εκτελεστεί χωρίς τις υπηρεσίες Google Play, οι οποίες ενημερώνονται αυτήν τη στιγμή." - "Απαιτείται νέα έκδοση των υπηρεσιών Google Play. Θα ενημερωθεί σύντομα." - "Άνοιγμα σε τηλέφωνο" - "Σύνδεση" - "Συνδεθείτε με το Google" - "Αναζήτηση" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml deleted file mode 100644 index 78c5a56..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rAU/values-en-rAU.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml deleted file mode 100644 index 78c5a56..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rCA/values-en-rCA.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml deleted file mode 100644 index 397225d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rGB/values-en-rGB.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Enable" - "%1$s won\'t work unless you enable Google Play services." - "Enable Google Play services" - "Install" - "%1$s won\'t run without Google Play services, which are missing from your device." - "Get Google Play services" - "Google Play services availability" - "Google Play services error" - "%1$s is having trouble with Google Play services. Please try again." - "%1$s won\'t run without Google Play services, which are not supported by your device." - "Update" - "%1$s won\'t run unless you update Google Play services." - "Update Google Play services" - "%1$s won\'t run without Google Play services, which are currently updating." - "New version of Google Play services needed. It will update itself shortly." - "Open on phone" - "Sign In" - "Sign in with Google" - "Search" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml deleted file mode 100644 index 78c5a56..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rIN/values-en-rIN.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - "Navigate home" - "Navigate up" - "More options" - "Done" - "See all" - "Choose an app" - "OFF" - "ON" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "Search…" - "Clear query" - "Search query" - "Search" - "Submit query" - "Voice search" - "Share with" - "Share with %s" - "Collapse" - "Search" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml deleted file mode 100644 index 14b21fa..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-en-rXC/values-en-rXC.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‏‎‏‎‎‎‎‏‏‎‏‎‏‏‎‎‏‎‎‎‏‎‏‎‏‏‏‎‏‎‎‎‎‏‏‎‏‏‏‏‏‏‎‎Navigate home‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‎‎‎‏‏‎‏‎‎‎‏‏‎‎‎‏‏‏‏‎‏‎‎‎‎‏‏‎‏‏‎‏‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‎‎‎‎‏‏‏‎‎‎‎‎Navigate up‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‏‏‎‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‎‏‎‏‎‏‏‏‏‏‏‏‎‏‏‎‎‏‏‎‏‏‎‎‎‎‏‎‎‏‎‏‏‏‏‏‎‏‎‎‏‎More options‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‏‎‎‎‏‏‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‏‏‎‎‏‏‎‏‎‎‏‏‏‎‎‎‎‏‎‎‎‏‏‏‎‎‏‎‎‎‏‎‎‎‎‎Done‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‎‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‏‎‎‎‎‏‏‎‏‏‏‎‎‎‎‏‏‏‎‎‏‎‎‎‎‏‏‏‎‏‏‎‏‎‏‎‏‎‎‎‎‏‎See all‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‎‎‎‎‏‏‏‎‎‏‏‎‎‏‎‏‎‎‏‏‎‏‏‎‏‏‏‏‏‏‎‎‏‎‎‏‏‎‎‏‎‏‎‎‏‎‏‎‎‎‎‎‎‎‎‎‎Choose an app‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‎‎‎‏‎‎‎‏‏‏‎‏‏‎‎‏‏‎‏‏‎‏‎‎‎‎‎‏‏‎‏‎‏‏‎‏‏‏‎‎‏‎‎‏‏‎‎‏‏‏‎‏‏‎OFF‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‏‎‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‏‎‎‎‎‎‎‎‏‎‎‎‎‏‎‎‎‏‏‏‏‏‎‎‏‏‎‏‏‎‎‎‎ON‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‏‎‏‏‎‎‏‏‎‏‎‏‏‎‎‎‎‎‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‏‎‎‏‏‎‎‏‏‏‏‎‏‎‎Alt+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‏‏‎‏‏‎‏‎‏‏‎‎‎‎‎‏‎‏‎‏‎‎‏‏‏‏‎‎‏‎‎‎‏‎‎‏‎‏‎‎‎‎‎‏‎‏‎‎‏‎‏‎‏‎‏‎‎Ctrl+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‏‎‏‎‎‎‎‏‎‎‏‎‏‏‎‏‏‎‏‎‏‏‏‏‏‎‏‏‎‎‏‎‏‎‎‏‏‏‎‏‏‏‏‏‏‎‎‎‎‏‏‏‎‏‎‎‎delete‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‎‏‏‎‏‎‏‎‏‏‏‎‏‎‏‏‏‏‏‏‏‎‏‏‎‎‎‎‏‏‎‎‏‏‎‏‏‎‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‎‎‏‏‎enter‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‎‏‏‏‎‏‎‎‏‏‎‏‎‏‎‎‎‎‎‏‏‏‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‏‎‎‏‏‎‎‏‎‎‏‎‎‎‏‏‎‎‏‎‎‎‏‏‏‎Function+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‏‏‎‏‏‎‏‏‏‎‎‎‏‎‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‎‎‏‎‎‎‎‎‏‎‏‎‎‏‎‎‏‏‏‏‏‏‎‎Meta+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‏‏‏‎‎‏‏‎‏‎‏‏‎‎‎‎‎‏‏‎‎‎‎‏‎‎‎‏‏‎‎‎‎‎‎‎‎‎‎‏‏‎‏‎‎‏‎‎‎‏‏‎‎‎‎‏‏‎Shift+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‎‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‏‏‎‏‏‎‎‎‎‎‎‎‏‏‎‏‏‎‎‎‏‏‎‎‏‎‎‎‏‏‎‏‎‎‎‎‏‎‏‏‎‎space‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‏‎‏‏‏‎‎‎‏‎‏‏‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‏‏‏‏‏‎‏‎‎‎‎‎‎‎‎‎‎‎‏‎‎‎‏‎‎‏‏‎‏‏‏‎‎Sym+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‎‎‏‎‎‏‏‏‎‎‎‎‎‎‏‏‏‎‏‏‏‏‎‎‎‎‎‏‎‎‎‏‎‏‏‏‏‎‏‎‏‏‏‎‎‎‎‏‏‏‏‎‏‏‏‏‏‎‎Menu+‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‏‎‎‎‎‎‎‏‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‎‏‎‎‎‏‏‏‏‏‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‎‏‏‎‏‎‎‎Search…‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‏‎‎‏‏‏‏‏‎‏‎‏‏‎‏‎‏‎‎‎‏‎‎‏‏‏‏‎‎‎‏‎‏‎‎‎‎‎‏‏‎‏‏‎‎‏‎‏‏‎‎‎‏‎‏‏‏‎‎‏‏‎Clear query‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‎‎‏‏‎‎‏‏‏‏‏‎‎‏‎‎‏‎‎‎‎‎‎‏‎‏‎‎‏‏‏‎‏‏‎‏‎‎‎‏‏‎‎‎‎‎‎‏‏‎‎‏‏‎‏‏‎‏‏‎Search query‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‏‏‏‎‏‏‎‏‏‎‏‏‏‏‏‏‎‏‎‎‏‎‏‎‎‏‏‎‎‎‎‎‎‎‎‎‏‏‎‏‎‏‏‏‎‎‏‏‏‏‏‎‎‏‏‏‎‎‎‎Search‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‎‎‏‎‏‎‎‎‎‏‎‎‏‏‏‏‎‎‎‎‏‎‏‏‎‏‎‏‎‏‎‏‏‎‏‏‏‎‎‎‏‏‏‏‏‎‏‏‎‎‏‏‎‏‏‏‏‏‎Submit query‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‏‏‏‎‏‎‏‎‎‎‏‏‎‏‏‎‏‏‎‎‎‏‎‏‏‏‏‏‎‏‏‎‎‎‏‏‎‏‏‎‏‎‎‎‎‏‎‎‎‏‎‎‏‎‏‏‏‎Voice search‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‎‏‏‎‎‏‎‏‎‏‎‏‏‎‏‎‎‏‏‎‎‏‎‎‏‎‎‏‎‎‏‏‏‏‏‏‎‏‏‏‎‏‎‏‎‎‏‎‏‏‏‏‎‏‏‎‏‏‏‎Share with‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‏‎‏‏‎‏‎‏‎‏‎‏‏‎‎‎‏‏‎‏‏‏‎‎‏‎‏‎‎‏‎‏‏‏‎‎‏‏‏‏‏‎‎‏‎‎‏‏‏‏‎‎‎‎‏‏‏‎‎‎Share with ‎‏‎‎‏‏‎%s‎‏‎‎‏‏‏‎‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‏‏‏‏‏‏‏‎‎‏‎‏‎‎‏‎‏‎‎‏‏‎‏‏‏‎‏‏‏‏‏‏‏‏‎‎‎‎‏‏‎‎‎‎‏‎‎‎‏‏‎‏‎‎‏‎‎Collapse‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‏‏‎‏‏‏‎‏‏‏‎‏‏‏‏‏‎‎‎‎‏‎‏‏‎‎‎‏‎‏‏‎‎‏‎‏‎‎‏‎‎‏‎‎‎‏‎‏‏‎‎‏‎‏‎‏‏‎‎‎Search‎‏‎‎‏‎" - "‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‎‏‎‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‏‏‏‎‎‎‏‏‏‏‎‎‏‎‎‏‏‎‏‎‏‏‎‎‏‎‏‏‎‎‎‏‎‎‎‎‎‎‎‏‎‎‎‎‏‎‏‎‏‎‎‎‎‏‎‎‎‎‎‎999+‎‏‎‎‏‎" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml deleted file mode 100644 index a95bbcc..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es-rUS/values-es-rUS.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Navegar a la página principal" - "Navegar hacia arriba" - "Más opciones" - "Listo" - "Ver todas" - "Elegir una app" - "DESACTIVAR" - "ACTIVAR" - "Alt+" - "Ctrl+" - "borrar" - "intro" - "Función+" - "Meta+" - "Mayúscula+" - "espacio" - "Sym+" - "Menú+" - "Buscar…" - "Borrar consulta" - "Búsqueda" - "Buscar" - "Enviar consulta" - "Búsqueda por voz" - "Compartir con" - "Compartir con %s" - "Contraer" - "Habilitar" - "%1$s no funcionará a menos que habilites los servicios de Google Play." - "Habilitar servicios de Google Play" - "Instalar" - "%1$s no se ejecutará si los Servicios de Google Play no están instalados en tu dispositivo." - "Obtener servicios de Google Play" - "Disp. de los Servicios de Google‌‌‌ Play" - "Error de Google Play Services" - "%1$s tiene problemas con los servicios de Google Play. Vuelve a intentarlo." - "%1$s no se ejecutará sin los servicios de Google Play, que no son compatibles con tu dispositivo." - "Actualizar" - "%1$s no se ejecutará a menos que actualices los servicios de Google Play." - "Actualizar servicios de Google Play" - "%1$s no se ejecutará sin los servicios de Google Play. La plataforma se está actualizando en este momento." - "Se necesita una nueva versión de los servicios de Google Play. Se actualizarán automáticamente en breve." - "Abrir en el teléfono" - "Acceder" - "Acceder con Google" - "Buscar" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml deleted file mode 100644 index 345b4d1..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-es/values-es.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Ir a inicio" - "Desplazarse hacia arriba" - "Más opciones" - "Listo" - "Ver todo" - "Seleccionar una aplicación" - "DESACTIVADO" - "ACTIVADO" - "Alt +" - "Ctrl +" - "Suprimir" - "Intro" - "Función +" - "Meta +" - "Mayús +" - "Espacio" - "Sym +" - "Menú +" - "Buscar…" - "Borrar consulta" - "Consulta de búsqueda" - "Buscar" - "Enviar consulta" - "Búsqueda por voz" - "Compartir con" - "Compartir con %s" - "Ocultar" - "Habilitar" - "%1$s no funcionará hasta que no habilites Servicios de Google Play." - "Habilita Servicios de Google Play" - "Instalar" - "%1$s no se ejecutará si los Servicios de Google Play no están instalados en tu dispositivo." - "Descargar Servicios de Google Play" - "Disponibilidad Servicios de Google Play" - "Error de Servicios de Google Play" - "La aplicación %1$s tiene problemas con los Servicios de Google Play. Vuelve a intentarlo." - "No es posible ejecutar la aplicación %1$s sin los Servicios de Google Play, que no son compatibles con tu dispositivo." - "Actualizar" - "%1$s no funcionará hasta que no actualices Servicios de Google Play." - "Actualiza Servicios de Google Play" - "%1$s no se ejecutará hasta que finalice la actualización en curso de Servicios de Google Play." - "Se necesita una nueva versión de Servicios de Google Play. Se actualizará en breve." - "Abrir en teléfono" - "Iniciar sesión" - "Iniciar sesión con Google" - "Buscar" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml deleted file mode 100644 index da2537a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-et/values-et.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Liigu avalehele" - "Liigu üles" - "Rohkem valikuid" - "Valmis" - "Kuva kõik" - "Valige rakendus" - "VÄLJAS" - "SEES" - "Alt +" - "Ctrl +" - "kustuta" - "sisestusklahv" - "Funktsiooniklahv +" - "Meta +" - "Tõstuklahv +" - "tühik" - "Sym +" - "Menüü +" - "Otsige …" - "Päringu tühistamine" - "Otsingupäring" - "Otsing" - "Päringu esitamine" - "Häälotsing" - "Jaga:" - "Jagamine rakendusega %s" - "Ahendamine" - "Luba" - "Rakendus %1$s töötab ainult siis, kui lubate Google Play teenused." - "Google Play teenuste lubamine" - "Installi" - "Rakendus %1$s töötab ainult koos Google Play teenustega, mida teie seadmes pole." - "Google Play teenuste hankimine" - "Google Play teenuste saadavalolek" - "Viga Google Play teenustes" - "Rakendusel %1$s on probleeme Google Play teenustega. Proovige uuesti." - "Rakendus %1$s töötab ainult koos Google Play teenustega, mida teie seadmes ei toetata." - "Värskenda" - "Rakenduse %1$s töötamiseks peate värskendama Google Play teenuseid." - "Google Play teenuste värskendamine" - "Rakendus %1$s töötab ainult koos Google Play teenustega, mida praegu värskendatakse." - "Vajalik on Google Play teenuste uus versioon. See värskendab end peagi." - "Ava telefonis" - "Logi sisse" - "Logi sisse Google\'i kontoga" - "Otsing" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml deleted file mode 100644 index 19a4aa7..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-eu/values-eu.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Joan orri nagusira" - "Joan gora" - "Aukera gehiago" - "Eginda" - "Ikusi guztiak" - "Aukeratu aplikazio bat" - "DESAKTIBATU" - "AKTIBATU" - "Alt +" - "Ktrl +" - "ezabatu" - "sartu" - "Funtzioa +" - "Meta +" - "Maius +" - "zuriunea" - "Sym +" - "Menua +" - "Bilatu…" - "Garbitu kontsulta" - "Bilaketa-kontsulta" - "Bilatu" - "Bidali kontsulta" - "Ahozko bilaketa" - "Partekatu honekin" - "Partekatu %s aplikazioarekin" - "Tolestu" - "Gaitu" - "%1$s aplikazioak ez du funtzionatuko Google Play zerbitzuak gaitzen ez badituzu." - "Gaitu Google Play zerbitzuak" - "Instalatu" - "%1$s ez da exekutatuko Google Play zerbitzurik gabe, baina ez dituzu gailuan." - "Lortu Google Play zerbitzuak" - "Google Play zerbitzuen erabilgarritasuna" - "Google Play zerbitzuen errorea" - "%1$s aplikazioak arazoak ditu Google Play zerbitzuekin. Saiatu berriro." - "%1$s aplikazioa ezin da erabili Google Play zerbitzurik gabe, eta zure gailua ez da zerbitzuokin bateragarria." - "Eguneratu" - "%1$s ez da exekutatuko Google Play zerbitzuak eguneratzen ez badituzu." - "Eguneratu Google Play zerbitzuak" - "%1$s ez da exekutatuko Google Play zerbitzurik gabe; une honetan eguneratzen ari dira zerbitzuok." - "Google Play zerbitzuen bertsio berria behar da. Berehala eguneratuko da automatikoki." - "Ireki telefonoan" - "Hasi saioa" - "Hasi saioa Google kontuarekin" - "Bilatu" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml deleted file mode 100644 index 8f70f5f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fa/values-fa.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "پیمایش به صفحه اصلی" - "رفتن به بالا" - "گزینه‌های بیشتر" - "تمام" - "دیدن همه" - "انتخاب برنامه" - "خاموش" - "روشن" - "‎Alt+‎" - "‎Ctrl+‎" - "حذف" - "enter" - "‎Function+‎" - "‎Meta+‎" - "‎Shift+‎" - "فاصله" - "‎Sym+‎" - "منو+" - "جستجو…‏" - "پاک کردن پُرسمان" - "درخواست جستجو" - "جستجو" - "ارسال پُرسمان" - "جستجوی گفتاری" - "هم‌رسانی با" - "هم‌رسانی با %s" - "کوچک کردن" - "فعال کردن" - "‏تا وقتی سرویس‌های Google Play را فعال نکنید، %1$s کار نمی‌کند." - "‏‫فعال کردن سرویس‌های Google Play" - "نصب" - "‏%1$s بدون خدمات Google Play که در دستگاه شما وجود ندارد اجرا نمی‌شود." - "‏دریافت سرویس‌های Google Play" - "‏قابلیت دسترسی خدمات Google Play" - "‏خطا در خدمات Google Play" - "‏%1$s برای استفاده از خدمات Google Play با مشکل روبرو است. لطفاً دوباره امتحان کنید." - "‏%1$s بدون خدمات Google Play که در دستگاه شما پشتیبانی نمی‌شود، اجرا نخواهد شد." - "به‌روزرسانی" - "‏تاز مانی که سرویس‌های Google Play را به‌روزرسانی نکنید، %1$s اجرا نمی‌شود." - "‏‫به‌روزرسانی سرویس‌های Google Play" - "‏%1$s بدون سرویس‌های Google Play که درحال حاضر درحال به‌روزرسانی هستند، کار نمی‌کند." - "‏نسخه جدید سرویس‌های Google Play نیاز است. به‌زودی به‌طور خودکار به‌روزرسانی می‌شود." - "باز کردن در تلفن" - "ورود به سیستم" - "‏ورود به سیستم با Google‎" - "جستجو" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml deleted file mode 100644 index cef8173..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fi/values-fi.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Siirry etusivulle" - "Siirry ylös" - "Lisäasetukset" - "Valmis" - "Näytä kaikki" - "Valitse sovellus" - "POIS PÄÄLTÄ" - "PÄÄLLÄ" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Fn+" - "Meta+" - "Vaihto+" - "välilyönti" - "Sym+" - "Valikko+" - "Haku…" - "Tyhjennä kysely" - "Hakukysely" - "Haku" - "Lähetä kysely" - "Puhehaku" - "Jaa…" - "Jaa: %s" - "Tiivistä" - "Ota käyttöön" - "%1$s ei toimi, ellet ota Google Play Palveluita käyttöön." - "Ota Google Play Palvelut käyttöön" - "Asenna" - "%1$s ei toimi ilman Google Play Palveluita, jotka puuttuvat laitteeltasi." - "Asenna Google Play Palvelut" - "Google Play Palveluiden saatavuus" - "Virhe Google Play -palveluissa" - "Sovelluksella %1$s on ongelmia Google Play Palveluiden kanssa. Yritä uudelleen." - "%1$s ei toimi ilman Google Play Palveluita, joita laitteesi ei tue." - "Päivitä" - "%1$s ei toimi, ellet päivitä Google Play Palveluita." - "Päivitä Google Play Palvelut" - "%1$s ei toimi ilman Google Play Palveluita, joita päivitetään tällä hetkellä." - "Uusi Google Play Palveluiden versio tarvitaan. Se päivittyy pian." - "Avaa puhelimessa" - "Kirjaudu sisään" - "Kirjaudu Google-tilille" - "Haku" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml deleted file mode 100644 index 2b3a117..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr-rCA/values-fr-rCA.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Revenir à l\'accueil" - "Revenir en arrière" - "Autres options" - "Terminé" - "Tout afficher" - "Sélectionner une application" - "DÉSACTIVER" - "ACTIVER" - "Alt+" - "Ctrl+" - "supprimer" - "entrée" - "Fonction+" - "Méta+" - "Maj+" - "espace" - "Sym+" - "Menu+" - "Rechercher…" - "Effacer la requête" - "Requête de recherche" - "Rechercher" - "Envoyer la requête" - "Recherche vocale" - "Partager avec" - "Partager avec %s" - "Réduire" - "Activer" - "%1$s ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play." - "Activer les services Google Play" - "Installer" - "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre appareil." - "Installer les services Google Play" - "Disponibilité des services Google Play" - "Erreur liée aux services Google Play" - "L\'application %1$s éprouve un problème avec les services Google Play. Veuillez réessayer." - "L\'application %1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas pris en charge par votre appareil." - "Mettre à jour" - "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." - "Mettre à jour les services Google Play" - "%1$s ne fonctionnera pas sans les services Google Play, qui sont actuellement mis à jour." - "La nouvelle version des services Google Play est nécessaire. Elle sera bientôt installée automatiquement." - "Ouvrir sur le téléphone" - "Connexion" - "Se connecter avec Google" - "Rechercher" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml deleted file mode 100644 index 93da884..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-fr/values-fr.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Revenir à l\'accueil" - "Revenir en haut de la page" - "Autres options" - "OK" - "Tout afficher" - "Sélectionner une application" - "NON" - "OUI" - "Alt+" - "Ctrl+" - "supprimer" - "entrée" - "Fonction+" - "Méta+" - "Maj+" - "espace" - "Sym+" - "Menu+" - "Rechercher…" - "Effacer la requête" - "Requête de recherche" - "Rechercher" - "Envoyer la requête" - "Recherche vocale" - "Partager avec" - "Partager avec %s" - "Réduire" - "Activer" - "%1$s ne fonctionnera pas tant que vous n\'aurez pas activé les services Google Play." - "Activer les services Google Play" - "Installer" - "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas installés sur votre appareil." - "Installer les services Google Play" - "Disponibilité des services Google Play" - "Erreur liée aux services Google Play" - "L\'application %1$s rencontre des problèmes avec les services Google Play. Veuillez réessayer." - "%1$s ne fonctionnera pas sans les services Google Play, qui ne sont pas compatibles avec votre appareil." - "Mettre à jour" - "%1$s ne fonctionnera pas tant que vous n\'aurez pas mis à jour les services Google Play." - "Mettre à jour les services Google Play" - "%1$s ne fonctionnera pas sans les services Google Play, qui sont en cours de mise à jour." - "La nouvelle version des services Google Play est nécessaire. Elle sera bientôt installée automatiquement." - "Ouvrir sur le téléphone" - "Se connecter" - "Se connecter avec Google" - "Rechercher" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml deleted file mode 100644 index b3aca4f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gl/values-gl.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Vai ao inicio" - "Vai cara arriba" - "Máis opcións" - "Feito" - "Ver todo" - "Selecciona unha aplicación" - "DESACTIVAR" - "ACTIVAR" - "Alt +" - "Ctrl +" - "eliminar" - "intro" - "Función +" - "Meta +" - "Maiús +" - "espazo" - "Sym +" - "Menú +" - "Busca…" - "Borra a consulta" - "Busca a consulta" - "Realiza buscas" - "Envía a consulta" - "Busca por voz" - "Comparte contido con" - "Comparte contido coa aplicación %s" - "Contrae" - "Activar" - "%1$s non funcionará a menos que actives os servizos de Google Play." - "Activar servizos de Google Play" - "Instalar" - "%1$s non se executará se o teu dispositivo non ten instalados os servizos de Google Play." - "Descargar servizos de Google Play" - "Dispoñibilidade dos servizos de Play" - "Erro nos servizos de Google Play" - "%1$s ten problemas cos servizos de Google Play. Téntao de novo." - "%1$s non se executará sen os servizos de Google Play, que non son compatibles co teu dispositivo." - "Actualizar" - "%1$s non se executará a menos que actualices os servizos de Google Play." - "Actualizar os servizos de Google Play" - "%1$s non se executará sen os servizos de Google Play, que se están actualizando neste momento." - "Necesítase a nova versión dos servizos de Google Play. Actualizarase en breve." - "Abrir no teléfono" - "Iniciar sesión" - "Iniciar sesión con Google" - "Buscar" - ">999" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml deleted file mode 100644 index f32dd55..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-gu/values-gu.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "ઘરનો રસ્તો બતાવો" - "ઉપર નૅવિગેટ કરો" - "વધુ વિકલ્પો" - "થઈ ગયું" - "બધી જુઓ" - "ઍપ્લિકેશન પસંદ કરો" - "બંધ" - "ચાલુ" - "Alt+" - "Ctrl+" - "delete" - "Enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "શોધો…" - "ક્વેરી સાફ કરો" - "શોધ ક્વેરી" - "શોધો" - "ક્વેરી સબમિટ કરો" - "વૉઇસ શોધ" - "આની સાથે શેર કરો" - "%sની સાથે શેર કરો" - "સંકુચિત કરો" - "સક્ષમ કરો" - "તમે Google Play સેવાઓ સક્ષમ કરશો નહીં ત્યાં સુધી %1$s કાર્ય કરશે નહીં." - "Google Play સેવાઓ સક્ષમ કરો" - "ઇન્સ્ટૉલ કરો" - "%1$s, Google Play સેવાઓ વગર ચાલશે નહીં, જે તમારા ઉપકરણમાંથી ખૂટે છે." - "Google Play સેવાઓ મેળવો" - "Google Play સેવાઓની ઉપલબ્ધતા" - "Google Play સેવાઓની ભૂલ" - "%1$s ને Google Play સેવાઓમાં મુશ્કેલી આવી રહી છે. કૃપા કરીને ફરી પ્રયાસ કરો." - "%1$s, Google Play સેવાઓ વગર ચાલશે નહીં, જે તમારા ઉપકરણ દ્વારા સમર્થિત નથી." - "અપડેટ કરો" - "તમે Google Play સેવાઓ અપડેટ કરશો નહીં ત્યાં સુધી %1$s શરૂ થશે નહીં." - "Google Play સેવાઓ અપડેટ કરો" - "%1$s, Google Play સેવાઓ વગર શરૂ થશે નહીં, જે વર્તમાનમાં અપડેટ થઈ રહી છે." - "Google Play સેવાઓના નવા સંસ્કરણની જરૂર છે. તે ટૂંક સમયમાં પોતાને અપડેટ કરશે." - "ફોનમાં ખોલો" - "સાઇન ઇન કરો" - "Google માં સાઇન ઇન કરો" - "શોધો" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml deleted file mode 100644 index 4badce1..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - 4dp - 18dp - 40dp - 2dp - 2dp - 40dp - 20dp - 128dp - 4dp - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml deleted file mode 100644 index 86eb422..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - 0dp - 22dp - 48dp - 2dp - 2dp - 48dp - 20dp - 168dp - 0dp - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml deleted file mode 100644 index e38bb90..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 54dip - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml deleted file mode 100644 index d5a138e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml deleted file mode 100644 index 93a350a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hi/values-hi.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "होम पेज पर जाएं" - "वापस जाएं" - "ज़्यादा विकल्प" - "हो गया" - "सभी देखें" - "कोई ऐप्लिकेशन चुनें" - "बंद" - "चालू" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "खोजें…" - "क्‍वेरी हटाएं" - "सर्च क्वेरी" - "खोजें" - "क्वेरी सबमिट करें" - "बोलकर खोजें" - "इससे शेयर करें:" - "%s से शेयर करें" - "छोटा करें" - "चालू करें" - "जब तक आप Google Play सेवाएं चालू नहीं करते, %1$s काम नहीं करेगा." - "Google Play सेवाएं चालू करें" - "इंस्टॉल करें" - "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो आपके डिवाइस में उपलब्ध नहीं हैं." - "Google Play सेवाएं इंस्टॉल करें" - "Google Play सेवाएं उपलब्ध हैं" - "Google Play सेवाओं से जुड़ी गड़बड़ी" - "%1$s को Google Play सेवाओं के साथ समस्या आ रही है. कृपया फिर से कोशिश करें." - "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा, जो आपके डिवाइस पर काम नहीं करती हैं." - "अपडेट करें" - "%1$s तब तक नहीं चलेगा जब तक आप Google Play सेवाओं को अपडेट नहीं करते." - "Google Play सेवाओं को अपडेट करें" - "%1$s उन Google Play सेवाओं के बिना नहीं चलेगा जो अभी अपडेट हो रही हैं." - "Google Play सेवाओं के नए वर्शन की ज़रूरत है. यह जल्द ही अपने आप अपडेट हो जाएगा." - "फ़ोन पर खोलें" - "साइन इन करें" - "Google के ज़रिए साइन इन करें" - "खोजें" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml deleted file mode 100644 index 0a41371..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hr/values-hr.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Idi na početnu" - "Natrag" - "Više opcija" - "Gotovo" - "Prikaži sve" - "Odabir aplikacije" - "ISKLJUČENO" - "UKLJUČENO" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "svemir" - "Sym+" - "Menu+" - "Pretražite…" - "Izbriši upit" - "Upit za pretraživanje" - "Pretraži" - "Pošalji upit" - "Glasovno pretraživanje" - "Dijeli s" - "Dijeli putem aplikacije %s" - "Sažmi" - "Omogući" - "%1$s neće funkcionirati ako ne omogućite usluge Google Playa." - "Omogućivanje usluga Google Playa" - "Instaliraj" - "%1$s neće funkcionirati bez usluga Google Playa koje nisu instalirane na vašem uređaju." - "Preuzimanje usluga Google Playa" - "Dostupnost usluga za Google Play" - "Pogreška Usluga za Google Play" - "%1$s ima poteškoća s uslugama Google Playa. Pokušajte ponovo." - "%1$s neće funkcionirati bez usluga Google Playa koje vaš uređaj ne podržava." - "Ažuriraj" - "%1$s neće funkcionirati ako ne ažurirate Google Play usluge." - "Ažuriranje usluga Google Playa" - "%1$s neće se pokrenuti bez usluga Google Playa koje se trenutačno ažuriraju." - "Potrebna je nova verzija usluga Google Playa. Uskoro će se ažurirati." - "Otvori na telefonu" - "Prijava" - "Prijava putem Googlea" - "Pretraži" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml deleted file mode 100644 index 4b49573..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hu/values-hu.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Ugrás a főoldalra" - "Fel" - "További lehetőségek" - "Kész" - "Az összes megtekintése" - "Válasszon alkalmazást" - "KI" - "BE" - "Alt+" - "Ctrl+" - "Delete" - "Enter" - "Function+" - "Meta+" - "Shift+" - "Szóköz" - "Sym+" - "Menu+" - "Keresés…" - "Lekérdezés törlése" - "Keresési lekérdezés" - "Keresés" - "Lekérdezés küldése" - "Hangalapú keresés" - "Megosztás a következővel:" - "Megosztás a következő alkalmazással: %s" - "Összecsukás" - "Engedélyezés" - "A(z) %1$s alkalmazás csak akkor működik, ha engedélyezi a Google Play-szolgáltatásokat." - "Google Play-szolgáltatások engedélyezése" - "Telepítés" - "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek hiányoznak az eszközről." - "A Google Play-szolgáltatások beszerzése" - "Google Play-szolgáltatások elérhetősége" - "Google Play-szolgáltatások – hiba" - "A(z) %1$s alkalmazás problémába ütközött a Google Play-szolgáltatások használata során. Próbálkozzon újra." - "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyeket eszköze nem támogat." - "Frissítés" - "A(z) %1$s alkalmazás csak akkor fog működni, ha frissíti a Google Play-szolgáltatásokat." - "A Google Play-szolgáltatások frissítése" - "A(z) %1$s alkalmazás nem fut a Google Play-szolgáltatások nélkül, amelyek frissítése folyamatban van." - "A Google Play-szolgáltatások új verziójára van szükség. A szolgáltatás hamarosan frissíti önmagát." - "Megnyitás a telefonon" - "Bejelentkezés" - "Bejelentkezés Google-fiókkal" - "Keresés" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml deleted file mode 100644 index ba2e4a2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-hy/values-hy.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Անցնել գլխավոր էջ" - "Անցնել վերև" - "Այլ ընտրանքներ" - "Պատրաստ է" - "Տեսնել բոլորը" - "Ընտրել հավելված" - "ԱՆՋԱՏԵԼ" - "ՄԻԱՑՆԵԼ" - "Alt+" - "Ctrl+" - "Delete" - "Enter" - "Function+" - "Meta+" - "Shift+" - "բացատ" - "Sym+" - "Menu+" - "Որոնում…" - "Ջնջել հարցումը" - "Որոնման հարցում" - "Որոնել" - "Ուղարկել հարցումը" - "Ձայնային որոնում" - "Կիսվել…" - "Կիսվել %s հավելվածի միջոցով" - "Ծալել" - "Միացնել" - "%1$s հավելվածը չի աշխատի մինչև չմիացնեք Google Play ծառայությունները:" - "Միացնել Google Play ծառայությունները" - "Տեղադրել" - "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք չկան ձեր սարքում:" - "Տեղադրել Google Play ծառայությունները" - "Google Play ծառայությունների հասանելիություն" - "Google Play ծառայությունների սխալ կա" - "%1$s հավելվածը Google Play ծառայությունների հետ կապված խնդիր ունի: Փորձեք նորից:" - "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք ձեր սարքում չեն աջակցվում:" - "Թարմացնել" - "%1$s հավելվածը չի աշխատի մինչև չթարմացնեք Google Play ծառայությունները:" - "Թարմացնել Google Play ծառայությունները" - "%1$s հավելվածը չի աշխատի առանց Google Play ծառայությունների, որոնք այս պահին թարմացվում են:" - "Անհրաժեշտ է Google Play ծառայությունների նոր տարբերակը: Այն շուտով կթարմացվի ավտոմատ կերպով:" - "Բացել հեռախոսով" - "Մուտք գործել" - "Մուտք գործել Google-ով" - "Որոնել" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml deleted file mode 100644 index 4bb1612..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-in/values-in.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Tunjukkan jalan ke rumah" - "Kembali ke atas" - "Opsi lain" - "Selesai" - "Lihat semua" - "Pilih aplikasi" - "NONAKTIF" - "AKTIF" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "spasi" - "Sym+" - "Menu+" - "Telusuri..." - "Hapus kueri" - "Telusuri kueri" - "Telusuri" - "Kirim kueri" - "Penelusuran suara" - "Bagikan dengan" - "Bagikan dengan %s" - "Ciutkan" - "Aktifkan" - "%1$s tidak akan berfungsi jika layanan Google Play tidak diaktifkan." - "Aktifkan layanan Google Play" - "Instal" - "%1$s tidak akan berjalan tanpa layanan Google Play, yang tidak ada di perangkat Anda." - "Dapatkan layanan Google Play" - "Ketersediaan layanan Google Play" - "Kesalahan layanan Google Play" - "%1$s mengalami masalah dengan layanan Google Play. Coba lagi." - "%1$s tidak akan berjalan tanpa layanan Google Play, yang tidak didukung oleh perangkat Anda." - "Update" - "%1$s tidak akan berjalan jika layanan Google Play tidak diperbarui." - "Perbarui layanan Google Play" - "%1$s tidak akan berjalan tanpa layanan Google Play, yang saat ini sedang diperbarui." - "Perlu versi baru layanan Google Play. Akan segera memperbarui sendiri." - "Buka di ponsel" - "Login" - "Login dengan Google" - "Telusuri" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml deleted file mode 100644 index 2b94eed..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-is/values-is.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Fara heim" - "Fara upp" - "Fleiri valkostir" - "Lokið" - "Sjá allt" - "Veldu forrit" - "SLÖKKT" - "KVEIKT" - "Alt+" - "Ctrl+" - "eyða" - "enter" - "Aðgerðarlykill+" - "Meta+" - "Shift+" - "bilslá" - "Sym+" - "Valmynd+" - "Leita…" - "Hreinsa fyrirspurn" - "Leitarfyrirspurn" - "Leit" - "Senda fyrirspurn" - "Raddleit" - "Deila með" - "Deila með %s" - "Minnka" - "Kveikja" - "%1$s virkar ekki nema þú gerir þjónustu Google Play virka." - "Virkja þjónustu Google Play" - "Setja upp" - "%1$s getur ekki keyrt án þjónustu Google Play, sem vantar í tækið þitt." - "Sækja þjónustu Google Play" - "Staða þjónustu Google Play" - "Villa í þjónustu Google Play" - "%1$s á í vandræðum með þjónustu Google Play. Reyndu aftur." - "%1$s getur ekki keyrt án þjónustu Google Play, sem er ekki studd af tækinu þínu." - "Uppfæra" - "%1$s getur ekki keyrt nema þú uppfærir þjónustu Google Play." - "Uppfæra þjónustu Google Play" - "%1$s getur ekki keyrt án þjónustu Google Play, sem verið er að uppfæra." - "Nýja útgáfu af þjónustu Google Play vantar. Hún uppfærir sig sjálf innan skamms." - "Opna í símanum" - "Skrá inn" - "Skrá inn með Google" - "Leit" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml deleted file mode 100644 index 5193ee2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-it/values-it.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Portami a casa" - "Torna indietro" - "Altre opzioni" - "Fine" - "Mostra tutto" - "Scelta di un\'app" - "OFF" - "ON" - "ALT +" - "CTRL +" - "CANC" - "INVIO" - "FUNZIONE +" - "META +" - "MAIUSC +" - "SPAZIO" - "SYM +" - "MENU +" - "Cerca…" - "Cancella query" - "Query di ricerca" - "Cerca" - "Invia query" - "Ricerca vocale" - "Condividi con" - "Condividi tramite %s" - "Comprimi" - "Attiva" - "%1$s non funzionerà se non attivi Google Play Services." - "Attiva Google Play Services" - "Installa" - "L\'app %1$s non funzionerà senza Google Play Services, non presente sul tuo dispositivo." - "Installa Google Play Services" - "Disponibilità di Google Play Services" - "Errore Google Play Services" - "%1$s sta riscontrando problemi con Google Play Services. Riprova." - "%1$s non funzionerà senza Google Play Services, non supportati dal tuo dispositivo." - "Aggiorna" - "%1$s non funzionerà se non aggiorni Google Play Services." - "Aggiorna Google Play Services" - "%1$s non funzionerà senza Google Play Services, attualmente in fase di aggiornamento." - "È richiesta una nuova versione di Google Play Services. L\'aggiornamento automatico verrà eseguito a breve." - "Apri sul telefono" - "Accedi" - "Accedi con Google" - "Cerca" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml deleted file mode 100644 index 084e3d8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-iw/values-iw.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "ניווט לדף הבית" - "ניווט למעלה" - "עוד אפשרויות" - "סיום" - "הצגת הכול" - "בחירת אפליקציה" - "כבוי" - "מופעל" - "Alt+" - "Ctrl+‎" - "מחיקה" - "Enter" - "Function+" - "Meta+" - "Shift+" - "רווח" - "Sym+" - "תפריט+" - "חיפוש…" - "מחיקת השאילתה" - "שאילתת חיפוש" - "חיפוש" - "שליחת שאילתה" - "חיפוש קולי" - "שיתוף עם" - "שיתוף עם %s" - "כיווץ" - "הפעל" - "‏האפליקציה %1$s לא תפעל אם לא תפעיל את שירותי Google Play." - "‏הפעל את שירותי Google Play" - "התקן" - "‏האפליקציה %1$s לא תפעל ללא שירותי Google Play, שאינם מותקנים במכשיר." - "‏קבל את שירותי Google Play" - "‏זמינות של שירותי Google Play" - "‏שגיאה בשירותי Google Play" - "‏%1$s נתקלה בבעיה בשירותי Google Play. נסה שוב." - "‏%1$s לא תפעל ללא שירותי Google Play, שאינם נתמכים במכשיר שלך." - "עדכן" - "‏%1$s לא יפעל אם לא תעדכן את שירותי Google Play." - "‏עדכון שירותי Google Play" - "‏האפליקציה %1$s לא תפעל ללא שירותי Google Play, שמתעדכנים כרגע." - "‏דרושה גרסה חדשה של שירותי Google Play. הגרסה תתעדכן בעצמה תוך זמן קצר." - "פתח בטלפון" - "כניסה" - "‏היכנס באמצעות Google" - "חיפוש" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml deleted file mode 100644 index 2996bd5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ja/values-ja.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "ホームに戻る" - "前に戻る" - "その他のオプション" - "完了" - "すべて表示" - "アプリの選択" - "OFF" - "ON" - "Alt+" - "Ctrl+" - "Delete" - "Enter" - "Function+" - "Meta+" - "Shift+" - "Space" - "Sym+" - "Menu+" - "検索…" - "検索キーワードを削除" - "検索キーワード" - "検索" - "検索キーワードを送信" - "音声検索" - "共有" - "%sと共有" - "折りたたむ" - "有効にする" - "%1$sの実行には、Google Play開発者サービスの有効化が必要です。" - "Google Play開発者サービスの有効化" - "インストール" - "「%1$s」の実行には Google Play 開発者サービスが必要ですが、お使いのデバイスにはインストールされていません。" - "Google Play開発者サービスの入手" - "Google Play 開発者サービスの利用" - "Google Play開発者サービスのエラー" - "「%1$s」で Google Play 開発者サービスに問題が発生しています。もう一度お試しください。" - "「%1$s」の実行には Google Play 開発者サービスが必要ですが、お使いのデバイスではサポートされていません。" - "更新" - "%1$sの実行にはGoogle Play開発者サービスの更新が必要です。" - "Google Play開発者サービスの更新" - "%1$sの実行にはGoogle Play開発者サービスが必要ですが、このサービスは現在更新中です。" - "Google Play開発者サービスの新しいバージョンが必要です。まもなく自動更新されます。" - "スマートフォンで開く" - "ログイン" - "Googleにログイン" - "検索" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml deleted file mode 100644 index 73bca4d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ka/values-ka.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "მთავარზე გადასვლა" - "ზემოთ გადასვლა" - "სხვა ვარიანტები" - "მზადაა" - "ყველას ნახვა" - "აირჩიეთ აპი" - "გამორთვა" - "ჩართვა" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "შორისი" - "Sym+" - "Menu+" - "ძიება…" - "მოთხოვნის გასუფთავება" - "მოთხოვნის ძიება" - "ძიება" - "მოთხოვნის გადაგზავნა" - "ხმოვანი ძიება" - "გაზიარება:" - "%s-ით გაზიარება" - "ჩაკეცვა" - "ჩართვა" - "%1$s ვერ იმუშავებს Google Play Services-ის ჩართვამდე." - "Google Play Services-ის ჩართვა" - "ინსტალაცია" - "%1$s ვერ გაეშვება Google Play Services-ის გარეშე, რომელიც აკლია თქვენს მოწყობილობას." - "Google Play Services-ის ჩამოტვირთვა" - "Google Play services-ის ხელმისაწვდომობა" - "Google Play Services-ის შეცდომა" - "%1$s-ს Google Play Services-თან პრობლემა შეექმნა. გთხოვთ, ცადოთ ხელახლა." - "%1$s ვერ გაეშვება Google Play Services-ის გარეშე, რომლებიც მხარდაუჭერელია თქვენი მოწყობილობის მიერ." - "განახლება" - "%1$s ვერ გაეშვება, თუ Google Play სერვისებს არ განაახლებთ." - "განაახლეთ Google Play Services" - "%1$s ვერ გაეშვება Google Play Services-ის გარეშე, რომელთა განახლებაც ამჟამად მიმდინარეობს." - "საჭიროა Google Play Services-ის ახალი ვერსია. ის მალე განახლდება." - "ტელეფონში გახსნა" - "შესვლა" - "Google-ით შესვლა" - "ძიება" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml deleted file mode 100644 index b8316d0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kk/values-kk.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Негізгі бетке өту" - "Жоғары қарай өту" - "Басқа опциялар" - "Дайын" - "Барлығын көру" - "Қолданбаны таңдау" - "ӨШІРУ" - "ҚОСУ" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "бос орын" - "Sym+" - "Menu+" - "Іздеу…" - "Сұрауды өшіру" - "Іздеу сұрауы" - "Іздеу" - "Сұрауды жіберу" - "Дауыспен іздеу" - "Бөлісу" - "%s қолданбасымен бөлісу" - "Жию" - "Қосу" - "Google Play қызметтерін қоспасаңыз, %1$s жұмыс істемейді." - "Google Play қызметтерін қосу" - "Орнату" - "Google Play қызметтері құрылғыда болмағандықтан, %1$s іске қосылмайды." - "Google Play қызметтерін алу" - "Google Play қызметтерінің қолжетімділігі" - "Google Play қызметтерінің қатесі" - "%1$s қолданбасында Google Play қызметіне байланысты белгісіз қате шықты. Әрекетті қайталаңыз." - "%1$s қолданбасы құрылғыңызда қолдау көрсетілмейтін Google Play қызметінсіз жұмыс істемейді." - "Жаңарту" - "Google Play қызметтерін жаңартпасаңыз, %1$s іске қосылмайды." - "Google Play қызметтерін жаңарту" - "Қазіргі уақытта жаңартылып жатқан Google Play қызметтерінсіз %1$s іске қосылмайды." - "Google Play қызметтерінің жаңа нұсқасы қажет. Ол қысқа уақыттан кейін өзі жаңарады." - "Телефонда ашу" - "Кіру" - "Google арқылы кіру" - "Іздеу" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml deleted file mode 100644 index a09ce56..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-km/values-km.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "​ទៅទំព័រដើម" - "រំកិលឡើងលើ" - "ជម្រើសច្រើនទៀត" - "រួចរាល់" - "មើលទាំងអស់" - "ជ្រើសរើស​កម្មវិធី​​" - "បិទ" - "បើក" - "Alt+" - "Ctrl+" - "លុប" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "ស្វែងរក…" - "សម្អាត​សំណួរ" - "ស្វែងរកសំណួរ​" - "ស្វែងរក" - "ដាក់បញ្ជូន​សំណួរ" - "ស្វែងរក​តាម​សំឡេង" - "ចែករំលែក​ជា​មួយ" - "ចែក​រំលែក​ជា​មួយ %s" - "បង្រួម" - "បើក" - "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកបើកសេវាកម្ម Google Play។" - "បើកសេវាកម្ម Google Play" - "ដំឡើង" - "%1$s នឹងមិនដំណើរការទេ ប្រសិនបើមិនមានសេវាកម្មនានារបស់ Google Play ដែលបានបាត់ពីឧបករណ៍របស់អ្នក។" - "ទាញយកសេវាកម្ម Google Play" - "លទ្ធភាព​ប្រើប្រាស់សេវាកម្ម Google Play" - "កំហុស​​សេវាកម្ម​ Google កម្សាន្ត" - "%1$s កំពុងមានបញ្ហាជាមួយសេវាកម្មរបស់ Google Play ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ។" - "%1$s នឹងមិនដំណើរការដោយគ្មានសេវាកម្មរបស់ Google Play ដែលឧបករណ៍របស់អ្នកមិនគាំទ្រនោះទេ។" - "អាប់ដេត" - "%1$s នឹងមិនដំណើរការទេ លុះត្រាតែអ្នកធ្វើបច្ចុប្បន្នភាពសេវាកម្ម Google Play។" - "អាប់ដេតសេវាកម្ម Google Play" - "%1$s នឹងមិនដំណើរការទេ បើមិនមានសេវាកម្ម Google Play ដោយសារតែវាកំពុងអាប់ដេត។" - "តម្រូវឲ្យមានកំណែថ្មីនៃសេវាកម្ម Google Play។ វានឹងអាប់ដេតដោយខ្លួនវានៅពេលបន្តិចទៀតនេះ។" - "បើកតាមទូរស័ព្ទ" - "ចូល" - "ចូលដោយប្រើ Google" - "ស្វែងរក" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml deleted file mode 100644 index 06e4f29..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-kn/values-kn.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "ಹೋಮ್‌ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" - "ಮುಗಿದಿದೆ" - "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" - "ಆ್ಯಪ್‌ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ" - "ಆಫ್" - "ಆನ್" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "ಹುಡುಕಿ…" - "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ" - "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" - "Search" - "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ" - "ಧ್ವನಿ ಹುಡುಕಾಟ" - "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - "ಕುಗ್ಗಿಸಿ" - "ಸಕ್ರಿಯಗೊಳಿಸು" - "Google Play ಸೇವೆಗಳನ್ನು ನೀವು ಸಕ್ರಿಯಗೊಳಿಸದ ಹೊರತು %1$s ಕಾರ್ಯನಿರ್ವಹಿಸುವುದಿಲ್ಲ." - "Google Play ಸೇವೆಗಳನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿ" - "ಇನ್‌ಸ್ಟಾಲ್ ಮಾಡಿ" - "ನಿಮ್ಮ ಸಾಧನದಿಂದ ಕಾಣೆಯಾಗಿರುವ %1$s, Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ರನ್ ಆಗುವುದಿಲ್ಲ." - "Google Play ಸೇವೆಗಳನ್ನು ಪಡೆಯಿರಿ" - "Google Play ಸೇವೆಗಳ ಲಭ್ಯತೆ" - "Google Play ಸೇವೆಗಳ ದೋಷ" - "Google Play ಸೇವೆಗಳಲ್ಲಿ %1$s ಸಮಸ್ಯೆಯನ್ನು ಹೊಂದಿದೆ. ದಯವಿಟ್ಟು ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ." - "ನಿಮ್ಮ ಸಾಧನದ ಮೂಲಕ ಬೆಂಬಲಿಸದಿರುವ Google Play ಸೇವೆಗಳಿಲ್ಲದೆ %1$s ರನ್‌ ಆಗುವುದಿಲ್ಲ." - "ಅಪ್‌ಡೇಟ್‌ ಮಾಡು" - "ನೀವು Google Play ಸೇವೆಗಳನ್ನು ನವೀಕರಿಸದ ಹೊರತು %1$s ರನ್ ಆಗುವುದಿಲ್ಲ." - "Google ಪ್ಲೇ ಸೇವೆಗಳನ್ನು ಅಪ್‌ಡೇಟ್‌ ಮಾಡಿ" - "Google Play ಸೇವೆಗಳಿಲ್ಲದೆ ಪ್ರಸ್ತುತ ಅಪ್‌ಡೇಟ್ ಆಗುತ್ತಿರುವ %1$s ರನ್ ಆಗುವುದಿಲ್ಲ." - "Google Play ಸೇವೆಗಳ ಹೊಸ ಆವೃತ್ತಿ ಅಗತ್ಯವಿದೆ. ಸದ್ಯದಲ್ಲೇ ಅದು ತಾನಾಗಿಯೇ ಅಪ್‌ಡೇಟ್ ಆಗುತ್ತದೆ." - "ಫೋನ್‌ನಲ್ಲಿ ತೆರೆಯಿರಿ" - "ಸೈನ್ ಇನ್" - "Google ಮೂಲಕ ಸೈನ್ ಇನ್ ಮಾಡಿ" - "Search" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml deleted file mode 100644 index 565dbe9..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ko/values-ko.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "홈으로 이동" - "위로 이동" - "추가 옵션" - "완료" - "전체 보기" - "앱 선택" - "사용 중지" - "사용" - "Alt+" - "Ctrl+" - "Delete" - "Enter" - "Function+" - "Meta+" - "Shift+" - "스페이스바" - "Sym+" - "Menu+" - "검색..." - "검색어 삭제" - "검색어" - "검색" - "검색어 보내기" - "음성 검색" - "공유 대상:" - "%s과(와) 공유" - "접기" - "사용 설정" - "Google Play 서비스를 사용하도록 설정해야 %1$s이(가) 작동합니다." - "Google Play 서비스 사용" - "설치" - "기기에 Google Play 서비스가 설치되어 있어야 %1$s이(가) 실행됩니다." - "Google Play 서비스 설치" - "Google Play 서비스 사용 가능 여부" - "Google Play 서비스 오류" - "%1$s에서 Google Play 서비스를 사용하는 데 문제가 있습니다. 다시 시도하세요." - "%1$s은(는) Google Play 서비스 없이는 실행되지 않으나, 기기에서 Google Play 서비스를 지원하지 않습니다." - "업데이트" - "Google Play 서비스를 업데이트해야 %1$s이(가) 실행됩니다." - "Google Play 서비스 업데이트" - "현재 업데이트 중인 Google Play 서비스가 있어야 %1$s이(가) 실행됩니다." - "새 버전의 Google Play 서비스가 필요합니다. 곧 자동으로 업데이트됩니다." - "스마트폰에서 열기" - "로그인" - "Google 계정으로 로그인" - "검색" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml deleted file mode 100644 index 4992e09..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ky/values-ky.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Башкы бетке чабыттоо" - "Мурунку экранга өтүү" - "Дагы параметрлер" - "Бүттү" - "Баарын көрүү" - "Колдонмо тандоо" - "ӨЧҮК" - "КҮЙҮК" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "боштук" - "Sym+" - "Menu+" - "Издөө…" - "Сурамды өчүрүү" - "Изделген сурам" - "Издөө" - "Сурам тапшыруу" - "Айтып издөө" - "Төмөнкү менен бөлүшүү" - "%s аркылуу бөлүшүү" - "Жыйыштыруу" - "Иштетүү" - "Google Play кызматтарын иштетмейиңизче %1$s иштебейт." - "Google Play кызматтарын иштетүү" - "Орнотуу" - "Google Play кызматтарысыз %1$s иштебейт. Алар түзмөгүңүздө жок болуп жатат." - "Google Play кызматтарын алуу" - "Google Play кызматтарынын иштеши" - "Google Play кызматтарынын катасы" - "%1$s колдонмосунун Google Play кызматтары менен иштөөдө көйгөй чыкты. Кайра аракет кылыңыз." - "%1$s колдонмосу сиздин түзмөгүңүздө колдоого алынбаган Google Play кызматтары болбосо иштебейт." - "Жаңыртуу" - "Google Play кызматтары жаңыртылмайынча %1$s иштебейт." - "Google Play кызматтарын жаңыртуу" - "Google Play кызматтарысыз %1$s иштебейт, алар учурда жаңыртылууда." - "Google Play кызматтарынын жаңы версиясы талап кылынат. Бир аздан кийин ал өзү эле жаңыртылат." - "Телефондо ачык" - "Кирүү" - "Google менен кирүү" - "Издөө" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml deleted file mode 100644 index f5e51cd..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-land/values-land.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - 48dp - 12dp - 14dp - 24dp - 24dp - 24dp - 24dp - 20dp - 4dp - 96dp - 0dp - 0dp - 104dp - 68dp - 28dp - 64dp - 32dp - 24dp - 32dp - 0 - 6 - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml deleted file mode 100644 index c0ec67a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - 440dp - 60% - 90% - 60% - 90% - 55% - 80% - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml deleted file mode 100644 index 76bf6bd..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ta/values-ta.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "முகப்பிற்குச் செல்லும்" - "மேலே செல்லும்" - "மேலும் விருப்பங்கள்" - "முடிந்தது" - "அனைத்தையும் காட்டு" - "ஆப்ஸைத் தேர்வுசெய்க" - "ஆஃப்" - "ஆன்" - "Alt மற்றும்" - "Ctrl மற்றும்" - "delete" - "enter" - "Function மற்றும்" - "Meta மற்றும்" - "Shift மற்றும்" - "space" - "Sym மற்றும்" - "Menu மற்றும்" - "தேடுக…" - "வினவலை அழிக்கும்" - "தேடல் வினவல்" - "தேடும்" - "வினவலைச் சமர்ப்பிக்கும்" - "குரல் தேடல்" - "இதில் பகிர்" - "%s மூலம் பகிர்" - "சுருக்கும்" - "இயக்கு" - "Google Play சேவைகளை இயக்கினால் மட்டுமே, %1$s செயல்படும்." - "Google Play சேவைகளை இயக்கவும்" - "நிறுவு" - "Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s இயங்கும். அவை உங்கள் சாதனத்தில் இல்லை." - "Google Play சேவைகளைப் பெறவும்" - "கிடைக்கும் Google Play சேவைகள்" - "Google Play சேவைகள் பிழை" - "Google Play சேவைகளில் சிக்கல் ஏற்பட்டதால், %1$s ஆப்ஸை அணுக முடியவில்லை. மீண்டும் முயலவும்." - "Google Play சேவைகள் இருந்தால் மட்டுமே %1$s ஆப்ஸ் இயங்கும். ஆனால், உங்கள் சாதனத்தில் அவை ஆதரிக்கப்படவில்லை." - "புதுப்பி" - "Google Play சேவைகளை இயக்கினால் மட்டுமே, %1$s செயல்படும்." - "Google Play சேவைகளைப் புதுப்பிக்கவும்" - "தற்போது புதுப்பிக்கப்படும், Google Play சேவைகள் இருந்தால் மட்டுமே, %1$s செயல்படும்." - "Google Play சேவைகளின் புதிய பதிப்பு தேவை. அது விரைவில் தானாகவே புதுப்பிக்கப்படும்." - "மொபைலில் திற" - "உள்நுழைக" - "Google மூலம் உள்நுழைக" - "தேடல்" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml deleted file mode 100644 index 324913f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-te/values-te.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "హోమ్‌కు నావిగేట్ చేస్తుంది" - "పైకి నావిగేట్ చేస్తుంది" - "మరిన్ని ఎంపికలు" - "పూర్తయింది" - "అన్నీ చూడండి" - "యాప్‌ను ఎంచుకోండి" - "ఆఫ్" - "ఆన్" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "స్పేస్" - "Sym+" - "Menu+" - "వెతకండి…" - "ప్రశ్నను తీసివేస్తుంది" - "శోధన ప్రశ్న" - "సెర్చ్" - "ప్రశ్నని సమర్పిస్తుంది" - "వాయిస్ శోధన" - "వీరితో షేర్ చేస్తుంది" - "%sతో షేర్ చేస్తుంది" - "కుదిస్తుంది" - "ప్రారంభించు" - "మీరు Google Play సేవలను ప్రారంభిస్తే మినహా %1$s పని చేయదు." - "Google Play సేవలను ప్రారంభించండి" - "ఇన్‌స్టాల్ చేయి" - "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు మీ పరికరంలో లేవు." - "Google Play సేవలను పొందండి" - "Google Play సేవల లభ్యత" - "Google Play సేవల ఎర్రర్" - "%1$s Google Play సేవలతో సమస్య కలిగి ఉంది. దయచేసి మళ్లీ ప్రయత్నించండి." - "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఈ సేవలకు మీ పరికరంలో మద్దతు లేదు." - "అప్‌డేట్ చేయి" - "మీరు Google Play సేవలను నవీకరిస్తే మినహా %1$s అమలు కాదు." - "Google Play సేవలను నవీకరించండి" - "%1$s Google Play సేవలు లేకుండా అమలు కాదు, ఆ సేవలు ప్రస్తుతం నవీకరించబడుతున్నాయి." - "కొత్త Google Play సేవల వెర్షన్ అవసరం. అది కొద్ది సేపట్లో దానంతట అదే అప్‌డేట్ చేయబడుతుంది." - "ఫోన్‌లో తెరువు" - "సైన్ ఇన్ చేయండి" - "Googleతో సైన్ ఇన్ చేయి" - "సెర్చ్" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml deleted file mode 100644 index 62a3b6f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-th/values-th.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "นำทางไปหน้าแรก" - "กลับ" - "ตัวเลือกอื่น" - "เสร็จ" - "ดูทั้งหมด" - "เลือกแอป" - "ปิด" - "เปิด" - "Alt+" - "Ctrl+" - "ลบ" - "Enter" - "Function+" - "Meta+" - "Shift+" - "Space" - "Sym+" - "เมนู+" - "ค้นหา…" - "ล้างคำค้นหา" - "คำค้นหา" - "ค้นหา" - "ส่งคำค้นหา" - "ค้นหาด้วยเสียง" - "แชร์กับ" - "แชร์ทาง %s" - "ยุบ" - "เปิดใช้" - "%1$s จะไม่ทำงานจนกว่าคุณจะเปิดใช้บริการ Google Play" - "เปิดใช้บริการ Google Play" - "ติดตั้ง" - "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซี่งไม่มีในอุปกรณ์ของคุณ" - "ติดตั้งบริการ Google Play" - "ความพร้อมใช้งานของบริการ Google Play" - "ข้อผิดพลาดของบริการ Google Play" - "%1$s มีปัญหาเกี่ยวกับบริการของ Google Play โปรดลองอีกครั้ง" - "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งอุปกรณ์ของคุณไม่สนับสนุน" - "อัปเดต" - "%1$s จะไม่ทำงานจนกว่าคุณจะอัปเดตบริการ Google Play" - "อัปเดตบริการ Google Play" - "%1$s จะไม่ทำงานหากไม่มีบริการ Google Play ซึ่งกำลังอัปเดตอยู่ในขณะนี้" - "จำเป็นต้องใช้บริการ Google Play เวอร์ชันใหม่ ซึ่งจะอัปเดตอัตโนมัติในอีกไม่ช้า" - "เปิดบนโทรศัพท์" - "ลงชื่อเข้าใช้" - "ลงชื่อเข้าใช้ด้วย Google" - "ค้นหา" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml deleted file mode 100644 index cc2f6f8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tl/values-tl.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Mag-navigate sa home" - "Mag-navigate pataas" - "Higit pang opsyon" - "Tapos na" - "Tingnan lahat" - "Pumili ng app" - "I-OFF" - "I-ON" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "Maghanap…" - "I-clear ang query" - "Query sa paghahanap" - "Maghanap" - "Isumite ang query" - "Paghahanap gamit ang boses" - "Ibahagi sa/kay" - "Ibahagi gamit ang %s" - "I-collapse" - "I-enable" - "Hindi gagana ang %1$s maliban kung ie-enable mo ang mga serbisyo ng Google Play." - "I-enable ang mga serbisyo ng Google Play" - "I-install" - "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na wala sa iyong device." - "Kunin ang mga serbisyo ng Google Play" - "Availability ng serbisyo ng Google Play" - "Error sa Mga Serbisyo ng Google Play" - "Nagkakaproblema ang %1$s sa mga serbisyo ng Google Play. Pakisubukan ulit." - "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play, na hindi nasusuportahan ng iyong device." - "I-update" - "Hindi gagana ang %1$s maliban kung i-a-update mo ang mga serbisyo ng Google Play." - "I-update ang mga serbisyo ng Google Play" - "Hindi gagana ang %1$s nang wala ang mga serbisyo ng Google Play na kasalukuyang ina-update." - "Kailangan ang bagong bersyon ng mga serbisyo ng Google Play. Mag-a-update itong mag-isa sa ilang sandali." - "Buksan sa telepono" - "Mag-sign in" - "Mag-sign in sa Google" - "Maghanap" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml deleted file mode 100644 index 83923bf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-tr/values-tr.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Eve gidiş yolunu göster" - "Yukarı git" - "Diğer seçenekler" - "Bitti" - "Tümünü göster" - "Bir uygulama seçin" - "KAPAT" - "AÇ" - "Alt+" - "Ctrl+" - "sil" - "enter" - "Function+" - "Meta+" - "Üst Karakter+" - "boşluk" - "Sym+" - "Menü+" - "Ara…" - "Sorguyu temizle" - "Arama sorgusu" - "Ara" - "Sorguyu gönder" - "Sesli arama" - "Şununla paylaş:" - "%s ile paylaş" - "Daralt" - "Etkinleştir" - "Google Play hizmetlerini etkinleştirmezseniz %1$s çalışmaz." - "Google Play hizmetlerini etkinleştirin" - "Yükle" - "%1$s, şu anda cihazınızda bulunmayan Google Play hizmetleri olmadan çalışmaz." - "Google Play hizmetlerini edinin" - "Google Play hizmetlerinin kullanılabilirliği" - "Google Play Hizmetleri hatası" - "%1$s, Google Play hizmetleriyle ilgili sorun yaşıyor. Lütfen tekrar deneyin." - "%1$s, Google Play hizmetleri olmadan çalışmaz ve bu hizmetler cihazınız tarafından desteklenmiyor." - "Güncelle" - "Google Play hizmetlerini güncellemezseniz %1$s çalışmayacak." - "Google Play hizmetlerini güncelleyin" - "%1$s, şu anda güncellenmekte olan Google Play hizmetleri olmadan çalışmaz." - "Google Play hizmetlerinin yeni sürümü gerekiyor. Kendisini kısa süre içinde güncelleyecektir." - "Telefonda aç" - "Oturum aç" - "Google\'da oturum aç" - "Ara" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml deleted file mode 100644 index 958be6d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uk/values-uk.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Перейти на головну" - "Перейти вгору" - "Більше опцій" - "Готово" - "Показати всі" - "Вибрати програму" - "ЗНИЖКА" - "УВІМК." - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "пробіл" - "Sym+" - "Menu+" - "Введіть пошуковий запит…" - "Очистити запит" - "Пошуковий запит" - "Пошук" - "Наіслати запит" - "Голосовий пошук" - "Поділитися:" - "Поділитися через додаток %s" - "Згорнути" - "Увімкнути" - "Додаток %1$s не працюватиме, якщо не ввімкнути сервіси Google Play." - "Увімкнути сервіси Google Play" - "Установити" - "Додаток %1$s не працюватиме без сервісів Google Play, яких немає на вашому пристрої." - "Установити сервіси Google Play" - "Доступність сервісів Google Play" - "Помилка сервісів Google Play" - "У додатку %1$s виникла проблема із сервісами Google Play. Повторіть спробу." - "Додаток %1$s не працюватиме без сервісів Google Play, які не підтримуються на вашому пристрої." - "Оновити" - "Додаток %1$s не працюватиме, якщо не оновити сервіси Google Play." - "Оновіть сервіси Google Play" - "Додаток %1$s не працюватиме без сервісів Google Play, які зараз оновлюються." - "Потрібна нова версія сервісів Google Play. Вони невдовзі оновляться." - "Відкрити на телефоні" - "Увійти" - "Увійти в облік. запис Google" - "Пошук" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml deleted file mode 100644 index d9a035a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-ur/values-ur.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "گھر کی طرف نیویگیٹ کریں" - "اوپر نیویگیٹ کریں" - "مزید اختیارات" - "ہو گیا" - "سبھی دیکھیں" - "ایک ایپ منتخب کریں" - "آف" - "آن" - "Alt+‎" - "Ctrl+‎" - "delete" - "enter" - "Function+‎" - "Meta+‎" - "Shift+‎" - "space" - "Sym+‎" - "Menu+‎" - "تلاش کریں…" - "استفسار صاف کریں" - "تلاش کا استفسار" - "تلاش کریں" - "استفسار جمع کرائیں" - "صوتی تلاش" - "اس کے ساتھ اشتراک کریں" - "%s کے ساتھ اشتراک کریں" - "سکیڑیں" - "فعال کریں" - "‏جب تک آپ Google Play سروسز فعال نہیں کر لیتے، %1$s کام نہیں کرے گی۔" - "‏Google Play سروسز فعال کریں" - "انسٹال کریں" - "‏%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو آپ کے آلہ سے غائب ہیں۔" - "‏Google Play سروسز حاصل کریں" - "‏Google Play سروسز کی دستیابی" - "‏Google Play سروسز کی خرابی" - "‏%1$s کو Google Play سروسز کے ساتھ مسئلہ پیش آ رہا ہے۔ براہ کرم دوبارہ کوشش کریں۔" - "‏%1$s Google Play سروسز کے بغیر نہیں چلے گی، جن کی آپ کا آلہ معاونت نہیں کرتا۔" - "اپ ڈیٹ کریں" - "‏جب تک آپ Google Play سروسز اپ ڈیٹ نہیں کر لیتے ہیں %1$s تب تک نہیں چلے گی۔" - "‏Google Play سروسز اپ ڈیٹ کریں" - "‏%1$s Google Play سروسز کے بغیر نہیں چلے گی، جو فی الحال اپ ڈیٹ ہو رہی ہیں۔" - "‏Google Play سروسز کے نئے ورژن کی ضرورت ہے۔ یہ تھوڑی دیر میں خود ہی اپنے آپ کو اپ ڈیٹ کر لے گا۔" - "فون پر کھولیں" - "سائن ان کریں" - "‏Google کے ساتھ سائن ان کریں" - "تلاش کریں" - "+999" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml deleted file mode 100644 index d059967..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-uz/values-uz.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Boshiga o‘tish" - "Yopish" - "Yana" - "OK" - "Hammasi" - "Ilovani tanlang" - "YOQILMAGAN" - "YONIQ" - "Alt+" - "Ctrl+" - "Delete" - "Enter" - "Fn+" - "Meta+" - "Shift+" - "Probel" - "Sym+" - "Menyu+" - "Qidirish…" - "So‘rovni o‘chirish" - "Qidiruv so‘rovi" - "Qidiruv" - "So‘rov yaratish" - "Ovozli qidiruv" - "Ulashish" - "%s orqali ulashish" - "Yig‘ish" - "Yoqish" - "Google Play xizmatlari yoqilmaguncha, %1$s ishlamaydi." - "Google Play xizmatlarini yoqish" - "O‘rnatish" - "%1$s ishlashi uchun qurilmangizda Google Play xizmatlarini o‘rnatish lozim." - "Google Play xizmatlarini o‘rnatish" - "Google Play xizmatlarining mavjudligi" - "Google Play xizmatlari xatosi" - "%1$s ilovasini Google Play xizmatlariga ulab bo‘lmadi. Qaytadan urinib ko‘ring." - "%1$s ilovasi Google Play xizmatlarisiz ishlamaydi, biroq qurilmangiz ularni qo‘llab-quvvatlamaydi." - "Yangilash" - "Google Play xizmatlari yangilanmaguncha, %1$s ishga tushmaydi." - "Google Play xizmatlarini yangilash" - "%1$s ilovasining ishlashi uchun zarur Google Play xizmatlari hozirda yangilanmoqda." - "Google Play xizmatlarining yangi versiyasi zarur. U o‘zini qisqa vaqt ichida yangilaydi." - "Telefonda ochish" - "Kirish" - "Google orqali kirish" - "Qidiruv" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml deleted file mode 100644 index 5ee2feb..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v16/values-v16.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - 4dp - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml deleted file mode 100644 index f85a197..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v17/values-v17.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml deleted file mode 100644 index 7dad77f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v18/values-v18.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - 0px - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml deleted file mode 100644 index bfb2be0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml +++ /dev/null @@ -1,364 +0,0 @@ - - - @color/androidx_core_secondary_text_default_material_light - 0dp - 1dp - 0.48 - 0.48 - 0.16 - 0.48 - 0.24 - 0.24 - 0.08 - 0.24 - 0dp - 0dp - 12dp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml deleted file mode 100644 index 1ad118e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v22/values-v22.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml deleted file mode 100644 index a893193..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v23/values-v23.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - false - true - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml deleted file mode 100644 index f9b3c08..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v24/values-v24.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml deleted file mode 100644 index 4c30667..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v26/values-v26.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml deleted file mode 100644 index e39bed5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-vi/values-vi.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Chỉ đường về nhà" - "Di chuyển lên" - "Tùy chọn khác" - "Xong" - "Xem tất cả" - "Chọn một ứng dụng" - "TẮT" - "BẬT" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Menu+" - "Tìm kiếm…" - "Xóa truy vấn" - "Truy vấn tìm kiếm" - "Tìm kiếm" - "Gửi truy vấn" - "Tìm kiếm bằng giọng nói" - "Chia sẻ với" - "Chia sẻ với %s" - "Thu gọn" - "Bật" - "%1$s sẽ không hoạt động nếu bạn không bật dịch vụ của Google Play." - "Bật dịch vụ của Google Play" - "Cài đặt" - "%1$s sẽ không chạy nếu không có dịch vụ của Google Play. Thiết bị của bạn bị thiếu dịch vụ này." - "Cài đặt dịch vụ của Google Play" - "Phạm vi cung cấp các dịch vụ của Google Play" - "Lỗi dịch vụ của Google Play" - "%1$s đang gặp sự cố với các dịch vụ của Google Play. Hãy thử lại." - "%1$s sẽ không chạy nếu không có các dịch vụ của Google Play. Thiết bị của bạn không hỗ trợ các dịch vụ này." - "Cập nhật" - "%1$s sẽ không chạy trừ khi bạn cập nhật Dịch vụ của Google Play." - "Cập nhật dịch vụ của Google Play" - "%1$s sẽ không chạy nếu không có dịch vụ của Google Play. Dịch vụ này hiện đang cập nhật." - "Cần phiên bản mới của dịch vụ Google Play. Dịch vụ sẽ sớm tự động cập nhật." - "Mở trên điện thoại" - "Đăng nhập" - "Đăng nhập bằng Google" - "Tìm kiếm" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml deleted file mode 100644 index fa14e49..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w360dp-port-v13/values-w360dp-port-v13.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - 4dp - 18dp - 40dp - 2dp - 2dp - 40dp - 40dp - 4dp - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml deleted file mode 100644 index e8cf2fe..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-w480dp-port-v13/values-w480dp-port-v13.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - 0dp - 22dp - 48dp - 2dp - 2dp - 48dp - 48dp - 0dp - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml deleted file mode 100644 index 2d85812..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v20/values-watch-v20.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml deleted file mode 100644 index deecc9e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml deleted file mode 100644 index b499d2c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - 60% - 90% - 50% - 70% - 45% - 72% - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml deleted file mode 100644 index 3f65f6a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rCN/values-zh-rCN.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "转到首页" - "转到上一层级" - "更多选项" - "完成" - "查看全部" - "选择应用" - "关闭" - "开启" - "Alt+" - "Ctrl+" - "Delete 键" - "Enter 键" - "Fn+" - "Meta+" - "Shift+" - "空格键" - "Sym+" - "Menu+" - "搜索…" - "清除查询" - "搜索查询" - "搜索" - "提交查询" - "语音搜索" - "分享对象" - "与%s分享" - "收起" - "启用" - "您必须先启用 Google Play 服务,然后才能运行%1$s。" - "启用 Google Play 服务" - "安装" - "您的设备没有安装 Google Play 服务,因此无法运行%1$s。" - "获取 Google Play 服务" - "Google Play 服务的适用范围" - "Google Play服务出错" - "%1$s无法访问 Google Play 服务,请重试。" - "您的设备不支持 Google Play 服务,因此无法运行%1$s。" - "更新" - "您必须先更新 Google Play 服务,然后才能运行%1$s。" - "更新 Google Play 服务" - "Google Play 服务当前正在更新,因此您无法运行%1$s。" - "必须使用新版 Google Play 服务。该服务很快就会自行更新。" - "在手机上打开" - "登录" - "使用 Google 帐号登录" - "搜索" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml deleted file mode 100644 index 967741c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rHK/values-zh-rHK.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "瀏覽主頁" - "向上瀏覽" - "更多選項" - "完成" - "查看全部" - "選擇應用程式" - "關閉" - "開啟" - "Alt +" - "Ctrl +" - "刪除" - "Enter 鍵" - "Fn +" - "Meta +" - "Shift +" - "空白鍵" - "Sym +" - "Menu +" - "搜尋…" - "清除查詢" - "搜尋查詢" - "搜尋" - "提交查詢" - "語音搜尋" - "分享對象" - "使用「%s」分享" - "收合" - "啟用" - "您必須啟用 Google Play 服務,方可執行「%1$s」。" - "啟用 Google Play 服務" - "安裝" - "您的裝置尚未安裝 Google Play 服務,因此無法執行「%1$s」。" - "安裝 Google Play 服務" - "Google Play 服務的適用範圍" - "Google Play 服務錯誤" - "「%1$s」存取 Google Play 服務時發生問題。請稍後再試一次。" - "您的裝置不支援 Google Play 服務,因此無法執行「%1$s」。" - "更新" - "您必須更新「Google Play 服務」,才能執行 %1$s。" - "更新 Google Play 服務" - "正在更新 Google Play 服務,更新完成後方可執行「%1$s」。" - "需要使用新版本的 Google Play 服務。更新會即將自動開始。" - "在手機開啟" - "登入" - "透過 Google 登入" - "搜尋" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml deleted file mode 100644 index 780c3c3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zh-rTW/values-zh-rTW.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "瀏覽首頁" - "向上瀏覽" - "更多選項" - "完成" - "查看全部" - "選擇應用程式" - "關閉" - "開啟" - "Alt +" - "Ctrl +" - "Delete 鍵" - "Enter 鍵" - "Fn +" - "Meta +" - "Shift +" - "空格鍵" - "Sym +" - "Menu +" - "搜尋…" - "清除查詢" - "搜尋查詢" - "搜尋" - "提交查詢" - "語音搜尋" - "分享對象" - "與「%s」分享" - "收合" - "啟用" - "您必須啟用 Google Play 服務,才能執行「%1$s」。" - "啟用 Google Play 服務" - "安裝" - "您的裝置並未安裝 Google Play 服務,因此無法執行「%1$s」。" - "取得 Google Play 服務" - "Google Play 服務可用性" - "Google Play 服務發生錯誤" - "「%1$s」無法存取 Google Play 服務,請再試一次。" - "您的裝置不支援 Google Play 服務,因此無法執行「%1$s」。" - "更新" - "您必須更新 Google Play 服務,才能執行「%1$s」。" - "更新 Google Play 服務" - "執行「%1$s」所需的 Google Play 服務正在更新。" - "必須使用新版 Google Play 服務。該服務稍後就會自動更新。" - "在手機上開啟" - "登入" - "使用 Google 帳戶登入" - "搜尋" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml deleted file mode 100644 index 6f63ca0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-zu/values-zu.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - "Zulazulela ekhaya" - "Zulazulela phezulu" - "Ezinye izinketho" - "Kwenziwe" - "Buka konke" - "Khetha insiza" - "VALA" - "VULA" - "Alt+" - "Ctrl+" - "delete" - "enter" - "Function+" - "Meta+" - "Shift+" - "space" - "Sym+" - "Imenyu+" - "Sesha…" - "Sula inkinga" - "Sesha umbuzo" - "Sesha" - "Thumela umbuzo" - "Ukusesha ngezwi" - "Yabelana no" - "Yabelana ne-%s" - "Goqa" - "Nika amandla" - "I-%1$s ngeke isebenze ngaphandle kokuthi unike amandla amasevisi we-Google Play." - "Nika amandla amasevisi we-Google Play" - "Faka" - "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, angekho kusukela kudivayisi yakho." - "Thola amasevisi we-Google Play" - "Ukungatholakali kwamasevisi e-Google Play" - "Iphutha lamasevisi we-Google Play" - "%1$s inenkinga ngamasevisi e-Google Play. Sicela uzame futhi." - "%1$s ngeke isebenze ngaphandle kwamasevisi e-Google Play, angasekelwa idivayisi yakho." - "Isibuyekezo" - "I-%1$s ngeke ize iqalise ngaphandle kokuthi ubuyekeze i-Google Play." - "Buyekeza amasevisi we-Google Play" - "I-%1$s ngeke ize iqalise ngaphandle kwamasevisi we-Google Play, okwamanje abuyekezwayo." - "Kudingeka inguqulo entsha yamasevisi we-Google Play. Izozibuyekeza ngokwayo maduze." - "Vula kufoni" - "Ngena ngemvume" - "Ngena ngemvume nge-Google" - "Sesha" - "999+" - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml deleted file mode 100644 index b979d24..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml +++ /dev/null @@ -1,7192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - true - true - true - false - false - true - false - false - false - #ff000000 - #ffffffff - #7fa87f - @android:color/black - @android:color/black - @color/material_deep_teal_200 - @color/material_deep_teal_500 - #1f000000 - #8a000000 - @color/material_grey_800 - @android:color/white - @color/material_grey_850 - @color/material_grey_50 - #80ffffff - #80000000 - @color/bright_foreground_material_light - @color/bright_foreground_material_dark - @android:color/white - @android:color/black - #ff5a595b - #ffd6d7d7 - #FF424242 - #FFFFFFFF - #03000000 - #37000000 - #ffffffff - #eecc0000 - @android:color/white - #1F000000 - @android:color/black - @android:color/white - #90000000 - #1F000000 - #90000000 - #DE000000 - #14000000 - #121212 - #CF6679 - #FFFFFF - #000000 - #000000 - #000000 - #FFFFFF - #BB86FC - #000000 - #3700B3 - #03DAC6 - #03DAC6 - #121212 - #FFFFFF - #B00020 - #000000 - #FFFFFF - #FFFFFF - #000000 - #000000 - #6200EE - #3700B3 - #3700B3 - #03DAC6 - #018786 - #FFFFFF - @android:color/transparent - #14000000 - #44000000 - #0A000000 - #0F000000 - #1AFFFFFF - #2EFFFFFF - #323232 - #80bebebe - #80323232 - #ffbebebe - #ff323232 - #ff7043 - #ff5722 - @android:color/white - @android:color/black - #6680cbc4 - #66009688 - #ff37474f - #ff263238 - #ff21272b - #ff80cbc4 - #ff008577 - #fff5f5f5 - #ffe0e0e0 - #fffafafa - #ff757575 - #ff424242 - #ff303030 - #ff212121 - #61000000 - #00ffffff - #52000000 - #6B000000 - #1F000000 - #0A000000 - #00000000 - #DE000000 - #ffffffff - #ff9e9e9e - @android:color/black - @color/material_grey_600 - @color/material_grey_900 - @color/material_grey_100 - #ffffffff - #de000000 - #4Dffffff - #39000000 - #33ffffff - #1f000000 - #b3ffffff - #8a000000 - #36ffffff - #24000000 - #ff616161 - #ffbdbdbd - #ffbdbdbd - #fff1f1f1 - #e6616161 - #e6FFFFFF - 16dp - 72dp - 56dp - 0dp - 0dp - 4dp - 16dp - 10dp - 6dp - 48dp - 180dp - 5dp - -3dp - 48dp - 48dp - 36dp - 48dp - 48dp - @dimen/abc_control_inset_material - 6dp - 8dp - @dimen/abc_control_padding_material - 720dp - 320dp - 2dp - 4dp - 4dp - 2dp - 80% - 100% - 320dp - 320dp - 8dp - 8dp - 65% - 95% - 24dp - 18dp - 8dp - 0.30 - 0.26 - 32dip - 8dip - 8dip - 7dp - 4dp - 10dp - 16dp - 80dp - 64dp - 48dp - @dimen/abc_action_bar_content_inset_material - 296dp - 4dp - 48dip - 320dip - 2dp - 2dp - 20dp - 48dp - 36dp - 16dp - 3dp - 14sp - 14sp - 14sp - 12sp - 34sp - 45sp - 56sp - 112sp - 24sp - 22sp - 18sp - 14sp - 16sp - 14sp - 16sp - 16dp - 20sp - 20dp - 16dp - 16dp - 20dp - 1dp - 2dp - 2dp - 4dp - 6dp - 8dp - 4dp - 2dp - 320dp - 320dp - 100dp - 4dp - 168dp - 96dp - 14sp - 8dp - 56dp - 24dp - 96dp - 56dp - 8dp - 1dp - 12sp - 8dp - 16dp - 64dp - 0.5dp - 6dp - 24dp - 40dp - 56dp - 6dp - 6dp - 16dp - 32dp - 24dp - 16dp - 32dp - 280dp - 8dp - 8dp - 128dp - 1.0 - 0dp - 6dp - 0dp - -1px - -1px - 12dp - 14dp - 24dp - 14sp - 264dp - 72dp - 14sp - 12sp - 5dp - 0.30 - 0.26 - 8dp - 0dp - 50dp - 0.26 - 0.20 - 0.12 - 0.50 - 0.38 - 0.70 - 0.54 - 20dp - 800dp - 120dp - 230dp - 0.38 - 0.87 - 0.6 - 200px - 100px - 80dp - 24dp - 24dp - 80dp - 24dp - 4dp - 4dp - 4dp - 6dp - 10sp - 8dp - 60dp - 16dp - 5dp - 8dp - 0dp - 56dp - 4dp - 64dp - 0dp - 0dp - 2dp - 2dp - 2dp - 12dp - 8dp - 6dp - 0.07 - 4dp - 16dp - 16dp - 4dp - 6dp - 1dp - 4dp - 8dp - 8dp - 14sp - 0dp - 52dp - 8dp - 0dp - 12dp - 15dp - 32dp - 3dp - 1dp - 1dp - 36dp - 24dp - 16dp - 12dp - 4dp - 1dp - 120dp - 128dp - 32dp - 12dp - 8dp - 24dp - 0dp - 480dp - 2dp - 0dp - 4dp - 48dp - 4dp - 8dp - 104dp - 20dp - 24dp - 100dp - 16dp - 28dp - 68dp - 18dp - 52dp - 8dp - 8dp - 88dp - 8dp - 24dp - 4dp - 5dp - 1dp - 8dp - 3dp - 14sp - 8dp - -8dp - 8dp - 12dp - 24dp - 0dp - 0dp - 6dp - 20dp - 24dp - 24dp - 16dp - 48dp - 120dp - 20dp - 16dp - 12dp - 0dp - 2dp - 6dp - 6dp - 48dp - 2dp - 6dp - 0.00 - 0.24 - 0.08 - 0.24 - 100dp - 0.00 - 0.12 - 0.04 - 0.12 - 48dp - 0dp - 22dp - 14dp - 24dp - 8dp - 4dp - 0dp - 4dp - 4dp - 0.5 - 4dp - 0.8 - 8dp - 4dp - 4dp - 0dp - 4dp - 1dp - 2dp - 4dp - 16dp - 4dp - 56dp - 32dp - 13sp - 12dp - 8dp - 64dp - 64dp - 10dp - @dimen/notification_content_margin_start - 16dp - 2dp - 3dp - 24dp - 13sp - 10dp - 5dp - 48dp - 52dp - 2dp - 16dp - 8dp - 8dp - 96dp - 6.5dp - 0dp - 16dp - #3333B5E5 - #0cffffff - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 220 - 150 - 150 - 150 - 127 - 150 - 2 - 300 - 12451000 - 320 - 4 - 100 - 100 - 1 - 1 - 3 - 75 - 120 - 100 - 250 - 8081 - 8081 - 200 - 999 - - %d new notification - %d new notifications - - Navigate home - Navigate up - More options - Done - See all - Choose an app - OFF - ON - Alt+ - Ctrl+ - delete - enter - Function+ - Meta+ - Shift+ - space - Sym+ - Menu+ - Search… - Clear query - Search query - Search - Submit query - Voice search - Share with - Share with %s - Collapse - Alert - androidx.startup - juspayIntegrationExampleRN - com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior - 1.0rc1 - false - com.google.android.material.bottomsheet.BottomSheetBehavior - 20 - Change Bundle Location - Copy\n - Debug - Debug with Chrome - Stop Chrome Debugging - Connecting to debugger... - Failed to connect to debugger! - Open Debugger - Stop Debugging - Open React DevTools - Dismiss\n(ESC) - Capture Heap - Enable Fast Refresh - Disabling Fast Refresh because it requires a development bundle. - Switching to development bundle in order to enable Fast Refresh. - Disable Fast Refresh - Show Element Inspector - Hide Element Inspector - Loading from %1$s… - Failed to open Flipper. Please check that Metro is running. - Show Perf Monitor - Hide Perf Monitor - Reload - Reload\n(R,\u00A0R) - Failed to load bundle. Try restarting the bundler or reconnecting your device. - Report - Disable Sampling Profiler - Enable Sampling Profiler - Settings - Debug Settings - Characters entered %1$d of %2$d - Character limit exceeded %1$d of %2$d - %1$d / %2$d - 2.0rc1 - Chip text - Clear text - Combo Box - Enable - %1$s won\'t work unless you enable Google Play services. - Enable Google Play services - Install - %1$s won\'t run without Google Play services, which are missing from your device. - Get Google Play services - Google Play services availability - Google Play services error - %1$s is having trouble with Google Play services. Please try again. - %1$s won\'t run without Google Play services, which are not supported by your device. - Update - %1$s won\'t run unless you update Google Play services. - Update Google Play services - %1$s won\'t run without Google Play services, which are currently updating. - New version of Google Play services needed. It will update itself shortly. - Open on phone - Sign in - Sign in with Google - https://assets.juspay.in/juspay/payments/2.0/release/v1-config.zip - 1 - 0.2.70 - 2.0rc1 - Error - Show dropdown menu - com.google.android.material.transformation.FabTransformationScrimBehavior - com.google.android.material.transformation.FabTransformationSheetBehavior - godel - - 2.0rc1 - 2.1.12 - Heading - com.google.android.material.behavior.HideBottomViewOnScrollBehavior - - 2.1.12 - 1 - 2.0rc1 - 2.0.1_1 - Dialog Icon - Image - Button, Image - true - Juspay-Android-Library - 3.1.2 - picasso - https://logs.juspay.in/godel/analytics - https://debug.logs.juspay.net/godel/analytics - v1 - Link - 2.0.1 - Menu - Menu Bar - Menu Item - New notification - Remove %1$s - %1$d%2$s - Change to next month - Change to previous month - Current selection: %1$s - @android:string/cancel - @android:string/ok - %1$s - Select a Date - Selected date - Column of days: %1$s - Invalid format. - Example: %1$s - Use: %1$s - Invalid range. - Navigate to year %1$s - Out of range: %1$s - Start date – %1$s - %1$s – End date - %1$s – %2$s - Select a Date Range - Start date – End date - Save - Date - End date - Start date - d - m - y - Switch to calendar input mode - Tap to switch to selecting a day - Switch to text input mode - Tap to switch to selecting a year - Show password - hyper-sdk - M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z - M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z - M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z - M3.27,4.27 L19.74,20.74 - 1.0 - Progress Bar - Radio Group - 0 - 2.0rc1 - Tab - Scroll Bar - Search - Spin Button - busy - collapsed - expanded - mixed - off - on - unselected - 999+ - Summary - Tab List - Timer - Tool Bar - 2.0rc1 - true - 2.0rc1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml deleted file mode 100644 index d9b6502..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml +++ /dev/null @@ -1,8321 +0,0 @@ - -androidx.startup#FF424242#FFFFFFFF#03000000#37000000 - - - - - - - - - - - - - - - - - - - - - - - - - - - 1dp2dp2dp2.1.12@color/androidx_core_secondary_text_default_material_light0dp0dp12dp"999+""999+"">999""999+"4dp"999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""९९९+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+""999+"#1f000000#8a000000#ffffffff#ff9e9e9e4dp6dp8dp4dp2dp320dp320dp32dp13sp12dp8dp64dp64dp10dp@dimen/notification_content_margin_start16dp2dp3dp24dp13sp10dp5dp#3333B5E5#0cffffff999999+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 20dp - - - - - - - - - - - - - truetruefalsefalsefalsetrue24dp80dp64dp8dp8dp580dp16dp20dp"Navigați la ecranul de pornire""Navigați în sus""Mai multe opțiuni""Gata""Afișați tot""Alegeți o aplicație""DEZACTIVAT""ACTIVAT""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Meniu+""Căutați…""Ștergeți interogarea""Termen de căutare""Căutați""Trimiteți interogarea""Căutare vocală""Trimiteți la""Trimiteți folosind %s""Restrângeți""Căutați""హోమ్‌కు నావిగేట్ చేస్తుంది""పైకి నావిగేట్ చేస్తుంది""మరిన్ని ఎంపికలు""పూర్తయింది""అన్నీ చూడండి""యాప్‌ను ఎంచుకోండి""ఆఫ్""ఆన్""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""స్పేస్""Sym+""Menu+""వెతకండి…""ప్రశ్నను తీసివేస్తుంది""శోధన ప్రశ్న""సెర్చ్""ప్రశ్నని సమర్పిస్తుంది""వాయిస్ శోధన""వీరితో షేర్ చేస్తుంది""%sతో షేర్ చేస్తుంది""కుదిస్తుంది""సెర్చ్"0px"Перейти на главный экран""Перейти вверх""Ещё""Готово""Показать все""Выберите приложение""ВЫКЛ""ВКЛ""Alt +""Ctrl +""Delete""Ввод""Fn +""Meta +""Shift +""Пробел""Sym +""Меню +""Введите запрос""Удалить запрос""Поисковый запрос""Поиск""Отправить запрос""Голосовой поиск""Поделиться с помощью""Поделиться с помощью %s""Свернуть""Поиск""Mag-navigate sa home""Mag-navigate pataas""Higit pang opsyon""Tapos na""Tingnan lahat""Pumili ng app""I-OFF""I-ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Maghanap…""I-clear ang query""Query sa paghahanap""Maghanap""Isumite ang query""Paghahanap gamit ang boses""Ibahagi sa/kay""Ibahagi gamit ang %s""I-collapse""Maghanap""瀏覽首頁""向上瀏覽""更多選項""完成""查看全部""選擇應用程式""關閉""開啟""Alt +""Ctrl +""Delete 鍵""Enter 鍵""Fn +""Meta +""Shift +""空格鍵""Sym +""Menu +""搜尋…""清除查詢""搜尋查詢""搜尋""提交查詢""語音搜尋""分享對象""與「%s」分享""收合""搜尋""Portami a casa""Torna indietro""Altre opzioni""Fine""Mostra tutto""Scelta di un\'app""OFF""ON""ALT +""CTRL +""CANC""INVIO""FUNZIONE +""META +""MAIUSC +""SPAZIO""SYM +""MENU +""Cerca…""Cancella query""Query di ricerca""Cerca""Invia query""Ricerca vocale""Condividi con""Condividi tramite %s""Comprimi""Cerca""Navega fins a la pàgina d\'inici""Navega cap amunt""Més opcions""Fet""Mostra-ho tot""Selecciona una aplicació""DESACTIVA""ACTIVA""Alt+""Ctrl+""Supr""Retorn""Funció+""Meta+""Maj+""Espai""Sym+""Menú+""Cerca…""Esborra la consulta""Consulta de cerca""Cerca""Envia la consulta""Cerca per veu""Comparteix amb""Comparteix amb %s""Replega""Cerca""Fara heim""Fara upp""Fleiri valkostir""Lokið""Sjá allt""Veldu forrit""SLÖKKT""KVEIKT""Alt+""Ctrl+""eyða""enter""Aðgerðarlykill+""Meta+""Shift+""bilslá""Sym+""Valmynd+""Leita…""Hreinsa fyrirspurn""Leitarfyrirspurn""Leit""Senda fyrirspurn""Raddleit""Deila með""Deila með %s""Minnka""Leit""Přejít na plochu""Přejít nahoru""Další možnosti""Hotovo""Zobrazit vše""Vybrat aplikaci""VYP""ZAP""Alt+""Ctrl+""delete""enter""Fn+""Meta+""Shift+""mezerník""Sym+""Menu+""Vyhledat…""Smazat dotaz""Dotaz pro vyhledávání""Hledat""Odeslat dotaz""Hlasové vyhledávání""Sdílet s""Sdílet s aplikací %s""Sbalit""Hledat""转到首页""转到上一层级""更多选项""完成""查看全部""选择应用""关闭""开启""Alt+""Ctrl+""Delete 键""Enter 键""Fn+""Meta+""Shift+""空格键""Sym+""Menu+""搜索…""清除查询""搜索查询""搜索""提交查询""语音搜索""分享对象""与%s分享""收起""搜索""Tunjukkan jalan ke rumah""Kembali ke atas""Opsi lain""Selesai""Lihat semua""Pilih aplikasi""NONAKTIF""AKTIF""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""spasi""Sym+""Menu+""Telusuri...""Hapus kueri""Telusuri kueri""Telusuri""Kirim kueri""Penelusuran suara""Bagikan dengan""Bagikan dengan %s""Ciutkan""Telusuri""ホームに戻る""前に戻る""その他のオプション""完了""すべて表示""アプリの選択""OFF""ON""Alt+""Ctrl+""Delete""Enter""Function+""Meta+""Shift+""Space""Sym+""Menu+""検索…""検索キーワードを削除""検索キーワード""検索""検索キーワードを送信""音声検索""共有""%sと共有""折りたたむ""検索""Πλοήγηση στην αρχική σελίδα""Πλοήγηση προς τα επάνω""Περισσότερες επιλογές""Τέλος""Εμφάνιση όλων""Επιλέξτε μια εφαρμογή""ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ""ΕΝΕΡΓΟΠΟΙΗΣΗ""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""διάστημα""Sym+""Menu+""Αναζήτηση…""Διαγραφή ερωτήματος""Ερώτημα αναζήτησης""Αναζήτηση""Υποβολή ερωτήματος""Φωνητική αναζήτηση""Κοινοποίηση σε""Κοινοποίηση στην εφαρμογή %s""Σύμπτυξη""Αναζήτηση""นำทางไปหน้าแรก""กลับ""ตัวเลือกอื่น""เสร็จ""ดูทั้งหมด""เลือกแอป""ปิด""เปิด""Alt+""Ctrl+""ลบ""Enter""Function+""Meta+""Shift+""Space""Sym+""เมนู+""ค้นหา…""ล้างคำค้นหา""คำค้นหา""ค้นหา""ส่งคำค้นหา""ค้นหาด้วยเสียง""แชร์กับ""แชร์ทาง %s""ยุบ""ค้นหา""پیمایش به صفحه اصلی""رفتن به بالا""گزینه‌های بیشتر""تمام""دیدن همه""انتخاب برنامه""خاموش""روشن""‎Alt+‎""‎Ctrl+‎""حذف""enter""‎Function+‎""‎Meta+‎""‎Shift+‎""فاصله""‎Sym+‎""منو+""جستجو…‏""پاک کردن پُرسمان""درخواست جستجو""جستجو""ارسال پُرسمان""جستجوی گفتاری""هم‌رسانی با""هم‌رسانی با %s""کوچک کردن""جستجو""Eiti į pagrindinį puslapį""Naršyti aukštyn""Daugiau parinkčių""Atlikta""Žr. viską""Pasirinkite programą""IŠJUNGTI""ĮJUNGTI""„Alt“ +""„Ctrl“ +""„delete“""„enter“""„Function“ +""„Meta“ +""„Shift“ +""„space“""„Sym“ +""„Menu“ +""Ieškoti…""Išvalyti užklausą""Paieškos užklausa""Ieškoti""Pateikti užklausą""Paieška balsu""Bendrinti su""Bendrinti naudojant programą „%s“""Sutraukti""Ieškoti""ହୋମ୍ ପେଜ୍‌କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ""ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ""ଅଧିକ ବିକଳ୍ପ""ହୋଇଗଲା""ସବୁ ଦେଖନ୍ତୁ""ଗୋଟିଏ ଆପ୍‍ ବାଛନ୍ତୁ""ବନ୍ଦ""ଅନ୍""Alt+""Ctrl+""ଡିଲିଟ୍‍""ଏଣ୍ଟର୍""Function+""Meta+""Shift+""ସ୍ପେସ୍‍""Sym+""ମେନୁ""ସର୍ଚ୍ଚ କରନ୍ତୁ…""କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ""ସର୍ଚ୍ଚ କ୍ୱେରୀ""Search""କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ""ଭଏସ୍‌ ସର୍ଚ୍ଚ""ଏହାଙ୍କ ସହ ସେୟାର୍‌ କରନ୍ତୁ""%s ସହ ସେୟାର୍‍ କରନ୍ତୁ""ସଂକୁଚିତ କରନ୍ତୁ""Search""Joan orri nagusira""Joan gora""Aukera gehiago""Eginda""Ikusi guztiak""Aukeratu aplikazio bat""DESAKTIBATU""AKTIBATU""Alt +""Ktrl +""ezabatu""sartu""Funtzioa +""Meta +""Maius +""zuriunea""Sym +""Menua +""Bilatu…""Garbitu kontsulta""Bilaketa-kontsulta""Bilatu""Bidali kontsulta""Ahozko bilaketa""Partekatu honekin""Partekatu %s aplikazioarekin""Tolestu""Bilatu""ກັບໄປໜ້າຫຼັກ""ເລື່ອນຂຶ້ນເທິງ""ຕົວເລືອກເພີ່ມເຕີມ""ແລ້ວໆ""ເບິ່ງທັງໝົດ""ເລືອກແອັບ""ປິດ""ເປີດ""Alt+""Ctrl+""ລຶບ""enter""Function+""Meta+""Shift+""ຍະຫວ່າງ""Sym+""Menu+""ຊອກຫາ…""ລຶບຂໍ້ຄວາມຊອກຫາ""ຄຳສຳລັບຄົ້ນຫາ""ຊອກຫາ""ສົ່ງຂໍ້ມູນ""ຊອກຫາດ້ວຍສຽງ""ແບ່ງປັນກັບ""ແບ່ງປັນດ້ວຍ %s""ຫຍໍ້ລົງ""ຊອກຫາ""ניווט לדף הבית""ניווט למעלה""עוד אפשרויות""סיום""הצגת הכול""בחירת אפליקציה""כבוי""מופעל""Alt+""Ctrl+‎""מחיקה""Enter""Function+""Meta+""Shift+""רווח""Sym+""תפריט+""חיפוש…""מחיקת השאילתה""שאילתת חיפוש""חיפוש""שליחת שאילתה""חיפוש קולי""שיתוף עם""שיתוף עם %s""כיווץ""חיפוש""Navigate home""Navigate up""More options""Done""See all""Choose an app""OFF""ON""Alt+""Ctrl+""delete""enter""Function+""Meta+""Shift+""space""Sym+""Menu+""Search…""Clear query""Search query""Search""Submit query""Voice search""Share with""Share with %s""Collapse""Search""Siirry etusivulle""Siirry ylös""Lisäasetukset""Valmis""Näytä kaikki""Valitse sovellus""POIS PÄÄLTÄ""PÄÄLLÄ""Alt+""Ctrl+""delete""enter""Fn+""Meta+""Vaihto+""välilyönti""Sym+""Valikko+""Haku…""Tyhjennä kysely""Hakukysely""Haku""Lähetä kysely""Puhehaku""Jaa…""Jaa: %s""Tiivistä""Haku"320dp0dp2dp24dp576dp320dp@dimen/design_snackbar_padding_vertical - 160dp64dp64dp10dp22dp48dp2dp2dp48dp20dp168dp0dp0dp22dp48dp2dp2dp48dp48dp0dp24dp24dp24dp24dp20dp4dp96dp0dp0dp104dp68dp28dp64dp32dp24dp32dp06true#14000000#121212#CF6679#FFFFFF#000000#000000#000000#FFFFFF#BB86FC#000000#3700B3#03DAC6#03DAC6#121212#FFFFFF#B00020#000000#FFFFFF#FFFFFF#000000#000000#6200EE#3700B3#3700B3#03DAC6#018786#FFFFFF@android:color/transparent#14000000#44000000#0A000000#0F000000#1AFFFFFF#2EFFFFFF#323232#61000000#00ffffff#52000000#6B000000#1F000000#0A000000#00000000#DE00000016dp16dp100dp4dp168dp96dp14sp8dp56dp24dp96dp56dp8dp1dp12sp8dp16dp64dp0.5dp6dp24dp40dp56dp6dp6dp16dp32dp24dp16dp32dp280dp8dp8dp128dp1.00dp6dp0dp-1px-1px12dp14dp24dp14sp264dp72dp14sp12sp5dp0.380.870.6200px100px80dp24dp24dp80dp24dp4dp4dp4dp6dp10sp8dp60dp16dp5dp8dp0dp56dp4dp64dp0dp0dp2dp2dp2dp12dp8dp6dp0.074dp16dp16dp4dp6dp1dp4dp8dp8dp14sp0dp52dp8dp0dp12dp15dp32dp3dp1dp1dp36dp24dp16dp12dp4dp1dp120dp128dp32dp12dp8dp24dp0dp480dp2dp0dp4dp48dp4dp8dp104dp20dp24dp100dp16dp28dp68dp18dp52dp8dp8dp88dp8dp24dp4dp5dp1dp8dp3dp14sp8dp-8dp8dp12dp24dp0dp0dp6dp20dp24dp24dp16dp48dp120dp20dp16dp12dp0dp2dp6dp6dp48dp2dp6dp0.000.240.080.24100dp0.000.120.040.1248dp0dp22dp14dp24dp8dp4dp0dp4dp4dp0.54dp0.88dp4dp4dp0dp4dp1dp2dp4dp16dp4dp56dp52dp1501502300320410010011375120100250200 - %d new notification - %d new notifications - com.google.android.material.appbar.AppBarLayout$ScrollingViewBehaviorcom.google.android.material.bottomsheet.BottomSheetBehaviorCharacters entered %1$d of %2$dCharacter limit exceeded %1$d of %2$d%1$d / %2$dChip textClear textErrorShow dropdown menucom.google.android.material.transformation.FabTransformationScrimBehaviorcom.google.android.material.transformation.FabTransformationSheetBehaviorcom.google.android.material.behavior.HideBottomViewOnScrollBehaviorDialog IconNew notificationRemove %1$s%1$d%2$sChange to next monthChange to previous monthCurrent selection: %1$s@android:string/cancel@android:string/ok%1$sSelect a DateSelected dateColumn of days: %1$sInvalid format.Example: %1$sUse: %1$sInvalid range.Navigate to year %1$sOut of range: %1$sStart date – %1$s%1$s – End date%1$s – %2$sSelect a Date RangeStart date – End dateSaveDateEnd dateStart datedmySwitch to calendar input modeTap to switch to selecting a daySwitch to text input modeTap to switch to selecting a yearShow passwordM12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3zM2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 ZM2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 ZM3.27,4.27 L19.74,20.74 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 24dp24dp24dp24dp4dp18dp40dp2dp2dp40dp40dp4dp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #ffffffff#eecc000080818081AlertChange Bundle LocationCopy\nDebugDebug with ChromeStop Chrome DebuggingConnecting to debugger...Failed to connect to debugger!Open DebuggerStop DebuggingOpen React DevToolsDismiss\n(ESC)Capture HeapEnable Fast RefreshDisabling Fast Refresh because it requires a development bundle.Switching to development bundle in order to enable Fast Refresh.Disable Fast RefreshShow Element InspectorHide Element InspectorLoading from %1$s…Failed to open Flipper. Please check that Metro is running.Show Perf MonitorHide Perf MonitorReloadReload\n(R,\u00A0R)Failed to load bundle. Try restarting the bundler or reconnecting your device.ReportDisable Sampling ProfilerEnable Sampling ProfilerSettingsDebug SettingsCombo BoxHeadingImageButton, ImageLinkMenuMenu BarMenu ItemProgress BarRadio GroupTabScroll BarSpin ButtonbusycollapsedexpandedmixedoffonunselectedSummaryTab ListTimerTool BarjuspayIntegrationExampleRN80818081 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml deleted file mode 100644 index 9eeecd8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugAssets/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml deleted file mode 100644 index 6487527..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml deleted file mode 100644 index 19fc56c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/mergeDebugShaders/merger.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt deleted file mode 100644 index bf790b6..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt +++ /dev/null @@ -1,28 +0,0 @@ -#Thu May 04 14:57:54 IST 2023 -path.4=14/classes.dex -path.3=1/classes.dex -path.2=0/classes.dex -path.1=0/classes.dex -renamed.8=classes9.dex -path.8=classes2.dex -path.7=5/classes.dex -path.6=2/classes.dex -path.5=15/classes.dex -path.0=classes.dex -base.4=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/14/classes.dex -base.3=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex -base.2=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex -base.1=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeLibDexDebug/0/classes.dex -base.0=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex -renamed.3=classes4.dex -renamed.2=classes3.dex -renamed.1=classes2.dex -renamed.0=classes.dex -renamed.7=classes8.dex -base.8=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex -renamed.6=classes7.dex -base.7=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex -renamed.5=classes6.dex -base.6=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/2/classes.dex -renamed.4=classes5.dex -base.5=/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources deleted file mode 100644 index 9e13e6b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 deleted file mode 100644 index c7024a0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt deleted file mode 100644 index 4a2453b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +++ /dev/null @@ -1,444 +0,0 @@ -1 -2 -6 -7 -10 -11 -11-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:5:5-77 -11-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:5:22-75 -12 -12-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:4:5-67 -12-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:4:22-64 -13 -13-->[com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:16:5-76 -13-->[com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:16:22-73 -14 -14-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:10:5-79 -14-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:10:22-76 -15 -15-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:11:5-75 -15-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:11:22-72 -16 -17 -17-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:13:5-55:15 -18 -18-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:14:9-19:18 -19 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -20 android:host="pay" -20-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:16:17-35 -21 android:pathPattern=".*" -21-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:17:17-41 -22 android:scheme="upi" /> -22-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 -23 -24 -24-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:20:9-22:18 -25 -25-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:21:13-90 -25-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:21:21-87 -26 -27 -27-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:23:9-28:18 -28 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -29 android:host="mandate" -29-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:16:17-35 -30 android:pathPattern=".*" -30-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:17:17-41 -31 android:scheme="upi" /> -31-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 -32 -33 -33-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:29:9-33:18 -34 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -35 android:pathPattern=".*" -35-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:17:17-41 -36 android:scheme="upi" /> -36-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 -37 -38 -38-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:34:9-39:18 -39 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -40 android:host="pay" -40-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:16:17-35 -41 android:pathPattern=".*" -41-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:17:17-41 -42 android:scheme="juspay" /> -42-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 -43 -44 -44-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:40:9-45:18 -45 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -46 android:host="checkout" -46-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:16:17-35 -47 android:pathPattern=".*" -47-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:17:17-41 -48 android:scheme="credpay" /> -48-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 -49 -50 -51 -51-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:47:9-59 -51-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:47:18-56 -52 -52-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:48:9-55 -52-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:48:18-52 -53 -54 -54-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:50:9-54:18 -55 -55-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:51:13-65 -55-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:51:21-62 -56 -57 -57-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -58 -59 -60 -60-->[com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:12:9-68 -60-->[com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:12:18-65 -61 -62 -62-->[com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:14:9-16:18 -63 -63-->[com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:15:13-86 -63-->[com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:15:21-83 -64 -65 -66 -67 -67-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:25:5-68 -67-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:25:22-65 -68 -68-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:27:5-81 -68-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:27:22-78 -69 -69-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:28:5-77 -69-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:28:22-74 -70 -71 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:6:5-24:19 -72 android:name="com.juspayintegrationexamplern.MainApplication" -72-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:7:7-38 -73 android:appComponentFactory="androidx.core.app.CoreComponentFactory" -73-->[androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:24:18-86 -74 android:debuggable="true" -75 android:hardwareAccelerated="true" -75-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:57:18-52 -76 android:icon="@mipmap/ic_launcher" -76-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:9:7-41 -77 android:label="@string/app_name" -77-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:8:7-39 -78 android:roundIcon="@mipmap/ic_launcher_round" -78-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:10:7-52 -79 android:theme="@style/AppTheme" -79-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:11:7-38 -80 android:usesCleartextTraffic="true" > -80-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:8:9-44 -81 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:11:9-111 -82 android:name="com.facebook.react.devsupport.DevSettingsActivity" -82-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:11:19-83 -83 android:exported="false" /> -83-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:11:84-108 -84 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:12:7-23:18 -85 android:name="com.juspayintegrationexamplern.MainActivity" -85-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:13:9-37 -86 android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" -86-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:15:9-118 -87 android:exported="true" -87-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:18:9-32 -88 android:label="@string/app_name" -88-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:14:9-41 -89 android:launchMode="singleTask" -89-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:16:9-40 -90 android:windowSoftInputMode="adjustResize" > -90-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:17:9-51 -91 -91-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:19:9-22:25 -92 -92-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:20:13-65 -92-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:20:21-62 -93 -94 -94-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:21:13-73 -94-->/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:21:23-70 -95 -96 -97 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:58:9-60:40 -98 android:name="in.juspay.hypersdk.core.CompletionActivity" -98-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:59:13-70 -99 android:exported="false" /> -99-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:60:13-37 -100 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:61:9-64:47 -101 android:name="in.juspay.hypersdk.core.CustomtabActivity" -101-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:62:13-69 -102 android:exported="false" -102-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:63:13-37 -103 android:launchMode="singleTask" /> -103-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:64:13-44 -104 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:65:9-79:20 -105 android:name="in.juspay.hypersdk.core.CustomtabResult" -105-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:66:13-67 -106 android:exported="true" -106-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:67:13-36 -107 android:launchMode="singleTask" > -107-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:68:13-44 -108 -108-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:69:13-78:29 -109 -109-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:51:13-65 -109-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:51:21-62 -110 -111 -111-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:72:17-76 -111-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:72:27-73 -112 -112-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:73:17-78 -112-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:73:27-75 -113 -114 [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 -115 android:host="com.juspayintegrationexamplern" -115-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:16:17-35 -116 android:scheme="juspay" /> -116-->[in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 -117 -118 -119 -120 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:31:9-39:20 -121 android:name="androidx.startup.InitializationProvider" -121-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:32:13-67 -122 android:authorities="com.juspayintegrationexamplern.androidx-startup" -122-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:33:13-68 -123 android:exported="false" > -123-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:34:13-37 -124 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:36:13-38:52 -125 android:name="androidx.work.WorkManagerInitializer" -125-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:37:17-68 -126 android:value="androidx.startup" /> -126-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:38:17-49 -127 -128 -129 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:41:9-46:35 -130 android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" -130-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:42:13-88 -131 android:directBootAware="false" -131-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:43:13-44 -132 android:enabled="@bool/enable_system_alarm_service_default" -132-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:44:13-72 -133 android:exported="false" /> -133-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:45:13-37 -134 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:47:9-53:35 -135 android:name="androidx.work.impl.background.systemjob.SystemJobService" -135-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:48:13-84 -136 android:directBootAware="false" -136-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:49:13-44 -137 android:enabled="@bool/enable_system_job_service_default" -137-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:50:13-70 -138 android:exported="true" -138-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:51:13-36 -139 android:permission="android.permission.BIND_JOB_SERVICE" /> -139-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:52:13-69 -140 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:54:9-59:35 -141 android:name="androidx.work.impl.foreground.SystemForegroundService" -141-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:55:13-81 -142 android:directBootAware="false" -142-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:56:13-44 -143 android:enabled="@bool/enable_system_foreground_service_default" -143-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:57:13-77 -144 android:exported="false" /> -144-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:58:13-37 -145 -146 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:61:9-66:35 -147 android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" -147-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:62:13-88 -148 android:directBootAware="false" -148-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:63:13-44 -149 android:enabled="true" -149-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:64:13-35 -150 android:exported="false" /> -150-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:65:13-37 -151 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:67:9-77:20 -152 android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" -152-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:68:13-106 -153 android:directBootAware="false" -153-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:69:13-44 -154 android:enabled="false" -154-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:70:13-36 -155 android:exported="false" > -155-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:71:13-37 -156 -156-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:73:13-76:29 -157 -157-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:74:17-87 -157-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:74:25-84 -158 -158-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:75:17-90 -158-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:75:25-87 -159 -160 -161 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:78:9-88:20 -162 android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" -162-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:79:13-104 -163 android:directBootAware="false" -163-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:80:13-44 -164 android:enabled="false" -164-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:81:13-36 -165 android:exported="false" > -165-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:82:13-37 -166 -166-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:84:13-87:29 -167 -167-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:85:17-77 -167-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:85:25-74 -168 -168-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:86:17-76 -168-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:86:25-73 -169 -170 -171 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:89:9-99:20 -172 android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" -172-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:90:13-104 -173 android:directBootAware="false" -173-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:91:13-44 -174 android:enabled="false" -174-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:92:13-36 -175 android:exported="false" > -175-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:93:13-37 -176 -176-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:95:13-98:29 -177 -177-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:96:17-83 -177-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:96:25-80 -178 -178-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:97:17-82 -178-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:97:25-79 -179 -180 -181 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:100:9-109:20 -182 android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" -182-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:101:13-103 -183 android:directBootAware="false" -183-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:102:13-44 -184 android:enabled="false" -184-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:103:13-36 -185 android:exported="false" > -185-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:104:13-37 -186 -186-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:106:13-108:29 -187 -187-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:107:17-79 -187-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:107:25-76 -188 -189 -190 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:110:9-121:20 -191 android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" -191-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:111:13-88 -192 android:directBootAware="false" -192-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:112:13-44 -193 android:enabled="false" -193-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:113:13-36 -194 android:exported="false" > -194-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:114:13-37 -195 -195-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:116:13-120:29 -196 -196-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:117:17-79 -196-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:117:25-76 -197 -197-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:118:17-73 -197-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:118:25-70 -198 -198-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:119:17-81 -198-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:119:25-78 -199 -200 -201 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:122:9-131:20 -202 android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" -202-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:123:13-99 -203 android:directBootAware="false" -203-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:124:13-44 -204 android:enabled="@bool/enable_system_alarm_service_default" -204-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:125:13-72 -205 android:exported="false" > -205-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:126:13-37 -206 -206-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:128:13-130:29 -207 -207-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:129:17-98 -207-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:129:25-95 -208 -209 -210 [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:132:9-142:20 -211 android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" -211-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:133:13-78 -212 android:directBootAware="false" -212-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:134:13-44 -213 android:enabled="true" -213-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:135:13-35 -214 android:exported="true" -214-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:136:13-36 -215 android:permission="android.permission.DUMP" > -215-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:137:13-57 -216 -216-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:139:13-141:29 -217 -217-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:140:17-88 -217-->[androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:140:25-85 -218 -219 -220 -221 [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:25:9-28:40 -222 android:name="androidx.room.MultiInstanceInvalidationService" -222-->[androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:26:13-74 -223 android:directBootAware="true" -223-->[androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:27:13-43 -224 android:exported="false" /> -224-->[androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:28:13-37 -225 -226 [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:23:9-26:75 -227 android:name="com.google.android.gms.common.api.GoogleApiActivity" -227-->[com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:24:13-79 -228 android:exported="false" -228-->[com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:25:13-37 -229 android:theme="@android:style/Theme.Translucent.NoTitleBar" /> -229-->[com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:26:13-72 -230 -231 [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:23:9-25:69 -232 android:name="com.google.android.gms.version" -232-->[com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:24:13-58 -233 android:value="@integer/google_play_services_version" /> -233-->[com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:25:13-66 -234 -235 -236 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml deleted file mode 100644 index 1f27e3b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml deleted file mode 100644 index 1f27e3b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifests/debug/output-metadata.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifests/debug/output-metadata.json deleted file mode 100644 index ea76f53..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_manifests/debug/output-metadata.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "MERGED_MANIFESTS", - "kind": "Directory" - }, - "applicationId": "com.juspayintegrationexamplern", - "variantName": "debug", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "attributes": [], - "versionCode": 1, - "versionName": "1.0", - "outputFile": "AndroidManifest.xml" - } - ], - "elementType": "File" -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbutter.so deleted file mode 100644 index 09ea548..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so deleted file mode 100644 index 83acd19..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so deleted file mode 100644 index aca4629..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so deleted file mode 100644 index 7e4cccd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so deleted file mode 100644 index 5f44857..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so deleted file mode 100644 index 4bb3a0e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so deleted file mode 100644 index 70b1e38..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so deleted file mode 100644 index 5603650..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so deleted file mode 100644 index 34c4dd1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so deleted file mode 100644 index 6b098af..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so deleted file mode 100644 index 2b5201a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so deleted file mode 100644 index d4171eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so deleted file mode 100644 index 4382993..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so deleted file mode 100644 index 22ad799..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so deleted file mode 100644 index ddba6ba..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so deleted file mode 100644 index c36d188..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so deleted file mode 100644 index 238c6b8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so deleted file mode 100644 index 8c1b02d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so deleted file mode 100644 index 141905f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so deleted file mode 100644 index 8237933..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so deleted file mode 100644 index 58dc7cb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so deleted file mode 100644 index dfd3b4a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so deleted file mode 100644 index c376af1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so deleted file mode 100644 index b4356a7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so deleted file mode 100644 index 4b037e8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so deleted file mode 100644 index 67b34eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so deleted file mode 100644 index 7596cea..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so deleted file mode 100644 index 826d68e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so deleted file mode 100644 index 463bdc8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so deleted file mode 100644 index de93f77..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so deleted file mode 100644 index 04c2998..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so deleted file mode 100644 index 193ff47..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so deleted file mode 100644 index f7fc7c8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so deleted file mode 100644 index d9e94df..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so deleted file mode 100644 index b534eb2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so deleted file mode 100644 index 4b20231..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so deleted file mode 100644 index 488c009..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so deleted file mode 100644 index 993c0b0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so deleted file mode 100644 index a0ae1c3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so deleted file mode 100644 index 46b875a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so deleted file mode 100644 index 980d34e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so deleted file mode 100644 index 10ac918..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so deleted file mode 100644 index 51a4bd7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so deleted file mode 100644 index 7b72383..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so deleted file mode 100644 index 69d3203..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so deleted file mode 100644 index ad0ee5f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so deleted file mode 100644 index ba4eee9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so deleted file mode 100644 index 36b4137..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so deleted file mode 100644 index aa35450..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so deleted file mode 100644 index 5655e45..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so deleted file mode 100644 index abf72dc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so deleted file mode 100644 index e784f53..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so deleted file mode 100644 index 6ddfcff..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so deleted file mode 100644 index df3ea02..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so deleted file mode 100644 index a376607..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so deleted file mode 100644 index af84131..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbutter.so deleted file mode 100644 index 1a2e1fb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so deleted file mode 100644 index dd2cc28..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so deleted file mode 100644 index 4f90b6d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so deleted file mode 100644 index 1f5f5f4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so deleted file mode 100644 index 6732321..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so deleted file mode 100644 index fab4693..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so deleted file mode 100644 index c50f0e6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so deleted file mode 100644 index 98c12eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so deleted file mode 100644 index f7de667..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so deleted file mode 100644 index bb8028f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so deleted file mode 100644 index d3ebd0b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so deleted file mode 100644 index 50af2cd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so deleted file mode 100644 index 9198a8c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so deleted file mode 100644 index f1d809d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so deleted file mode 100644 index 9e0f173..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so deleted file mode 100644 index 55da2e8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so deleted file mode 100644 index 4ccd2b4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so deleted file mode 100644 index 61c74d0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so deleted file mode 100644 index dac5210..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so deleted file mode 100644 index b616322..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so deleted file mode 100644 index a96597e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so deleted file mode 100644 index f99e979..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so deleted file mode 100644 index 12c403e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so deleted file mode 100644 index b712154..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so deleted file mode 100644 index b0e9961..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so deleted file mode 100644 index 29ce0e0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so deleted file mode 100644 index c2937f1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so deleted file mode 100644 index c12c9af..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so deleted file mode 100644 index 2be6ca9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so deleted file mode 100644 index b606bbe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so deleted file mode 100644 index 26842be..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so deleted file mode 100644 index 70183fe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so deleted file mode 100644 index 4c79cd5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so deleted file mode 100644 index 4fd993d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so deleted file mode 100644 index f15938b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so deleted file mode 100644 index 0dd7484..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so deleted file mode 100644 index 485654e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so deleted file mode 100644 index 693028f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so deleted file mode 100644 index b9a9585..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so deleted file mode 100644 index b157652..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so deleted file mode 100644 index c9017e9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so deleted file mode 100644 index a27a73e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so deleted file mode 100644 index 5edd6c6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so deleted file mode 100644 index 8cf93d9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so deleted file mode 100644 index ca762f1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so deleted file mode 100644 index d20f090..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so deleted file mode 100644 index b9bec72..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so deleted file mode 100644 index 57cddb1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so deleted file mode 100644 index 30d2f2c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so deleted file mode 100644 index e7d0ddf..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so deleted file mode 100644 index e0aafd1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so deleted file mode 100644 index 5baac9a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so deleted file mode 100644 index c56dabc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so deleted file mode 100644 index 15ed959..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so deleted file mode 100644 index ad06ac6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so deleted file mode 100644 index 84b1b39..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbutter.so deleted file mode 100644 index c1afce4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so deleted file mode 100644 index 2668c34..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so deleted file mode 100644 index 79f8908..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so deleted file mode 100644 index 1a3acc4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so deleted file mode 100644 index 93875e7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so deleted file mode 100644 index ca3cd1a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so deleted file mode 100644 index 99c95ee..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so deleted file mode 100644 index 92a8695..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so deleted file mode 100644 index 79a7ebb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so deleted file mode 100644 index 3850446..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so deleted file mode 100644 index 47d5292..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so deleted file mode 100644 index cadd838..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so deleted file mode 100644 index 9445024..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so deleted file mode 100644 index df04897..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so deleted file mode 100644 index ce56f7c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so deleted file mode 100644 index 8be5d98..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so deleted file mode 100644 index 406a8be..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so deleted file mode 100644 index 375fc7e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so deleted file mode 100644 index 628f8ae..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so deleted file mode 100644 index c7ec433..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so deleted file mode 100644 index e5d5354..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so deleted file mode 100644 index 55ea188..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so deleted file mode 100644 index 7d685b2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so deleted file mode 100644 index 71fbe85..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so deleted file mode 100644 index 318dfbb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so deleted file mode 100644 index 9922a39..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so deleted file mode 100644 index 2f69492..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so deleted file mode 100644 index b5fe893..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so deleted file mode 100644 index 6b25f1d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so deleted file mode 100644 index 46b39f3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so deleted file mode 100644 index 2eae532..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so deleted file mode 100644 index 898f1a8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so deleted file mode 100644 index c7afe11..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so deleted file mode 100644 index 5c275e6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so deleted file mode 100644 index 6fd83c7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so deleted file mode 100644 index cb76570..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so deleted file mode 100644 index a85ff92..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so deleted file mode 100644 index 54f6bcb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so deleted file mode 100644 index 1c3a18e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so deleted file mode 100644 index 95a08cc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so deleted file mode 100644 index 29f7bfa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so deleted file mode 100644 index 4a52e66..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so deleted file mode 100644 index c18327b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so deleted file mode 100644 index 6b079ef..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so deleted file mode 100644 index 3e81d3e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so deleted file mode 100644 index 249319c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so deleted file mode 100644 index 2d11a5c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so deleted file mode 100644 index 22b8ee5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so deleted file mode 100644 index d849ebc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so deleted file mode 100644 index ea51974..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so deleted file mode 100644 index 721af04..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so deleted file mode 100644 index 119cf8a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so deleted file mode 100644 index 38daa24..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so deleted file mode 100644 index b2c6c63..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so deleted file mode 100644 index d9d6241..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so deleted file mode 100644 index 18c0934..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbutter.so deleted file mode 100644 index 7571ae2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so deleted file mode 100644 index a869cf3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so deleted file mode 100644 index 62fe2b2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so deleted file mode 100644 index 4cc607e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so deleted file mode 100644 index 0ad73cc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so deleted file mode 100644 index 7de1a9a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so deleted file mode 100644 index 247de13..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so deleted file mode 100644 index 4c99ca1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so deleted file mode 100644 index 7d238af..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so deleted file mode 100644 index 7f177aa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so deleted file mode 100644 index 7a03569..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so deleted file mode 100644 index bf7128d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so deleted file mode 100644 index ebf25fc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so deleted file mode 100644 index 817d0eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so deleted file mode 100644 index b081e44..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so deleted file mode 100644 index 3e47972..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so deleted file mode 100644 index 4e3adbe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so deleted file mode 100644 index 8697622..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so deleted file mode 100644 index 4a3b6fa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so deleted file mode 100644 index 3d2da82..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so deleted file mode 100644 index 54e78bc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so deleted file mode 100644 index a95183d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so deleted file mode 100644 index ed68c8a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so deleted file mode 100644 index a425a8b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so deleted file mode 100644 index 110317c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so deleted file mode 100644 index 3f21aff..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so deleted file mode 100644 index 91b1452..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so deleted file mode 100644 index a7f01a6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so deleted file mode 100644 index 3aec05d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so deleted file mode 100644 index a607d68..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so deleted file mode 100644 index ecbbca6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so deleted file mode 100644 index e44f089..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so deleted file mode 100644 index 0891ed1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so deleted file mode 100644 index b127a19..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so deleted file mode 100644 index 588eaee..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so deleted file mode 100644 index c2f478d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so deleted file mode 100644 index 18947db..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so deleted file mode 100644 index 0006de1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so deleted file mode 100644 index 2d3158b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so deleted file mode 100644 index ea72ed4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so deleted file mode 100644 index df996f0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so deleted file mode 100644 index 95e8523..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so deleted file mode 100644 index bd9402d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so deleted file mode 100644 index 60dd145..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so deleted file mode 100644 index f53e6c2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so deleted file mode 100644 index c7883da..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so deleted file mode 100644 index 82e5c7e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so deleted file mode 100644 index bc24213..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so deleted file mode 100644 index b2d6dd0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so deleted file mode 100644 index feee451..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so deleted file mode 100644 index ced7a3b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so deleted file mode 100644 index 3615a06..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so deleted file mode 100644 index 142dbe8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so deleted file mode 100644 index 5cb09ed..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so deleted file mode 100644 index f39ed4e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so deleted file mode 100644 index fc7c5fe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat deleted file mode 100644 index 103caae..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/drawable_rn_edit_text_material.xml.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat deleted file mode 100644 index 96e81b8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat deleted file mode 100644 index e0ec8a7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat deleted file mode 100644 index 728feb6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat deleted file mode 100644 index 7103084..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat deleted file mode 100644 index e6b06c7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat deleted file mode 100644 index 6293144..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat deleted file mode 100644 index 39589ae..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat deleted file mode 100644 index f0545a8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat deleted file mode 100644 index f516b13..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat deleted file mode 100644 index cd0fa23..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat deleted file mode 100644 index 4745dd5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat deleted file mode 100644 index 85f2a09..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat deleted file mode 100644 index 2441a60..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat deleted file mode 100644 index d5df4fd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat deleted file mode 100644 index 243b302..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat deleted file mode 100644 index f42ee4d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat deleted file mode 100644 index 1458d00..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat deleted file mode 100644 index c0b177d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat deleted file mode 100644 index 9f34314..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat deleted file mode 100644 index a8109ef..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat deleted file mode 100644 index f5a3019..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat deleted file mode 100644 index ef24269..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat deleted file mode 100644 index e36a002..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat deleted file mode 100644 index 6ad3dcf..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat deleted file mode 100644 index 2a32e49..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat deleted file mode 100644 index 90942d4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat deleted file mode 100644 index 30a7243..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat deleted file mode 100644 index 3dd9653..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat deleted file mode 100644 index ea4e44e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat deleted file mode 100644 index 4204035..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat deleted file mode 100644 index 1d8cea5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat deleted file mode 100644 index 0010eb1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat deleted file mode 100644 index f3fce6e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat deleted file mode 100644 index 5cb3115..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat deleted file mode 100644 index 7a50145..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat deleted file mode 100644 index 5d1d641..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat deleted file mode 100644 index 4ee786c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat deleted file mode 100644 index 7f246d1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat deleted file mode 100644 index 10ca1a3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat deleted file mode 100644 index c3ce02e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat deleted file mode 100644 index 944186b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat deleted file mode 100644 index 5583d88..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat deleted file mode 100644 index 93df400..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat deleted file mode 100644 index 4eb08fc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat deleted file mode 100644 index c7e21b3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat deleted file mode 100644 index 6054eca..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat deleted file mode 100644 index 2d0e80a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat deleted file mode 100644 index 1a596bd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat deleted file mode 100644 index d2044a0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat deleted file mode 100644 index feed907..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat deleted file mode 100644 index 6a5a3b3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat deleted file mode 100644 index 5bd626a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat deleted file mode 100644 index 73b7683..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat deleted file mode 100644 index 3e14e24..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat deleted file mode 100644 index d80b536..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat deleted file mode 100644 index 545f79b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat deleted file mode 100644 index 27bb4ad..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat deleted file mode 100644 index 6be6c08..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat deleted file mode 100644 index 71c796b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat deleted file mode 100644 index bb1c442..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat deleted file mode 100644 index c5210c4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat deleted file mode 100644 index 72b0461..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat deleted file mode 100644 index 97846b1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat deleted file mode 100644 index 84f800a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat deleted file mode 100644 index 824e305..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat deleted file mode 100644 index 124f024..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat deleted file mode 100644 index d9c920b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat deleted file mode 100644 index c687068..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat deleted file mode 100644 index 1c16b5a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat deleted file mode 100644 index ef4dc81..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat deleted file mode 100644 index 5b61860..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat deleted file mode 100644 index 1a27dee..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat deleted file mode 100644 index 85a2b26..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat deleted file mode 100644 index 8026119..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat deleted file mode 100644 index 24dfc9b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat deleted file mode 100644 index 81c8b88..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat deleted file mode 100644 index b7e9d60..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat deleted file mode 100644 index 29a0860..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat deleted file mode 100644 index 3883bf4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat deleted file mode 100644 index f48bad0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat deleted file mode 100644 index 43fdbc9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat deleted file mode 100644 index 356284d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat deleted file mode 100644 index e33a7f5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat deleted file mode 100644 index 13285ae..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat deleted file mode 100644 index 025c1b1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat deleted file mode 100644 index b4cb16b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat deleted file mode 100644 index ea71549..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat deleted file mode 100644 index 83fcc93..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat deleted file mode 100644 index f7d6710..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat deleted file mode 100644 index 4313ec8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat deleted file mode 100644 index 6fb1334..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat deleted file mode 100644 index 2aef62a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat deleted file mode 100644 index 1a915b3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat deleted file mode 100644 index fe154f9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat deleted file mode 100644 index d666e7c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat deleted file mode 100644 index 5c2bad4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat deleted file mode 100644 index ab211c6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat deleted file mode 100644 index aa1af95..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat deleted file mode 100644 index 99d61b5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat deleted file mode 100644 index 19942df..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat deleted file mode 100644 index fb2229f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat deleted file mode 100644 index 4753510..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat deleted file mode 100644 index 3f02a73..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat deleted file mode 100644 index df7714f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat deleted file mode 100644 index da4b817..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat deleted file mode 100644 index 7fbd05a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat deleted file mode 100644 index 07bcdcd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat deleted file mode 100644 index 9cb42ff..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat deleted file mode 100644 index d15e7db..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat deleted file mode 100644 index 7bace12..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat deleted file mode 100644 index d895241..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat deleted file mode 100644 index 17ad906..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat deleted file mode 100644 index 53e7ca0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat deleted file mode 100644 index 735fb2a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat deleted file mode 100644 index 6939e15..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat deleted file mode 100644 index 836a7e1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat deleted file mode 100644 index 4da43d6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat deleted file mode 100644 index 90cda87..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat deleted file mode 100644 index f00439e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat deleted file mode 100644 index 42e8dbb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat deleted file mode 100644 index 2091c17..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat deleted file mode 100644 index ef80539..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug/values_values.arsc.flat and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json deleted file mode 100644 index 488d3ea..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json +++ /dev/null @@ -1,7115 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sk_values-sk.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sk/values-sk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5654", - "endColumns": "100", - "endOffsets": "5750" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,663,771,986,1112,1251,1378,1606,1715,1916,2044,2266,2456,2550,2643", - "endColumns": "103,191,121,107,214,125,138,126,227,108,200,127,221,189,93,92,109", - "endOffsets": "348,540,662,770,985,1111,1250,1377,1605,1714,1915,2043,2265,2455,2549,2642,2752" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2817,2925,3117,3243,3355,3570,3700,3843,4172,4400,4513,4714,4846,5068,5262,5360,5457", - "endColumns": "107,191,125,111,214,129,142,130,227,112,200,131,221,193,97,96,113", - "endOffsets": "2920,3112,3238,3350,3565,3695,3838,3969,4395,4508,4709,4841,5063,5257,5355,5452,5566" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "197", - "endOffsets": "444" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3974", - "endColumns": "197", - "endOffsets": "4167" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sk/values-sk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817", - "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", - "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,5571", - "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", - "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,5649" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-eu_values-eu.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-eu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,555,679,786,992,1117,1266,1398,1641,1747,1945,2073,2300,2485,2577,2668", - "endColumns": "101,207,123,106,205,124,148,131,242,105,197,127,226,184,91,90,113", - "endOffsets": "346,554,678,785,991,1116,1265,1397,1640,1746,1944,2072,2299,2484,2576,2667,2781" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2850,2956,3164,3292,3403,3609,3738,3891,4228,4471,4581,4779,4911,5138,5327,5423,5518", - "endColumns": "105,207,127,110,205,128,152,135,242,109,197,131,226,188,95,94,117", - "endOffsets": "2951,3159,3287,3398,3604,3733,3886,4022,4466,4576,4774,4906,5133,5322,5418,5513,5631" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-eu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "200", - "endOffsets": "447" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4027", - "endColumns": "200", - "endOffsets": "4223" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-eu/values-eu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5719", - "endColumns": "100", - "endOffsets": "5815" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-eu/values-eu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850", - "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", - "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,5636", - "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", - "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,5714" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-watch-v21_values-watch-v21.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-watch-v21/values-watch-v21.xml", - "from": { - "startLines": "2,6,10", - "startColumns": "4,4,4", - "startOffsets": "55,271,499", - "endLines": "5,9,13", - "endColumns": "12,12,12", - "endOffsets": "266,494,724" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-mn_values-mn.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-mn/values-mn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797", - "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", - "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,5501", - "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", - "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,5577" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-mn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,542,672,777,973,1097,1252,1387,1590,1695,1894,2021,2221,2415,2502,2590", - "endColumns": "107,188,129,104,195,123,154,134,202,104,198,126,199,193,86,87,101", - "endOffsets": "352,541,671,776,972,1096,1251,1386,1589,1694,1893,2020,2220,2414,2501,2589,2691" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2797,2909,3098,3232,3341,3537,3665,3824,4172,4375,4484,4683,4814,5014,5212,5303,5395", - "endColumns": "111,188,133,108,195,127,158,138,202,108,198,130,199,197,90,91,105", - "endOffsets": "2904,3093,3227,3336,3532,3660,3819,3958,4370,4479,4678,4809,5009,5207,5298,5390,5496" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-mn/values-mn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-mn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "208", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3963", - "endColumns": "208", - "endOffsets": "4167" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-el_values-el.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-el/values-el.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5827", - "endColumns": "100", - "endOffsets": "5923" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-el/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "222", - "endOffsets": "469" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4113", - "endColumns": "222", - "endOffsets": "4331" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-el/values-el.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886", - "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", - "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,5741", - "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", - "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,5822" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-el/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,572,702,811,1051,1174,1318,1448,1696,1802,2003,2130,2367,2538,2633,2721", - "endColumns": "108,217,129,108,239,122,143,129,247,105,200,126,236,170,94,87,107", - "endOffsets": "353,571,701,810,1050,1173,1317,1447,1695,1801,2002,2129,2366,2537,2632,2720,2828" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2886,2999,3217,3351,3464,3704,3831,3979,4336,4584,4694,4895,5026,5263,5438,5537,5629", - "endColumns": "112,217,133,112,239,126,147,133,247,109,200,130,236,174,98,91,111", - "endOffsets": "2994,3212,3346,3459,3699,3826,3974,4108,4579,4689,4890,5021,5258,5433,5532,5624,5736" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-zh-rHK_values-zh-rHK.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666", - "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,4981", - "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,5055" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5060", - "endColumns": "100", - "endOffsets": "5156" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zh-rHK/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,348,508,621,721,887,1001,1129,1247,1416,1515,1675,1788,1954,2088,2169,2252", - "endColumns": "98,159,112,99,165,113,127,117,168,98,159,112,165,133,80,82,96", - "endOffsets": "347,507,620,720,886,1000,1128,1246,1415,1514,1674,1787,1953,2087,2168,2251,2348" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2666,2769,2929,3046,3150,3316,3434,3566,3855,4024,4127,4287,4404,4570,4708,4793,4880", - "endColumns": "102,159,116,103,165,117,131,121,168,102,159,116,165,137,84,86,100", - "endOffsets": "2764,2924,3041,3145,3311,3429,3561,3683,4019,4122,4282,4399,4565,4703,4788,4875,4976" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zh-rHK/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "166", - "endOffsets": "417" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3688", - "endColumns": "166", - "endOffsets": "3850" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-en-rGB_values-en-rGB.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-en-rGB/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "196", - "endOffsets": "447" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3902", - "endColumns": "196", - "endOffsets": "4094" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,5410", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,5488" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5493", - "endColumns": "100", - "endOffsets": "5589" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-en-rGB/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,352,536,659,764,974,1095,1237,1365,1583,1686,1869,1992,2197,2371,2460,2548", - "endColumns": "102,183,122,104,209,120,141,127,217,102,182,122,204,173,88,87,103", - "endOffsets": "351,535,658,763,973,1094,1236,1364,1582,1685,1868,1991,2196,2370,2459,2547,2651" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2762,2869,3053,3180,3289,3499,3624,3770,4099,4317,4424,4607,4734,4939,5117,5210,5302", - "endColumns": "106,183,126,108,209,124,145,131,217,106,182,126,204,177,92,91,107", - "endOffsets": "2864,3048,3175,3284,3494,3619,3765,3897,4312,4419,4602,4729,4934,5112,5205,5297,5405" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v22_values-v22.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v22/values-v22.xml", - "from": { - "startLines": "2,3,4,9", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,553", - "endLines": "2,3,8,13", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,548,896" - }, - "to": { - "startLines": "2,3,4,9", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,487", - "endLines": "2,3,8,13", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,482,764" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ro_values-ro.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ro/values-ro.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5684", - "endColumns": "100", - "endOffsets": "5780" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ro/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "203", - "endOffsets": "450" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4029", - "endColumns": "203", - "endOffsets": "4228" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ro/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,542,669,776,986,1116,1265,1399,1620,1728,1918,2048,2253,2445,2542,2635", - "endColumns": "104,191,126,106,209,129,148,133,220,107,189,129,204,191,96,92,106", - "endOffsets": "349,541,668,775,985,1115,1264,1398,1619,1727,1917,2047,2252,2444,2541,2634,2741" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2851,2960,3152,3283,3394,3604,3738,3891,4233,4454,4566,4756,4890,5095,5291,5392,5489", - "endColumns": "108,191,130,110,209,133,152,137,220,111,189,133,204,195,100,96,110", - "endOffsets": "2955,3147,3278,3389,3599,3733,3886,4024,4449,4561,4751,4885,5090,5286,5387,5484,5595" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ro/values-ro.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851", - "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", - "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,5600", - "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", - "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,5679" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ne_values-ne.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ne/values-ne.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,327,435,526,633,753,837,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1939,2052,2153,2249,2362,2472,2589,2756,2867", - "endColumns": "110,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", - "endOffsets": "211,322,430,521,628,748,832,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1934,2047,2148,2244,2357,2467,2584,2751,2862,2942" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,327,435,526,633,753,837,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1939,2052,2153,2249,2362,2472,2589,2756,5695", - "endColumns": "110,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", - "endOffsets": "211,322,430,521,628,748,832,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1934,2047,2148,2244,2357,2467,2584,2751,2862,5770" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ne/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "222", - "endOffsets": "469" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4071", - "endColumns": "222", - "endOffsets": "4289" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ne/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,358,548,680,795,1025,1159,1295,1425,1664,1780,1975,2110,2317,2495,2587,2685", - "endColumns": "112,189,131,114,229,133,135,129,238,115,194,134,206,177,91,97,116", - "endOffsets": "357,547,679,794,1024,1158,1294,1424,1663,1779,1974,2109,2316,2494,2586,2684,2801" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2867,2984,3174,3310,3429,3659,3797,3937,4294,4533,4653,4848,4987,5194,5376,5472,5574", - "endColumns": "116,189,135,118,229,137,139,133,238,119,194,138,206,181,95,101,120", - "endOffsets": "2979,3169,3305,3424,3654,3792,3932,4066,4528,4648,4843,4982,5189,5371,5467,5569,5690" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ne/values-ne.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5775", - "endColumns": "100", - "endOffsets": "5871" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-kn_values-kn.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-kn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4025", - "endColumns": "204", - "endOffsets": "4225" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-kn/values-kn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5662", - "endColumns": "100", - "endOffsets": "5758" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-kn/values-kn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859", - "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", - "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,5579", - "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", - "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,5657" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-kn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,556,687,800,1002,1129,1263,1387,1596,1707,1898,2031,2235,2418,2513,2602", - "endColumns": "108,201,130,112,201,126,133,123,208,110,190,132,203,182,94,88,109", - "endOffsets": "353,555,686,799,1001,1128,1262,1386,1595,1706,1897,2030,2234,2417,2512,2601,2711" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2859,2972,3174,3309,3426,3628,3759,3897,4230,4439,4554,4745,4882,5086,5273,5372,5465", - "endColumns": "112,201,134,116,201,130,137,127,208,114,190,136,203,186,98,92,113", - "endOffsets": "2967,3169,3304,3421,3623,3754,3892,4020,4434,4549,4740,4877,5081,5268,5367,5460,5574" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-b+sr+Latn_values-b+sr+Latn.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-b+sr+Latn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "254", - "endColumns": "188", - "endOffsets": "442" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3987", - "endColumns": "188", - "endOffsets": "4171" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-b+sr+Latn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "252,356,544,668,776,989,1114,1252,1379,1587,1692,1883,2008,2216,2384,2478,2569", - "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104", - "endOffsets": "355,543,667,775,988,1113,1251,1378,1586,1691,1882,2007,2215,2383,2477,2568,2673" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2836,2944,3132,3260,3372,3585,3714,3856,4176,4384,4493,4684,4813,5021,5193,5291,5386", - "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108", - "endOffsets": "2939,3127,3255,3367,3580,3709,3851,3982,4379,4488,4679,4808,5016,5188,5286,5381,5490" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836", - "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,5495", - "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,5577" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-pt-rPT_values-pt-rPT.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pt-rPT/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,352,547,673,779,1006,1132,1280,1414,1661,1767,1968,2097,2315,2519,2613,2708", - "endColumns": "102,194,125,105,226,125,147,133,246,105,200,128,217,203,93,94,111", - "endOffsets": "351,546,672,778,1005,1131,1279,1413,1660,1766,1967,2096,2314,2518,2612,2707,2819" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2836,2943,3138,3268,3378,3605,3735,3887,4229,4476,4586,4787,4920,5138,5346,5444,5543", - "endColumns": "106,194,129,109,226,129,151,137,246,109,200,132,217,207,97,98,115", - "endOffsets": "2938,3133,3263,3373,3600,3730,3882,4020,4471,4581,4782,4915,5133,5341,5439,5538,5654" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5745", - "endColumns": "100", - "endOffsets": "5841" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836", - "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", - "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,5659", - "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", - "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,5740" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pt-rPT/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "203", - "endOffsets": "454" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4025", - "endColumns": "203", - "endOffsets": "4224" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v26_values-v26.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v26/values-v26.xml", - "from": { - "startLines": "2,3,4,8,12,16", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,130,217,431,657,896", - "endLines": "2,3,7,11,15,16", - "endColumns": "74,86,12,12,12,92", - "endOffsets": "125,212,426,652,891,984" - }, - "to": { - "startLines": "2,3,4,8,12,16", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,130,217,381,557,796", - "endLines": "2,3,7,11,15,16", - "endColumns": "74,86,12,12,12,92", - "endOffsets": "125,212,376,552,791,884" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ms_values-ms.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ms/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4004", - "endColumns": "204", - "endOffsets": "4204" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ms/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,554,682,786,1017,1147,1293,1425,1669,1776,1982,2115,2345,2546,2639,2729", - "endColumns": "103,204,127,103,230,129,145,131,243,106,205,132,229,200,92,89,107", - "endOffsets": "348,553,681,785,1016,1146,1292,1424,1668,1775,1981,2114,2344,2545,2638,2728,2836" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2800,2908,3113,3245,3353,3584,3718,3868,4209,4453,4564,4770,4907,5137,5342,5439,5533", - "endColumns": "107,204,131,107,230,133,149,135,243,110,205,136,229,204,96,93,111", - "endOffsets": "2903,3108,3240,3348,3579,3713,3863,3999,4448,4559,4765,4902,5132,5337,5434,5528,5640" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ms/values-ms.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800", - "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", - "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,5645", - "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", - "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,5721" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ms/values-ms.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5726", - "endColumns": "100", - "endOffsets": "5822" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-mr_values-mr.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-mr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3937", - "endColumns": "201", - "endOffsets": "4134" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-mr/values-mr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,322,429,519,621,733,811,888,979,1072,1165,1262,1362,1455,1550,1644,1735,1826,1906,2013,2114,2213,2322,2424,2538,2695,2798", - "endColumns": "110,105,106,89,101,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,98,108,101,113,156,102,82", - "endOffsets": "211,317,424,514,616,728,806,883,974,1067,1160,1257,1357,1450,1545,1639,1730,1821,1901,2008,2109,2208,2317,2419,2533,2690,2793,2876" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,322,429,519,621,733,811,888,979,1072,1165,1262,1362,1455,1550,1644,1735,1826,1906,2013,2114,2213,2322,2424,2538,2695,5446", - "endColumns": "110,105,106,89,101,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,98,108,101,113,156,102,82", - "endOffsets": "211,317,424,514,616,728,806,883,974,1067,1160,1257,1357,1450,1545,1639,1730,1821,1901,2008,2109,2208,2317,2419,2533,2690,2793,5524" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-mr/values-mr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5529", - "endColumns": "100", - "endOffsets": "5625" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-mr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,550,671,781,985,1104,1238,1360,1569,1675,1860,1982,2180,2359,2445,2537", - "endColumns": "104,199,120,109,203,118,133,121,208,105,184,121,197,178,85,91,105", - "endOffsets": "349,549,670,780,984,1103,1237,1359,1568,1674,1859,1981,2179,2358,2444,2536,2642" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2798,2907,3107,3232,3346,3550,3673,3811,4139,4348,4458,4643,4769,4967,5150,5240,5336", - "endColumns": "108,199,124,113,203,122,137,125,208,109,184,125,197,182,89,95,109", - "endOffsets": "2902,3102,3227,3341,3545,3668,3806,3932,4343,4453,4638,4764,4962,5145,5235,5331,5441" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-hr_values-hr.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hr/values-hr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816", - "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", - "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,5492", - "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", - "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,5572" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3986", - "endColumns": "190", - "endOffsets": "4172" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,538,666,774,990,1118,1259,1391,1600,1705,1893,2019,2225,2394,2488,2576", - "endColumns": "103,188,127,107,215,127,140,131,208,104,187,125,205,168,93,87,105", - "endOffsets": "348,537,665,773,989,1117,1258,1390,1599,1704,1892,2018,2224,2393,2487,2575,2681" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2816,2924,3113,3245,3357,3573,3705,3850,4177,4386,4495,4683,4813,5019,5192,5290,5382", - "endColumns": "107,188,131,111,215,131,144,135,208,108,187,129,205,172,97,91,109", - "endOffsets": "2919,3108,3240,3352,3568,3700,3845,3981,4381,4490,4678,4808,5014,5187,5285,5377,5487" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hr/values-hr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5577", - "endColumns": "100", - "endOffsets": "5673" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-zu_values-zu.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4006", - "endColumns": "190", - "endOffsets": "4192" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,562,695,797,1024,1151,1301,1436,1655,1763,1959,2088,2305,2488,2575,2670", - "endColumns": "108,207,132,101,226,126,149,134,218,107,195,128,216,182,86,94,109", - "endOffsets": "353,561,694,796,1023,1150,1300,1435,1654,1762,1958,2087,2304,2487,2574,2669,2779" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2791,2904,3112,3249,3355,3582,3713,3867,4197,4416,4528,4724,4857,5074,5261,5352,5451", - "endColumns": "112,207,136,105,226,130,153,138,218,111,195,132,216,186,90,98,113", - "endOffsets": "2899,3107,3244,3350,3577,3708,3862,4001,4411,4523,4719,4852,5069,5256,5347,5446,5560" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zu/values-zu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5647", - "endColumns": "100", - "endOffsets": "5743" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zu/values-zu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791", - "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", - "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,5565", - "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", - "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,5642" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-pt-rBR_values-pt-rBR.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pt-rBR/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,352,532,657,763,989,1117,1265,1395,1624,1730,1925,2053,2269,2452,2547,2639", - "endColumns": "102,179,124,105,225,127,147,129,228,105,194,127,215,182,94,91,108", - "endOffsets": "351,531,656,762,988,1116,1264,1394,1623,1729,1924,2052,2268,2451,2546,2638,2747" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2843,2950,3130,3259,3369,3595,3727,3879,4217,4446,4556,4751,4883,5099,5286,5385,5481", - "endColumns": "106,179,128,109,225,131,151,133,228,109,194,131,215,186,98,95,112", - "endOffsets": "2945,3125,3254,3364,3590,3722,3874,4008,4441,4551,4746,4878,5094,5281,5380,5476,5589" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5680", - "endColumns": "100", - "endOffsets": "5776" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pt-rBR/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "203", - "endOffsets": "454" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4013", - "endColumns": "203", - "endOffsets": "4212" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", - "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", - "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,5594", - "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", - "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,5675" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-land_values-land.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-land/values-land.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,30", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,128,198,270,340,405,472,542,614,683,752,834,924,1000,1068,1135,1213,1278,1345,1517,1912", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,29,34", - "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", - "endOffsets": "123,193,265,335,400,467,537,609,678,747,829,919,995,1063,1130,1208,1273,1340,1512,1907,2176" - }, - "to": { - "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,27,33", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "264,337,407,479,549,614,681,751,823,892,961,1043,1133,1209,1277,1344,1422,1487,1554,1726,2121", - "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,32,37", - "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", - "endOffsets": "332,402,474,544,609,676,746,818,887,956,1038,1128,1204,1272,1339,1417,1482,1549,1721,2116,2385" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-land/values-land.xml", - "from": { - "startLines": "2,3,4", - "startColumns": "4,4,4", - "startOffsets": "55,125,196", - "endColumns": "69,70,67", - "endOffsets": "120,191,259" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ka_values-ka.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ka/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,529,655,763,976,1108,1256,1389,1621,1727,1913,2039,2259,2424,2516,2603", - "endColumns": "102,180,125,107,212,131,147,132,231,105,185,125,219,164,91,86,100", - "endOffsets": "347,528,654,762,975,1107,1255,1388,1620,1726,1912,2038,2258,2423,2515,2602,2703" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2808,2915,3096,3226,3338,3551,3687,3839,4178,4410,4520,4706,4836,5056,5225,5321,5412", - "endColumns": "106,180,129,111,212,135,151,136,231,109,185,129,219,168,95,90,104", - "endOffsets": "2910,3091,3221,3333,3546,3682,3834,3971,4405,4515,4701,4831,5051,5220,5316,5407,5512" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ka/values-ka.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5599", - "endColumns": "100", - "endOffsets": "5695" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ka/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3976", - "endColumns": "201", - "endOffsets": "4173" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ka/values-ka.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808", - "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", - "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,5517", - "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", - "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,5594" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-km_values-km.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-km/values-km.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793", - "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", - "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,5492", - "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", - "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,5571" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-km/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "207", - "endOffsets": "454" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3950", - "endColumns": "207", - "endOffsets": "4153" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-km/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,345,532,651,754,975,1097,1244,1378,1595,1699,1901,2024,2228,2412,2502,2586", - "endColumns": "99,186,118,102,220,121,146,133,216,103,201,122,203,183,89,83,101", - "endOffsets": "344,531,650,753,974,1096,1243,1377,1594,1698,1900,2023,2227,2411,2501,2585,2687" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2793,2897,3084,3207,3314,3535,3661,3812,4158,4375,4483,4685,4812,5016,5204,5298,5386", - "endColumns": "103,186,122,106,220,125,150,137,216,107,201,126,203,187,93,87,105", - "endOffsets": "2892,3079,3202,3309,3530,3656,3807,3945,4370,4478,4680,4807,5011,5199,5293,5381,5487" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-km/values-km.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5576", - "endColumns": "100", - "endOffsets": "5672" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ldltr-v21_values-ldltr-v21.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ldltr-v21/values-ldltr-v21.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "112", - "endOffsets": "163" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v17_values-v17.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v17/values-v17.xml", - "from": { - "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", - "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", - "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", - "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-w360dp-port-v13/values-w360dp-port-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478", - "endColumns": "58,55,55,66,64,54,64,68", - "endOffsets": "109,165,221,288,353,408,473,542" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-bg_values-bg.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-bg/values-bg.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854", - "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", - "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,5650", - "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", - "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,5729" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-bg/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,549,682,791,1017,1150,1295,1429,1657,1767,1973,2109,2325,2517,2613,2698", - "endColumns": "106,196,132,108,225,132,144,133,227,109,205,135,215,191,95,84,97", - "endOffsets": "351,548,681,790,1016,1149,1294,1428,1656,1766,1972,2108,2324,2516,2612,2697,2795" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2854,2965,3162,3299,3412,3638,3775,3924,4259,4487,4601,4807,4947,5163,5359,5459,5548", - "endColumns": "110,196,136,112,225,136,148,137,227,113,205,139,215,195,99,88,101", - "endOffsets": "2960,3157,3294,3407,3633,3770,3919,4057,4482,4596,4802,4942,5158,5354,5454,5543,5645" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-bg/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "196", - "endOffsets": "443" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4062", - "endColumns": "196", - "endOffsets": "4254" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-bg/values-bg.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5734", - "endColumns": "100", - "endOffsets": "5830" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v16_values-v16.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "65", - "endOffsets": "116" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "5", - "endColumns": "12", - "endOffsets": "223" - }, - "to": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "121", - "endLines": "6", - "endColumns": "12", - "endOffsets": "289" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-et_values-et.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-et/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,346,540,665,771,980,1107,1249,1377,1596,1702,1897,2027,2241,2412,2501,2592", - "endColumns": "100,193,124,105,208,126,141,127,218,105,194,129,213,170,88,90,112", - "endOffsets": "345,539,664,770,979,1106,1248,1376,1595,1701,1896,2026,2240,2411,2500,2591,2704" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2827,2932,3126,3255,3365,3574,3705,3851,4182,4401,4511,4706,4840,5054,5229,5322,5417", - "endColumns": "104,193,128,109,208,130,145,131,218,109,194,133,213,174,92,94,116", - "endOffsets": "2927,3121,3250,3360,3569,3700,3846,3978,4396,4506,4701,4835,5049,5224,5317,5412,5529" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-et/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3983", - "endColumns": "198", - "endOffsets": "4177" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-et/values-et.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5617", - "endColumns": "100", - "endOffsets": "5713" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-et/values-et.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827", - "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", - "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,5534", - "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", - "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,5612" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-fi_values-fi.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fi/values-fi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775", - "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", - "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,5435", - "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", - "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,5511" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fi/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "208", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3926", - "endColumns": "208", - "endOffsets": "4130" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fi/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,539,668,772,974,1098,1240,1372,1572,1676,1856,1980,2187,2352,2444,2540", - "endColumns": "108,184,128,103,201,123,141,131,199,103,179,123,206,164,91,95,107", - "endOffsets": "353,538,667,771,973,1097,1239,1371,1571,1675,1855,1979,2186,2351,2443,2539,2647" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2775,2888,3073,3206,3314,3516,3644,3790,4135,4335,4443,4623,4751,4958,5127,5223,5323", - "endColumns": "112,184,132,107,201,127,145,135,199,107,179,127,206,168,95,99,111", - "endOffsets": "2883,3068,3201,3309,3511,3639,3785,3921,4330,4438,4618,4746,4953,5122,5218,5318,5430" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fi/values-fi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5516", - "endColumns": "100", - "endOffsets": "5612" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-fr_values-fr.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fr/values-fr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847", - "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,5738", - "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,5820" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fr/values-fr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5825", - "endColumns": "100", - "endOffsets": "5921" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,561,689,796,1026,1157,1304,1442,1679,1789,2005,2139,2358,2563,2662,2755", - "endColumns": "103,211,127,106,229,130,146,137,236,109,215,133,218,204,98,92,108", - "endOffsets": "348,560,688,795,1025,1156,1303,1441,1678,1788,2004,2138,2357,2562,2661,2754,2863" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2847,2955,3167,3299,3410,3640,3775,3926,4292,4529,4643,4859,4997,5216,5425,5528,5625", - "endColumns": "107,211,131,110,229,134,150,141,236,113,215,137,218,208,102,96,112", - "endOffsets": "2950,3162,3294,3405,3635,3770,3921,4063,4524,4638,4854,4992,5211,5420,5523,5620,5733" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "223", - "endOffsets": "470" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4068", - "endColumns": "223", - "endOffsets": "4287" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ja_values-ja.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ja/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "180", - "endOffsets": "427" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3769", - "endColumns": "180", - "endOffsets": "3945" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ja/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,513,631,735,926,1044,1175,1299,1492,1591,1755,1872,2051,2197,2283,2368", - "endColumns": "101,165,117,103,190,117,130,123,192,98,163,116,178,145,85,84,95", - "endOffsets": "346,512,630,734,925,1043,1174,1298,1491,1590,1754,1871,2050,2196,2282,2367,2463" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2691,2797,2963,3085,3193,3384,3506,3641,3950,4143,4246,4410,4531,4710,4860,4950,5039", - "endColumns": "105,165,121,107,190,121,134,127,192,102,163,120,178,149,89,88,99", - "endOffsets": "2792,2958,3080,3188,3379,3501,3636,3764,4138,4241,4405,4526,4705,4855,4945,5034,5134" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ja/values-ja.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5218", - "endColumns": "100", - "endOffsets": "5314" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ja/values-ja.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691", - "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", - "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,5139", - "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", - "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,5213" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-as_values-as.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-as/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,536,657,765,954,1074,1213,1351,1553,1660,1841,1964,2156,2336,2422,2514", - "endColumns": "105,184,120,107,188,119,138,137,201,106,180,122,191,179,85,91,111", - "endOffsets": "350,535,656,764,953,1073,1212,1350,1552,1659,1840,1963,2155,2335,2421,2513,2625" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2841,2951,3136,3261,3373,3562,3686,3829,4156,4358,4469,4650,4777,4969,5153,5243,5339", - "endColumns": "109,184,124,111,188,123,142,141,201,110,180,126,191,183,89,95,115", - "endOffsets": "2946,3131,3256,3368,3557,3681,3824,3966,4353,4464,4645,4772,4964,5148,5238,5334,5450" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-as/values-as.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5538", - "endColumns": "100", - "endOffsets": "5634" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-as/values-as.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,312,419,510,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2227,2336,2452,2572,2739,2841", - "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,98,108,115,119,166,101,82", - "endOffsets": "208,307,414,505,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2222,2331,2447,2567,2734,2836,2919" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,312,419,510,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2227,2336,2452,2572,2739,5455", - "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,98,108,115,119,166,101,82", - "endOffsets": "208,307,414,505,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2222,2331,2447,2567,2734,2836,5533" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-as/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "184", - "endOffsets": "431" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3971", - "endColumns": "184", - "endOffsets": "4151" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-or_values-or.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-or/values-or.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5711", - "endColumns": "100", - "endOffsets": "5807" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-or/values-or.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,334,441,527,631,751,830,906,997,1090,1186,1281,1381,1474,1569,1665,1756,1846,1935,2045,2149,2248,2359,2463,2581,2744,2850", - "endColumns": "118,109,106,85,103,119,78,75,90,92,95,94,99,92,94,95,90,89,88,109,103,98,110,103,117,162,105,82", - "endOffsets": "219,329,436,522,626,746,825,901,992,1085,1181,1276,1376,1469,1564,1660,1751,1841,1930,2040,2144,2243,2354,2458,2576,2739,2845,2928" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,334,441,527,631,751,830,906,997,1090,1186,1281,1381,1474,1569,1665,1756,1846,1935,2045,2149,2248,2359,2463,2581,2744,5628", - "endColumns": "118,109,106,85,103,119,78,75,90,92,95,94,99,92,94,95,90,89,88,109,103,98,110,103,117,162,105,82", - "endOffsets": "219,329,436,522,626,746,825,901,992,1085,1181,1276,1376,1469,1564,1660,1751,1841,1930,2040,2144,2243,2354,2458,2576,2739,2845,5706" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-or/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4047", - "endColumns": "198", - "endOffsets": "4241" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-or/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,547,678,793,1008,1142,1283,1418,1645,1756,1948,2080,2291,2475,2566,2664", - "endColumns": "108,192,130,114,214,133,140,134,226,110,191,131,210,183,90,97,111", - "endOffsets": "353,546,677,792,1007,1141,1282,1417,1644,1755,1947,2079,2290,2474,2565,2663,2775" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2850,2963,3156,3291,3410,3625,3763,3908,4246,4473,4588,4780,4916,5127,5315,5410,5512", - "endColumns": "112,192,134,118,214,137,144,138,226,114,191,135,210,187,94,101,115", - "endOffsets": "2958,3151,3286,3405,3620,3758,3903,4042,4468,4583,4775,4911,5122,5310,5405,5507,5623" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-lo_values-lo.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-lo/values-lo.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5597", - "endColumns": "100", - "endOffsets": "5693" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-lo/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3946", - "endColumns": "190", - "endOffsets": "4132" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-lo/values-lo.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772", - "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", - "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,5515", - "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", - "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,5592" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-lo/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,553,681,786,997,1120,1254,1395,1606,1709,1906,2033,2263,2450,2544,2639", - "endColumns": "105,201,127,104,210,122,133,140,210,102,196,126,229,186,93,94,109", - "endOffsets": "350,552,680,785,996,1119,1253,1394,1605,1708,1905,2032,2262,2449,2543,2638,2748" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2772,2882,3084,3216,3325,3536,3663,3801,4137,4348,4455,4652,4783,5013,5204,5302,5401", - "endColumns": "109,201,131,108,210,126,137,144,210,106,196,130,229,190,97,98,113", - "endOffsets": "2877,3079,3211,3320,3531,3658,3796,3941,4343,4450,4647,4778,5008,5199,5297,5396,5510" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-af_values-af.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-af/values-af.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777", - "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", - "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,5462", - "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", - "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,5538" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-af/values-af.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5543", - "endColumns": "100", - "endOffsets": "5639" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-af/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,538,662,770,979,1099,1246,1373,1598,1704,1892,2017,2215,2395,2487,2576", - "endColumns": "104,187,123,107,208,119,146,126,224,105,187,124,197,179,91,88,103", - "endOffsets": "349,537,661,769,978,1098,1245,1372,1597,1703,1891,2016,2214,2394,2486,2575,2679" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2777,2886,3074,3202,3314,3523,3647,3798,4131,4356,4466,4654,4783,4981,5165,5261,5354", - "endColumns": "108,187,127,111,208,123,150,130,224,109,187,128,197,183,95,92,107", - "endOffsets": "2881,3069,3197,3309,3518,3642,3793,3924,4351,4461,4649,4778,4976,5160,5256,5349,5457" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-af/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3929", - "endColumns": "201", - "endOffsets": "4126" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ta_values-ta.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ta/values-ta.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871", - "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", - "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,5596", - "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", - "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,5673" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ta/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "219", - "endOffsets": "466" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4013", - "endColumns": "219", - "endOffsets": "4228" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ta/values-ta.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5678", - "endColumns": "100", - "endOffsets": "5774" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ta/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,532,657,761,972,1098,1237,1363,1602,1707,1891,2024,2237,2419,2507,2596", - "endColumns": "102,183,124,103,210,125,138,125,238,104,183,132,212,181,87,88,105", - "endOffsets": "347,531,656,760,971,1097,1236,1362,1601,1706,1890,2023,2236,2418,2506,2595,2701" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2871,2978,3162,3291,3399,3610,3740,3883,4233,4472,4581,4765,4902,5115,5301,5393,5486", - "endColumns": "106,183,128,107,210,129,142,129,238,108,183,136,212,185,91,92,109", - "endOffsets": "2973,3157,3286,3394,3605,3735,3878,4008,4467,4576,4760,4897,5110,5296,5388,5481,5591" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ru_values-ru.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ru/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "215", - "endOffsets": "462" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3979", - "endColumns": "215", - "endOffsets": "4190" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ru/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,548,672,780,981,1108,1249,1378,1618,1723,1917,2041,2267,2451,2546,2632", - "endColumns": "104,197,123,107,200,126,140,128,239,104,193,123,225,183,94,85,110", - "endOffsets": "349,547,671,779,980,1107,1248,1377,1617,1722,1916,2040,2266,2450,2545,2631,2742" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2822,2931,3129,3257,3369,3570,3701,3846,4195,4435,4544,4738,4866,5092,5280,5379,5469", - "endColumns": "108,197,127,111,200,130,144,132,239,108,193,127,225,187,98,89,114", - "endOffsets": "2926,3124,3252,3364,3565,3696,3841,3974,4430,4539,4733,4861,5087,5275,5374,5464,5579" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ru/values-ru.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5666", - "endColumns": "100", - "endOffsets": "5762" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ru/values-ru.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822", - "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", - "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,5584", - "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", - "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,5661" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-gl_values-gl.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-gl/values-gl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,313,421,506,607,735,820,900,992,1086,1183,1277,1377,1471,1567,1662,1754,1846,1927,2035,2142,2249,2358,2463,2577,2754,2853", - "endColumns": "103,103,107,84,100,127,84,79,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", - "endOffsets": "204,308,416,501,602,730,815,895,987,1081,1178,1272,1372,1466,1562,1657,1749,1841,1922,2030,2137,2244,2353,2458,2572,2749,2848,2931" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,313,421,506,607,735,820,900,992,1086,1183,1277,1377,1471,1567,1662,1754,1846,1927,2035,2142,2249,2358,2463,2577,2754,5623", - "endColumns": "103,103,107,84,100,127,84,79,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", - "endOffsets": "204,308,416,501,602,730,815,895,987,1081,1178,1272,1372,1466,1562,1657,1749,1841,1922,2030,2137,2244,2353,2458,2572,2749,2848,5701" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-gl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,544,671,777,995,1125,1270,1404,1634,1741,1941,2074,2298,2476,2569,2664", - "endColumns": "103,194,126,105,217,129,144,133,229,106,199,132,223,177,92,94,109", - "endOffsets": "348,543,670,776,994,1124,1269,1403,1633,1740,1940,2073,2297,2475,2568,2663,2773" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2853,2961,3156,3287,3397,3615,3749,3898,4229,4459,4570,4770,4907,5131,5313,5410,5509", - "endColumns": "107,194,130,109,217,133,148,137,229,110,199,136,223,181,96,98,113", - "endOffsets": "2956,3151,3282,3392,3610,3744,3893,4031,4454,4565,4765,4902,5126,5308,5405,5504,5618" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-gl/values-gl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5706", - "endColumns": "100", - "endOffsets": "5802" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-gl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "192", - "endOffsets": "439" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4036", - "endColumns": "192", - "endOffsets": "4224" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-tl_values-tl.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-tl/values-tl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845", - "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", - "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,5696", - "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", - "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,5776" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-tl/values-tl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5781", - "endColumns": "100", - "endOffsets": "5877" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-tl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,558,694,801,1018,1152,1300,1438,1676,1781,1990,2126,2347,2552,2646,2738", - "endColumns": "104,207,135,106,216,133,147,137,237,104,208,135,220,204,93,91,105", - "endOffsets": "349,557,693,800,1017,1151,1299,1437,1675,1780,1989,2125,2346,2551,2645,2737,2843" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2845,2954,3162,3302,3413,3630,3768,3920,4266,4504,4613,4822,4962,5183,5392,5490,5586", - "endColumns": "108,207,139,110,216,137,151,141,237,108,208,139,220,208,97,95,109", - "endOffsets": "2949,3157,3297,3408,3625,3763,3915,4057,4499,4608,4817,4957,5178,5387,5485,5581,5691" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-tl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "203", - "endOffsets": "450" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4062", - "endColumns": "203", - "endOffsets": "4261" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-large-v4_values-large-v4.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-large-v4/values-large-v4.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,177", - "endColumns": "121,133", - "endOffsets": "172,306" - }, - "to": { - "startLines": "11,12", - "startColumns": "4,4", - "startOffsets": "752,874", - "endColumns": "121,133", - "endOffsets": "869,1003" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-large-v4/values-large-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,185,256,326,396,464,532,636", - "endColumns": "58,70,70,69,69,67,67,103,115", - "endOffsets": "109,180,251,321,391,459,527,631,747" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-lt_values-lt.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-lt/values-lt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5713", - "endColumns": "100", - "endOffsets": "5809" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-lt/values-lt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874", - "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", - "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,5629", - "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", - "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,5708" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-lt/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,534,664,769,981,1109,1254,1385,1610,1717,1913,2045,2257,2433,2527,2619", - "endColumns": "104,183,129,104,211,127,144,130,224,106,195,131,211,175,93,91,114", - "endOffsets": "349,533,663,768,980,1108,1253,1384,1609,1716,1912,2044,2256,2432,2526,2618,2733" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2874,2983,3167,3301,3410,3622,3754,3903,4256,4481,4592,4788,4924,5136,5316,5414,5510", - "endColumns": "108,183,133,108,211,131,148,134,224,110,195,135,211,179,97,95,118", - "endOffsets": "2978,3162,3296,3405,3617,3749,3898,4033,4476,4587,4783,4919,5131,5311,5409,5505,5624" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-lt/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "217", - "endOffsets": "464" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4038", - "endColumns": "217", - "endOffsets": "4251" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-hi_values-hi.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hi/values-hi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5589", - "endColumns": "100", - "endOffsets": "5685" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hi/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,543,667,777,987,1115,1253,1390,1606,1713,1910,2038,2238,2417,2506,2599", - "endColumns": "105,191,123,109,209,127,137,136,215,106,196,127,199,178,88,92,112", - "endOffsets": "350,542,666,776,986,1114,1252,1389,1605,1712,1909,2037,2237,2416,2505,2598,2711" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2787,2897,3089,3217,3331,3541,3673,3815,4161,4377,4488,4685,4817,5017,5200,5293,5390", - "endColumns": "109,191,127,113,209,131,141,140,215,110,196,131,199,182,92,96,116", - "endOffsets": "2892,3084,3212,3326,3536,3668,3810,3951,4372,4483,4680,4812,5012,5195,5288,5385,5502" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hi/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3956", - "endColumns": "204", - "endOffsets": "4156" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hi/values-hi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787", - "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", - "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,5507", - "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", - "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,5584" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-h720dp-v13_values-h720dp-v13.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-h720dp-v13/values-h720dp-v13.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "66", - "endOffsets": "117" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-small-v4_values-small-v4.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-small-v4/values-small-v4.xml", - "from": { - "startLines": "2,3,4,5", - "startColumns": "4,4,4,4", - "startOffsets": "55,128,198,270", - "endColumns": "72,69,71,69", - "endOffsets": "123,193,265,335" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-pt_values-pt.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pt/values-pt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2929", - "endColumns": "100", - "endOffsets": "3025" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pt/values-pt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", - "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", - "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-watch-v20_values-watch-v20.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-watch-v20/values-watch-v20.xml", - "from": { - "startLines": "2,5,8", - "startColumns": "4,4,4", - "startOffsets": "55,214,385", - "endLines": "4,7,10", - "endColumns": "12,12,12", - "endOffsets": "209,380,553" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ca_values-ca.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ca/values-ca.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5649", - "endColumns": "100", - "endOffsets": "5745" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ca/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "193", - "endOffsets": "440" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3989", - "endColumns": "193", - "endOffsets": "4178" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ca/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,532,657,764,973,1098,1247,1380,1610,1717,1907,2036,2259,2443,2534,2628", - "endColumns": "102,183,124,106,208,124,148,132,229,106,189,128,222,183,90,93,111", - "endOffsets": "347,531,656,763,972,1097,1246,1379,1609,1716,1906,2035,2258,2442,2533,2627,2739" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2830,2937,3121,3250,3361,3570,3699,3852,4183,4413,4524,4714,4847,5070,5258,5353,5451", - "endColumns": "106,183,128,110,208,128,152,136,229,110,189,132,222,187,94,97,115", - "endOffsets": "2932,3116,3245,3356,3565,3694,3847,3984,4408,4519,4709,4842,5065,5253,5348,5446,5562" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ca/values-ca.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830", - "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", - "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,5567", - "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", - "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,5644" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sw_values-sw.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sw/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,535,658,765,987,1110,1255,1394,1618,1722,1907,2032,2241,2426,2520,2621", - "endColumns": "101,187,122,106,221,122,144,138,223,103,184,124,208,184,93,100,120", - "endOffsets": "346,534,657,764,986,1109,1254,1393,1617,1721,1906,2031,2240,2425,2519,2620,2741" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2801,2907,3095,3222,3333,3555,3682,3831,4179,4403,4511,4696,4825,5034,5223,5321,5426", - "endColumns": "105,187,126,110,221,126,148,142,223,107,184,128,208,188,97,104,124", - "endOffsets": "2902,3090,3217,3328,3550,3677,3826,3969,4398,4506,4691,4820,5029,5218,5316,5421,5546" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sw/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3974", - "endColumns": "204", - "endOffsets": "4174" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sw/values-sw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801", - "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", - "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,5551", - "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", - "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,5629" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sw/values-sw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5634", - "endColumns": "100", - "endOffsets": "5730" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-pa_values-pa.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pa/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,555,683,790,996,1123,1262,1391,1612,1719,1923,2053,2265,2452,2544,2636", - "endColumns": "104,204,127,106,205,126,138,128,220,106,203,129,211,186,91,91,106", - "endOffsets": "349,554,682,789,995,1122,1261,1390,1611,1718,1922,2052,2264,2451,2543,2635,2742" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2767,2876,3081,3213,3324,3530,3661,3804,4147,4368,4479,4683,4817,5029,5220,5316,5412", - "endColumns": "108,204,131,110,205,130,142,132,220,110,203,133,211,190,95,95,110", - "endOffsets": "2871,3076,3208,3319,3525,3656,3799,3932,4363,4474,4678,4812,5024,5215,5311,5407,5518" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pa/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "209", - "endOffsets": "456" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3937", - "endColumns": "209", - "endOffsets": "4142" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pa/values-pa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767", - "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", - "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,5523", - "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", - "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,5598" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pa/values-pa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5603", - "endColumns": "100", - "endOffsets": "5699" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-gu_values-gu.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-gu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "205", - "endOffsets": "452" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3928", - "endColumns": "205", - "endOffsets": "4129" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-gu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,549,672,782,979,1099,1236,1361,1568,1674,1869,1992,2194,2370,2457,2549", - "endColumns": "105,197,122,109,196,119,136,124,206,105,194,122,201,175,86,91,106", - "endOffsets": "350,548,671,781,978,1098,1235,1360,1567,1673,1868,1991,2193,2369,2456,2548,2655" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2788,2898,3096,3223,3337,3534,3658,3799,4134,4341,4451,4646,4773,4975,5155,5246,5342", - "endColumns": "109,197,126,113,196,123,140,128,206,109,194,126,201,179,90,95,110", - "endOffsets": "2893,3091,3218,3332,3529,3653,3794,3923,4336,4446,4641,4768,4970,5150,5241,5337,5448" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-gu/values-gu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788", - "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", - "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,5453", - "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", - "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,5529" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-gu/values-gu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5534", - "endColumns": "100", - "endOffsets": "5630" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ar_values-ar.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ar/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,523,643,746,943,1069,1206,1333,1529,1631,1812,1932,2130,2302,2392,2484", - "endColumns": "101,175,119,102,196,125,136,126,195,101,180,119,197,171,89,91,108", - "endOffsets": "346,522,642,745,942,1068,1205,1332,1528,1630,1811,1931,2129,2301,2391,2483,2592" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2758,2864,3040,3164,3271,3468,3598,3739,4059,4255,4361,4542,4666,4864,5040,5134,5230", - "endColumns": "105,175,123,106,196,129,140,130,195,105,180,123,197,175,93,95,112", - "endOffsets": "2859,3035,3159,3266,3463,3593,3734,3865,4250,4356,4537,4661,4859,5035,5129,5225,5338" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ar/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "188", - "endOffsets": "435" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3870", - "endColumns": "188", - "endOffsets": "4054" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ar/values-ar.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,424,506,607,721,801,879,970,1063,1155,1249,1349,1442,1537,1630,1721,1815,1894,1999,2097,2195,2303,2403,2506,2661,2758", - "endColumns": "107,103,106,81,100,113,79,77,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", - "endOffsets": "208,312,419,501,602,716,796,874,965,1058,1150,1244,1344,1437,1532,1625,1716,1810,1889,1994,2092,2190,2298,2398,2501,2656,2753,2835" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,424,506,607,721,801,879,970,1063,1155,1249,1349,1442,1537,1630,1721,1815,1894,1999,2097,2195,2303,2403,2506,2661,5343", - "endColumns": "107,103,106,81,100,113,79,77,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", - "endOffsets": "208,312,419,501,602,716,796,874,965,1058,1150,1244,1344,1437,1532,1625,1716,1810,1889,1994,2092,2190,2298,2398,2501,2656,2753,5420" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ar/values-ar.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5425", - "endColumns": "100", - "endOffsets": "5521" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-tr_values-tr.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-tr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,540,674,777,983,1111,1264,1395,1626,1731,1919,2051,2255,2448,2536,2626", - "endColumns": "107,186,133,102,205,127,152,130,230,104,187,131,203,192,87,89,104", - "endOffsets": "352,539,673,776,982,1110,1263,1394,1625,1730,1918,2050,2254,2447,2535,2625,2730" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2797,2909,3096,3234,3341,3547,3679,3836,4177,4408,4517,4705,4841,5045,5242,5334,5428", - "endColumns": "111,186,137,106,205,131,156,134,230,108,187,135,203,196,91,93,108", - "endOffsets": "2904,3091,3229,3336,3542,3674,3831,3966,4403,4512,4700,4836,5040,5237,5329,5423,5532" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-tr/values-tr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5617", - "endColumns": "100", - "endOffsets": "5713" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-tr/values-tr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797", - "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", - "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,5537", - "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", - "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,5612" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-tr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "205", - "endOffsets": "452" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3971", - "endColumns": "205", - "endOffsets": "4172" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v18_values-v18.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v18/values-v18.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "48", - "endOffsets": "99" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-zh-rTW_values-zh-rTW.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zh-rTW/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "161", - "endOffsets": "412" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3693", - "endColumns": "161", - "endOffsets": "3850" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671", - "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,4979", - "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,5053" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zh-rTW/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,348,508,621,721,887,1001,1127,1247,1416,1515,1675,1788,1949,2083,2165,2248", - "endColumns": "98,159,112,99,165,113,125,119,168,98,159,112,160,133,81,82,98", - "endOffsets": "347,507,620,720,886,1000,1126,1246,1415,1514,1674,1787,1948,2082,2164,2247,2346" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2671,2774,2934,3051,3155,3321,3439,3569,3855,4024,4127,4287,4404,4565,4703,4789,4876", - "endColumns": "102,159,116,103,165,117,129,123,168,102,159,116,160,137,85,86,102", - "endOffsets": "2769,2929,3046,3150,3316,3434,3564,3688,4019,4122,4282,4399,4560,4698,4784,4871,4974" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5058", - "endColumns": "100", - "endOffsets": "5154" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-es_values-es.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-es/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,546,675,781,1001,1132,1280,1415,1666,1773,1969,2099,2323,2506,2599,2694", - "endColumns": "105,194,128,105,219,130,147,134,250,106,195,129,223,182,92,94,109", - "endOffsets": "350,545,674,780,1000,1131,1279,1414,1665,1772,1968,2098,2322,2505,2598,2693,2803" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2836,2946,3141,3274,3384,3604,3739,3891,4249,4500,4611,4807,4941,5165,5352,5449,5548", - "endColumns": "109,194,132,109,219,134,151,138,250,110,195,133,223,186,96,98,113", - "endOffsets": "2941,3136,3269,3379,3599,3734,3886,4025,4495,4606,4802,4936,5160,5347,5444,5543,5657" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-es/values-es.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836", - "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", - "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,5662", - "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", - "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,5740" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-es/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "218", - "endOffsets": "465" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4030", - "endColumns": "218", - "endOffsets": "4244" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-es/values-es.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5745", - "endColumns": "100", - "endOffsets": "5841" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-h360dp-land-v13/values-h360dp-land-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478,547", - "endColumns": "58,55,55,66,64,54,64,68,68", - "endOffsets": "109,165,221,288,353,408,473,542,611" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-it_values-it.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-it/values-it.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5592", - "endColumns": "100", - "endOffsets": "5688" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-it/values-it.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799", - "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", - "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,5510", - "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", - "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,5587" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-it/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "194", - "endOffsets": "441" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3956", - "endColumns": "194", - "endOffsets": "4146" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-it/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,531,654,760,977,1103,1249,1378,1594,1699,1884,2009,2224,2431,2524,2611", - "endColumns": "102,182,122,105,216,125,145,128,215,104,184,124,214,206,92,86,101", - "endOffsets": "347,530,653,759,976,1102,1248,1377,1593,1698,1883,2008,2223,2430,2523,2610,2712" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2799,2906,3089,3216,3326,3543,3673,3823,4151,4367,4476,4661,4790,5005,5216,5313,5404", - "endColumns": "106,182,126,109,216,129,149,132,215,108,184,128,214,210,96,90,105", - "endOffsets": "2901,3084,3211,3321,3538,3668,3818,3951,4362,4471,4656,4785,5000,5211,5308,5399,5505" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-en-rAU_values-en-rAU.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2845", - "endColumns": "100", - "endOffsets": "2941" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-si_values-si.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-si/values-si.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821", - "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", - "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,5500", - "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", - "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,5577" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-si/values-si.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-si/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "197", - "endOffsets": "444" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3958", - "endColumns": "197", - "endOffsets": "4151" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-si/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,537,659,770,971,1093,1235,1358,1568,1681,1868,1997,2200,2387,2486,2573", - "endColumns": "105,185,121,110,200,121,141,122,209,112,186,128,202,186,98,86,104", - "endOffsets": "350,536,658,769,970,1092,1234,1357,1567,1680,1867,1996,2199,2386,2485,2572,2677" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2821,2931,3117,3243,3358,3559,3685,3831,4156,4366,4483,4670,4803,5006,5197,5300,5391", - "endColumns": "109,185,125,114,200,125,145,126,209,116,186,132,202,190,102,90,108", - "endOffsets": "2926,3112,3238,3353,3554,3680,3826,3953,4361,4478,4665,4798,5001,5192,5295,5386,5495" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ky_values-ky.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ky/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,530,657,762,966,1091,1232,1366,1594,1699,1880,2008,2204,2397,2487,2573", - "endColumns": "103,180,126,104,203,124,140,133,227,104,180,127,195,192,89,85,102", - "endOffsets": "348,529,656,761,965,1090,1231,1365,1593,1698,1879,2007,2203,2396,2486,2572,2675" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2817,2925,3106,3237,3346,3550,3679,3824,4183,4411,4520,4701,4833,5029,5226,5320,5410", - "endColumns": "107,180,130,108,203,128,144,137,227,108,180,131,195,196,93,89,106", - "endOffsets": "2920,3101,3232,3341,3545,3674,3819,3957,4406,4515,4696,4828,5024,5221,5315,5405,5512" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ky/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "220", - "endOffsets": "467" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3962", - "endColumns": "220", - "endOffsets": "4178" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ky/values-ky.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5599", - "endColumns": "100", - "endOffsets": "5695" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ky/values-ky.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817", - "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", - "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,5517", - "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", - "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,5594" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-port_values-port.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-port/values-port.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "55", - "endOffsets": "106" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-da_values-da.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-da/values-da.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757", - "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", - "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,5448", - "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", - "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,5523" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-da/values-da.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5528", - "endColumns": "100", - "endOffsets": "5624" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-da/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "185", - "endOffsets": "432" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3910", - "endColumns": "185", - "endOffsets": "4091" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-da/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,666,773,975,1098,1244,1374,1589,1693,1886,2011,2215,2419,2511,2599", - "endColumns": "103,191,124,106,201,122,145,129,214,103,192,124,203,203,91,87,102", - "endOffsets": "348,540,665,772,974,1097,1243,1373,1588,1692,1885,2010,2214,2418,2510,2598,2701" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2757,2865,3057,3186,3297,3499,3626,3776,4096,4311,4419,4612,4741,4945,5153,5249,5341", - "endColumns": "107,191,128,110,201,126,149,133,214,107,192,128,203,207,95,91,106", - "endOffsets": "2860,3052,3181,3292,3494,3621,3771,3905,4306,4414,4607,4736,4940,5148,5244,5336,5443" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sr_values-sr.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sr/values-sr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5579", - "endColumns": "100", - "endOffsets": "5675" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sr/values-sr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833", - "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,5492", - "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,5574" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "188", - "endOffsets": "435" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3984", - "endColumns": "188", - "endOffsets": "4168" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,537,661,769,982,1107,1245,1372,1580,1685,1876,2001,2209,2377,2471,2562", - "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104", - "endOffsets": "348,536,660,768,981,1106,1244,1371,1579,1684,1875,2000,2208,2376,2470,2561,2666" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2833,2941,3129,3257,3369,3582,3711,3853,4173,4381,4490,4681,4810,5018,5190,5288,5383", - "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108", - "endOffsets": "2936,3124,3252,3364,3577,3706,3848,3979,4376,4485,4676,4805,5013,5185,5283,5378,5487" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-my_values-my.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-my/values-my.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,325,441,528,637,760,842,923,1014,1107,1202,1296,1396,1489,1584,1678,1769,1860,1945,2060,2169,2268,2394,2501,2609,2769,2872", - "endColumns": "112,106,115,86,108,122,81,80,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", - "endOffsets": "213,320,436,523,632,755,837,918,1009,1102,1197,1291,1391,1484,1579,1673,1764,1855,1940,2055,2164,2263,2389,2496,2604,2764,2867,2953" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,325,441,528,637,760,842,923,1014,1107,1202,1296,1396,1489,1584,1678,1769,1860,1945,2060,2169,2268,2394,2501,2609,2769,5715", - "endColumns": "112,106,115,86,108,122,81,80,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", - "endOffsets": "213,320,436,523,632,755,837,918,1009,1102,1197,1291,1391,1484,1579,1673,1764,1855,1940,2055,2164,2263,2389,2496,2604,2764,2867,5796" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-my/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,546,678,787,993,1123,1272,1407,1642,1746,1947,2088,2305,2518,2614,2713", - "endColumns": "104,195,131,108,205,129,148,134,234,103,200,140,216,212,95,98,113", - "endOffsets": "349,545,677,786,992,1122,1271,1406,1641,1745,1946,2087,2304,2517,2613,2712,2826" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2872,2981,3177,3313,3426,3632,3766,3919,4271,4506,4614,4815,4960,5177,5394,5494,5597", - "endColumns": "108,195,135,112,205,133,152,138,234,107,200,144,216,216,99,102,117", - "endOffsets": "2976,3172,3308,3421,3627,3761,3914,4053,4501,4609,4810,4955,5172,5389,5489,5592,5710" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-my/values-my.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5801", - "endColumns": "100", - "endOffsets": "5897" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-my/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "212", - "endOffsets": "459" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4058", - "endColumns": "212", - "endOffsets": "4266" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v24_values-v24.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v24/values-v24.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,212", - "endColumns": "156,134", - "endOffsets": "207,342" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-xlarge-v4_values-xlarge-v4.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-xlarge-v4/values-xlarge-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,126,197,267,337,405", - "endColumns": "70,70,69,69,67,67", - "endOffsets": "121,192,262,332,400,468" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-fa_values-fa.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fa/values-fa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5607", - "endColumns": "100", - "endOffsets": "5703" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fa/values-fa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795", - "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", - "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,5525", - "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", - "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,5602" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fa/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "213", - "endOffsets": "460" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3939", - "endColumns": "213", - "endOffsets": "4148" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fa/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,542,671,772,971,1097,1238,1365,1577,1685,1888,2019,2233,2417,2509,2603", - "endColumns": "105,190,128,100,198,125,140,126,211,107,202,130,213,183,91,93,109", - "endOffsets": "350,541,670,771,970,1096,1237,1364,1576,1684,1887,2018,2232,2416,2508,2602,2712" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2795,2905,3096,3229,3334,3533,3663,3808,4153,4365,4477,4680,4815,5029,5217,5313,5411", - "endColumns": "109,190,132,104,198,129,144,130,211,111,202,134,213,187,95,97,113", - "endOffsets": "2900,3091,3224,3329,3528,3658,3803,3934,4360,4472,4675,4810,5024,5212,5308,5406,5520" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-be_values-be.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-be/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3997", - "endColumns": "204", - "endOffsets": "4197" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-be/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,544,667,775,989,1113,1254,1383,1604,1709,1903,2029,2241,2426,2521,2609", - "endColumns": "104,193,122,107,213,123,140,128,220,104,193,125,211,184,94,87,103", - "endOffsets": "349,543,666,774,988,1112,1253,1382,1603,1708,1902,2028,2240,2425,2520,2608,2712" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2835,2944,3138,3265,3377,3591,3719,3864,4202,4423,4532,4726,4856,5068,5257,5356,5448", - "endColumns": "108,193,126,111,213,127,144,132,220,108,193,129,211,188,98,91,107", - "endOffsets": "2939,3133,3260,3372,3586,3714,3859,3992,4418,4527,4721,4851,5063,5252,5351,5443,5551" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-be/values-be.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5638", - "endColumns": "100", - "endOffsets": "5734" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-be/values-be.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835", - "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", - "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,5556", - "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", - "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,5633" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ml_values-ml.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ml/values-ml.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5787", - "endColumns": "100", - "endOffsets": "5883" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ml/values-ml.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854", - "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", - "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,5704", - "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", - "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,5782" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ml/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "218", - "endOffsets": "465" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4070", - "endColumns": "218", - "endOffsets": "4284" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ml/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,362,573,710,829,1052,1175,1306,1437,1678,1792,1997,2131,2339,2526,2616,2711", - "endColumns": "116,210,136,118,222,122,130,130,240,113,204,133,207,186,89,94,116", - "endOffsets": "361,572,709,828,1051,1174,1305,1436,1677,1791,1996,2130,2338,2525,2615,2710,2827" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2854,2975,3186,3327,3450,3673,3800,3935,4289,4530,4648,4853,4991,5199,5390,5484,5583", - "endColumns": "120,210,140,122,222,126,134,134,240,117,204,137,207,190,93,98,120", - "endOffsets": "2970,3181,3322,3445,3668,3795,3930,4065,4525,4643,4848,4986,5194,5385,5479,5578,5699" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ur_values-ur.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ur/values-ur.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832", - "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", - "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,5560", - "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", - "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,5641" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ur/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,547,671,780,979,1104,1242,1371,1582,1690,1893,2019,2224,2419,2508,2601", - "endColumns": "105,195,123,108,198,124,137,128,210,107,202,125,204,194,88,92,112", - "endOffsets": "350,546,670,779,978,1103,1241,1370,1581,1689,1892,2018,2223,2418,2507,2600,2713" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2832,2942,3138,3266,3379,3578,3707,3849,4193,4404,4516,4719,4849,5054,5253,5346,5443", - "endColumns": "109,195,127,112,198,128,141,132,210,111,202,129,204,198,92,96,116", - "endOffsets": "2937,3133,3261,3374,3573,3702,3844,3977,4399,4511,4714,4844,5049,5248,5341,5438,5555" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ur/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "210", - "endOffsets": "457" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3982", - "endColumns": "210", - "endOffsets": "4188" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ur/values-ur.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5646", - "endColumns": "100", - "endOffsets": "5742" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-night-v8_values-night-v8.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-night-v8/values-night-v8.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,143,267,369,471,587,689,803,931,1047,1169,1305,1425,1559,1679,1791,1917,2055,2179,2309,2431,2569,2685", - "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", - "endOffsets": "138,262,364,466,582,684,798,926,1042,1164,1300,1420,1554,1674,1786,1912,2050,2174,2304,2426,2564,2680,2800" - }, - "to": { - "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "687,775,899,1001,1103,1219,1321,1435,1563,1679,1801,1937,2057,2191,2311,2423,2638,2776,2900,3030,3152,3290,3406", - "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", - "endOffsets": "770,894,996,1098,1214,1316,1430,1558,1674,1796,1932,2052,2186,2306,2418,2544,2771,2895,3025,3147,3285,3401,3521" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-night-v8/values-night-v8.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,125,209,293,389,491,593,687", - "endColumns": "69,83,83,95,101,101,93,88", - "endOffsets": "120,204,288,384,486,588,682,771" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,25", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,125,209,293,389,491,593,2549", - "endColumns": "69,83,83,95,101,101,93,88", - "endOffsets": "120,204,288,384,486,588,682,2633" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-nl_values-nl.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-nl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4018", - "endColumns": "201", - "endOffsets": "4215" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-nl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,540,668,777,1003,1128,1277,1408,1645,1749,1949,2073,2295,2503,2597,2686", - "endColumns": "107,186,127,108,225,124,148,130,236,103,199,123,221,207,93,88,103", - "endOffsets": "352,539,667,776,1002,1127,1276,1407,1644,1748,1948,2072,2294,2502,2596,2685,2789" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2831,2943,3130,3262,3375,3601,3730,3883,4220,4457,4565,4765,4893,5115,5327,5425,5518", - "endColumns": "111,186,131,112,225,128,152,134,236,107,199,127,221,211,97,92,107", - "endOffsets": "2938,3125,3257,3370,3596,3725,3878,4013,4452,4560,4760,4888,5110,5322,5420,5513,5621" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-nl/values-nl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,328,435,520,628,748,826,902,994,1088,1183,1277,1377,1471,1567,1662,1754,1846,1928,2039,2142,2241,2356,2470,2573,2728,2831", - "endColumns": "117,104,106,84,107,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", - "endOffsets": "218,323,430,515,623,743,821,897,989,1083,1178,1272,1372,1466,1562,1657,1749,1841,1923,2034,2137,2236,2351,2465,2568,2723,2826,2909" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,328,435,520,628,748,826,902,994,1088,1183,1277,1377,1471,1567,1662,1754,1846,1928,2039,2142,2241,2356,2470,2573,2728,5626", - "endColumns": "117,104,106,84,107,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", - "endOffsets": "218,323,430,515,623,743,821,897,989,1083,1178,1272,1372,1466,1562,1657,1749,1841,1923,2034,2137,2236,2351,2465,2568,2723,2826,5704" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-nl/values-nl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5709", - "endColumns": "100", - "endOffsets": "5805" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-es-rUS_values-es-rUS.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821", - "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", - "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,5639", - "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", - "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,5717" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-es-rUS/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,355,553,683,789,1009,1138,1287,1418,1648,1755,1956,2087,2323,2527,2623,2711", - "endColumns": "105,197,129,105,219,128,148,130,229,106,200,130,235,203,95,87,102", - "endOffsets": "354,552,682,788,1008,1137,1286,1417,1647,1754,1955,2086,2322,2526,2622,2710,2813" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2821,2931,3129,3263,3373,3593,3726,3879,4219,4449,4560,4761,4896,5132,5340,5440,5532", - "endColumns": "109,197,133,109,219,132,152,134,229,110,200,134,235,207,99,91,106", - "endOffsets": "2926,3124,3258,3368,3588,3721,3874,4009,4444,4555,4756,4891,5127,5335,5435,5527,5634" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-es-rUS/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "204", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4014", - "endColumns": "204", - "endOffsets": "4214" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5722", - "endColumns": "100", - "endOffsets": "5818" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v28_values-v28.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v28/values-v28.xml", - "from": { - "startLines": "2,3,4,8", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,447", - "endLines": "2,3,7,11", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,442,684" - }, - "to": { - "startLines": "10,11,12,16", - "startColumns": "4,4,4,4", - "startOffsets": "755,830,917,1097", - "endLines": "10,11,15,19", - "endColumns": "74,86,12,12", - "endOffsets": "825,912,1092,1284" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-v28/values-v28.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,143,231,319,407,494,581,668", - "endColumns": "87,87,87,87,86,86,86,86", - "endOffsets": "138,226,314,402,489,576,663,750" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-cs_values-cs.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-cs/values-cs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5623", - "endColumns": "100", - "endOffsets": "5719" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-cs/values-cs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799", - "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", - "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,5540", - "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", - "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,5618" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-cs/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,664,772,984,1109,1247,1373,1607,1716,1911,2037,2257,2438,2532,2625", - "endColumns": "103,191,122,107,211,124,137,125,233,108,194,125,219,180,93,92,110", - "endOffsets": "348,540,663,771,983,1108,1246,1372,1606,1715,1910,2036,2256,2437,2531,2624,2735" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2799,2907,3099,3226,3338,3550,3679,3821,4153,4387,4500,4695,4825,5045,5230,5328,5425", - "endColumns": "107,191,126,111,211,128,141,129,233,112,194,129,219,184,97,96,114", - "endOffsets": "2902,3094,3221,3333,3545,3674,3816,3946,4382,4495,4690,4820,5040,5225,5323,5420,5535" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-cs/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3951", - "endColumns": "201", - "endOffsets": "4148" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-pl_values-pl.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,547,667,775,985,1108,1245,1369,1599,1706,1912,2038,2256,2443,2538,2630", - "endColumns": "101,199,119,107,209,122,136,123,229,106,205,125,217,186,94,91,108", - "endOffsets": "346,546,666,774,984,1107,1244,1368,1598,1705,1911,2037,2255,2442,2537,2629,2738" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2817,2923,3123,3247,3359,3569,3696,3837,4164,4394,4505,4711,4841,5059,5250,5349,5445", - "endColumns": "105,199,123,111,209,126,140,127,229,110,205,129,217,190,98,95,112", - "endOffsets": "2918,3118,3242,3354,3564,3691,3832,3960,4389,4500,4706,4836,5054,5245,5344,5440,5553" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3965", - "endColumns": "198", - "endOffsets": "4159" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pl/values-pl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817", - "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", - "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,5558", - "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", - "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,5636" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pl/values-pl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5641", - "endColumns": "100", - "endOffsets": "5737" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-te_values-te.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-te/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,539,667,780,976,1099,1230,1355,1563,1673,1857,1983,2193,2382,2472,2568", - "endColumns": "107,185,127,112,195,122,130,124,207,109,183,125,209,188,89,95,106", - "endOffsets": "352,538,666,779,975,1098,1229,1354,1562,1672,1856,1982,2192,2381,2471,2567,2674" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2847,2959,3145,3277,3394,3590,3717,3852,4180,4388,4502,4686,4816,5026,5219,5313,5413", - "endColumns": "111,185,131,116,195,126,134,128,207,113,183,129,209,192,93,99,110", - "endOffsets": "2954,3140,3272,3389,3585,3712,3847,3976,4383,4497,4681,4811,5021,5214,5308,5408,5519" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-te/values-te.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,334,445,535,640,759,837,913,1004,1097,1192,1286,1386,1479,1574,1669,1760,1851,1934,2048,2150,2249,2364,2467,2582,2744,2847", - "endColumns": "116,111,110,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,82,113,101,98,114,102,114,161,102,82", - "endOffsets": "217,329,440,530,635,754,832,908,999,1092,1187,1281,1381,1474,1569,1664,1755,1846,1929,2043,2145,2244,2359,2462,2577,2739,2842,2925" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,334,445,535,640,759,837,913,1004,1097,1192,1286,1386,1479,1574,1669,1760,1851,1934,2048,2150,2249,2364,2467,2582,2744,5524", - "endColumns": "116,111,110,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,82,113,101,98,114,102,114,161,102,82", - "endOffsets": "217,329,440,530,635,754,832,908,999,1092,1187,1281,1381,1474,1569,1664,1755,1846,1929,2043,2145,2244,2359,2462,2577,2739,2842,5602" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-te/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3981", - "endColumns": "198", - "endOffsets": "4175" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-te/values-te.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5607", - "endColumns": "100", - "endOffsets": "5703" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-de_values-de.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-de/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "203", - "endOffsets": "450" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4052", - "endColumns": "203", - "endOffsets": "4251" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-de/values-de.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832", - "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", - "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,5672", - "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", - "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,5749" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-de/values-de.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5754", - "endColumns": "100", - "endOffsets": "5850" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-de/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,548,674,784,1021,1150,1297,1441,1680,1790,1990,2119,2340,2542,2639,2728", - "endColumns": "106,195,125,109,236,128,146,143,238,109,199,128,220,201,96,88,104", - "endOffsets": "351,547,673,783,1020,1149,1296,1440,1679,1789,1989,2118,2339,2541,2638,2727,2832" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2832,2943,3139,3269,3383,3620,3753,3904,4256,4495,4609,4809,4942,5163,5369,5470,5563", - "endColumns": "110,195,129,113,236,132,150,147,238,113,199,132,220,205,100,92,108", - "endOffsets": "2938,3134,3264,3378,3615,3748,3899,4047,4490,4604,4804,4937,5158,5364,5465,5558,5667" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-en-rIN_values-en-rIN.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2845", - "endColumns": "100", - "endOffsets": "2941" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-hy_values-hy.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hy/values-hy.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814", - "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", - "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,5618", - "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", - "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,5696" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hy/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,546,678,784,997,1131,1284,1422,1648,1754,1953,2087,2308,2500,2591,2684", - "endColumns": "103,196,131,105,212,133,152,137,225,105,198,133,220,191,90,92,106", - "endOffsets": "348,545,677,783,996,1130,1283,1421,1647,1753,1952,2086,2307,2499,2590,2683,2790" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2814,2922,3119,3255,3365,3578,3716,3873,4225,4451,4561,4760,4898,5119,5315,5410,5507", - "endColumns": "107,196,135,109,212,137,156,141,225,109,198,137,220,195,94,96,110", - "endOffsets": "2917,3114,3250,3360,3573,3711,3868,4010,4446,4556,4755,4893,5114,5310,5405,5502,5613" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hy/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "209", - "endOffsets": "456" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4015", - "endColumns": "209", - "endOffsets": "4220" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hy/values-hy.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5701", - "endColumns": "100", - "endOffsets": "5797" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-bn_values-bn.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-bn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "210", - "endOffsets": "457" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3975", - "endColumns": "210", - "endOffsets": "4181" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-bn/values-bn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835", - "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", - "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,5495", - "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", - "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,5577" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-bn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,543,669,778,974,1094,1232,1361,1565,1672,1859,1985,2178,2352,2438,2531", - "endColumns": "106,190,125,108,195,119,137,128,203,106,186,125,192,173,85,92,114", - "endOffsets": "351,542,668,777,973,1093,1231,1360,1564,1671,1858,1984,2177,2351,2437,2530,2645" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2835,2946,3137,3267,3380,3576,3700,3842,4186,4390,4501,4688,4818,5011,5189,5279,5376", - "endColumns": "110,190,129,112,195,123,141,132,203,110,186,129,192,177,89,96,118", - "endOffsets": "2941,3132,3262,3375,3571,3695,3837,3970,4385,4496,4683,4813,5006,5184,5274,5371,5490" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-bn/values-bn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sq_values-sq.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sq/values-sq.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5720", - "endColumns": "100", - "endOffsets": "5816" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sq/values-sq.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801", - "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", - "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,5638", - "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", - "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,5715" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sq/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "187", - "endOffsets": "434" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4020", - "endColumns": "187", - "endOffsets": "4203" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sq/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,555,690,795,1015,1147,1299,1440,1669,1775,1981,2117,2345,2555,2646,2739", - "endColumns": "104,204,134,104,219,131,151,140,228,105,205,135,227,209,90,92,106", - "endOffsets": "349,554,689,794,1014,1146,1298,1439,1668,1774,1980,2116,2344,2554,2645,2738,2845" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2801,2910,3115,3254,3363,3583,3719,3875,4208,4437,4547,4753,4893,5121,5335,5430,5527", - "endColumns": "108,204,138,108,219,135,155,144,228,109,205,139,227,213,94,96,110", - "endOffsets": "2905,3110,3249,3358,3578,3714,3870,4015,4432,4542,4748,4888,5116,5330,5425,5522,5633" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-en-rCA_values-en-rCA.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rCA/values-en-rCA.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2845", - "endColumns": "100", - "endOffsets": "2941" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rCA/values-en-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-kk_values-kk.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-kk/values-kk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5584", - "endColumns": "100", - "endOffsets": "5680" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-kk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,346,531,655,759,958,1082,1231,1365,1589,1693,1881,2008,2220,2403,2492,2577", - "endColumns": "100,184,123,103,198,123,148,133,223,103,187,126,211,182,88,84,102", - "endOffsets": "345,530,654,758,957,1081,1230,1364,1588,1692,1880,2007,2219,2402,2491,2576,2679" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2796,2901,3086,3214,3322,3521,3649,3802,4163,4387,4495,4683,4814,5026,5213,5306,5395", - "endColumns": "104,184,127,107,198,127,152,137,223,107,187,130,211,186,92,88,106", - "endOffsets": "2896,3081,3209,3317,3516,3644,3797,3935,4382,4490,4678,4809,5021,5208,5301,5390,5497" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-kk/values-kk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796", - "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", - "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,5502", - "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", - "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,5579" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-kk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "222", - "endOffsets": "469" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3940", - "endColumns": "222", - "endOffsets": "4158" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sv_values-sv.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sv/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "206", - "endOffsets": "453" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3930", - "endColumns": "206", - "endOffsets": "4132" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sv/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,539,664,772,972,1095,1244,1373,1580,1686,1879,2005,2218,2400,2492,2581", - "endColumns": "104,188,124,107,199,122,148,128,206,105,192,125,212,181,91,88,103", - "endOffsets": "349,538,663,771,971,1094,1243,1372,1579,1685,1878,2004,2217,2399,2491,2580,2684" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2778,2887,3076,3205,3317,3517,3644,3797,4137,4344,4454,4647,4777,4990,5176,5272,5365", - "endColumns": "108,188,128,111,199,126,152,132,206,109,192,129,212,185,95,92,107", - "endOffsets": "2882,3071,3200,3312,3512,3639,3792,3925,4339,4449,4642,4772,4985,5171,5267,5360,5468" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sv/values-sv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5553", - "endColumns": "100", - "endOffsets": "5649" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sv/values-sv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778", - "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", - "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,5473", - "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", - "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,5548" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-az_values-az.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-az/values-az.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813", - "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", - "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,5548", - "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", - "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,5627" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-az/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,539,670,778,983,1114,1260,1391,1616,1724,1904,2039,2242,2424,2514,2605", - "endColumns": "106,186,130,107,204,130,145,130,224,107,179,134,202,181,89,90,105", - "endOffsets": "351,538,669,777,982,1113,1259,1390,1615,1723,1903,2038,2241,2423,2513,2604,2710" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2813,2924,3111,3246,3358,3563,3698,3848,4204,4429,4541,4721,4860,5063,5249,5343,5438", - "endColumns": "110,186,134,111,204,134,149,134,224,111,179,138,202,185,93,94,109", - "endOffsets": "2919,3106,3241,3353,3558,3693,3843,3978,4424,4536,4716,4855,5058,5244,5338,5433,5543" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-az/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "220", - "endOffsets": "467" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3983", - "endColumns": "220", - "endOffsets": "4199" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-az/values-az.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5632", - "endColumns": "100", - "endOffsets": "5728" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-bs_values-bs.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-bs/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,665,773,982,1106,1244,1371,1584,1689,1881,2006,2215,2387,2481,2569", - "endColumns": "103,191,123,107,208,123,137,126,212,104,191,124,208,171,93,87,109", - "endOffsets": "348,540,664,772,981,1105,1243,1370,1583,1688,1880,2005,2214,2386,2480,2568,2678" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2830,2938,3130,3258,3370,3579,3707,3849,4180,4393,4502,4694,4823,5032,5208,5306,5398", - "endColumns": "107,191,127,111,208,127,141,130,212,108,191,128,208,175,97,91,113", - "endOffsets": "2933,3125,3253,3365,3574,3702,3844,3975,4388,4497,4689,4818,5027,5203,5301,5393,5507" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-bs/values-bs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830", - "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", - "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,5512", - "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", - "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,5594" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-bs/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "199", - "endOffsets": "446" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3980", - "endColumns": "199", - "endOffsets": "4175" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-bs/values-bs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5599", - "endColumns": "100", - "endOffsets": "5695" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-zh-rCN_values-zh-rCN.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5044", - "endColumns": "100", - "endOffsets": "5140" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zh-rCN/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "157", - "endOffsets": "408" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3682", - "endColumns": "157", - "endOffsets": "3835" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662", - "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", - "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,4965", - "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", - "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,5039" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zh-rCN/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,348,509,622,722,886,1000,1128,1245,1412,1511,1672,1785,1948,2082,2164,2247", - "endColumns": "98,160,112,99,163,113,127,116,166,98,160,112,162,133,81,82,98", - "endOffsets": "347,508,621,721,885,999,1127,1244,1411,1510,1671,1784,1947,2081,2163,2246,2345" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2662,2765,2926,3043,3147,3311,3429,3561,3840,4007,4110,4271,4388,4551,4689,4775,4862", - "endColumns": "102,160,116,103,163,117,131,120,166,102,160,116,162,137,85,86,102", - "endOffsets": "2760,2921,3038,3142,3306,3424,3556,3677,4002,4105,4266,4383,4546,4684,4770,4857,4960" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-uz_values-uz.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-uz/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,530,657,764,968,1099,1245,1376,1607,1713,1903,2033,2246,2434,2526,2613", - "endColumns": "102,181,126,106,203,130,145,130,230,105,189,129,212,187,91,86,104", - "endOffsets": "347,529,656,763,967,1098,1244,1375,1606,1712,1902,2032,2245,2433,2525,2612,2717" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2776,2883,3065,3196,3307,3511,3646,3796,4140,4371,4481,4671,4805,5018,5210,5306,5397", - "endColumns": "106,181,130,110,203,134,149,134,230,109,189,133,212,191,95,90,108", - "endOffsets": "2878,3060,3191,3302,3506,3641,3791,3926,4366,4476,4666,4800,5013,5205,5301,5392,5501" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-uz/values-uz.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776", - "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", - "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,5506", - "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", - "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,5585" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-uz/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "208", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3931", - "endColumns": "208", - "endOffsets": "4135" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-uz/values-uz.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5590", - "endColumns": "100", - "endOffsets": "5686" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-nb_values-nb.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-nb/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,539,663,770,985,1113,1259,1387,1600,1705,1897,2023,2224,2426,2519,2607", - "endColumns": "102,190,123,106,214,127,145,127,212,104,191,125,200,201,92,87,102", - "endOffsets": "347,538,662,769,984,1112,1258,1386,1599,1704,1896,2022,2223,2425,2518,2606,2709" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2737,2844,3035,3163,3274,3489,3621,3771,4092,4305,4414,4606,4736,4937,5143,5240,5332", - "endColumns": "106,190,127,110,214,131,149,131,212,108,191,129,200,205,96,91,106", - "endOffsets": "2839,3030,3158,3269,3484,3616,3766,3898,4300,4409,4601,4731,4932,5138,5235,5327,5434" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-nb/values-nb.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5519", - "endColumns": "100", - "endOffsets": "5615" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-nb/values-nb.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737", - "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", - "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,5439", - "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", - "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,5514" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-nb/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "188", - "endOffsets": "435" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3903", - "endColumns": "188", - "endOffsets": "4087" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sl_values-sl.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sl/values-sl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2568,2751,2851", - "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,107,182,99,83", - "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2563,2746,2846,2930" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2568,2751,5564", - "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,107,182,99,83", - "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2563,2746,2846,5643" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,546,673,778,984,1112,1252,1381,1598,1703,1901,2029,2240,2418,2514,2602", - "endColumns": "103,196,126,104,205,127,139,128,216,104,197,127,210,177,95,87,108", - "endOffsets": "348,545,672,777,983,1111,1251,1380,1597,1702,1900,2028,2239,2417,2513,2601,2710" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2851,2959,3156,3287,3396,3602,3734,3878,4210,4427,4536,4734,4866,5077,5259,5359,5451", - "endColumns": "107,196,130,108,205,131,143,132,216,108,197,131,210,181,99,91,112", - "endOffsets": "2954,3151,3282,3391,3597,3729,3873,4006,4422,4531,4729,4861,5072,5254,5354,5446,5559" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sl/values-sl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5648", - "endColumns": "100", - "endOffsets": "5744" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4011", - "endColumns": "198", - "endOffsets": "4205" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-hdpi-v4_values-hdpi-v4.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hdpi-v4/values-hdpi-v4.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "6", - "endColumns": "13", - "endOffsets": "327" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values_values.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml", - "from": { - "startLines": "1", - "startColumns": "4", - "startOffsets": "16", - "endColumns": "63", - "endOffsets": "75" - }, - "to": { - "startLines": "711", - "startColumns": "4", - "startOffsets": "45479", - "endColumns": "63", - "endOffsets": "45538" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", - "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", - "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", - "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" - }, - "to": { - "startLines": "8,117,118,119,120,302,303,304,916,2741,2743,2746,5359", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "468,7123,7184,7246,7308,19677,19736,19793,66908,183465,183529,183655,329000", - "endLines": "8,117,118,119,120,302,303,304,922,2742,2745,2748,5386", - "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", - "endOffsets": "515,7179,7241,7303,7367,19731,19788,19842,67317,183524,183650,183778,329919" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,407,411,418,425,433,443,452,461,470,471,472,477,478,482,483,489,493,494,495,496,506,507,508,512,513,519,523,524,525,526,527,593,641,699,747,812,860,908,966,1014,1018,1022,1034,1049,1061,1062,1109,1113,1114,1115,1118,1128,1161,1162,1163,1175,1179,1184,1189,1194,1197,1200,1203,1207,1211,1212,1213,1214,1215,1218,1221,1224,1227,1231,1232,1235,1238,1241,1244,1248,1251,1255,1258,1261,1264,1267,1271,1274,1277,1281,1284,1294,1302,1310,1313,1316,1319,1322,1325,1328,1331,1332,1335,1338,1339,1342,1346,1351,1352,1360,1368,1369,1377,1381,1389,1397,1405,1413,1421,1422,1430,1438,1439,1441,1446,1448,1453,1457,1461,1462,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1491,1492,1493,1499,1500,1504,1506,1507,1510,1515,1516,1517,1518,1519,1520,1524,1525,1526,1532,1533,1537,1539,1542,1546,1550,1554,1558,1559,1560,1561,1569,1577,1580,1585,1590,1595,1600,1604,1608,1617,1625,1626,1627,1628,1629,1637,1646,1651,1656,1657,1658,1659,1677,1681,1686,1689,1693,1696,1700,1704,1708,1716,1725,1738,1742,1757,1765,1768,1779,1784,1813,1817,1818,1825,1829,1830,1831,1834,1838,1842,1843,1847,1852,1864,1868,1869,1881,1891,1892,1902,1907,1929,1932,1938,1941,1950,1958,1962,1965,1968,1971,1975,1978,1993,1997,2000,2015,2018,2026,2031,2037,2043,2049,2079,2090,2107,2114,2117,2129,2138,2142,2147,2151,2155,2159,2163,2167,2170,2179,2184,2193,2197,2204,2213,2219,2223,2245,2246,2247,2248,2249,2258,2262,2274,2281,2282,2286,2290,2291,2295,2309,2315,2321,2327,2333,2338,2344,2350,2351,2360,2368,2369,2376,2401,2413,2452,2468,2496,2545,2596,2703,2726,2818,2833,2845,2851,2895,2899,2905,2910,2916,2923,2979,2987,2998,3010,3038,3047,3054,3060,3068,3073,3121,3124,3128,3166,3172,3189,3196,3204,3288,3492", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "150,187,236,292,352,413,468,518,571,629,677,714,761,810,866,917,966,1020,1074,1123,1179,1226,1282,1342,1403,1456,1501,1554,1606,1664,1729,1777,1843,1901,1970,2028,2098,2172,2240,2307,2377,2443,2516,2576,2636,2696,2755,2812,2870,2928,2974,3034,3102,3171,3239,3292,3344,3390,3440,3487,3545,3603,3662,3722,3784,3846,3908,3970,4032,4094,4162,4223,4285,4347,4400,4454,4513,4575,4649,4720,4786,4860,4929,5000,5073,5144,5212,5285,5361,5431,5509,5577,5643,5704,5773,5837,5903,5971,6037,6100,6168,6239,6304,6377,6440,6521,6585,6651,6721,6791,6861,6931,6998,7063,7129,7182,7258,7324,7411,7487,7563,7610,7675,7725,7779,7858,7936,8009,8074,8137,8203,8274,8345,8407,8476,8542,8602,8669,8736,8792,8843,8896,8948,9002,9073,9136,9195,9257,9316,9389,9456,9516,9579,9654,9726,9822,9893,9949,10020,10077,10134,10200,10264,10335,10392,10445,10508,10560,10618,10685,10769,10854,10935,11003,11080,11153,11223,11295,11365,11438,11502,11572,11620,11689,11741,11799,11865,11932,11998,12079,12154,12210,12263,12324,12382,12432,12481,12530,12579,12641,12693,12738,12819,12873,12926,12980,13031,13080,13131,13192,13253,13315,13365,13406,13465,13524,13583,13644,13700,13756,13823,13884,13949,14004,14069,14138,14206,14284,14353,14413,14484,14558,14623,14695,14765,14832,14916,14985,15052,15122,15185,15252,15320,15403,15482,15572,15649,15717,15784,15862,15919,15976,16044,16110,16166,16226,16285,16339,16389,16439,16487,16549,16600,16673,16753,16833,16897,16960,17027,17098,17156,17217,17283,17342,17409,17469,17529,17592,17660,17721,17788,17866,17936,17985,18042,18111,18172,18260,18348,18436,18524,18580,18667,18754,18841,18928,18986,19042,19113,19178,19240,19315,19388,19457,19527,19596,19690,19759,19860,19911,19969,20039,20108,20178,20248,20318,20385,20460,20527,20586,20651,20707,20765,20827,20872,20915,20962,21007,21058,21106,21172,21234,21297,21369,21426,21489,21546,21606,21671,21738,21803,21860,21921,21979,22049,22106,22426,22576,22707,22805,22920,23007,23055,23134,23199,23288,23445,23602,23755,23909,24087,24269,24451,24633,24823,25013,25212,25385,25495,25680,25817,26037,26221,26381,26539,26723,26926,27097,27317,27539,27694,27901,28085,28188,28329,28494,28665,28865,29069,29271,29476,29677,29876,30080,30158,30459,30625,30780,30882,31159,31444,31834,32290,32799,33341,33806,34268,34739,34832,34939,35282,35389,35618,35739,36148,36380,36480,36585,36704,37238,37385,37504,37739,37872,38287,38525,38637,38758,38891,39038,43839,46880,51134,54189,58897,61901,64921,69091,72109,72361,72626,73686,74533,75352,75443,77574,77784,77893,78012,78196,78772,80753,80848,80879,81749,82035,82438,82840,83183,83395,83596,83809,84098,84383,84456,84543,84628,84727,84847,85008,85171,85332,85497,85550,85683,85803,85901,86014,86207,86333,86569,86711,86881,87037,87209,87500,87612,87741,87970,88188,89043,89630,90244,90412,90554,90715,90858,91026,91183,91378,91470,91643,91805,91900,92069,92312,92605,92719,93128,93542,93658,94076,94317,94747,95182,95592,96014,96424,96546,96955,97371,97493,97561,97905,97985,98341,98491,98635,98719,99096,99194,99302,99396,99526,99634,99756,99892,100000,100120,100254,100376,100504,100646,100772,100912,101038,101156,101288,101386,101496,101780,101892,102010,102474,102590,102877,103003,103099,103229,103618,103728,103852,103990,104100,104222,104518,104642,104772,105248,105376,105675,105813,105959,106121,106337,106493,106697,106765,106849,106953,107483,108082,108240,108459,108690,108913,109148,109370,109636,110228,110827,110941,111085,111197,111321,111892,112490,112985,113531,113676,113769,113861,115222,115610,115908,116097,116303,116496,116706,116923,117184,117616,118140,118784,118981,119929,120486,120609,121382,121603,123184,123419,123543,124051,124265,124368,124498,124673,124920,125111,125251,125445,125715,126416,126704,126834,127599,128244,128390,128951,129189,130612,130762,131179,131344,132030,132500,132696,132858,133013,133157,133391,133558,134332,134618,134778,135393,135552,135880,136107,136472,136843,137204,138984,139613,140658,141178,141330,142320,143057,143260,143506,143753,143995,144316,144621,144844,145016,145557,145826,146320,146581,147021,147766,148131,148436,150136,150242,150372,150510,150634,151270,151571,152326,152765,152889,153130,153318,153452,153643,154422,154691,154982,155261,155578,155800,156095,156378,156482,157129,157694,157814,158311,159935,160646,162694,163357,164824,167745,171053,176058,177196,182884,183592,184279,184663,186741,186972,187276,187496,187803,188233,190986,191461,191990,192485,193800,194291,194722,195095,195437,195645,198866,199003,199238,201092,201397,202318,202739,203055,207660,218947", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,406,410,417,424,432,442,451,460,469,470,471,476,477,481,482,488,492,493,494,495,505,506,507,511,512,518,522,523,524,525,526,592,640,698,746,811,859,907,965,1013,1017,1021,1033,1048,1060,1061,1108,1112,1113,1114,1117,1127,1160,1161,1162,1174,1178,1183,1188,1193,1196,1199,1202,1206,1210,1211,1212,1213,1214,1217,1220,1223,1226,1230,1231,1234,1237,1240,1243,1247,1250,1254,1257,1260,1263,1266,1270,1273,1276,1280,1283,1293,1301,1309,1312,1315,1318,1321,1324,1327,1330,1331,1334,1337,1338,1341,1345,1350,1351,1359,1367,1368,1376,1380,1388,1396,1404,1412,1420,1421,1429,1437,1438,1440,1445,1447,1452,1456,1460,1461,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1490,1491,1492,1498,1499,1503,1505,1506,1509,1514,1515,1516,1517,1518,1519,1523,1524,1525,1531,1532,1536,1538,1541,1545,1549,1553,1557,1558,1559,1560,1568,1576,1579,1584,1589,1594,1599,1603,1607,1616,1624,1625,1626,1627,1628,1636,1645,1650,1655,1656,1657,1658,1676,1680,1685,1688,1692,1695,1699,1703,1707,1715,1724,1737,1741,1756,1764,1767,1778,1783,1812,1816,1817,1824,1828,1829,1830,1833,1837,1841,1842,1846,1851,1863,1867,1868,1880,1890,1891,1901,1906,1928,1931,1937,1940,1949,1957,1961,1964,1967,1970,1974,1977,1992,1996,1999,2014,2017,2025,2030,2036,2042,2048,2078,2089,2106,2113,2116,2128,2137,2141,2146,2150,2154,2158,2162,2166,2169,2178,2183,2192,2196,2203,2212,2218,2222,2244,2245,2246,2247,2248,2257,2261,2273,2280,2281,2285,2289,2290,2294,2308,2314,2320,2326,2332,2337,2343,2349,2350,2359,2367,2368,2375,2400,2412,2451,2467,2495,2544,2595,2702,2725,2817,2832,2844,2850,2894,2898,2904,2909,2915,2922,2978,2986,2997,3009,3037,3046,3053,3059,3067,3072,3120,3123,3127,3165,3171,3188,3195,3203,3287,3491,3507", - "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", - "endOffsets": "182,231,287,347,408,463,513,566,624,672,709,756,805,861,912,961,1015,1069,1118,1174,1221,1277,1337,1398,1451,1496,1549,1601,1659,1724,1772,1838,1896,1965,2023,2093,2167,2235,2302,2372,2438,2511,2571,2631,2691,2750,2807,2865,2923,2969,3029,3097,3166,3234,3287,3339,3385,3435,3482,3540,3598,3657,3717,3779,3841,3903,3965,4027,4089,4157,4218,4280,4342,4395,4449,4508,4570,4644,4715,4781,4855,4924,4995,5068,5139,5207,5280,5356,5426,5504,5572,5638,5699,5768,5832,5898,5966,6032,6095,6163,6234,6299,6372,6435,6516,6580,6646,6716,6786,6856,6926,6993,7058,7124,7177,7253,7319,7406,7482,7558,7605,7670,7720,7774,7853,7931,8004,8069,8132,8198,8269,8340,8402,8471,8537,8597,8664,8731,8787,8838,8891,8943,8997,9068,9131,9190,9252,9311,9384,9451,9511,9574,9649,9721,9817,9888,9944,10015,10072,10129,10195,10259,10330,10387,10440,10503,10555,10613,10680,10764,10849,10930,10998,11075,11148,11218,11290,11360,11433,11497,11567,11615,11684,11736,11794,11860,11927,11993,12074,12149,12205,12258,12319,12377,12427,12476,12525,12574,12636,12688,12733,12814,12868,12921,12975,13026,13075,13126,13187,13248,13310,13360,13401,13460,13519,13578,13639,13695,13751,13818,13879,13944,13999,14064,14133,14201,14279,14348,14408,14479,14553,14618,14690,14760,14827,14911,14980,15047,15117,15180,15247,15315,15398,15477,15567,15644,15712,15779,15857,15914,15971,16039,16105,16161,16221,16280,16334,16384,16434,16482,16544,16595,16668,16748,16828,16892,16955,17022,17093,17151,17212,17278,17337,17404,17464,17524,17587,17655,17716,17783,17861,17931,17980,18037,18106,18167,18255,18343,18431,18519,18575,18662,18749,18836,18923,18981,19037,19108,19173,19235,19310,19383,19452,19522,19591,19685,19754,19855,19906,19964,20034,20103,20173,20243,20313,20380,20455,20522,20581,20646,20702,20760,20822,20867,20910,20957,21002,21053,21101,21167,21229,21292,21364,21421,21484,21541,21601,21666,21733,21798,21855,21916,21974,22044,22101,22421,22571,22702,22800,22915,23002,23050,23129,23194,23283,23440,23597,23750,23904,24082,24264,24446,24628,24818,25008,25207,25380,25490,25675,25812,26032,26216,26376,26534,26718,26921,27092,27312,27534,27689,27896,28080,28183,28324,28489,28660,28860,29064,29266,29471,29672,29871,30075,30153,30454,30620,30775,30877,31154,31439,31829,32285,32794,33336,33801,34263,34734,34827,34934,35277,35384,35613,35734,36143,36375,36475,36580,36699,37233,37380,37499,37734,37867,38282,38520,38632,38753,38886,39033,43834,46875,51129,54184,58892,61896,64916,69086,72104,72356,72621,73681,74528,75347,75438,77569,77779,77888,78007,78191,78767,80748,80843,80874,81744,82030,82433,82835,83178,83390,83591,83804,84093,84378,84451,84538,84623,84722,84842,85003,85166,85327,85492,85545,85678,85798,85896,86009,86202,86328,86564,86706,86876,87032,87204,87495,87607,87736,87965,88183,89038,89625,90239,90407,90549,90710,90853,91021,91178,91373,91465,91638,91800,91895,92064,92307,92600,92714,93123,93537,93653,94071,94312,94742,95177,95587,96009,96419,96541,96950,97366,97488,97556,97900,97980,98336,98486,98630,98714,99091,99189,99297,99391,99521,99629,99751,99887,99995,100115,100249,100371,100499,100641,100767,100907,101033,101151,101283,101381,101491,101775,101887,102005,102469,102585,102872,102998,103094,103224,103613,103723,103847,103985,104095,104217,104513,104637,104767,105243,105371,105670,105808,105954,106116,106332,106488,106692,106760,106844,106948,107478,108077,108235,108454,108685,108908,109143,109365,109631,110223,110822,110936,111080,111192,111316,111887,112485,112980,113526,113671,113764,113856,115217,115605,115903,116092,116298,116491,116701,116918,117179,117611,118135,118779,118976,119924,120481,120604,121377,121598,123179,123414,123538,124046,124260,124363,124493,124668,124915,125106,125246,125440,125710,126411,126699,126829,127594,128239,128385,128946,129184,130607,130757,131174,131339,132025,132495,132691,132853,133008,133152,133386,133553,134327,134613,134773,135388,135547,135875,136102,136467,136838,137199,138979,139608,140653,141173,141325,142315,143052,143255,143501,143748,143990,144311,144616,144839,145011,145552,145821,146315,146576,147016,147761,148126,148431,150131,150237,150367,150505,150629,151265,151566,152321,152760,152884,153125,153313,153447,153638,154417,154686,154977,155256,155573,155795,156090,156373,156477,157124,157689,157809,158306,159930,160641,162689,163352,164819,167740,171048,176053,177191,182879,183587,184274,184658,186736,186967,187271,187491,187798,188228,190981,191456,191985,192480,193795,194286,194717,195090,195432,195640,198861,198998,199233,201087,201392,202313,202734,203050,207655,218942,220011" - }, - "to": { - "startLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,92,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,188,189,190,191,192,193,194,195,299,300,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,541,606,607,608,618,619,637,638,639,647,656,657,660,661,663,664,665,666,667,668,669,670,671,672,673,676,678,712,715,747,748,749,751,752,776,777,778,779,785,791,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,842,843,844,845,883,887,934,941,948,1118,1128,1137,1146,1215,1216,1217,1222,1223,1227,1228,1234,1238,1239,1240,1241,1251,1252,1253,1257,1258,1264,1268,1338,1339,1340,1341,1407,1455,1513,1561,1626,1674,1722,1780,1828,1832,1836,2607,2622,2634,2635,2682,2686,2687,2688,2691,2701,2734,2757,2758,2770,2774,2779,2784,2789,2792,2795,2798,2802,2945,2946,2947,2948,3025,3028,3031,3034,3037,3041,3042,3045,3048,3051,3054,3058,3061,3065,3068,3071,3074,3077,3081,3084,3093,3097,3100,3110,3118,3126,3129,3132,3135,3138,3141,3211,3214,3215,3218,3221,3222,3225,3229,3234,3235,3243,3251,3252,3260,3264,3272,3280,3288,3296,3304,3305,3313,3321,3405,3407,3412,3414,3419,3423,3440,3441,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3470,3471,3472,3478,3479,3483,3485,3486,3489,3494,3495,3496,3497,3498,3499,3503,3504,3505,3511,3512,3516,3518,3521,3525,3529,3533,3558,3559,3560,3561,3569,3577,3580,3585,3590,3595,3600,3604,3608,3617,3625,3626,3627,3628,3629,3637,3646,3651,3656,3657,3658,3659,3677,3681,3686,3689,3693,3696,3700,3704,3839,3847,3856,3869,3873,3888,3896,3899,3910,3915,3944,3948,3949,3956,3960,3961,3962,3965,3969,3973,3974,3978,3983,3995,3999,4000,4012,4022,4023,4033,4038,4060,4063,4069,4072,4081,4089,4093,4096,4099,4102,4106,4109,4124,4128,4131,4146,4149,4157,4162,4168,4174,4180,4210,4221,4238,4245,4248,4260,4269,4273,4278,4282,4286,4290,4294,4298,4301,4310,4315,4324,4328,4335,4344,4350,4354,4372,4373,4374,4375,4376,4384,4388,4400,4407,4408,4412,4416,4417,4421,4435,4441,4447,4453,4459,4464,4470,4476,4477,4486,4494,4495,4661,4676,4686,5228,5244,5272,5307,5387,5491,5509,5588,5745,5757,5763,5805,5809,5869,6105,6111,6118,6166,6172,6183,6195,6218,6224,6228,6234,6239,6409,6483,6486,6525,6665,6671,6785,6789,6797,6892,7080", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "150,187,236,292,352,413,520,570,623,681,729,766,813,862,918,969,1018,1072,1126,1175,1231,1394,1450,1510,1571,1624,1714,1816,1868,1926,1991,2039,2105,2163,2232,2290,2360,2434,2502,2569,2639,2705,2778,2838,2898,2958,3017,3074,3192,3306,3352,3412,3480,3549,3617,3670,3722,3768,3818,3865,3923,3981,4040,4100,4162,4224,4286,4348,4410,4472,4540,4601,4663,4725,4778,4873,5295,8169,8243,8314,8380,8454,8523,8594,8667,8738,8806,8879,8955,9025,9103,9171,9237,9298,9367,9431,9497,9565,9631,9694,9762,9833,9898,9971,10034,10115,10179,10245,10315,10385,10455,10525,11945,12010,12076,12129,12205,12271,12358,12434,19497,19544,20335,20385,20439,20518,20596,20669,20734,20797,20863,20934,21005,21067,21136,21202,21262,21329,21396,21452,21503,21556,21608,21662,21733,21796,21855,21917,21976,22049,22116,22176,22239,22314,22386,22482,22553,22609,22680,22737,22794,22860,22924,22995,23052,23105,23168,23220,23278,24574,24658,24743,24824,24892,24969,25042,25112,25184,25254,25327,25391,25461,25509,25578,25630,25688,25754,25821,25887,25968,26043,26099,26152,26213,26271,26321,26370,26419,26468,26530,26582,26627,26708,26762,26815,26869,26920,26969,27020,27081,27142,27204,27254,27295,27354,27413,27472,27533,27589,27645,27712,27773,27838,27893,27958,28027,28095,28173,28242,28302,28373,28447,28512,28584,28654,28721,28805,28874,28941,29011,29074,29141,29209,29292,29371,29461,29538,29606,29673,29751,29808,29865,29933,29999,30055,30115,30174,30228,30278,30328,30376,30438,30489,30562,30642,30722,30786,30849,30916,30987,31045,31106,31172,31231,31298,31358,31418,31481,31549,31610,31677,31755,31825,31874,31931,32000,32061,32149,32237,32325,32413,32469,32556,32643,32730,32817,32875,32931,33002,33067,33129,33204,33277,33346,33416,33485,33579,33648,33749,33800,33858,33928,33997,34067,34137,34207,34274,34349,34416,35505,39175,39231,39289,39763,39808,40786,40833,40878,41262,41749,41815,41994,42057,42197,42254,42317,42374,42434,42499,42566,42631,42688,42749,42807,43010,43137,45543,45788,49466,49564,49679,49826,49874,52626,52691,52780,52937,53408,53868,55032,55210,55392,55574,55756,55946,56136,56335,56508,56618,56803,56940,57160,57344,57504,57662,57846,58049,58220,58440,58662,58817,59024,59208,59311,59452,59617,59788,59988,60192,60394,60599,60800,60999,61203,61324,61625,61791,61946,64712,64989,68000,68390,68846,79983,80497,80934,81368,85708,85801,85908,86251,86358,86587,86708,87117,87349,87449,87554,87673,88182,88329,88448,88683,88816,89231,89469,94684,94805,94938,95085,99754,102727,106920,109907,114483,117419,120371,124465,127415,127645,127888,176083,176930,177749,177840,179971,180181,180290,180409,180593,181169,182976,184191,184222,185092,185378,185781,186183,186526,186738,186939,187152,187441,198328,198401,198488,198573,203242,203362,203523,203686,203847,204012,204065,204198,204318,204416,204529,204722,204848,205005,205147,205317,205473,205645,205936,206048,206567,206796,207014,207869,208456,209070,209238,209380,209541,209684,209852,216481,216676,216768,216941,217103,217198,217367,217610,217903,218017,218426,218840,218956,219374,219615,220045,220480,220890,221312,221722,221844,222253,222669,228092,228160,228504,228584,228940,229090,229968,230052,230429,230527,230635,230729,230859,230967,231089,231225,231333,231453,231587,231709,231837,231979,232105,232245,232371,232489,232621,232719,232829,233113,233225,233343,233807,233923,234210,234336,234432,234562,234951,235061,235185,235323,235433,235555,235851,235975,236105,236581,236709,237008,237146,237292,237454,237670,237826,239581,239649,239733,239837,240292,240816,240974,241193,241424,241647,241882,242104,242370,242962,243561,243675,243819,243931,244055,244626,245224,245719,246265,246410,246503,246595,247892,248280,248578,248767,248973,249166,249376,249593,259535,259967,260491,261135,261332,262280,262837,262960,263733,263954,265535,265770,265894,266306,266520,266623,266753,266928,267175,267366,267506,267700,267970,268671,268959,269089,269854,270499,270645,271206,271444,272867,273017,273434,273599,274285,274755,274951,275042,275126,275270,275504,275671,276445,276731,276891,277506,277665,277993,278220,278585,278956,279317,281097,281726,282771,283195,283347,284337,285074,285277,285523,285770,286012,286333,286638,286861,287033,287574,287843,288337,288598,289038,289783,290148,290453,291743,291849,291979,292117,292241,292703,293004,293759,294198,294322,294563,294751,294885,295076,295855,296124,296415,296694,297011,297233,297528,297811,297915,298466,298936,299056,304971,305444,305743,324189,324852,325791,326901,329924,332133,332531,336234,343684,343999,344201,345296,345446,348033,354800,355107,355537,356979,357156,357685,358180,358694,358847,358968,359161,359335,364806,367401,367538,368767,371767,371950,376427,376543,376718,379798,386823", - "endLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,92,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,188,189,190,191,192,193,194,195,299,300,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,541,606,607,608,618,619,637,638,639,647,656,657,660,661,663,664,665,666,667,668,669,670,671,672,673,676,681,712,715,747,748,749,751,752,776,777,778,779,785,791,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,842,843,844,845,886,890,940,947,955,1127,1136,1145,1154,1215,1216,1221,1222,1226,1227,1233,1237,1238,1239,1240,1250,1251,1252,1256,1257,1263,1267,1268,1338,1339,1340,1406,1454,1512,1560,1625,1673,1721,1779,1827,1831,1835,1847,2621,2633,2634,2681,2685,2686,2687,2690,2700,2733,2734,2757,2769,2773,2778,2783,2788,2791,2794,2797,2801,2805,2945,2946,2947,2948,3027,3030,3033,3036,3040,3041,3044,3047,3050,3053,3057,3060,3064,3067,3070,3073,3076,3080,3083,3086,3096,3099,3109,3117,3125,3128,3131,3134,3137,3140,3143,3213,3214,3217,3220,3221,3224,3228,3233,3234,3242,3250,3251,3259,3263,3271,3279,3287,3295,3303,3304,3312,3320,3321,3406,3411,3413,3418,3422,3426,3440,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3469,3470,3471,3477,3478,3482,3484,3485,3488,3493,3494,3495,3496,3497,3498,3502,3503,3504,3510,3511,3515,3517,3520,3524,3528,3532,3536,3558,3559,3560,3568,3576,3579,3584,3589,3594,3599,3603,3607,3616,3624,3625,3626,3627,3628,3636,3645,3650,3655,3656,3657,3658,3676,3680,3685,3688,3692,3695,3699,3703,3707,3846,3855,3868,3872,3887,3895,3898,3909,3914,3943,3947,3948,3955,3959,3960,3961,3964,3968,3972,3973,3977,3982,3994,3998,3999,4011,4021,4022,4032,4037,4059,4062,4068,4071,4080,4088,4092,4095,4098,4101,4105,4108,4123,4127,4130,4145,4148,4156,4161,4167,4173,4179,4209,4220,4237,4244,4247,4259,4268,4272,4277,4281,4285,4289,4293,4297,4300,4309,4314,4323,4327,4334,4343,4349,4353,4371,4372,4373,4374,4375,4383,4387,4399,4406,4407,4411,4415,4416,4420,4434,4440,4446,4452,4458,4463,4469,4475,4476,4485,4493,4494,4501,4675,4685,4723,5243,5271,5306,5348,5490,5508,5587,5601,5756,5762,5804,5808,5814,5873,6110,6117,6165,6171,6182,6194,6217,6223,6227,6233,6238,6243,6445,6485,6489,6562,6670,6686,6788,6796,6871,7079,7087", - "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", - "endOffsets": "182,231,287,347,408,463,565,618,676,724,761,808,857,913,964,1013,1067,1121,1170,1226,1273,1445,1505,1566,1619,1664,1762,1863,1921,1986,2034,2100,2158,2227,2285,2355,2429,2497,2564,2634,2700,2773,2833,2893,2953,3012,3069,3127,3245,3347,3407,3475,3544,3612,3665,3717,3763,3813,3860,3918,3976,4035,4095,4157,4219,4281,4343,4405,4467,4535,4596,4658,4720,4773,4827,4927,5352,8238,8309,8375,8449,8518,8589,8662,8733,8801,8874,8950,9020,9098,9166,9232,9293,9362,9426,9492,9560,9626,9689,9757,9828,9893,9966,10029,10110,10174,10240,10310,10380,10450,10520,10587,12005,12071,12124,12200,12266,12353,12429,12505,19539,19604,20380,20434,20513,20591,20664,20729,20792,20858,20929,21000,21062,21131,21197,21257,21324,21391,21447,21498,21551,21603,21657,21728,21791,21850,21912,21971,22044,22111,22171,22234,22309,22381,22477,22548,22604,22675,22732,22789,22855,22919,22990,23047,23100,23163,23215,23273,23340,24653,24738,24819,24887,24964,25037,25107,25179,25249,25322,25386,25456,25504,25573,25625,25683,25749,25816,25882,25963,26038,26094,26147,26208,26266,26316,26365,26414,26463,26525,26577,26622,26703,26757,26810,26864,26915,26964,27015,27076,27137,27199,27249,27290,27349,27408,27467,27528,27584,27640,27707,27768,27833,27888,27953,28022,28090,28168,28237,28297,28368,28442,28507,28579,28649,28716,28800,28869,28936,29006,29069,29136,29204,29287,29366,29456,29533,29601,29668,29746,29803,29860,29928,29994,30050,30110,30169,30223,30273,30323,30371,30433,30484,30557,30637,30717,30781,30844,30911,30982,31040,31101,31167,31226,31293,31353,31413,31476,31544,31605,31672,31750,31820,31869,31926,31995,32056,32144,32232,32320,32408,32464,32551,32638,32725,32812,32870,32926,32997,33062,33124,33199,33272,33341,33411,33480,33574,33643,33744,33795,33853,33923,33992,34062,34132,34202,34269,34344,34411,34470,35565,39226,39284,39346,39803,39846,40828,40873,40924,41305,41810,41872,42052,42124,42249,42312,42369,42429,42494,42561,42626,42683,42744,42802,42872,43062,43452,45688,45914,49559,49674,49761,49869,49948,52686,52775,52932,53089,53556,54017,55205,55387,55569,55751,55941,56131,56330,56503,56613,56798,56935,57155,57339,57499,57657,57841,58044,58215,58435,58657,58812,59019,59203,59306,59447,59612,59783,59983,60187,60389,60594,60795,60994,61198,61276,61620,61786,61941,62043,64984,65269,68385,68841,69350,80492,80929,81363,81806,85796,85903,86246,86353,86582,86703,87112,87344,87444,87549,87668,88177,88324,88443,88678,88811,89226,89464,89576,94800,94933,95080,99749,102722,106915,109902,114478,117414,120366,124460,127410,127640,127883,128921,176925,177744,177835,179966,180176,180285,180404,180588,181164,182971,183066,184217,185087,185373,185776,186178,186521,186733,186934,187147,187436,187721,198396,198483,198568,198667,203357,203518,203681,203842,204007,204060,204193,204313,204411,204524,204717,204843,205000,205142,205312,205468,205640,205931,206043,206172,206791,207009,207864,208451,209065,209233,209375,209536,209679,209847,210004,216671,216763,216936,217098,217193,217362,217605,217898,218012,218421,218835,218951,219369,219610,220040,220475,220885,221307,221717,221839,222248,222664,222786,228155,228499,228579,228935,229085,229229,230047,230424,230522,230630,230724,230854,230962,231084,231220,231328,231448,231582,231704,231832,231974,232100,232240,232366,232484,232616,232714,232824,233108,233220,233338,233802,233918,234205,234331,234427,234557,234946,235056,235180,235318,235428,235550,235846,235970,236100,236576,236704,237003,237141,237287,237449,237665,237821,238025,239644,239728,239832,240287,240811,240969,241188,241419,241642,241877,242099,242365,242957,243556,243670,243814,243926,244050,244621,245219,245714,246260,246405,246498,246590,247887,248275,248573,248762,248968,249161,249371,249588,249849,259962,260486,261130,261327,262275,262832,262955,263728,263949,265530,265765,265889,266301,266515,266618,266748,266923,267170,267361,267501,267695,267965,268666,268954,269084,269849,270494,270640,271201,271439,272862,273012,273429,273594,274280,274750,274946,275037,275121,275265,275499,275666,276440,276726,276886,277501,277660,277988,278215,278580,278951,279312,281092,281721,282766,283190,283342,284332,285069,285272,285518,285765,286007,286328,286633,286856,287028,287569,287838,288332,288593,289033,289778,290143,290448,291738,291844,291974,292112,292236,292698,292999,293754,294193,294317,294558,294746,294880,295071,295850,296119,296410,296689,297006,297228,297523,297806,297910,298461,298931,299051,299453,305439,305738,307677,324847,325786,326896,328657,332128,332526,336229,336812,343994,344196,345291,345441,345616,348248,355102,355532,356974,357151,357680,358175,358689,358842,358963,359156,359330,359538,365961,367533,367679,369900,371945,372546,376538,376713,379049,386818,387061" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,46", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "215,301,377,463,549,625,702,778,951,1052,1233,1354,1457,1637,1756,1868,1967,2155,2256,2437,2558,2733,2877,2936,2994,3164,3475", - "endLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,45,64", - "endColumns": "85,75,85,85,75,76,75,75,100,180,120,102,179,118,111,98,187,100,180,120,174,143,58,57,74,20,20", - "endOffsets": "300,376,462,548,624,701,777,853,1051,1232,1353,1456,1636,1755,1867,1966,2154,2255,2436,2557,2732,2876,2935,2993,3068,3474,3887" - }, - "to": { - "startLines": "123,124,125,126,127,128,129,130,754,755,756,757,758,759,760,761,763,764,765,766,767,768,769,770,771,6092,6563", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "7498,7588,7668,7758,7848,7928,8009,8089,50033,50138,50319,50444,50551,50731,50854,50970,51240,51428,51533,51714,51839,52014,52162,52225,52287,354485,369905", - "endLines": "123,124,125,126,127,128,129,130,754,755,756,757,758,759,760,761,763,764,765,766,767,768,769,770,771,6104,6581", - "endColumns": "89,79,89,89,79,80,79,79,104,180,124,106,179,122,115,102,187,104,180,124,174,147,62,61,78,20,20", - "endOffsets": "7583,7663,7753,7843,7923,8004,8084,8164,50133,50314,50439,50546,50726,50849,50965,51068,51423,51528,51709,51834,52009,52157,52220,52282,52361,354795,370317" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/7cde1b4d80356d9bf8a9ef4184360460/transformed/recyclerview-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,111,170,218,274,349,425,497,563", - "endLines": "2,3,4,5,6,7,8,9,38", - "endColumns": "55,58,47,55,74,75,71,65,24", - "endOffsets": "106,165,213,269,344,420,492,558,2084" - }, - "to": { - "startLines": "57,361,362,363,371,372,373,601,6462", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "3250,23518,23577,23625,24292,24367,24443,38949,366561", - "endLines": "57,361,362,363,371,372,373,601,6482", - "endColumns": "55,58,47,55,74,75,71,65,24", - "endOffsets": "3301,23572,23620,23676,24362,24438,24510,39010,367396" - } - }, - { - "source": "/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml", - "from": { - "startLines": "6,8", - "startColumns": "4,4", - "startOffsets": "156,262", - "endColumns": "63,68", - "endOffsets": "215,326" - }, - "to": { - "startLines": "674,675", - "startColumns": "4,4", - "startOffsets": "42877,42941", - "endColumns": "63,68", - "endOffsets": "42936,43005" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/97f815c1686c025a6e64cfed884545e6/transformed/jetified-drawee-2.6.0/res/values/values.xml", - "from": { - "startLines": "2,141", - "startColumns": "4,4", - "startOffsets": "55,6080", - "endLines": "140,228", - "endColumns": "22,22", - "endOffsets": "6075,9685" - }, - "to": { - "startLines": "5883,6582", - "startColumns": "4,4", - "startOffsets": "348572,370322", - "endLines": "6016,6664", - "endColumns": "22,22", - "endOffsets": "352418,371762" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/b9010cc6516f18b71dcf3715e7649aa2/transformed/lifecycle-runtime-2.3.1/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "42", - "endOffsets": "93" - }, - "to": { - "startLines": "650", - "startColumns": "4", - "startOffsets": "41412", - "endColumns": "42", - "endOffsets": "41450" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/res/values/values.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,126", - "endColumns": "70,78", - "endOffsets": "121,200" - }, - "to": { - "startLines": "786,787", - "startColumns": "4,4", - "startOffsets": "53561,53632", - "endColumns": "70,78", - "endOffsets": "53627,53706" - } - }, - { - "source": "/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml", - "from": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "54", - "endLines": "6", - "endColumns": "12", - "endOffsets": "267" - }, - "to": { - "startLines": "891", - "startColumns": "4", - "startOffsets": "65274", - "endLines": "894", - "endColumns": "12", - "endOffsets": "65452" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/cc2f765b35afd2b22ce030514f91b7bc/transformed/transition-1.2.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,95,142,185,240,287,341,393,442,503", - "endColumns": "39,46,42,54,46,53,51,48,60,49", - "endOffsets": "90,137,180,235,282,336,388,437,498,548" - }, - "to": { - "startLines": "598,599,609,616,617,641,642,643,644,645", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "38828,38868,39351,39661,39716,40964,41018,41070,41119,41180", - "endColumns": "39,46,42,54,46,53,51,48,60,49", - "endOffsets": "38863,38910,39389,39711,39758,41013,41065,41114,41175,41225" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/696a5dc3d4d3c3825af561a2a9e108ac/transformed/jetified-savedstate-1.1.0/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "53", - "endOffsets": "104" - }, - "to": { - "startLines": "651", - "startColumns": "4", - "startOffsets": "41455", - "endColumns": "53", - "endOffsets": "41504" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/2d201a478871fdc2721fe6377af59e92/transformed/jetified-autofill-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,19,20,27,32,37,44,53", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,123,934,994,1376,1656,1938,2322,2820", - "endLines": "2,18,19,26,31,36,43,52,66", - "endColumns": "67,12,59,12,12,12,12,12,24", - "endOffsets": "118,929,989,1371,1651,1933,2317,2815,3867" - }, - "to": { - "startLines": "301,3372,3803,3804,3811,3816,3821,3828,5214", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "19609,226290,257510,257570,257952,258232,258514,258898,323603", - "endLines": "301,3387,3803,3810,3815,3820,3827,3836,5227", - "endColumns": "67,12,59,12,12,12,12,12,24", - "endOffsets": "19672,227096,257565,257947,258227,258509,258893,259391,324184" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/res/values/values.xml", - "from": { - "startLines": "2,3,4,5", - "startColumns": "4,4,4,4", - "startOffsets": "55,120,190,254", - "endColumns": "64,69,63,60", - "endOffsets": "115,185,249,310" - }, - "to": { - "startLines": "88,89,90,95", - "startColumns": "4,4,4,4", - "startOffsets": "5049,5114,5184,5441", - "endColumns": "64,69,63,60", - "endOffsets": "5109,5179,5243,5497" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/res/values/values.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,124", - "endColumns": "68,56", - "endOffsets": "119,176" - }, - "to": { - "startLines": "595,596", - "startColumns": "4,4", - "startOffsets": "38645,38714", - "endColumns": "68,56", - "endOffsets": "38709,38766" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/f97f3938c4f42f5b2ee83131e8287379/transformed/lifecycle-viewmodel-2.3.1/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "49", - "endOffsets": "100" - }, - "to": { - "startLines": "652", - "startColumns": "4", - "startOffsets": "41509", - "endColumns": "49", - "endOffsets": "41554" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/7c242163f08c077b2a20a9af1a9b11ec/transformed/coordinatorlayout-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,6,16", - "startColumns": "4,4,4,4", - "startOffsets": "55,116,261,869", - "endLines": "2,5,15,104", - "endColumns": "60,12,24,24", - "endOffsets": "111,256,864,6075" - }, - "to": { - "startLines": "24,4502,5637,5643", - "startColumns": "4,4,4,4", - "startOffsets": "1278,299458,338385,338596", - "endLines": "24,4504,5642,5726", - "endColumns": "60,12,24,24", - "endOffsets": "1334,299598,338591,343107" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,104,111,159,191,228", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6400,6698,9998,12063,13823", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,103,110,158,190,227,234", - "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", - "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6395,6693,9993,12058,13818,14195" - }, - "to": { - "startLines": "55,103,104,196,197,305,306,307,308,309,310,311,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,550,551,552,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,604,605,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,640,677,862,3200,3201,3205,3206,3210,3837,3838,5353,5602,5815,5848,6017,6050", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "3132,6003,6075,12510,12579,19847,19917,19985,20057,20127,20188,20262,34475,34536,34597,34659,34723,34785,34846,34914,35014,35074,35140,35213,35282,35339,35391,36023,36095,36171,36287,36346,36405,36465,36525,36585,36645,36705,36765,36825,36885,36945,37005,37064,37124,37184,37244,37304,37364,37424,37484,37544,37604,37664,37723,37783,37843,37902,37961,38020,38079,38138,39105,39140,39962,40017,40080,40135,40193,40251,40312,40375,40432,40483,40533,40594,40651,40717,40751,40929,43067,63217,215723,215840,216041,216151,216352,259396,259468,328797,336817,345621,347352,352423,353105", - "endLines": "55,103,104,196,197,305,306,307,308,309,310,311,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,550,551,552,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,604,605,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,640,677,862,3200,3204,3205,3209,3210,3837,3838,5358,5608,5847,5868,6049,6055", - "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", - "endOffsets": "3187,6070,6158,12574,12637,19912,19980,20052,20122,20183,20257,20330,34531,34592,34654,34718,34780,34841,34909,35009,35069,35135,35208,35277,35334,35386,35448,36090,36166,36231,36341,36400,36460,36520,36580,36640,36700,36760,36820,36880,36940,37000,37059,37119,37179,37239,37299,37359,37419,37479,37539,37599,37659,37718,37778,37838,37897,37956,38015,38074,38133,38192,39135,39170,40012,40075,40130,40188,40246,40307,40370,40427,40478,40528,40589,40646,40712,40746,40781,40959,43132,63283,215835,216036,216146,216347,216476,259463,259530,328995,337023,347347,348028,353100,353267" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,102,149,186,245,297,393,442,488,533,593,704,752,799,853,902,964,1021,1091,1141,1198,1248,1293,1368,1425,1494,1587,1695,1752,1798,1841,1892,1933,1984,2039,2108,2164", - "endLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,51", - "endColumns": "46,46,36,58,51,48,48,45,44,59,110,47,46,53,48,61,56,69,49,56,49,44,74,56,68,92,107,56,45,42,50,40,50,54,68,55,12", - "endOffsets": "97,144,181,240,292,341,437,483,528,588,699,747,794,848,897,959,1016,1086,1136,1193,1243,1288,1363,1420,1489,1582,1690,1747,1793,1836,1887,1928,1979,2034,2103,2159,2996" - }, - "to": { - "startLines": "91,93,94,374,540,602,713,714,716,750,772,773,774,775,780,781,782,783,788,789,790,794,795,796,797,798,799,800,802,841,846,849,850,867,868,869,3344", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "5248,5357,5404,24515,35453,39015,45693,45742,45919,49766,52366,52477,52525,52572,53094,53143,53205,53262,53711,53761,53818,54182,54227,54302,54359,54428,54521,54629,54757,61281,62048,62269,62310,63594,63649,63718,224521", - "endLines": "91,93,94,374,540,602,713,714,716,750,772,773,774,775,780,781,782,783,788,789,790,794,795,796,797,798,799,800,802,841,846,849,850,867,868,869,3356", - "endColumns": "46,46,36,58,51,48,48,45,44,59,110,47,46,53,48,61,56,69,49,56,49,44,74,56,68,92,107,56,45,42,50,40,50,54,68,55,12", - "endOffsets": "5290,5399,5436,24569,35500,39059,45737,45783,45959,49821,52472,52520,52567,52621,53138,53200,53257,53327,53756,53813,53863,54222,54297,54354,54423,54516,54624,54681,54798,61319,62094,62305,62356,63644,63713,63769,225353" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/8d1748e14c798d6a06bd397e5ac2f809/transformed/jetified-viewpager2-1.0.0/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "4", - "endColumns": "24", - "endOffsets": "160" - }, - "to": { - "startLines": "7181", - "startColumns": "4", - "startOffsets": "390848", - "endLines": "7183", - "endColumns": "24", - "endOffsets": "390953" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values/values.xml", - "from": { - "startLines": "4,7", - "startColumns": "0,0", - "startOffsets": "238,401", - "endColumns": "63,166", - "endOffsets": "301,567" - }, - "to": { - "startLines": "662,762", - "startColumns": "4,4", - "startOffsets": "42129,51073", - "endColumns": "67,166", - "endOffsets": "42192,51235" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "82", - "endOffsets": "133" - }, - "to": { - "startLines": "710", - "startColumns": "4", - "startOffsets": "45396", - "endColumns": "82", - "endOffsets": "45474" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,78,82,85,88,92,96,99,102,103,104,113,120,127,130,133,136,142", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "100,163,226,277,325,374,422,471,520,561,604,647,689,732,786,967,1040,1163,1259,1348,1456,1573,1693,1813,1915,2018,2129,2236,2339,2450,2619,2787,2904,3014,3129,3242,3398,3506,3619,3710,3821,3990,4088,4215,4340,4435,4542,4622,4698,4771,4858,4929,5000,5078,5158,5244,5328,5400,5482,5566,5643,5730,5815,5894,5969,6042,6131,6208,6286,6359,6437,6685,6933,7136,7327,7529,7735,7936,8125,8151,8186,8724,9142,9520,9697,9876,10059,10424", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,77,81,84,87,91,95,98,101,102,103,112,119,126,129,132,135,141,151", - "endColumns": "62,62,50,47,48,47,48,48,40,42,42,41,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", - "endOffsets": "158,221,272,320,369,417,466,515,556,599,642,684,727,781,829,1035,1158,1254,1343,1451,1568,1688,1808,1910,2013,2124,2231,2334,2445,2614,2782,2899,3009,3124,3237,3393,3501,3614,3705,3816,3985,4083,4210,4335,4430,4537,4617,4693,4766,4853,4924,4995,5073,5153,5239,5323,5395,5477,5561,5638,5725,5810,5889,5964,6037,6126,6203,6281,6354,6432,6680,6928,7131,7322,7524,7730,7931,8120,8146,8181,8719,9137,9515,9692,9871,10054,10419,10860" - }, - "to": { - "startLines": "121,122,553,586,587,588,589,590,603,610,611,612,615,648,649,709,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,753,784,792,793,801,803,804,805,847,848,851,852,854,855,856,857,858,859,860,861,863,864,865,866,875,879,2735,2738,2749,2753,3087,3090,3328,3388,3389,3398,3427,3434,3437,3537,3540,4505", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "7372,7435,36236,38197,38245,38294,38342,38391,39064,39394,39437,39480,39618,41310,41364,45323,45964,46087,46183,46272,46380,46497,46617,46737,46839,46942,47053,47160,47263,47374,47543,47711,47828,47938,48053,48166,48322,48430,48543,48634,48745,48914,49012,49139,49264,49359,49953,53332,54022,54095,54686,54803,54874,54952,62099,62185,62361,62433,62568,62652,62729,62816,62901,62980,63055,63128,63288,63365,63443,63516,64216,64464,183071,183274,183783,183985,206177,206378,223219,227101,227136,227674,229234,229612,229789,238030,238213,299603", - "endLines": "121,122,553,586,587,588,589,590,603,610,611,612,615,648,649,709,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,753,784,792,793,801,803,804,805,847,848,851,852,854,855,856,857,858,859,860,861,863,864,865,866,878,882,2737,2740,2752,2756,3089,3092,3328,3388,3397,3404,3433,3436,3439,3539,3545,4514", - "endColumns": "62,62,50,47,48,47,48,48,40,42,42,41,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", - "endOffsets": "7430,7493,36282,38240,38289,38337,38386,38435,39100,39432,39475,39517,39656,41359,41407,45391,46082,46178,46267,46375,46492,46612,46732,46834,46937,47048,47155,47258,47369,47538,47706,47823,47933,48048,48161,48317,48425,48538,48629,48740,48909,49007,49134,49259,49354,49461,50028,53403,54090,54177,54752,54869,54947,55027,62180,62264,62428,62510,62647,62724,62811,62896,62975,63050,63123,63212,63360,63438,63511,63589,64459,64707,183269,183460,183980,184186,206373,206562,223240,227131,227669,228087,229607,229784,229963,238208,238573,300039" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/b91d55717f6878f85e2ec15cfa62e248/transformed/jetified-appcompat-resources-1.3.0/res/values/values.xml", - "from": { - "startLines": "2,29,36,47,74", - "startColumns": "4,4,4,4,4", - "startOffsets": "55,1702,2087,2684,4317", - "endLines": "28,35,46,73,78", - "endColumns": "24,24,24,24,24", - "endOffsets": "1697,2082,2679,4312,4582" - }, - "to": { - "startLines": "4629,4645,4651,6699,6715", - "startColumns": "4,4,4,4,4", - "startOffsets": "304084,304509,304687,372863,373274", - "endLines": "4644,4650,4660,6714,6718", - "endColumns": "24,24,24,24,24", - "endOffsets": "304504,304682,304966,373269,373396" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/67f79f5b0e7f197a0539e893d71b1fb0/transformed/fragment-1.3.4/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,10", - "startColumns": "4,4,4,4,4", - "startOffsets": "55,112,177,241,411", - "endLines": "2,3,4,9,13", - "endColumns": "56,64,63,24,24", - "endOffsets": "107,172,236,406,555" - }, - "to": { - "startLines": "597,620,653,5874,5879", - "startColumns": "4,4,4,4,4", - "startOffsets": "38771,39851,41559,348253,348423", - "endLines": "597,620,653,5878,5882", - "endColumns": "56,64,63,24,24", - "endOffsets": "38823,39911,41618,348418,348567" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,906,932,963,971,977,993,1015,1020,1025,1035,1044,1053,1057,1064,1083,1090,1091,1100,1103,1106,1110,1114,1118,1121,1122,1127,1132,1142,1147,1154,1160,1161,1164,1168,1173,1175,1177,1180,1183,1185,1189,1192,1199,1202,1205,1209,1211,1215,1217,1219,1221,1225,1233,1241,1253,1259,1268,1271,1282,1285,1286,1291,1292,1297,1366,1436,1437,1447,1456,1457,1459,1463,1466,1469,1472,1475,1478,1481,1484,1488,1491,1494,1497,1501,1504,1508,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1534,1536,1537,1538,1539,1540,1541,1542,1543,1545,1546,1548,1549,1551,1553,1554,1556,1557,1558,1559,1560,1561,1563,1564,1565,1566,1567,1568,1570,1572,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1588,1589,1590,1591,1592,1593,1594,1596,1600,1604,1605,1606,1607,1608,1609,1613,1614,1615,1616,1618,1620,1622,1624,1626,1627,1628,1629,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1649,1650,1651,1652,1654,1656,1657,1659,1660,1662,1664,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1679,1680,1681,1682,1684,1685,1686,1687,1688,1690,1692,1694,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1794,1797,1800,1803,1817,1828,1838,1868,1895,1904,1979,2382,2387,2415,2433,2469,2475,2481,2504,2645,2665,2671,2675,2681,2718,2730,2796,2820,2889,2908,2934", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29889,29989,30241,30665,30920,31014,31103,31340,33392,33634,33736,33989,36173,47362,48878,60165,61693,63450,64076,64496,65757,67022,67278,67514,68061,68555,69160,69358,69938,71306,71681,71799,72337,72494,72690,72963,73219,73389,73530,73594,73959,74326,75002,75266,75604,75957,76051,76237,76543,76805,76930,77057,77296,77507,77626,77819,77996,78451,78632,78754,79013,79126,79313,79415,79522,79651,79926,80434,80930,81807,82101,82671,82820,83552,83724,83808,84144,84236,84514,89908,95442,95504,96134,96748,96839,96952,97181,97341,97493,97664,97830,97999,98166,98329,98572,98742,98915,99086,99360,99559,99764,100094,100178,100274,100370,100468,100568,100670,100772,100874,100976,101078,101178,101274,101386,101515,101638,101769,101900,101998,102112,102206,102346,102480,102576,102688,102788,102904,103000,103112,103212,103352,103488,103652,103782,103940,104090,104231,104375,104510,104622,104772,104900,105028,105164,105296,105426,105556,105668,105808,105954,106098,106236,106302,106392,106468,106572,106662,106764,106872,106980,107080,107160,107252,107350,107460,107512,107590,107696,107788,107892,108002,108124,108287,108444,108524,108624,108714,108824,108914,109155,109249,109355,109447,109547,109659,109773,109889,110005,110099,110213,110325,110427,110547,110669,110751,110855,110975,111101,111199,111293,111381,111493,111609,111731,111843,112018,112134,112220,112312,112424,112548,112615,112741,112809,112937,113081,113209,113278,113373,113488,113601,113700,113809,113920,114031,114132,114237,114337,114467,114558,114681,114775,114887,114973,115077,115173,115261,115379,115483,115587,115713,115801,115909,116009,116099,116209,116293,116395,116479,116533,116597,116703,116789,116899,116983,117103,122247,122365,122480,122612,123327,124019,124536,126135,127668,128056,132791,153454,153714,155224,156257,158270,158532,158888,159718,166500,167634,167928,168151,168478,170528,171176,175027,176229,180308,181523,182932", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1793,1796,1799,1802,1816,1827,1837,1867,1894,1903,1978,2381,2386,2414,2432,2468,2474,2480,2503,2644,2664,2670,2674,2680,2717,2729,2795,2819,2888,2907,2933,2942", - "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", - "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29884,29984,30236,30660,30915,31009,31098,31335,33387,33629,33731,33984,36168,47357,48873,60160,61688,63445,64071,64491,65752,67017,67273,67509,68056,68550,69155,69353,69933,71301,71676,71794,72332,72489,72685,72958,73214,73384,73525,73589,73954,74321,74997,75261,75599,75952,76046,76232,76538,76800,76925,77052,77291,77502,77621,77814,77991,78446,78627,78749,79008,79121,79308,79410,79517,79646,79921,80429,80925,81802,82096,82666,82815,83547,83719,83803,84139,84231,84509,89903,95437,95499,96129,96743,96834,96947,97176,97336,97488,97659,97825,97994,98161,98324,98567,98737,98910,99081,99355,99554,99759,100089,100173,100269,100365,100463,100563,100665,100767,100869,100971,101073,101173,101269,101381,101510,101633,101764,101895,101993,102107,102201,102341,102475,102571,102683,102783,102899,102995,103107,103207,103347,103483,103647,103777,103935,104085,104226,104370,104505,104617,104767,104895,105023,105159,105291,105421,105551,105663,105803,105949,106093,106231,106297,106387,106463,106567,106657,106759,106867,106975,107075,107155,107247,107345,107455,107507,107585,107691,107783,107887,107997,108119,108282,108439,108519,108619,108709,108819,108909,109150,109244,109350,109442,109542,109654,109768,109884,110000,110094,110208,110320,110422,110542,110664,110746,110850,110970,111096,111194,111288,111376,111488,111604,111726,111838,112013,112129,112215,112307,112419,112543,112610,112736,112804,112932,113076,113204,113273,113368,113483,113596,113695,113804,113915,114026,114127,114232,114332,114462,114553,114676,114770,114882,114968,115072,115168,115256,115374,115478,115582,115708,115796,115904,116004,116094,116204,116288,116390,116474,116528,116592,116698,116784,116894,116978,117098,122242,122360,122475,122607,123322,124014,124531,126130,127663,128051,132786,153449,153709,155219,156252,158265,158527,158883,159713,166495,167629,167923,168146,168473,170523,171171,175022,176224,180303,181518,182927,183401" - }, - "to": { - "startLines": "25,31,33,84,86,87,96,97,98,99,100,101,102,105,106,107,108,109,110,111,112,113,114,115,116,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,359,360,364,365,366,367,368,369,370,542,543,544,545,546,547,548,549,591,592,593,594,600,613,614,621,646,654,655,658,659,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,853,870,871,872,873,874,895,903,904,908,912,923,928,956,963,967,971,976,980,984,988,992,996,1000,1006,1010,1016,1020,1026,1030,1035,1039,1042,1046,1052,1056,1062,1066,1072,1075,1079,1083,1087,1091,1095,1096,1097,1098,1101,1104,1107,1110,1114,1115,1116,1117,1155,1158,1160,1162,1164,1169,1170,1174,1180,1184,1185,1187,1199,1200,1204,1210,1214,1269,1270,1274,1301,1305,1306,1310,1848,2019,2045,2216,2242,2273,2281,2287,2303,2325,2330,2335,2345,2354,2363,2367,2374,2393,2400,2401,2410,2413,2416,2420,2424,2428,2431,2432,2437,2442,2452,2457,2464,2470,2471,2474,2478,2483,2485,2487,2490,2493,2495,2499,2502,2509,2512,2515,2519,2521,2525,2527,2529,2531,2535,2543,2551,2563,2569,2578,2581,2592,2595,2596,2601,2602,2806,2875,2949,2950,2960,2969,2970,2972,2976,2979,2982,2985,2988,2991,2994,2997,3001,3004,3007,3010,3014,3017,3021,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3166,3168,3169,3170,3171,3172,3173,3174,3175,3177,3178,3180,3181,3183,3185,3186,3188,3189,3190,3191,3192,3193,3195,3196,3197,3198,3199,3322,3324,3326,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3343,3357,3358,3359,3360,3361,3362,3364,3368,3546,3547,3548,3549,3550,3551,3555,3556,3557,3708,3710,3712,3714,3716,3718,3719,3720,3721,3723,3725,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3741,3742,3743,3744,3746,3748,3749,3751,3752,3754,3756,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3771,3772,3773,3774,3776,3777,3778,3779,3780,3782,3784,3786,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,4515,4590,4593,4596,4599,4613,4619,4724,4753,4780,4789,4851,5349,5609,5727,6056,6080,6086,6244,6265,6389,6446,6452,6456,6490,6687,6719,6872,7088,7143,7155,7184", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "1339,1669,1767,4832,4932,4987,5502,5566,5636,5697,5772,5848,5925,6163,6248,6330,6406,6482,6559,6637,6743,6849,6928,7008,7065,10592,10666,10741,10806,10872,10932,10993,11065,11138,11205,11273,11332,11391,11450,11509,11568,11622,11676,11729,11783,11837,11891,12642,12716,12795,12868,12942,13013,13085,13157,13230,13287,13345,13418,13492,13566,13641,13713,13786,13856,13927,13987,14048,14117,14186,14256,14330,14406,14470,14547,14623,14700,14765,14834,14911,14986,15055,15123,15200,15266,15327,15424,15489,15558,15657,15728,15787,15845,15902,15961,16025,16096,16168,16240,16312,16384,16451,16519,16587,16646,16709,16773,16863,16954,17014,17080,17147,17213,17283,17347,17400,17467,17528,17595,17708,17766,17829,17894,17959,18034,18107,18179,18223,18270,18316,18365,18426,18487,18548,18610,18674,18738,18802,18867,18930,18990,19051,19117,19176,19236,19298,19369,19429,23345,23431,23681,23771,23858,23946,24028,24111,24201,35570,35622,35680,35725,35791,35855,35912,35969,38440,38497,38545,38594,38915,39522,39569,39916,41230,41623,41687,41877,41937,43457,43531,43601,43679,43733,43803,43888,43936,43982,44043,44106,44172,44236,44307,44370,44435,44499,44560,44621,44673,44746,44820,44889,44964,45038,45112,45253,62515,63774,63852,63942,64030,64126,65457,66039,66128,66375,66656,67322,67607,69355,69832,70054,70276,70552,70779,71009,71239,71469,71699,71926,72345,72571,72996,73226,73654,73873,74156,74364,74495,74722,75148,75373,75800,76021,76446,76566,76842,77143,77467,77758,78072,78209,78340,78445,78687,78854,79058,79266,79537,79649,79761,79866,81811,82025,82171,82311,82397,82745,82833,83079,83497,83746,83828,83926,84583,84683,84935,85359,85614,89581,89670,89907,91931,92173,92275,92528,128926,139523,141039,151734,153262,155019,155645,156065,157326,158591,158847,159083,159630,160124,160729,160927,161507,162875,163250,163368,163906,164063,164259,164532,164788,164958,165099,165163,165528,165895,166571,166835,167173,167526,167620,167806,168112,168374,168499,168626,168865,169076,169195,169388,169565,170020,170201,170323,170582,170695,170882,170984,171091,171220,171495,172003,172499,173376,173670,174240,174389,175121,175293,175377,175713,175805,187726,192957,198672,198734,199312,199896,199987,200100,200329,200489,200641,200812,200978,201147,201314,201477,201720,201890,202063,202234,202508,202707,202912,210009,210093,210189,210285,210383,210483,210585,210687,210789,210891,210993,211093,211189,211301,211430,211553,211684,211815,211913,212027,212121,212261,212395,212491,212603,212703,212819,212915,213027,213127,213267,213403,213567,213697,213855,214005,214146,214290,214425,214537,214687,214815,214943,215079,215211,215341,215471,215583,222791,222937,223081,223245,223311,223401,223477,223581,223671,223773,223881,223989,224089,224169,224261,224359,224469,225358,225436,225542,225634,225738,225848,225970,226133,238578,238658,238758,238848,238958,239048,239289,239383,239489,249854,249954,250066,250180,250296,250412,250506,250620,250732,250834,250954,251076,251158,251262,251382,251508,251606,251700,251788,251900,252016,252138,252250,252425,252541,252627,252719,252831,252955,253022,253148,253216,253344,253488,253616,253685,253780,253895,254008,254107,254216,254327,254438,254539,254644,254744,254874,254965,255088,255182,255294,255380,255484,255580,255668,255786,255890,255994,256120,256208,256316,256416,256506,256616,256700,256802,256886,256940,257004,257110,257196,257306,257390,300044,302660,302778,302893,302973,303334,303567,307682,309026,310387,310775,313550,328662,337028,343112,353272,354023,354285,359543,359922,364200,365966,366195,366346,367684,372551,373401,379054,387066,389197,389537,390958", - "endLines": "25,31,33,84,86,87,96,97,98,99,100,101,102,105,106,107,108,109,110,111,112,113,114,115,116,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,359,360,364,365,366,367,368,369,370,542,543,544,545,546,547,548,549,591,592,593,594,600,613,614,621,646,654,655,658,659,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,853,870,871,872,873,874,902,903,907,911,915,927,933,962,966,970,975,979,983,987,991,995,999,1005,1009,1015,1019,1025,1029,1034,1038,1041,1045,1051,1055,1061,1065,1071,1074,1078,1082,1086,1090,1094,1095,1096,1097,1100,1103,1106,1109,1113,1114,1115,1116,1117,1157,1159,1161,1163,1168,1169,1173,1179,1183,1184,1186,1198,1199,1203,1209,1213,1214,1269,1273,1300,1304,1305,1309,1337,2018,2044,2215,2241,2272,2280,2286,2302,2324,2329,2334,2344,2353,2362,2366,2373,2392,2399,2400,2409,2412,2415,2419,2423,2427,2430,2431,2436,2441,2451,2456,2463,2469,2470,2473,2477,2482,2484,2486,2489,2492,2494,2498,2501,2508,2511,2514,2518,2520,2524,2526,2528,2530,2534,2542,2550,2562,2568,2577,2580,2591,2594,2595,2600,2601,2606,2874,2944,2949,2959,2968,2969,2971,2975,2978,2981,2984,2987,2990,2993,2996,3000,3003,3006,3009,3013,3016,3020,3024,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3165,3167,3168,3169,3170,3171,3172,3173,3174,3176,3177,3179,3180,3182,3184,3185,3187,3188,3189,3190,3191,3192,3194,3195,3196,3197,3198,3199,3323,3325,3327,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3342,3343,3357,3358,3359,3360,3361,3363,3367,3371,3546,3547,3548,3549,3550,3554,3555,3556,3557,3709,3711,3713,3715,3717,3718,3719,3720,3722,3724,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3740,3741,3742,3743,3745,3747,3748,3750,3751,3753,3755,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3770,3771,3772,3773,3775,3776,3777,3778,3779,3781,3783,3785,3787,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,4589,4592,4595,4598,4612,4618,4628,4752,4779,4788,4850,5213,5352,5636,5744,6079,6085,6091,6264,6388,6408,6451,6455,6461,6524,6698,6784,6891,7142,7154,7180,7190", - "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", - "endOffsets": "1389,1709,1811,4868,4982,5044,5561,5631,5692,5767,5843,5920,5998,6243,6325,6401,6477,6554,6632,6738,6844,6923,7003,7060,7118,10661,10736,10801,10867,10927,10988,11060,11133,11200,11268,11327,11386,11445,11504,11563,11617,11671,11724,11778,11832,11886,11940,12711,12790,12863,12937,13008,13080,13152,13225,13282,13340,13413,13487,13561,13636,13708,13781,13851,13922,13982,14043,14112,14181,14251,14325,14401,14465,14542,14618,14695,14760,14829,14906,14981,15050,15118,15195,15261,15322,15419,15484,15553,15652,15723,15782,15840,15897,15956,16020,16091,16163,16235,16307,16379,16446,16514,16582,16641,16704,16768,16858,16949,17009,17075,17142,17208,17278,17342,17395,17462,17523,17590,17703,17761,17824,17889,17954,18029,18102,18174,18218,18265,18311,18360,18421,18482,18543,18605,18669,18733,18797,18862,18925,18985,19046,19112,19171,19231,19293,19364,19424,19492,23426,23513,23766,23853,23941,24023,24106,24196,24287,35617,35675,35720,35786,35850,35907,35964,36018,38492,38540,38589,38640,38944,39564,39613,39957,41257,41682,41744,41932,41989,43526,43596,43674,43728,43798,43883,43931,43977,44038,44101,44167,44231,44302,44365,44430,44494,44555,44616,44668,44741,44815,44884,44959,45033,45107,45248,45318,62563,63847,63937,64025,64121,64211,66034,66123,66370,66651,66903,67602,67995,69827,70049,70271,70547,70774,71004,71234,71464,71694,71921,72340,72566,72991,73221,73649,73868,74151,74359,74490,74717,75143,75368,75795,76016,76441,76561,76837,77138,77462,77753,78067,78204,78335,78440,78682,78849,79053,79261,79532,79644,79756,79861,79978,82020,82166,82306,82392,82740,82828,83074,83492,83741,83823,83921,84578,84678,84930,85354,85609,85703,89665,89902,91926,92168,92270,92523,94679,139518,141034,151729,153257,155014,155640,156060,157321,158586,158842,159078,159625,160119,160724,160922,161502,162870,163245,163363,163901,164058,164254,164527,164783,164953,165094,165158,165523,165890,166566,166830,167168,167521,167615,167801,168107,168369,168494,168621,168860,169071,169190,169383,169560,170015,170196,170318,170577,170690,170877,170979,171086,171215,171490,171998,172494,173371,173665,174235,174384,175116,175288,175372,175708,175800,176078,192952,198323,198729,199307,199891,199982,200095,200324,200484,200636,200807,200973,201142,201309,201472,201715,201885,202058,202229,202503,202702,202907,203237,210088,210184,210280,210378,210478,210580,210682,210784,210886,210988,211088,211184,211296,211425,211548,211679,211810,211908,212022,212116,212256,212390,212486,212598,212698,212814,212910,213022,213122,213262,213398,213562,213692,213850,214000,214141,214285,214420,214532,214682,214810,214938,215074,215206,215336,215466,215578,215718,222932,223076,223214,223306,223396,223472,223576,223666,223768,223876,223984,224084,224164,224256,224354,224464,224516,225431,225537,225629,225733,225843,225965,226128,226285,238653,238753,238843,238953,239043,239284,239378,239484,239576,249949,250061,250175,250291,250407,250501,250615,250727,250829,250949,251071,251153,251257,251377,251503,251601,251695,251783,251895,252011,252133,252245,252420,252536,252622,252714,252826,252950,253017,253143,253211,253339,253483,253611,253680,253775,253890,254003,254102,254211,254322,254433,254534,254639,254739,254869,254960,255083,255177,255289,255375,255479,255575,255663,255781,255885,255989,256115,256203,256311,256411,256501,256611,256695,256797,256881,256935,256999,257105,257191,257301,257385,257505,302655,302773,302888,302968,303329,303562,304079,309021,310382,310770,313545,323598,328792,338380,343679,354018,354280,354480,359917,364195,364801,366190,366341,366556,368762,372858,376422,379793,389192,389532,390843,391156" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v21_values-v21.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,15,16,19,24,35,41,47,53,59,65,69,72,75,78,81,85", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,123,202,290,378,466,554,641,728,815,902,1115,1231,1401,1722,2751,3208,3550,3894,4244,4594,4987,5205,5427,5653,5869,6110", - "endLines": "2,3,4,5,6,7,8,9,10,11,14,15,18,23,34,40,46,52,58,64,68,71,74,77,80,84,88", - "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", - "endOffsets": "118,197,285,373,461,549,636,723,810,897,1110,1226,1396,1717,2746,3203,3545,3889,4239,4589,4982,5200,5422,5648,5864,6105,6364" - }, - "to": { - "startLines": "3,4,5,6,7,8,9,10,11,12,77,239,240,243,248,259,307,313,319,325,331,335,338,341,344,355,359", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "173,241,320,408,496,584,672,759,846,933,6685,17563,17679,17849,18170,19199,22304,22596,22890,23190,23490,23883,24101,24323,24549,25289,25530", - "endLines": "3,4,5,6,7,8,9,10,11,12,79,239,242,247,258,264,312,318,324,330,334,337,340,343,346,358,362", - "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", - "endOffsets": "236,315,403,491,579,667,754,841,928,1015,6893,17674,17844,18165,19194,19651,22591,22885,23185,23485,23878,24096,24318,24544,24760,25525,25784" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,13", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,173,237,304,368,484,610,736,864,1036", - "endLines": "2,3,4,5,6,7,8,9,12,17", - "endColumns": "117,63,66,63,115,125,125,127,12,12", - "endOffsets": "168,232,299,363,479,605,731,859,1031,1383" - }, - "to": { - "startLines": "2,13,14,15,303,304,305,306,347,350", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,1020,1084,1151,21808,21924,22050,22176,24765,24937", - "endLines": "2,13,14,15,303,304,305,306,349,354", - "endColumns": "117,63,66,63,115,125,125,127,12,12", - "endOffsets": "168,1079,1146,1210,21919,22045,22171,22299,24932,25284" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", - "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966" - }, - "to": { - "startLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,33,34,35,36,38,40,41,42,43,44,46,48,50,52,54,56,57,62,64,66,67,68,70,72,73,74,75,76,80,123,126,169,172,175,177,179,181,184,188,191,192,193,196,197,198,199,200,201,204,205,207,209,211,213,217,219,220,221,222,224,228,230,232,233,234,235,236,237,265,266,267,277,278,279,291", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "1215,1306,1409,1512,1617,1724,1833,1942,2051,2160,2269,2376,2479,2598,2753,2908,3013,3134,3235,3382,3523,3626,3745,3852,3955,4110,4281,4430,4595,4752,4903,5022,5373,5522,5671,5783,5930,6083,6230,6305,6394,6481,6582,6898,9656,9841,12611,12808,13007,13130,13253,13366,13549,13804,14005,14094,14205,14438,14539,14634,14757,14886,15003,15180,15279,15414,15557,15692,15811,16012,16131,16224,16335,16391,16498,16693,16804,16937,17032,17123,17214,17307,17424,19656,19727,19810,20433,20490,20548,21172", - "endLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,33,34,35,37,39,40,41,42,43,45,47,49,51,53,55,56,61,63,65,66,67,69,71,72,73,74,75,76,122,125,168,171,174,176,178,180,183,187,190,191,192,195,196,197,198,199,200,203,204,206,208,210,212,216,218,219,220,221,223,227,229,231,232,233,234,235,236,238,265,266,276,277,278,290,302", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", - "endOffsets": "1301,1404,1507,1612,1719,1828,1937,2046,2155,2264,2371,2474,2593,2748,2903,3008,3129,3230,3377,3518,3621,3740,3847,3950,4105,4276,4425,4590,4747,4898,5017,5368,5517,5666,5778,5925,6078,6225,6300,6389,6476,6577,6680,9651,9836,12606,12803,13002,13125,13248,13361,13544,13799,14000,14089,14200,14433,14534,14629,14752,14881,14998,15175,15274,15409,15552,15687,15806,16007,16126,16219,16330,16386,16493,16688,16799,16932,17027,17118,17209,17302,17419,17558,19722,19805,20428,20485,20543,21167,21803" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-th_values-th.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-th/values-th.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5429", - "endColumns": "100", - "endOffsets": "5525" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-th/values-th.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734", - "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", - "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,5347", - "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", - "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,5424" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-th/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,528,649,754,949,1071,1216,1349,1552,1655,1833,1953,2152,2329,2419,2513", - "endColumns": "103,178,120,104,194,121,144,132,202,102,177,119,198,176,89,93,108", - "endOffsets": "348,527,648,753,948,1070,1215,1348,1551,1654,1832,1952,2151,2328,2418,2512,2621" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2734,2842,3021,3146,3255,3450,3576,3725,4050,4253,4360,4538,4662,4861,5042,5136,5234", - "endColumns": "107,178,124,108,194,125,148,136,202,106,177,123,198,180,93,97,112", - "endOffsets": "2837,3016,3141,3250,3445,3571,3720,3857,4248,4355,4533,4657,4856,5037,5131,5229,5342" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-th/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "187", - "endOffsets": "434" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3862", - "endColumns": "187", - "endOffsets": "4045" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-mk_values-mk.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-mk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "195", - "endOffsets": "442" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3997", - "endColumns": "195", - "endOffsets": "4188" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-mk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,543,674,782,986,1117,1263,1398,1614,1719,1916,2047,2259,2444,2539,2629", - "endColumns": "104,192,130,107,203,130,145,134,215,104,196,130,211,184,94,89,103", - "endOffsets": "349,542,673,781,985,1116,1262,1397,1613,1718,1915,2046,2258,2443,2538,2628,2732" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2820,2929,3122,3257,3369,3573,3708,3858,4193,4409,4518,4715,4850,5062,5251,5350,5444", - "endColumns": "108,192,134,111,203,134,149,138,215,108,196,134,211,188,98,93,107", - "endOffsets": "2924,3117,3252,3364,3568,3703,3853,3992,4404,4513,4710,4845,5057,5246,5345,5439,5547" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-mk/values-mk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5637", - "endColumns": "100", - "endOffsets": "5733" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-mk/values-mk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820", - "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", - "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,5552", - "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", - "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,5632" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v23_values-v23.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,6", - "startColumns": "4,4", - "startOffsets": "55,320", - "endLines": "5,9", - "endColumns": "10,10", - "endOffsets": "315,588" - }, - "to": { - "startLines": "55,59", - "startColumns": "4,4", - "startOffsets": "3511,3776", - "endLines": "58,62", - "endColumns": "10,10", - "endOffsets": "3771,4044" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2735,2959,3074,3181,3294", - "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49", - "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", - "endOffsets": "185,320,395,482,1366,2262,2381,2508,2730,2954,3069,3176,3289,3519" - }, - "to": { - "startLines": "4,5,6,7,8,22,36,37,38,41,45,46,47,48", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "184,319,454,529,616,1354,2104,2223,2350,2572,2796,2911,3018,3131", - "endLines": "4,5,6,7,21,35,36,37,40,44,45,46,47,51", - "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", - "endOffsets": "314,449,524,611,1349,2099,2218,2345,2567,2791,2906,3013,3126,3356" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,121", - "endColumns": "65,62", - "endOffsets": "116,179" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/res/values-v23/values-v23.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "4", - "endColumns": "12", - "endOffsets": "200" - }, - "to": { - "startLines": "52", - "startColumns": "4", - "startOffsets": "3361", - "endLines": "54", - "endColumns": "12", - "endOffsets": "3506" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-en-rXC_values-en-rXC.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rXC/values-en-rXC.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "203", - "endOffsets": "254" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "5714", - "endColumns": "203", - "endOffsets": "5913" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rXC/values-en-rXC.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528", - "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185", - "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-iw_values-iw.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-iw/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,346,532,655,757,955,1078,1216,1344,1539,1640,1816,1937,2130,2301,2387,2473", - "endColumns": "100,185,122,101,197,122,137,127,194,100,175,120,192,170,85,85,105", - "endOffsets": "345,531,654,756,954,1077,1215,1343,1538,1639,1815,1936,2129,2300,2386,2472,2578" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2761,2866,3052,3179,3285,3483,3610,3752,4061,4256,4361,4537,4662,4855,5030,5120,5210", - "endColumns": "104,185,126,105,197,126,141,131,194,104,175,124,192,174,89,89,109", - "endOffsets": "2861,3047,3174,3280,3478,3605,3747,3879,4251,4356,4532,4657,4850,5025,5115,5205,5315" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-iw/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "176", - "endOffsets": "423" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3884", - "endColumns": "176", - "endOffsets": "4056" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-iw/values-iw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5402", - "endColumns": "100", - "endOffsets": "5498" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-iw/values-iw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761", - "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", - "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,5320", - "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", - "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,5397" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-w480dp-port-v13/values-w480dp-port-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478", - "endColumns": "58,55,55,66,64,54,64,68", - "endOffsets": "109,165,221,288,353,408,473,542" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-ko_values-ko.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ko/values-ko.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5200", - "endColumns": "100", - "endOffsets": "5296" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ko/values-ko.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685", - "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", - "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,5121", - "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", - "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,5195" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ko/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,518,632,732,906,1021,1154,1274,1478,1579,1746,1862,2039,2184,2269,2353", - "endColumns": "101,170,113,99,173,114,132,119,203,100,166,115,176,144,84,83,99", - "endOffsets": "346,517,631,731,905,1020,1153,1273,1477,1578,1745,1861,2038,2183,2268,2352,2452" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2685,2791,2962,3080,3184,3358,3477,3614,3918,4122,4227,4394,4514,4691,4840,4929,5017", - "endColumns": "105,170,117,103,173,118,136,123,203,104,166,119,176,148,88,87,103", - "endOffsets": "2786,2957,3075,3179,3353,3472,3609,3733,4117,4222,4389,4509,4686,4835,4924,5012,5116" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ko/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "179", - "endOffsets": "426" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3738", - "endColumns": "179", - "endOffsets": "3913" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-h480dp-land-v13/values-h480dp-land-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478,547", - "endColumns": "58,55,55,66,64,54,64,68,68", - "endOffsets": "109,165,221,288,353,408,473,542,611" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-v25_values-v25.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v25/values-v25.xml", - "from": { - "startLines": "2,3,4,6", - "startColumns": "4,4,4,4", - "startOffsets": "55,126,209,308", - "endLines": "2,3,5,7", - "endColumns": "70,82,12,12", - "endOffsets": "121,204,303,414" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-am_values-am.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-am/values-am.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5298", - "endColumns": "100", - "endOffsets": "5394" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-am/values-am.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723", - "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", - "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,5218", - "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", - "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,5293" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-am/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,345,516,636,736,922,1043,1177,1304,1491,1592,1768,1889,2083,2236,2322,2405", - "endColumns": "99,170,119,99,185,120,133,126,186,100,175,120,193,152,85,82,95", - "endOffsets": "344,515,635,735,921,1042,1176,1303,1490,1591,1767,1888,2082,2235,2321,2404,2500" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2723,2827,2998,3122,3226,3412,3537,3675,3997,4184,4289,4465,4590,4784,4941,5031,5118", - "endColumns": "103,170,123,103,185,124,137,130,186,104,175,124,193,156,89,86,99", - "endOffsets": "2822,2993,3117,3221,3407,3532,3670,3801,4179,4284,4460,4585,4779,4936,5026,5113,5213" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-am/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3806", - "endColumns": "190", - "endOffsets": "3992" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-uk_values-uk.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-uk/values-uk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5626", - "endColumns": "100", - "endOffsets": "5722" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-uk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,546,671,779,992,1119,1260,1390,1617,1721,1914,2037,2243,2411,2507,2594", - "endColumns": "105,194,124,107,212,126,140,129,226,103,192,122,205,167,95,86,112", - "endOffsets": "350,545,670,778,991,1118,1259,1389,1616,1720,1913,2036,2242,2410,2506,2593,2706" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2829,2939,3134,3263,3375,3588,3719,3864,4203,4430,4538,4731,4858,5064,5236,5336,5427", - "endColumns": "109,194,128,111,212,130,144,133,226,107,192,126,205,171,99,90,116", - "endOffsets": "2934,3129,3258,3370,3583,3714,3859,3993,4425,4533,4726,4853,5059,5231,5331,5422,5539" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-uk/values-uk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829", - "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", - "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,5544", - "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", - "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,5621" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-uk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3998", - "endColumns": "204", - "endOffsets": "4198" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-vi_values-vi.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-vi/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "194", - "endOffsets": "441" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3978", - "endColumns": "194", - "endOffsets": "4168" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-vi/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,345,539,662,767,991,1119,1272,1401,1641,1746,1938,2066,2284,2459,2553,2643", - "endColumns": "99,193,122,104,223,127,152,128,239,104,191,127,217,174,93,89,105", - "endOffsets": "344,538,661,766,990,1118,1271,1400,1640,1745,1937,2065,2283,2458,2552,2642,2748" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2798,2902,3096,3223,3332,3556,3688,3845,4173,4413,4522,4714,4846,5064,5243,5341,5435", - "endColumns": "103,193,126,108,223,131,156,132,239,108,191,131,217,178,97,93,109", - "endOffsets": "2897,3091,3218,3327,3551,3683,3840,3973,4408,4517,4709,4841,5059,5238,5336,5430,5540" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-vi/values-vi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5630", - "endColumns": "100", - "endOffsets": "5726" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-vi/values-vi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798", - "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", - "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,5545", - "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", - "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,5625" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-sw600dp-v13_values-sw600dp-v13.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-sw600dp-v13/values-sw600dp-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,10,11,12,13,14", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795", - "endLines": "2,3,4,5,6,7,9,10,11,12,13,17", - "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", - "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962" - }, - "to": { - "startLines": "10,11,12,13,14,15,16,18,19,20,21,22", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", - "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", - "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", - "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sw600dp-v13/values-sw600dp-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,124,193,263,337,413,472,543", - "endColumns": "68,68,69,73,75,58,70,67", - "endOffsets": "119,188,258,332,408,467,538,606" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-hu_values-hu.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,570,706,813,1040,1176,1324,1459,1688,1794,2010,2145,2376,2574,2671,2765", - "endColumns": "108,215,135,106,226,135,147,134,228,105,215,134,230,197,96,93,112", - "endOffsets": "353,569,705,812,1039,1175,1323,1458,1687,1793,2009,2144,2375,2573,2670,2764,2877" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2859,2972,3188,3328,3439,3666,3806,3958,4333,4562,4672,4888,5027,5258,5460,5561,5659", - "endColumns": "112,215,139,110,226,139,151,138,228,109,215,138,230,201,100,97,116", - "endOffsets": "2967,3183,3323,3434,3661,3801,3953,4092,4557,4667,4883,5022,5253,5455,5556,5654,5771" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hu/values-hu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859", - "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", - "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,5776", - "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", - "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,5855" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hu/values-hu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5860", - "endColumns": "100", - "endOffsets": "5956" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "235", - "endOffsets": "482" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4097", - "endColumns": "235", - "endOffsets": "4328" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-in_values-in.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-in/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,546,670,774,988,1113,1254,1385,1610,1713,1908,2032,2246,2416,2506,2592", - "endColumns": "104,195,123,103,213,124,140,130,224,102,194,123,213,169,89,85,103", - "endOffsets": "349,545,669,773,987,1112,1253,1384,1609,1712,1907,2031,2245,2415,2505,2591,2695" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2809,2918,3114,3242,3350,3564,3693,3838,4164,4389,4496,4691,4819,5033,5207,5301,5391", - "endColumns": "108,195,127,107,213,128,144,134,224,106,194,127,213,173,93,89,107", - "endOffsets": "2913,3109,3237,3345,3559,3688,3833,3968,4384,4491,4686,4814,5028,5202,5296,5386,5494" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-in/values-in.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809", - "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", - "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,5499", - "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", - "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,5579" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-in/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3973", - "endColumns": "190", - "endOffsets": "4159" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-in/values-in.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5584", - "endColumns": "100", - "endOffsets": "5680" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-lv_values-lv.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-lv/values-lv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989", - "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", - "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,5782", - "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", - "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,5860" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-lv/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "224", - "endOffsets": "471" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4152", - "endColumns": "224", - "endOffsets": "4372" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-lv/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,543,674,780,981,1110,1253,1384,1618,1725,1925,2058,2286,2467,2557,2651", - "endColumns": "104,192,130,105,200,128,142,130,233,106,199,132,227,180,89,93,113", - "endOffsets": "349,542,673,779,980,1109,1252,1383,1617,1724,1924,2057,2285,2466,2556,2650,2764" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2989,3098,3291,3426,3536,3737,3870,4017,4377,4611,4722,4922,5059,5287,5472,5566,5664", - "endColumns": "108,192,134,109,200,132,146,134,233,110,199,136,227,184,93,97,117", - "endOffsets": "3093,3286,3421,3531,3732,3865,4012,4147,4606,4717,4917,5054,5282,5467,5561,5659,5777" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-lv/values-lv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5865", - "endColumns": "100", - "endOffsets": "5961" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-fr-rCA_values-fr-rCA.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855", - "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,5756", - "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,5838" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fr-rCA/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,353,565,693,800,1030,1161,1308,1446,1700,1810,2026,2160,2379,2584,2683,2773", - "endColumns": "103,211,127,106,229,130,146,137,253,109,215,133,218,204,98,89,108", - "endOffsets": "352,564,692,799,1029,1160,1307,1445,1699,1809,2025,2159,2378,2583,2682,2772,2881" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2855,2963,3175,3307,3418,3648,3783,3934,4296,4550,4664,4880,5018,5237,5446,5549,5643", - "endColumns": "107,211,131,110,229,134,150,141,253,113,215,137,218,208,102,93,112", - "endOffsets": "2958,3170,3302,3413,3643,3778,3929,4071,4545,4659,4875,5013,5232,5441,5544,5638,5751" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fr-rCA/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "219", - "endOffsets": "470" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4076", - "endColumns": "219", - "endOffsets": "4291" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5843", - "endColumns": "100", - "endOffsets": "5939" - } - } - ] - }, - { - "outputFile": "com.juspayintegrationexamplern.app-merged_res-33:/values-is_values-is.arsc.flat", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-is/values-is.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5497", - "endColumns": "100", - "endOffsets": "5593" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-is/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "187", - "endOffsets": "434" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3911", - "endColumns": "187", - "endOffsets": "4094" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-is/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,535,658,765,965,1088,1223,1353,1566,1670,1858,1982,2183,2363,2453,2542", - "endColumns": "103,185,122,106,199,122,134,129,212,103,187,123,200,179,89,88,103", - "endOffsets": "348,534,657,764,964,1087,1222,1352,1565,1669,1857,1981,2182,2362,2452,2541,2645" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2779,2887,3073,3200,3311,3511,3638,3777,4099,4312,4420,4608,4736,4937,5121,5215,5308", - "endColumns": "107,185,126,110,199,126,138,133,212,107,187,127,200,183,93,92,107", - "endOffsets": "2882,3068,3195,3306,3506,3633,3772,3906,4307,4415,4603,4731,4932,5116,5210,5303,5411" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-is/values-is.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779", - "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", - "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,5416", - "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", - "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,5492" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json deleted file mode 100644 index 284785b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-af/values-af.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-af/values-af.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,2777", - "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", - "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,2853" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,309,415,500,603,721,798,874,965,1058,1153,1247,1346,1439,1534,1633,1728,1822,1903,2010,2115,2212,2320,2423,2525,2679,5462", - "endColumns": "107,95,105,84,102,117,76,75,90,92,94,93,98,92,94,98,94,93,80,106,104,96,107,102,101,153,97,80", - "endOffsets": "208,304,410,495,598,716,793,869,960,1053,1148,1242,1341,1434,1529,1628,1723,1817,1898,2005,2110,2207,2315,2418,2520,2674,2772,5538" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-af/values-af.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5543", - "endColumns": "100", - "endOffsets": "5639" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-af/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,538,662,770,979,1099,1246,1373,1598,1704,1892,2017,2215,2395,2487,2576", - "endColumns": "104,187,123,107,208,119,146,126,224,105,187,124,197,179,91,88,103", - "endOffsets": "349,537,661,769,978,1098,1245,1372,1597,1703,1891,2016,2214,2394,2486,2575,2679" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2777,2886,3074,3202,3314,3523,3647,3798,4131,4356,4466,4654,4783,4981,5165,5261,5354", - "endColumns": "108,187,127,111,208,123,150,130,224,109,187,128,197,183,95,92,107", - "endOffsets": "2881,3069,3197,3309,3518,3642,3793,3924,4351,4461,4649,4778,4976,5160,5256,5349,5457" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-af/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3929", - "endColumns": "201", - "endOffsets": "4126" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json deleted file mode 100644 index ec1c468..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-am/values-am.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-am/values-am.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5298", - "endColumns": "100", - "endOffsets": "5394" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-am/values-am.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,2723", - "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", - "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,2798" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,203,301,407,493,596,713,791,867,958,1051,1143,1237,1337,1430,1525,1618,1709,1800,1880,1980,2080,2176,2278,2378,2477,2627,5218", - "endColumns": "97,97,105,85,102,116,77,75,90,92,91,93,99,92,94,92,90,90,79,99,99,95,101,99,98,149,95,79", - "endOffsets": "198,296,402,488,591,708,786,862,953,1046,1138,1232,1332,1425,1520,1613,1704,1795,1875,1975,2075,2171,2273,2373,2472,2622,2718,5293" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-am/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,345,516,636,736,922,1043,1177,1304,1491,1592,1768,1889,2083,2236,2322,2405", - "endColumns": "99,170,119,99,185,120,133,126,186,100,175,120,193,152,85,82,95", - "endOffsets": "344,515,635,735,921,1042,1176,1303,1490,1591,1767,1888,2082,2235,2321,2404,2500" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2723,2827,2998,3122,3226,3412,3537,3675,3997,4184,4289,4465,4590,4784,4941,5031,5118", - "endColumns": "103,170,123,103,185,124,137,130,186,104,175,124,193,156,89,86,99", - "endOffsets": "2822,2993,3117,3221,3407,3532,3670,3801,4179,4284,4460,4585,4779,4936,5026,5113,5213" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-am/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3806", - "endColumns": "190", - "endOffsets": "3992" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json deleted file mode 100644 index 8818752..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ar/values-ar.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ar/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,523,643,746,943,1069,1206,1333,1529,1631,1812,1932,2130,2302,2392,2484", - "endColumns": "101,175,119,102,196,125,136,126,195,101,180,119,197,171,89,91,108", - "endOffsets": "346,522,642,745,942,1068,1205,1332,1528,1630,1811,1931,2129,2301,2391,2483,2592" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2758,2864,3040,3164,3271,3468,3598,3739,4059,4255,4361,4542,4666,4864,5040,5134,5230", - "endColumns": "105,175,123,106,196,129,140,130,195,105,180,123,197,175,93,95,112", - "endOffsets": "2859,3035,3159,3266,3463,3593,3734,3865,4250,4356,4537,4661,4859,5035,5129,5225,5338" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ar/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "188", - "endOffsets": "435" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3870", - "endColumns": "188", - "endOffsets": "4054" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ar/values-ar.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,424,506,607,721,801,879,970,1063,1155,1249,1349,1442,1537,1630,1721,1815,1894,1999,2097,2195,2303,2403,2506,2661,2758", - "endColumns": "107,103,106,81,100,113,79,77,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", - "endOffsets": "208,312,419,501,602,716,796,874,965,1058,1150,1244,1344,1437,1532,1625,1716,1810,1889,1994,2092,2190,2298,2398,2501,2656,2753,2835" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,424,506,607,721,801,879,970,1063,1155,1249,1349,1442,1537,1630,1721,1815,1894,1999,2097,2195,2303,2403,2506,2661,5343", - "endColumns": "107,103,106,81,100,113,79,77,90,92,91,93,99,92,94,92,90,93,78,104,97,97,107,99,102,154,96,81", - "endOffsets": "208,312,419,501,602,716,796,874,965,1058,1150,1244,1344,1437,1532,1625,1716,1810,1889,1994,2092,2190,2298,2398,2501,2656,2753,5420" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ar/values-ar.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5425", - "endColumns": "100", - "endOffsets": "5521" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json deleted file mode 100644 index 24d820e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-as/values-as.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-as/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,536,657,765,954,1074,1213,1351,1553,1660,1841,1964,2156,2336,2422,2514", - "endColumns": "105,184,120,107,188,119,138,137,201,106,180,122,191,179,85,91,111", - "endOffsets": "350,535,656,764,953,1073,1212,1350,1552,1659,1840,1963,2155,2335,2421,2513,2625" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2841,2951,3136,3261,3373,3562,3686,3829,4156,4358,4469,4650,4777,4969,5153,5243,5339", - "endColumns": "109,184,124,111,188,123,142,141,201,110,180,126,191,183,89,95,115", - "endOffsets": "2946,3131,3256,3368,3557,3681,3824,3966,4353,4464,4645,4772,4964,5148,5238,5334,5450" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-as/values-as.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5538", - "endColumns": "100", - "endOffsets": "5634" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-as/values-as.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,312,419,510,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2227,2336,2452,2572,2739,2841", - "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,98,108,115,119,166,101,82", - "endOffsets": "208,307,414,505,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2222,2331,2447,2567,2734,2836,2919" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,312,419,510,612,732,809,884,975,1068,1163,1257,1357,1450,1545,1639,1730,1821,1907,2020,2128,2227,2336,2452,2572,2739,5455", - "endColumns": "107,98,106,90,101,119,76,74,90,92,94,93,99,92,94,93,90,90,85,112,107,98,108,115,119,166,101,82", - "endOffsets": "208,307,414,505,607,727,804,879,970,1063,1158,1252,1352,1445,1540,1634,1725,1816,1902,2015,2123,2222,2331,2447,2567,2734,2836,5533" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-as/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "184", - "endOffsets": "431" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3971", - "endColumns": "184", - "endOffsets": "4151" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json deleted file mode 100644 index 6900e47..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-az/values-az.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-az/values-az.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,2813", - "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", - "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,2892" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,426,514,621,735,817,895,986,1079,1173,1272,1372,1465,1560,1654,1745,1837,1922,2027,2133,2233,2342,2447,2549,2707,5548", - "endColumns": "109,100,109,87,106,113,81,77,90,92,93,98,99,92,94,93,90,91,84,104,105,99,108,104,101,157,105,83", - "endOffsets": "210,311,421,509,616,730,812,890,981,1074,1168,1267,1367,1460,1555,1649,1740,1832,1917,2022,2128,2228,2337,2442,2544,2702,2808,5627" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-az/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,539,670,778,983,1114,1260,1391,1616,1724,1904,2039,2242,2424,2514,2605", - "endColumns": "106,186,130,107,204,130,145,130,224,107,179,134,202,181,89,90,105", - "endOffsets": "351,538,669,777,982,1113,1259,1390,1615,1723,1903,2038,2241,2423,2513,2604,2710" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2813,2924,3111,3246,3358,3563,3698,3848,4204,4429,4541,4721,4860,5063,5249,5343,5438", - "endColumns": "110,186,134,111,204,134,149,134,224,111,179,138,202,185,93,94,109", - "endOffsets": "2919,3106,3241,3353,3558,3693,3843,3978,4424,4536,4716,4855,5058,5244,5338,5433,5543" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-az/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "220", - "endOffsets": "467" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3983", - "endColumns": "220", - "endOffsets": "4199" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-az/values-az.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5632", - "endColumns": "100", - "endOffsets": "5728" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json deleted file mode 100644 index 1acd7d0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-b+sr+Latn/values-b+sr+Latn.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-b+sr+Latn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "254", - "endColumns": "188", - "endOffsets": "442" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3987", - "endColumns": "188", - "endOffsets": "4171" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-b+sr+Latn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "252,356,544,668,776,989,1114,1252,1379,1587,1692,1883,2008,2216,2384,2478,2569", - "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104", - "endOffsets": "355,543,667,775,988,1113,1251,1378,1586,1691,1882,2007,2215,2383,2477,2568,2673" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2836,2944,3132,3260,3372,3585,3714,3856,4176,4384,4493,4684,4813,5021,5193,5291,5386", - "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108", - "endOffsets": "2939,3127,3255,3367,3580,3709,3851,3982,4379,4488,4679,4808,5016,5188,5286,5381,5490" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-b+sr+Latn/values-b+sr+Latn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,2836", - "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,2918" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,816,898,989,1082,1177,1271,1371,1464,1559,1664,1755,1846,1932,2037,2143,2246,2353,2462,2569,2739,5495", - "endColumns": "106,100,105,85,103,121,84,81,90,92,94,93,99,92,94,104,90,90,85,104,105,102,106,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,811,893,984,1077,1172,1266,1366,1459,1554,1659,1750,1841,1927,2032,2138,2241,2348,2457,2564,2734,2831,5577" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json deleted file mode 100644 index 7613f94..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-be/values-be.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-be/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3997", - "endColumns": "204", - "endOffsets": "4197" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-be/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,544,667,775,989,1113,1254,1383,1604,1709,1903,2029,2241,2426,2521,2609", - "endColumns": "104,193,122,107,213,123,140,128,220,104,193,125,211,184,94,87,103", - "endOffsets": "349,543,666,774,988,1112,1253,1382,1603,1708,1902,2028,2240,2425,2520,2608,2712" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2835,2944,3138,3265,3377,3591,3719,3864,4202,4423,4532,4726,4856,5068,5257,5356,5448", - "endColumns": "108,193,126,111,213,127,144,132,220,108,193,129,211,188,98,91,107", - "endOffsets": "2939,3133,3260,3372,3586,3714,3859,3992,4418,4527,4721,4851,5063,5252,5351,5443,5551" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-be/values-be.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5638", - "endColumns": "100", - "endOffsets": "5734" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-be/values-be.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,2835", - "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", - "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,2912" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,328,444,530,635,754,834,911,1003,1097,1192,1286,1381,1475,1571,1666,1758,1850,1931,2037,2142,2240,2348,2454,2562,2735,5556", - "endColumns": "119,102,115,85,104,118,79,76,91,93,94,93,94,93,95,94,91,91,80,105,104,97,107,105,107,172,99,81", - "endOffsets": "220,323,439,525,630,749,829,906,998,1092,1187,1281,1376,1470,1566,1661,1753,1845,1926,2032,2137,2235,2343,2449,2557,2730,2830,5633" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json deleted file mode 100644 index 03b3941..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-bg/values-bg.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-bg/values-bg.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,2854", - "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", - "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,2933" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,436,522,632,753,833,910,1001,1094,1189,1283,1383,1476,1571,1679,1770,1861,1944,2058,2166,2266,2380,2487,2595,2755,5650", - "endColumns": "119,105,104,85,109,120,79,76,90,92,94,93,99,92,94,107,90,90,82,113,107,99,113,106,107,159,98,83", - "endOffsets": "220,326,431,517,627,748,828,905,996,1089,1184,1278,1378,1471,1566,1674,1765,1856,1939,2053,2161,2261,2375,2482,2590,2750,2849,5729" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-bg/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,549,682,791,1017,1150,1295,1429,1657,1767,1973,2109,2325,2517,2613,2698", - "endColumns": "106,196,132,108,225,132,144,133,227,109,205,135,215,191,95,84,97", - "endOffsets": "351,548,681,790,1016,1149,1294,1428,1656,1766,1972,2108,2324,2516,2612,2697,2795" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2854,2965,3162,3299,3412,3638,3775,3924,4259,4487,4601,4807,4947,5163,5359,5459,5548", - "endColumns": "110,196,136,112,225,136,148,137,227,113,205,139,215,195,99,88,101", - "endOffsets": "2960,3157,3294,3407,3633,3770,3919,4057,4482,4596,4802,4942,5158,5354,5454,5543,5645" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-bg/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "196", - "endOffsets": "443" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4062", - "endColumns": "196", - "endOffsets": "4254" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-bg/values-bg.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5734", - "endColumns": "100", - "endOffsets": "5830" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json deleted file mode 100644 index cafde3e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-bn/values-bn.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-bn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "210", - "endOffsets": "457" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3975", - "endColumns": "210", - "endOffsets": "4181" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-bn/values-bn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,2835", - "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", - "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,2917" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,425,514,619,740,823,905,996,1089,1183,1277,1377,1470,1565,1659,1750,1841,1927,2037,2141,2244,2352,2460,2565,2730,5495", - "endColumns": "107,105,105,88,104,120,82,81,90,92,93,93,99,92,94,93,90,90,85,109,103,102,107,107,104,164,104,86", - "endOffsets": "208,314,420,509,614,735,818,900,991,1084,1178,1272,1372,1465,1560,1654,1745,1836,1922,2032,2136,2239,2347,2455,2560,2725,2830,5577" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-bn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,543,669,778,974,1094,1232,1361,1565,1672,1859,1985,2178,2352,2438,2531", - "endColumns": "106,190,125,108,195,119,137,128,203,106,186,125,192,173,85,92,114", - "endOffsets": "351,542,668,777,973,1093,1231,1360,1564,1671,1858,1984,2177,2351,2437,2530,2645" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2835,2946,3137,3267,3380,3576,3700,3842,4186,4390,4501,4688,4818,5011,5189,5279,5376", - "endColumns": "110,190,129,112,195,123,141,132,203,110,186,129,192,177,89,96,118", - "endOffsets": "2941,3132,3262,3375,3571,3695,3837,3970,4385,4496,4683,4813,5006,5184,5274,5371,5490" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-bn/values-bn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json deleted file mode 100644 index 583d521..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-bs/values-bs.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-bs/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,665,773,982,1106,1244,1371,1584,1689,1881,2006,2215,2387,2481,2569", - "endColumns": "103,191,123,107,208,123,137,126,212,104,191,124,208,171,93,87,109", - "endOffsets": "348,540,664,772,981,1105,1243,1370,1583,1688,1880,2005,2214,2386,2480,2568,2678" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2830,2938,3130,3258,3370,3579,3707,3849,4180,4393,4502,4694,4823,5032,5208,5306,5398", - "endColumns": "107,191,127,111,208,127,141,130,212,108,191,128,208,175,97,91,113", - "endOffsets": "2933,3125,3253,3365,3574,3702,3844,3975,4388,4497,4689,4818,5027,5203,5301,5393,5507" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-bs/values-bs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,2830", - "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", - "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,2912" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,323,430,516,620,742,827,909,1000,1093,1188,1282,1382,1475,1570,1665,1756,1847,1935,2038,2142,2243,2348,2462,2565,2734,5512", - "endColumns": "120,96,106,85,103,121,84,81,90,92,94,93,99,92,94,94,90,90,87,102,103,100,104,113,102,168,95,86", - "endOffsets": "221,318,425,511,615,737,822,904,995,1088,1183,1277,1377,1470,1565,1660,1751,1842,1930,2033,2137,2238,2343,2457,2560,2729,2825,5594" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-bs/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "199", - "endOffsets": "446" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3980", - "endColumns": "199", - "endOffsets": "4175" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-bs/values-bs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5599", - "endColumns": "100", - "endOffsets": "5695" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json deleted file mode 100644 index 391b55c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ca/values-ca.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ca/values-ca.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5649", - "endColumns": "100", - "endOffsets": "5745" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ca/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "193", - "endOffsets": "440" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3989", - "endColumns": "193", - "endOffsets": "4178" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ca/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,532,657,764,973,1098,1247,1380,1610,1717,1907,2036,2259,2443,2534,2628", - "endColumns": "102,183,124,106,208,124,148,132,229,106,189,128,222,183,90,93,111", - "endOffsets": "347,531,656,763,972,1097,1246,1379,1609,1716,1906,2035,2258,2442,2533,2627,2739" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2830,2937,3121,3250,3361,3570,3699,3852,4183,4413,4524,4714,4847,5070,5258,5353,5451", - "endColumns": "106,183,128,110,208,128,152,136,229,110,189,132,222,187,94,97,115", - "endOffsets": "2932,3116,3245,3356,3565,3694,3847,3984,4408,4519,4709,4842,5065,5253,5348,5446,5562" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ca/values-ca.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,2830", - "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", - "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,2907" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,228,333,440,523,629,755,839,918,1009,1102,1195,1290,1388,1481,1574,1668,1759,1850,1931,2042,2150,2248,2358,2463,2571,2731,5567", - "endColumns": "122,104,106,82,105,125,83,78,90,92,92,94,97,92,92,93,90,90,80,110,107,97,109,104,107,159,98,81", - "endOffsets": "223,328,435,518,624,750,834,913,1004,1097,1190,1285,1383,1476,1569,1663,1754,1845,1926,2037,2145,2243,2353,2458,2566,2726,2825,5644" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json deleted file mode 100644 index e03b320..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-cs/values-cs.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-cs/values-cs.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5623", - "endColumns": "100", - "endOffsets": "5719" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-cs/values-cs.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,2799", - "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", - "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,2877" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,424,510,615,732,810,886,977,1070,1165,1259,1353,1446,1541,1638,1729,1820,1904,2008,2120,2219,2325,2436,2538,2701,5540", - "endColumns": "106,101,109,85,104,116,77,75,90,92,94,93,93,92,94,96,90,90,83,103,111,98,105,110,101,162,97,82", - "endOffsets": "207,309,419,505,610,727,805,881,972,1065,1160,1254,1348,1441,1536,1633,1724,1815,1899,2003,2115,2214,2320,2431,2533,2696,2794,5618" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-cs/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,664,772,984,1109,1247,1373,1607,1716,1911,2037,2257,2438,2532,2625", - "endColumns": "103,191,122,107,211,124,137,125,233,108,194,125,219,180,93,92,110", - "endOffsets": "348,540,663,771,983,1108,1246,1372,1606,1715,1910,2036,2256,2437,2531,2624,2735" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2799,2907,3099,3226,3338,3550,3679,3821,4153,4387,4500,4695,4825,5045,5230,5328,5425", - "endColumns": "107,191,126,111,211,128,141,129,233,112,194,129,219,184,97,96,114", - "endOffsets": "2902,3094,3221,3333,3545,3674,3816,3946,4382,4495,4690,4820,5040,5225,5323,5420,5535" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-cs/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3951", - "endColumns": "201", - "endOffsets": "4148" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json deleted file mode 100644 index f7ded8c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-da/values-da.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-da/values-da.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,2757", - "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", - "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,2832" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,299,415,500,600,713,791,867,958,1051,1144,1238,1332,1425,1520,1618,1709,1800,1879,1987,2094,2190,2303,2406,2507,2660,5448", - "endColumns": "99,93,115,84,99,112,77,75,90,92,92,93,93,92,94,97,90,90,78,107,106,95,112,102,100,152,96,79", - "endOffsets": "200,294,410,495,595,708,786,862,953,1046,1139,1233,1327,1420,1515,1613,1704,1795,1874,1982,2089,2185,2298,2401,2502,2655,2752,5523" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-da/values-da.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5528", - "endColumns": "100", - "endOffsets": "5624" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-da/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "185", - "endOffsets": "432" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3910", - "endColumns": "185", - "endOffsets": "4091" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-da/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,666,773,975,1098,1244,1374,1589,1693,1886,2011,2215,2419,2511,2599", - "endColumns": "103,191,124,106,201,122,145,129,214,103,192,124,203,203,91,87,102", - "endOffsets": "348,540,665,772,974,1097,1243,1373,1588,1692,1885,2010,2214,2418,2510,2598,2701" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2757,2865,3057,3186,3297,3499,3626,3776,4096,4311,4419,4612,4741,4945,5153,5249,5341", - "endColumns": "107,191,128,110,201,126,149,133,214,107,192,128,203,207,95,91,106", - "endOffsets": "2860,3052,3181,3292,3494,3621,3771,3905,4306,4414,4607,4736,4940,5148,5244,5336,5443" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json deleted file mode 100644 index c63b63f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-de/values-de.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-de/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "203", - "endOffsets": "450" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4052", - "endColumns": "203", - "endOffsets": "4251" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-de/values-de.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,2832", - "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", - "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,2909" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,308,420,506,612,727,805,880,972,1066,1162,1263,1370,1470,1574,1672,1770,1867,1949,2060,2162,2260,2367,2470,2574,2730,5672", - "endColumns": "104,97,111,85,105,114,77,74,91,93,95,100,106,99,103,97,97,96,81,110,101,97,106,102,103,155,101,81", - "endOffsets": "205,303,415,501,607,722,800,875,967,1061,1157,1258,1365,1465,1569,1667,1765,1862,1944,2055,2157,2255,2362,2465,2569,2725,2827,5749" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-de/values-de.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5754", - "endColumns": "100", - "endOffsets": "5850" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-de/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,352,548,674,784,1021,1150,1297,1441,1680,1790,1990,2119,2340,2542,2639,2728", - "endColumns": "106,195,125,109,236,128,146,143,238,109,199,128,220,201,96,88,104", - "endOffsets": "351,547,673,783,1020,1149,1296,1440,1679,1789,1989,2118,2339,2541,2638,2727,2832" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2832,2943,3139,3269,3383,3620,3753,3904,4256,4495,4609,4809,4942,5163,5369,5470,5563", - "endColumns": "110,195,129,113,236,132,150,147,238,113,199,132,220,205,100,92,108", - "endOffsets": "2938,3134,3264,3378,3615,3748,3899,4047,4490,4604,4804,4937,5158,5364,5465,5558,5667" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json deleted file mode 100644 index db2e619..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-el/values-el.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-el/values-el.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5827", - "endColumns": "100", - "endOffsets": "5923" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-el/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "222", - "endOffsets": "469" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4113", - "endColumns": "222", - "endOffsets": "4331" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-el/values-el.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,2886", - "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", - "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,2967" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,334,451,536,642,765,854,939,1030,1123,1218,1312,1412,1505,1600,1697,1788,1879,1964,2075,2184,2286,2397,2507,2615,2786,5741", - "endColumns": "117,110,116,84,105,122,88,84,90,92,94,93,99,92,94,96,90,90,84,110,108,101,110,109,107,170,99,85", - "endOffsets": "218,329,446,531,637,760,849,934,1025,1118,1213,1307,1407,1500,1595,1692,1783,1874,1959,2070,2179,2281,2392,2502,2610,2781,2881,5822" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-el/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,572,702,811,1051,1174,1318,1448,1696,1802,2003,2130,2367,2538,2633,2721", - "endColumns": "108,217,129,108,239,122,143,129,247,105,200,126,236,170,94,87,107", - "endOffsets": "353,571,701,810,1050,1173,1317,1447,1695,1801,2002,2129,2366,2537,2632,2720,2828" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2886,2999,3217,3351,3464,3704,3831,3979,4336,4584,4694,4895,5026,5263,5438,5537,5629", - "endColumns": "112,217,133,112,239,126,147,133,247,109,200,130,236,174,98,91,111", - "endOffsets": "2994,3212,3346,3459,3699,3826,3974,4108,4579,4689,4890,5021,5258,5433,5532,5624,5736" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json deleted file mode 100644 index 7b87537..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-en-rAU/values-en-rAU.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2845", - "endColumns": "100", - "endOffsets": "2941" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rAU/values-en-rAU.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json deleted file mode 100644 index c28acd8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-en-rCA/values-en-rCA.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rCA/values-en-rCA.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2845", - "endColumns": "100", - "endOffsets": "2941" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rCA/values-en-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json deleted file mode 100644 index ae9283f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-en-rGB/values-en-rGB.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-en-rGB/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "196", - "endOffsets": "447" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3902", - "endColumns": "196", - "endOffsets": "4094" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,5410", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,5488" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rGB/values-en-rGB.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5493", - "endColumns": "100", - "endOffsets": "5589" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-en-rGB/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,352,536,659,764,974,1095,1237,1365,1583,1686,1869,1992,2197,2371,2460,2548", - "endColumns": "102,183,122,104,209,120,141,127,217,102,182,122,204,173,88,87,103", - "endOffsets": "351,535,658,763,973,1094,1236,1364,1582,1685,1868,1991,2196,2370,2459,2547,2651" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2762,2869,3053,3180,3289,3499,3624,3770,4099,4317,4424,4607,4734,4939,5117,5210,5302", - "endColumns": "106,183,126,108,209,124,145,131,217,106,182,126,204,177,92,91,107", - "endOffsets": "2864,3048,3175,3284,3494,3619,3765,3897,4312,4419,4602,4729,4934,5112,5205,5297,5405" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json deleted file mode 100644 index 1207388..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-en-rIN/values-en-rIN.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2845", - "endColumns": "100", - "endOffsets": "2941" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rIN/values-en-rIN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,309,417,501,601,716,794,869,960,1053,1148,1242,1342,1435,1530,1624,1715,1806,1888,1991,2094,2193,2298,2402,2506,2662,2762", - "endColumns": "103,99,107,83,99,114,77,74,90,92,94,93,99,92,94,93,90,90,81,102,102,98,104,103,103,155,99,82", - "endOffsets": "204,304,412,496,596,711,789,864,955,1048,1143,1237,1337,1430,1525,1619,1710,1801,1883,1986,2089,2188,2293,2397,2501,2657,2757,2840" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json deleted file mode 100644 index e0a9dbe..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-en-rXC/values-en-rXC.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-en-rXC/values-en-rXC.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "203", - "endOffsets": "254" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "5714", - "endColumns": "203", - "endOffsets": "5913" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-en-rXC/values-en-rXC.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,312,515,725,912,1113,1329,1509,1684,1878,2072,2267,2464,2663,2858,3056,3253,3447,3641,3826,4031,4234,4435,4641,4846,5053,5327,5528", - "endColumns": "206,202,209,186,200,215,179,174,193,193,194,196,198,194,197,196,193,193,184,204,202,200,205,204,206,273,200,185", - "endOffsets": "307,510,720,907,1108,1324,1504,1679,1873,2067,2262,2459,2658,2853,3051,3248,3442,3636,3821,4026,4229,4430,4636,4841,5048,5322,5523,5709" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json deleted file mode 100644 index 7065e86..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-es-rUS/values-es-rUS.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,2821", - "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", - "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,2899" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,334,442,527,629,745,830,910,1001,1094,1189,1283,1382,1475,1574,1670,1761,1852,1934,2041,2140,2239,2347,2455,2562,2721,5639", - "endColumns": "119,108,107,84,101,115,84,79,90,92,94,93,98,92,98,95,90,90,81,106,98,98,107,107,106,158,99,82", - "endOffsets": "220,329,437,522,624,740,825,905,996,1089,1184,1278,1377,1470,1569,1665,1756,1847,1929,2036,2135,2234,2342,2450,2557,2716,2816,5717" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-es-rUS/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,355,553,683,789,1009,1138,1287,1418,1648,1755,1956,2087,2323,2527,2623,2711", - "endColumns": "105,197,129,105,219,128,148,130,229,106,200,130,235,203,95,87,102", - "endOffsets": "354,552,682,788,1008,1137,1286,1417,1647,1754,1955,2086,2322,2526,2622,2710,2813" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2821,2931,3129,3263,3373,3593,3726,3879,4219,4449,4560,4761,4896,5132,5340,5440,5532", - "endColumns": "109,197,133,109,219,132,152,134,229,110,200,134,235,207,99,91,106", - "endOffsets": "2926,3124,3258,3368,3588,3721,3874,4009,4444,4555,4756,4891,5127,5335,5435,5527,5634" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-es-rUS/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "204", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4014", - "endColumns": "204", - "endOffsets": "4214" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-es-rUS/values-es-rUS.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5722", - "endColumns": "100", - "endOffsets": "5818" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json deleted file mode 100644 index e309a64..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-es/values-es.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-es/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,546,675,781,1001,1132,1280,1415,1666,1773,1969,2099,2323,2506,2599,2694", - "endColumns": "105,194,128,105,219,130,147,134,250,106,195,129,223,182,92,94,109", - "endOffsets": "350,545,674,780,1000,1131,1279,1414,1665,1772,1968,2098,2322,2505,2598,2693,2803" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2836,2946,3141,3274,3384,3604,3739,3891,4249,4500,4611,4807,4941,5165,5352,5449,5548", - "endColumns": "109,194,132,109,219,134,151,138,250,110,195,133,223,186,96,98,113", - "endOffsets": "2941,3136,3269,3379,3599,3734,3886,4025,4495,4606,4802,4936,5160,5347,5444,5543,5657" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-es/values-es.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,2836", - "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", - "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,2914" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,320,428,513,614,742,828,909,1001,1095,1192,1286,1386,1480,1576,1672,1764,1856,1938,2045,2156,2255,2363,2471,2578,2737,5662", - "endColumns": "101,112,107,84,100,127,85,80,91,93,96,93,99,93,95,95,91,91,81,106,110,98,107,107,106,158,98,82", - "endOffsets": "202,315,423,508,609,737,823,904,996,1090,1187,1281,1381,1475,1571,1667,1759,1851,1933,2040,2151,2250,2358,2466,2573,2732,2831,5740" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-es/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "218", - "endOffsets": "465" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4030", - "endColumns": "218", - "endOffsets": "4244" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-es/values-es.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5745", - "endColumns": "100", - "endOffsets": "5841" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json deleted file mode 100644 index 2a6f5d3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-et/values-et.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-et/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,346,540,665,771,980,1107,1249,1377,1596,1702,1897,2027,2241,2412,2501,2592", - "endColumns": "100,193,124,105,208,126,141,127,218,105,194,129,213,170,88,90,112", - "endOffsets": "345,539,664,770,979,1106,1248,1376,1595,1701,1896,2026,2240,2411,2500,2591,2704" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2827,2932,3126,3255,3365,3574,3705,3851,4182,4401,4511,4706,4840,5054,5229,5322,5417", - "endColumns": "104,193,128,109,208,130,145,131,218,109,194,133,213,174,92,94,116", - "endOffsets": "2927,3121,3250,3360,3569,3700,3846,3978,4396,4506,4701,4835,5049,5224,5317,5412,5529" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-et/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3983", - "endColumns": "198", - "endOffsets": "4177" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-et/values-et.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5617", - "endColumns": "100", - "endOffsets": "5713" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-et/values-et.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,2827", - "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", - "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,2905" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,310,421,507,609,726,807,884,976,1070,1166,1268,1377,1471,1572,1666,1758,1851,1934,2045,2149,2248,2358,2460,2559,2725,5534", - "endColumns": "105,98,110,85,101,116,80,76,91,93,95,101,108,93,100,93,91,92,82,110,103,98,109,101,98,165,101,82", - "endOffsets": "206,305,416,502,604,721,802,879,971,1065,1161,1263,1372,1466,1567,1661,1753,1846,1929,2040,2144,2243,2353,2455,2554,2720,2822,5612" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json deleted file mode 100644 index 17811cc..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-eu/values-eu.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-eu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,555,679,786,992,1117,1266,1398,1641,1747,1945,2073,2300,2485,2577,2668", - "endColumns": "101,207,123,106,205,124,148,131,242,105,197,127,226,184,91,90,113", - "endOffsets": "346,554,678,785,991,1116,1265,1397,1640,1746,1944,2072,2299,2484,2576,2667,2781" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2850,2956,3164,3292,3403,3609,3738,3891,4228,4471,4581,4779,4911,5138,5327,5423,5518", - "endColumns": "105,207,127,110,205,128,152,135,242,109,197,131,226,188,95,94,117", - "endOffsets": "2951,3159,3287,3398,3604,3733,3886,4022,4466,4576,4774,4906,5133,5322,5418,5513,5631" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-eu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "200", - "endOffsets": "447" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4027", - "endColumns": "200", - "endOffsets": "4223" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-eu/values-eu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5719", - "endColumns": "100", - "endOffsets": "5815" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-eu/values-eu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,2850", - "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", - "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,2928" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,312,422,508,614,738,824,905,997,1091,1187,1281,1382,1476,1572,1669,1761,1854,1936,2045,2154,2253,2362,2469,2580,2751,5636", - "endColumns": "108,97,109,85,105,123,85,80,91,93,95,93,100,93,95,96,91,92,81,108,108,98,108,106,110,170,98,82", - "endOffsets": "209,307,417,503,609,733,819,900,992,1086,1182,1276,1377,1471,1567,1664,1756,1849,1931,2040,2149,2248,2357,2464,2575,2746,2845,5714" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json deleted file mode 100644 index f961cea..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-fa/values-fa.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fa/values-fa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5607", - "endColumns": "100", - "endOffsets": "5703" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fa/values-fa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,2795", - "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", - "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,2872" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,215,316,427,511,612,727,807,884,977,1072,1164,1258,1360,1455,1552,1646,1739,1829,1911,2019,2123,2221,2327,2432,2537,2694,5525", - "endColumns": "109,100,110,83,100,114,79,76,92,94,91,93,101,94,96,93,92,89,81,107,103,97,105,104,104,156,100,81", - "endOffsets": "210,311,422,506,607,722,802,879,972,1067,1159,1253,1355,1450,1547,1641,1734,1824,1906,2014,2118,2216,2322,2427,2532,2689,2790,5602" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fa/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "213", - "endOffsets": "460" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3939", - "endColumns": "213", - "endOffsets": "4148" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fa/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,542,671,772,971,1097,1238,1365,1577,1685,1888,2019,2233,2417,2509,2603", - "endColumns": "105,190,128,100,198,125,140,126,211,107,202,130,213,183,91,93,109", - "endOffsets": "350,541,670,771,970,1096,1237,1364,1576,1684,1887,2018,2232,2416,2508,2602,2712" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2795,2905,3096,3229,3334,3533,3663,3808,4153,4365,4477,4680,4815,5029,5217,5313,5411", - "endColumns": "109,190,132,104,198,129,144,130,211,111,202,134,213,187,95,97,113", - "endOffsets": "2900,3091,3224,3329,3528,3658,3803,3934,4360,4472,4675,4810,5024,5212,5308,5406,5520" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json deleted file mode 100644 index ce5dc3b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-fi/values-fi.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fi/values-fi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,2775", - "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", - "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,2851" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,422,508,613,731,817,896,987,1080,1175,1269,1363,1456,1552,1651,1742,1836,1916,2023,2124,2221,2327,2427,2525,2675,5435", - "endColumns": "107,99,108,85,104,117,85,78,90,92,94,93,93,92,95,98,90,93,79,106,100,96,105,99,97,149,99,80", - "endOffsets": "208,308,417,503,608,726,812,891,982,1075,1170,1264,1358,1451,1547,1646,1737,1831,1911,2018,2119,2216,2322,2422,2520,2670,2770,5511" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fi/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "208", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3926", - "endColumns": "208", - "endOffsets": "4130" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fi/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,539,668,772,974,1098,1240,1372,1572,1676,1856,1980,2187,2352,2444,2540", - "endColumns": "108,184,128,103,201,123,141,131,199,103,179,123,206,164,91,95,107", - "endOffsets": "353,538,667,771,973,1097,1239,1371,1571,1675,1855,1979,2186,2351,2443,2539,2647" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2775,2888,3073,3206,3314,3516,3644,3790,4135,4335,4443,4623,4751,4958,5127,5223,5323", - "endColumns": "112,184,132,107,201,127,145,135,199,107,179,127,206,168,95,99,111", - "endOffsets": "2883,3068,3201,3309,3511,3639,3785,3921,4330,4438,4618,4746,4953,5122,5218,5318,5430" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fi/values-fi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5516", - "endColumns": "100", - "endOffsets": "5612" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json deleted file mode 100644 index c5d64a8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-fr-rCA/values-fr-rCA.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,2855", - "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,2937" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,323,433,520,626,756,841,921,1012,1105,1203,1298,1398,1491,1584,1679,1770,1861,1947,2057,2168,2271,2382,2490,2597,2756,5756", - "endColumns": "110,106,109,86,105,129,84,79,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,318,428,515,621,751,836,916,1007,1100,1198,1293,1393,1486,1579,1674,1765,1856,1942,2052,2163,2266,2377,2485,2592,2751,2850,5838" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fr-rCA/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,353,565,693,800,1030,1161,1308,1446,1700,1810,2026,2160,2379,2584,2683,2773", - "endColumns": "103,211,127,106,229,130,146,137,253,109,215,133,218,204,98,89,108", - "endOffsets": "352,564,692,799,1029,1160,1307,1445,1699,1809,2025,2159,2378,2583,2682,2772,2881" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2855,2963,3175,3307,3418,3648,3783,3934,4296,4550,4664,4880,5018,5237,5446,5549,5643", - "endColumns": "107,211,131,110,229,134,150,141,253,113,215,137,218,208,102,93,112", - "endOffsets": "2958,3170,3302,3413,3643,3778,3929,4071,4545,4659,4875,5013,5232,5441,5544,5638,5751" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fr-rCA/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "219", - "endOffsets": "470" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4076", - "endColumns": "219", - "endOffsets": "4291" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fr-rCA/values-fr-rCA.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5843", - "endColumns": "100", - "endOffsets": "5939" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json deleted file mode 100644 index d4f450d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-fr/values-fr.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-fr/values-fr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,2847", - "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,2929" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,331,441,523,629,759,837,913,1004,1097,1195,1290,1390,1483,1576,1671,1762,1853,1939,2049,2160,2263,2374,2482,2589,2748,5738", - "endColumns": "110,114,109,81,105,129,77,75,90,92,97,94,99,92,92,94,90,90,85,109,110,102,110,107,106,158,98,86", - "endOffsets": "211,326,436,518,624,754,832,908,999,1092,1190,1285,1385,1478,1571,1666,1757,1848,1934,2044,2155,2258,2369,2477,2584,2743,2842,5820" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-fr/values-fr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5825", - "endColumns": "100", - "endOffsets": "5921" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-fr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,561,689,796,1026,1157,1304,1442,1679,1789,2005,2139,2358,2563,2662,2755", - "endColumns": "103,211,127,106,229,130,146,137,236,109,215,133,218,204,98,92,108", - "endOffsets": "348,560,688,795,1025,1156,1303,1441,1678,1788,2004,2138,2357,2562,2661,2754,2863" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2847,2955,3167,3299,3410,3640,3775,3926,4292,4529,4643,4859,4997,5216,5425,5528,5625", - "endColumns": "107,211,131,110,229,134,150,141,236,113,215,137,218,208,102,96,112", - "endOffsets": "2950,3162,3294,3405,3635,3770,3921,4063,4524,4638,4854,4992,5211,5420,5523,5620,5733" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-fr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "223", - "endOffsets": "470" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4068", - "endColumns": "223", - "endOffsets": "4287" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json deleted file mode 100644 index 535718e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-gl/values-gl.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-gl/values-gl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,313,421,506,607,735,820,900,992,1086,1183,1277,1377,1471,1567,1662,1754,1846,1927,2035,2142,2249,2358,2463,2577,2754,2853", - "endColumns": "103,103,107,84,100,127,84,79,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", - "endOffsets": "204,308,416,501,602,730,815,895,987,1081,1178,1272,1372,1466,1562,1657,1749,1841,1922,2030,2137,2244,2353,2458,2572,2749,2848,2931" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,209,313,421,506,607,735,820,900,992,1086,1183,1277,1377,1471,1567,1662,1754,1846,1927,2035,2142,2249,2358,2463,2577,2754,5623", - "endColumns": "103,103,107,84,100,127,84,79,91,93,96,93,99,93,95,94,91,91,80,107,106,106,108,104,113,176,98,82", - "endOffsets": "204,308,416,501,602,730,815,895,987,1081,1178,1272,1372,1466,1562,1657,1749,1841,1922,2030,2137,2244,2353,2458,2572,2749,2848,5701" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-gl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,544,671,777,995,1125,1270,1404,1634,1741,1941,2074,2298,2476,2569,2664", - "endColumns": "103,194,126,105,217,129,144,133,229,106,199,132,223,177,92,94,109", - "endOffsets": "348,543,670,776,994,1124,1269,1403,1633,1740,1940,2073,2297,2475,2568,2663,2773" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2853,2961,3156,3287,3397,3615,3749,3898,4229,4459,4570,4770,4907,5131,5313,5410,5509", - "endColumns": "107,194,130,109,217,133,148,137,229,110,199,136,223,181,96,98,113", - "endOffsets": "2956,3151,3282,3392,3610,3744,3893,4031,4454,4565,4765,4902,5126,5308,5405,5504,5618" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-gl/values-gl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5706", - "endColumns": "100", - "endOffsets": "5802" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-gl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "192", - "endOffsets": "439" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4036", - "endColumns": "192", - "endOffsets": "4224" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json deleted file mode 100644 index ee55baf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-gu/values-gu.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-gu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "205", - "endOffsets": "452" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3928", - "endColumns": "205", - "endOffsets": "4129" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-gu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,549,672,782,979,1099,1236,1361,1568,1674,1869,1992,2194,2370,2457,2549", - "endColumns": "105,197,122,109,196,119,136,124,206,105,194,122,201,175,86,91,106", - "endOffsets": "350,548,671,781,978,1098,1235,1360,1567,1673,1868,1991,2193,2369,2456,2548,2655" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2788,2898,3096,3223,3337,3534,3658,3799,4134,4341,4451,4646,4773,4975,5155,5246,5342", - "endColumns": "109,197,126,113,196,123,140,128,206,109,194,126,201,179,90,95,110", - "endOffsets": "2893,3091,3218,3332,3529,3653,3794,3923,4336,4446,4641,4768,4970,5150,5241,5337,5448" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-gu/values-gu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,2788", - "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", - "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,2864" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,316,423,510,610,730,808,885,976,1069,1164,1258,1358,1451,1546,1640,1731,1822,1902,2008,2109,2206,2315,2415,2525,2685,5453", - "endColumns": "106,103,106,86,99,119,77,76,90,92,94,93,99,92,94,93,90,90,79,105,100,96,108,99,109,159,102,80", - "endOffsets": "207,311,418,505,605,725,803,880,971,1064,1159,1253,1353,1446,1541,1635,1726,1817,1897,2003,2104,2201,2310,2410,2520,2680,2783,5529" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-gu/values-gu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5534", - "endColumns": "100", - "endOffsets": "5630" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json deleted file mode 100644 index c716bb3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-h360dp-land-v13/values-h360dp-land-v13.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-h360dp-land-v13/values-h360dp-land-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478,547", - "endColumns": "58,55,55,66,64,54,64,68,68", - "endOffsets": "109,165,221,288,353,408,473,542,611" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json deleted file mode 100644 index 668acab..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-h480dp-land-v13/values-h480dp-land-v13.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-h480dp-land-v13/values-h480dp-land-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478,547", - "endColumns": "58,55,55,66,64,54,64,68,68", - "endOffsets": "109,165,221,288,353,408,473,542,611" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json deleted file mode 100644 index eb64810..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-h720dp-v13/values-h720dp-v13.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-h720dp-v13/values-h720dp-v13.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "66", - "endOffsets": "117" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json deleted file mode 100644 index 2b534ef..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-hdpi-v4/values-hdpi-v4.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hdpi-v4/values-hdpi-v4.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "6", - "endColumns": "13", - "endOffsets": "327" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json deleted file mode 100644 index 8a24eca..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-hi/values-hi.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hi/values-hi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5589", - "endColumns": "100", - "endOffsets": "5685" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hi/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,543,667,777,987,1115,1253,1390,1606,1713,1910,2038,2238,2417,2506,2599", - "endColumns": "105,191,123,109,209,127,137,136,215,106,196,127,199,178,88,92,112", - "endOffsets": "350,542,666,776,986,1114,1252,1389,1605,1712,1909,2037,2237,2416,2505,2598,2711" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2787,2897,3089,3217,3331,3541,3673,3815,4161,4377,4488,4685,4817,5017,5200,5293,5390", - "endColumns": "109,191,127,113,209,131,141,140,215,110,196,131,199,182,92,96,116", - "endOffsets": "2892,3084,3212,3326,3536,3668,3810,3951,4372,4483,4680,4812,5012,5195,5288,5385,5502" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hi/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3956", - "endColumns": "204", - "endOffsets": "4156" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hi/values-hi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,2787", - "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", - "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,2864" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,211,309,419,505,607,728,806,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1901,2006,2108,2206,2316,2419,2528,2686,5507", - "endColumns": "105,97,109,85,101,120,77,76,90,92,94,93,99,92,94,93,90,90,80,104,101,97,109,102,108,157,100,81", - "endOffsets": "206,304,414,500,602,723,801,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1896,2001,2103,2201,2311,2414,2523,2681,2782,5584" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json deleted file mode 100644 index 7c0b14f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-hr/values-hr.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hr/values-hr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,2816", - "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", - "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,2896" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,412,498,602,721,806,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1912,2016,2128,2229,2334,2448,2550,2719,5492", - "endColumns": "104,94,106,85,103,118,84,81,90,92,94,93,99,92,94,94,90,90,85,103,111,100,104,113,101,168,96,84", - "endOffsets": "205,300,407,493,597,716,801,883,974,1067,1162,1256,1356,1449,1544,1639,1730,1821,1907,2011,2123,2224,2329,2443,2545,2714,2811,5572" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3986", - "endColumns": "190", - "endOffsets": "4172" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,538,666,774,990,1118,1259,1391,1600,1705,1893,2019,2225,2394,2488,2576", - "endColumns": "103,188,127,107,215,127,140,131,208,104,187,125,205,168,93,87,105", - "endOffsets": "348,537,665,773,989,1117,1258,1390,1599,1704,1892,2018,2224,2393,2487,2575,2681" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2816,2924,3113,3245,3357,3573,3705,3850,4177,4386,4495,4683,4813,5019,5192,5290,5382", - "endColumns": "107,188,131,111,215,131,144,135,208,108,187,129,205,172,97,91,109", - "endOffsets": "2919,3108,3240,3352,3568,3700,3845,3981,4381,4490,4678,4808,5014,5187,5285,5377,5487" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hr/values-hr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5577", - "endColumns": "100", - "endOffsets": "5673" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json deleted file mode 100644 index 415c3c2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-hu/values-hu.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,570,706,813,1040,1176,1324,1459,1688,1794,2010,2145,2376,2574,2671,2765", - "endColumns": "108,215,135,106,226,135,147,134,228,105,215,134,230,197,96,93,112", - "endOffsets": "353,569,705,812,1039,1175,1323,1458,1687,1793,2009,2144,2375,2573,2670,2764,2877" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2859,2972,3188,3328,3439,3666,3806,3958,4333,4562,4672,4888,5027,5258,5460,5561,5659", - "endColumns": "112,215,139,110,226,139,151,138,228,109,215,138,230,201,100,97,116", - "endOffsets": "2967,3183,3323,3434,3661,3801,3953,4092,4557,4667,4883,5022,5253,5455,5556,5654,5771" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hu/values-hu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,2859", - "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", - "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,2938" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,305,420,504,619,742,819,894,985,1078,1173,1267,1367,1460,1555,1650,1741,1832,1915,2025,2135,2235,2346,2455,2574,2756,5776", - "endColumns": "107,91,114,83,114,122,76,74,90,92,94,93,99,92,94,94,90,90,82,109,109,99,110,108,118,181,102,83", - "endOffsets": "208,300,415,499,614,737,814,889,980,1073,1168,1262,1362,1455,1550,1645,1736,1827,1910,2020,2130,2230,2341,2450,2569,2751,2854,5855" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hu/values-hu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5860", - "endColumns": "100", - "endOffsets": "5956" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "235", - "endOffsets": "482" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4097", - "endColumns": "235", - "endOffsets": "4328" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json deleted file mode 100644 index 5a7c7c3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-hy/values-hy.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-hy/values-hy.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,2814", - "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", - "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,2892" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,313,423,512,618,735,817,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1917,2023,2129,2228,2338,2446,2547,2717,5618", - "endColumns": "107,99,109,88,105,116,81,79,90,92,94,93,99,92,94,93,90,90,82,105,105,98,109,107,100,169,96,82", - "endOffsets": "208,308,418,507,613,730,812,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1912,2018,2124,2223,2333,2441,2542,2712,2809,5696" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-hy/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,546,678,784,997,1131,1284,1422,1648,1754,1953,2087,2308,2500,2591,2684", - "endColumns": "103,196,131,105,212,133,152,137,225,105,198,133,220,191,90,92,106", - "endOffsets": "348,545,677,783,996,1130,1283,1421,1647,1753,1952,2086,2307,2499,2590,2683,2790" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2814,2922,3119,3255,3365,3578,3716,3873,4225,4451,4561,4760,4898,5119,5315,5410,5507", - "endColumns": "107,196,135,109,212,137,156,141,225,109,198,137,220,195,94,96,110", - "endOffsets": "2917,3114,3250,3360,3573,3711,3868,4010,4446,4556,4755,4893,5114,5310,5405,5502,5613" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-hy/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "209", - "endOffsets": "456" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4015", - "endColumns": "209", - "endOffsets": "4220" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-hy/values-hy.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5701", - "endColumns": "100", - "endOffsets": "5797" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json deleted file mode 100644 index 28dd699..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-in/values-in.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-in/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,546,670,774,988,1113,1254,1385,1610,1713,1908,2032,2246,2416,2506,2592", - "endColumns": "104,195,123,103,213,124,140,130,224,102,194,123,213,169,89,85,103", - "endOffsets": "349,545,669,773,987,1112,1253,1384,1609,1712,1907,2031,2245,2415,2505,2591,2695" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2809,2918,3114,3242,3350,3564,3693,3838,4164,4389,4496,4691,4819,5033,5207,5301,5391", - "endColumns": "108,195,127,107,213,128,144,134,224,106,194,127,213,173,93,89,107", - "endOffsets": "2913,3109,3237,3345,3559,3688,3833,3968,4384,4491,4686,4814,5028,5202,5296,5386,5494" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-in/values-in.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,2809", - "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", - "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,2889" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,324,429,516,620,736,819,897,988,1081,1176,1270,1370,1463,1558,1652,1743,1834,1920,2023,2128,2229,2333,2442,2550,2710,5499", - "endColumns": "114,103,104,86,103,115,82,77,90,92,94,93,99,92,94,93,90,90,85,102,104,100,103,108,107,159,98,84", - "endOffsets": "215,319,424,511,615,731,814,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1915,2018,2123,2224,2328,2437,2545,2705,2804,5579" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-in/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3973", - "endColumns": "190", - "endOffsets": "4159" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-in/values-in.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5584", - "endColumns": "100", - "endOffsets": "5680" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json deleted file mode 100644 index b995e08..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-is/values-is.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-is/values-is.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5497", - "endColumns": "100", - "endOffsets": "5593" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-is/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "187", - "endOffsets": "434" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3911", - "endColumns": "187", - "endOffsets": "4094" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-is/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,535,658,765,965,1088,1223,1353,1566,1670,1858,1982,2183,2363,2453,2542", - "endColumns": "103,185,122,106,199,122,134,129,212,103,187,123,200,179,89,88,103", - "endOffsets": "348,534,657,764,964,1087,1222,1352,1565,1669,1857,1981,2182,2362,2452,2541,2645" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2779,2887,3073,3200,3311,3511,3638,3777,4099,4312,4420,4608,4736,4937,5121,5215,5308", - "endColumns": "107,185,126,110,199,126,138,133,212,107,187,127,200,183,93,92,107", - "endOffsets": "2882,3068,3195,3306,3506,3633,3772,3906,4307,4415,4603,4731,4932,5116,5210,5303,5411" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-is/values-is.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,2779", - "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", - "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,2855" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,205,302,414,499,600,714,795,874,965,1058,1151,1245,1351,1444,1539,1634,1725,1819,1900,2010,2117,2214,2323,2423,2526,2681,5416", - "endColumns": "99,96,111,84,100,113,80,78,90,92,92,93,105,92,94,94,90,93,80,109,106,96,108,99,102,154,97,80", - "endOffsets": "200,297,409,494,595,709,790,869,960,1053,1146,1240,1346,1439,1534,1629,1720,1814,1895,2005,2112,2209,2318,2418,2521,2676,2774,5492" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json deleted file mode 100644 index 4bbe06c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-it/values-it.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-it/values-it.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5592", - "endColumns": "100", - "endOffsets": "5688" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-it/values-it.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,2799", - "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", - "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,2876" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,313,422,506,611,730,808,883,975,1069,1162,1256,1357,1451,1548,1643,1735,1827,1908,2014,2121,2219,2323,2429,2536,2699,5510", - "endColumns": "104,102,108,83,104,118,77,74,91,93,92,93,100,93,96,94,91,91,80,105,106,97,103,105,106,162,99,81", - "endOffsets": "205,308,417,501,606,725,803,878,970,1064,1157,1251,1352,1446,1543,1638,1730,1822,1903,2009,2116,2214,2318,2424,2531,2694,2794,5587" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-it/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "194", - "endOffsets": "441" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3956", - "endColumns": "194", - "endOffsets": "4146" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-it/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,531,654,760,977,1103,1249,1378,1594,1699,1884,2009,2224,2431,2524,2611", - "endColumns": "102,182,122,105,216,125,145,128,215,104,184,124,214,206,92,86,101", - "endOffsets": "347,530,653,759,976,1102,1248,1377,1593,1698,1883,2008,2223,2430,2523,2610,2712" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2799,2906,3089,3216,3326,3543,3673,3823,4151,4367,4476,4661,4790,5005,5216,5313,5404", - "endColumns": "106,182,126,109,216,129,149,132,215,108,184,128,214,210,96,90,105", - "endOffsets": "2901,3084,3211,3321,3538,3668,3818,3951,4362,4471,4656,4785,5000,5211,5308,5399,5505" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json deleted file mode 100644 index 62a8803..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-iw/values-iw.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-iw/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,346,532,655,757,955,1078,1216,1344,1539,1640,1816,1937,2130,2301,2387,2473", - "endColumns": "100,185,122,101,197,122,137,127,194,100,175,120,192,170,85,85,105", - "endOffsets": "345,531,654,756,954,1077,1215,1343,1538,1639,1815,1936,2129,2300,2386,2472,2578" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2761,2866,3052,3179,3285,3483,3610,3752,4061,4256,4361,4537,4662,4855,5030,5120,5210", - "endColumns": "104,185,126,105,197,126,141,131,194,104,175,124,192,174,89,89,109", - "endOffsets": "2861,3047,3174,3280,3478,3605,3747,3879,4251,4356,4532,4657,4850,5025,5115,5205,5315" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-iw/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "176", - "endOffsets": "423" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3884", - "endColumns": "176", - "endOffsets": "4056" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-iw/values-iw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5402", - "endColumns": "100", - "endOffsets": "5498" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-iw/values-iw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,2761", - "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", - "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,2838" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,310,418,502,604,720,799,877,968,1062,1156,1250,1350,1443,1538,1631,1722,1814,1895,2000,2103,2201,2306,2408,2510,2664,5320", - "endColumns": "104,99,107,83,101,115,78,77,90,93,93,93,99,92,94,92,90,91,80,104,102,97,104,101,101,153,96,81", - "endOffsets": "205,305,413,497,599,715,794,872,963,1057,1151,1245,1345,1438,1533,1626,1717,1809,1890,1995,2098,2196,2301,2403,2505,2659,2756,5397" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json deleted file mode 100644 index 16b28e3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ja/values-ja.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ja/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "180", - "endOffsets": "427" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3769", - "endColumns": "180", - "endOffsets": "3945" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ja/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,513,631,735,926,1044,1175,1299,1492,1591,1755,1872,2051,2197,2283,2368", - "endColumns": "101,165,117,103,190,117,130,123,192,98,163,116,178,145,85,84,95", - "endOffsets": "346,512,630,734,925,1043,1174,1298,1491,1590,1754,1871,2050,2196,2282,2367,2463" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2691,2797,2963,3085,3193,3384,3506,3641,3950,4143,4246,4410,4531,4710,4860,4950,5039", - "endColumns": "105,165,121,107,190,121,134,127,192,102,163,120,178,149,89,88,99", - "endOffsets": "2792,2958,3080,3188,3379,3501,3636,3764,4138,4241,4405,4526,4705,4855,4945,5034,5134" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ja/values-ja.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5218", - "endColumns": "100", - "endOffsets": "5314" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ja/values-ja.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,2691", - "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", - "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,2765" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,295,400,482,580,688,766,841,932,1025,1120,1214,1314,1407,1502,1596,1687,1778,1856,1958,2056,2151,2254,2350,2446,2594,5139", - "endColumns": "96,92,104,81,97,107,77,74,90,92,94,93,99,92,94,93,90,90,77,101,97,94,102,95,95,147,96,78", - "endOffsets": "197,290,395,477,575,683,761,836,927,1020,1115,1209,1309,1402,1497,1591,1682,1773,1851,1953,2051,2146,2249,2345,2441,2589,2686,5213" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json deleted file mode 100644 index cdd8473..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ka/values-ka.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ka/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,529,655,763,976,1108,1256,1389,1621,1727,1913,2039,2259,2424,2516,2603", - "endColumns": "102,180,125,107,212,131,147,132,231,105,185,125,219,164,91,86,100", - "endOffsets": "347,528,654,762,975,1107,1255,1388,1620,1726,1912,2038,2258,2423,2515,2602,2703" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2808,2915,3096,3226,3338,3551,3687,3839,4178,4410,4520,4706,4836,5056,5225,5321,5412", - "endColumns": "106,180,129,111,212,135,151,136,231,109,185,129,219,168,95,90,104", - "endOffsets": "2910,3091,3221,3333,3546,3682,3834,3971,4405,4515,4701,4831,5051,5220,5316,5407,5512" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ka/values-ka.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5599", - "endColumns": "100", - "endOffsets": "5695" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ka/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3976", - "endColumns": "201", - "endOffsets": "4173" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ka/values-ka.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,2808", - "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", - "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,2885" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,316,427,513,618,731,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1912,2025,2131,2229,2342,2447,2551,2709,5517", - "endColumns": "107,102,110,85,104,112,82,78,90,92,94,93,99,92,94,94,90,90,80,112,105,97,112,104,103,157,98,81", - "endOffsets": "208,311,422,508,613,726,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1907,2020,2126,2224,2337,2442,2546,2704,2803,5594" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json deleted file mode 100644 index 9010a77..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-kk/values-kk.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-kk/values-kk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5584", - "endColumns": "100", - "endOffsets": "5680" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-kk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,346,531,655,759,958,1082,1231,1365,1589,1693,1881,2008,2220,2403,2492,2577", - "endColumns": "100,184,123,103,198,123,148,133,223,103,187,126,211,182,88,84,102", - "endOffsets": "345,530,654,758,957,1081,1230,1364,1588,1692,1880,2007,2219,2402,2491,2576,2679" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2796,2901,3086,3214,3322,3521,3649,3802,4163,4387,4495,4683,4814,5026,5213,5306,5395", - "endColumns": "104,184,127,107,198,127,152,137,223,107,187,130,211,186,92,88,106", - "endOffsets": "2896,3081,3209,3317,3516,3644,3797,3935,4382,4490,4678,4809,5021,5208,5301,5390,5497" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-kk/values-kk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,2796", - "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", - "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,2873" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,318,428,513,619,738,818,895,986,1079,1174,1268,1368,1461,1556,1653,1744,1835,1916,2021,2124,2222,2329,2435,2535,2701,5502", - "endColumns": "107,104,109,84,105,118,79,76,90,92,94,93,99,92,94,96,90,90,80,104,102,97,106,105,99,165,94,81", - "endOffsets": "208,313,423,508,614,733,813,890,981,1074,1169,1263,1363,1456,1551,1648,1739,1830,1911,2016,2119,2217,2324,2430,2530,2696,2791,5579" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-kk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "222", - "endOffsets": "469" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3940", - "endColumns": "222", - "endOffsets": "4158" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json deleted file mode 100644 index 97d5c53..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-km/values-km.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-km/values-km.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,2793", - "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", - "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,2872" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,207,306,416,503,606,727,805,881,972,1065,1157,1251,1351,1444,1539,1633,1724,1815,1898,2002,2106,2206,2315,2424,2533,2695,5492", - "endColumns": "101,98,109,86,102,120,77,75,90,92,91,93,99,92,94,93,90,90,82,103,103,99,108,108,108,161,97,83", - "endOffsets": "202,301,411,498,601,722,800,876,967,1060,1152,1246,1346,1439,1534,1628,1719,1810,1893,1997,2101,2201,2310,2419,2528,2690,2788,5571" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-km/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "207", - "endOffsets": "454" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3950", - "endColumns": "207", - "endOffsets": "4153" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-km/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,345,532,651,754,975,1097,1244,1378,1595,1699,1901,2024,2228,2412,2502,2586", - "endColumns": "99,186,118,102,220,121,146,133,216,103,201,122,203,183,89,83,101", - "endOffsets": "344,531,650,753,974,1096,1243,1377,1594,1698,1900,2023,2227,2411,2501,2585,2687" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2793,2897,3084,3207,3314,3535,3661,3812,4158,4375,4483,4685,4812,5016,5204,5298,5386", - "endColumns": "103,186,122,106,220,125,150,137,216,107,201,126,203,187,93,87,105", - "endOffsets": "2892,3079,3202,3309,3530,3656,3807,3945,4370,4478,4680,4807,5011,5199,5293,5381,5487" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-km/values-km.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5576", - "endColumns": "100", - "endOffsets": "5672" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json deleted file mode 100644 index 8fb6a31..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-kn/values-kn.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-kn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4025", - "endColumns": "204", - "endOffsets": "4225" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-kn/values-kn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5662", - "endColumns": "100", - "endOffsets": "5758" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-kn/values-kn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,2859", - "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", - "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,2937" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,331,444,532,639,765,843,919,1010,1103,1198,1292,1392,1485,1580,1674,1765,1856,1938,2054,2164,2263,2376,2481,2595,2759,5579", - "endColumns": "113,111,112,87,106,125,77,75,90,92,94,93,99,92,94,93,90,90,81,115,109,98,112,104,113,163,99,82", - "endOffsets": "214,326,439,527,634,760,838,914,1005,1098,1193,1287,1387,1480,1575,1669,1760,1851,1933,2049,2159,2258,2371,2476,2590,2754,2854,5657" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-kn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,556,687,800,1002,1129,1263,1387,1596,1707,1898,2031,2235,2418,2513,2602", - "endColumns": "108,201,130,112,201,126,133,123,208,110,190,132,203,182,94,88,109", - "endOffsets": "353,555,686,799,1001,1128,1262,1386,1595,1706,1897,2030,2234,2417,2512,2601,2711" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2859,2972,3174,3309,3426,3628,3759,3897,4230,4439,4554,4745,4882,5086,5273,5372,5465", - "endColumns": "112,201,134,116,201,130,137,127,208,114,190,136,203,186,98,92,113", - "endOffsets": "2967,3169,3304,3421,3623,3754,3892,4020,4434,4549,4740,4877,5081,5268,5367,5460,5574" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json deleted file mode 100644 index d7ba9f2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ko/values-ko.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ko/values-ko.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5200", - "endColumns": "100", - "endOffsets": "5296" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ko/values-ko.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,2685", - "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", - "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,2759" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,202,296,397,479,577,683,763,838,929,1022,1117,1211,1311,1404,1499,1593,1684,1775,1855,1953,2047,2142,2242,2339,2439,2591,5121", - "endColumns": "96,93,100,81,97,105,79,74,90,92,94,93,99,92,94,93,90,90,79,97,93,94,99,96,99,151,93,78", - "endOffsets": "197,291,392,474,572,678,758,833,924,1017,1112,1206,1306,1399,1494,1588,1679,1770,1850,1948,2042,2137,2237,2334,2434,2586,2680,5195" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ko/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,518,632,732,906,1021,1154,1274,1478,1579,1746,1862,2039,2184,2269,2353", - "endColumns": "101,170,113,99,173,114,132,119,203,100,166,115,176,144,84,83,99", - "endOffsets": "346,517,631,731,905,1020,1153,1273,1477,1578,1745,1861,2038,2183,2268,2352,2452" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2685,2791,2962,3080,3184,3358,3477,3614,3918,4122,4227,4394,4514,4691,4840,4929,5017", - "endColumns": "105,170,117,103,173,118,136,123,203,104,166,119,176,148,88,87,103", - "endOffsets": "2786,2957,3075,3179,3353,3472,3609,3733,4117,4222,4389,4509,4686,4835,4924,5012,5116" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ko/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "179", - "endOffsets": "426" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3738", - "endColumns": "179", - "endOffsets": "3913" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json deleted file mode 100644 index 3020911..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ky/values-ky.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ky/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,530,657,762,966,1091,1232,1366,1594,1699,1880,2008,2204,2397,2487,2573", - "endColumns": "103,180,126,104,203,124,140,133,227,104,180,127,195,192,89,85,102", - "endOffsets": "348,529,656,761,965,1090,1231,1365,1593,1698,1879,2007,2203,2396,2486,2572,2675" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2817,2925,3106,3237,3346,3550,3679,3824,4183,4411,4520,4701,4833,5029,5226,5320,5410", - "endColumns": "107,180,130,108,203,128,144,137,227,108,180,131,195,196,93,89,106", - "endOffsets": "2920,3101,3232,3341,3545,3674,3819,3957,4406,4515,4696,4828,5024,5221,5315,5405,5512" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ky/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "220", - "endOffsets": "467" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3962", - "endColumns": "220", - "endOffsets": "4178" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ky/values-ky.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5599", - "endColumns": "100", - "endOffsets": "5695" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ky/values-ky.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,2817", - "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", - "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,2894" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,325,437,522,627,744,823,901,992,1085,1180,1274,1374,1467,1562,1657,1748,1839,1920,2026,2131,2229,2336,2439,2554,2715,5517", - "endColumns": "110,108,111,84,104,116,78,77,90,92,94,93,99,92,94,94,90,90,80,105,104,97,106,102,114,160,101,81", - "endOffsets": "211,320,432,517,622,739,818,896,987,1080,1175,1269,1369,1462,1557,1652,1743,1834,1915,2021,2126,2224,2331,2434,2549,2710,2812,5594" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json deleted file mode 100644 index adf96a4..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-land/values-land.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-land/values-land.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,24,30", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,128,198,270,340,405,472,542,614,683,752,834,924,1000,1068,1135,1213,1278,1345,1517,1912", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,23,29,34", - "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", - "endOffsets": "123,193,265,335,400,467,537,609,678,747,829,919,995,1063,1130,1208,1273,1340,1512,1907,2176" - }, - "to": { - "startLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,27,33", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "264,337,407,479,549,614,681,751,823,892,961,1043,1133,1209,1277,1344,1422,1487,1554,1726,2121", - "endLines": "5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,26,32,37", - "endColumns": "72,69,71,69,64,66,69,71,68,68,81,89,75,67,66,77,64,66,10,10,10", - "endOffsets": "332,402,474,544,609,676,746,818,887,956,1038,1128,1204,1272,1339,1417,1482,1549,1721,2116,2385" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-land/values-land.xml", - "from": { - "startLines": "2,3,4", - "startColumns": "4,4,4", - "startOffsets": "55,125,196", - "endColumns": "69,70,67", - "endOffsets": "120,191,259" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json deleted file mode 100644 index 7b2b6fd..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-large-v4/values-large-v4.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-large-v4/values-large-v4.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,177", - "endColumns": "121,133", - "endOffsets": "172,306" - }, - "to": { - "startLines": "11,12", - "startColumns": "4,4", - "startOffsets": "752,874", - "endColumns": "121,133", - "endOffsets": "869,1003" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-large-v4/values-large-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,114,185,256,326,396,464,532,636", - "endColumns": "58,70,70,69,69,67,67,103,115", - "endOffsets": "109,180,251,321,391,459,527,631,747" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json deleted file mode 100644 index 728c90d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ldltr-v21/values-ldltr-v21.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ldltr-v21/values-ldltr-v21.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "112", - "endOffsets": "163" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json deleted file mode 100644 index be341a0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-lo/values-lo.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-lo/values-lo.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5597", - "endColumns": "100", - "endOffsets": "5693" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-lo/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3946", - "endColumns": "190", - "endOffsets": "4132" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-lo/values-lo.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,2772", - "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", - "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,2849" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,424,509,613,724,802,879,970,1063,1155,1249,1349,1442,1537,1633,1724,1815,1896,2003,2107,2205,2308,2412,2516,2673,5515", - "endColumns": "102,102,112,84,103,110,77,76,90,92,91,93,99,92,94,95,90,90,80,106,103,97,102,103,103,156,98,81", - "endOffsets": "203,306,419,504,608,719,797,874,965,1058,1150,1244,1344,1437,1532,1628,1719,1810,1891,1998,2102,2200,2303,2407,2511,2668,2767,5592" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-lo/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,553,681,786,997,1120,1254,1395,1606,1709,1906,2033,2263,2450,2544,2639", - "endColumns": "105,201,127,104,210,122,133,140,210,102,196,126,229,186,93,94,109", - "endOffsets": "350,552,680,785,996,1119,1253,1394,1605,1708,1905,2032,2262,2449,2543,2638,2748" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2772,2882,3084,3216,3325,3536,3663,3801,4137,4348,4455,4652,4783,5013,5204,5302,5401", - "endColumns": "109,201,131,108,210,126,137,144,210,106,196,130,229,190,97,98,113", - "endOffsets": "2877,3079,3211,3320,3531,3658,3796,3941,4343,4450,4647,4778,5008,5199,5297,5396,5510" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json deleted file mode 100644 index 12b7b7e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-lt/values-lt.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-lt/values-lt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5713", - "endColumns": "100", - "endOffsets": "5809" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-lt/values-lt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,2874", - "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", - "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,2953" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,325,438,525,627,749,832,912,1006,1102,1199,1295,1398,1494,1592,1688,1782,1876,1959,2068,2176,2276,2386,2491,2597,2773,5629", - "endColumns": "115,103,112,86,101,121,82,79,93,95,96,95,102,95,97,95,93,93,82,108,107,99,109,104,105,175,100,83", - "endOffsets": "216,320,433,520,622,744,827,907,1001,1097,1194,1290,1393,1489,1587,1683,1777,1871,1954,2063,2171,2271,2381,2486,2592,2768,2869,5708" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-lt/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,534,664,769,981,1109,1254,1385,1610,1717,1913,2045,2257,2433,2527,2619", - "endColumns": "104,183,129,104,211,127,144,130,224,106,195,131,211,175,93,91,114", - "endOffsets": "349,533,663,768,980,1108,1253,1384,1609,1716,1912,2044,2256,2432,2526,2618,2733" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2874,2983,3167,3301,3410,3622,3754,3903,4256,4481,4592,4788,4924,5136,5316,5414,5510", - "endColumns": "108,183,133,108,211,131,148,134,224,110,195,135,211,179,97,95,118", - "endOffsets": "2978,3162,3296,3405,3617,3749,3898,4033,4476,4587,4783,4919,5131,5311,5409,5505,5624" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-lt/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "217", - "endOffsets": "464" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4038", - "endColumns": "217", - "endOffsets": "4251" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json deleted file mode 100644 index dfb53cf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-lv/values-lv.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-lv/values-lv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,2989", - "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", - "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,3067" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,335,444,530,634,756,838,918,1028,1136,1242,1351,1462,1565,1677,1784,1889,1989,2074,2183,2294,2393,2504,2611,2716,2890,5782", - "endColumns": "119,109,108,85,103,121,81,79,109,107,105,108,110,102,111,106,104,99,84,108,110,98,110,106,104,173,98,82", - "endOffsets": "220,330,439,525,629,751,833,913,1023,1131,1237,1346,1457,1560,1672,1779,1884,1984,2069,2178,2289,2388,2499,2606,2711,2885,2984,5860" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-lv/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "224", - "endOffsets": "471" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4152", - "endColumns": "224", - "endOffsets": "4372" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-lv/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,543,674,780,981,1110,1253,1384,1618,1725,1925,2058,2286,2467,2557,2651", - "endColumns": "104,192,130,105,200,128,142,130,233,106,199,132,227,180,89,93,113", - "endOffsets": "349,542,673,779,980,1109,1252,1383,1617,1724,1924,2057,2285,2466,2556,2650,2764" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2989,3098,3291,3426,3536,3737,3870,4017,4377,4611,4722,4922,5059,5287,5472,5566,5664", - "endColumns": "108,192,134,109,200,132,146,134,233,110,199,136,227,184,93,97,117", - "endOffsets": "3093,3286,3421,3531,3732,3865,4012,4147,4606,4717,4917,5054,5282,5467,5561,5659,5777" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-lv/values-lv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5865", - "endColumns": "100", - "endOffsets": "5961" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json deleted file mode 100644 index cd01295..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-mk/values-mk.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-mk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "195", - "endOffsets": "442" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3997", - "endColumns": "195", - "endOffsets": "4188" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-mk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,543,674,782,986,1117,1263,1398,1614,1719,1916,2047,2259,2444,2539,2629", - "endColumns": "104,192,130,107,203,130,145,134,215,104,196,130,211,184,94,89,103", - "endOffsets": "349,542,673,781,985,1116,1262,1397,1613,1718,1915,2046,2258,2443,2538,2628,2732" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2820,2929,3122,3257,3369,3573,3708,3858,4193,4409,4518,4715,4850,5062,5251,5350,5444", - "endColumns": "108,192,134,111,203,134,149,138,215,108,196,134,211,188,98,93,107", - "endOffsets": "2924,3117,3252,3364,3568,3703,3853,3992,4404,4513,4710,4845,5057,5246,5345,5439,5547" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-mk/values-mk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5637", - "endColumns": "100", - "endOffsets": "5733" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-mk/values-mk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,2820", - "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", - "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,2900" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,317,425,511,619,738,822,903,994,1087,1183,1277,1377,1470,1565,1661,1752,1843,1930,2036,2142,2243,2350,2462,2566,2722,5552", - "endColumns": "107,103,107,85,107,118,83,80,90,92,95,93,99,92,94,95,90,90,86,105,105,100,106,111,103,155,97,84", - "endOffsets": "208,312,420,506,614,733,817,898,989,1082,1178,1272,1372,1465,1560,1656,1747,1838,1925,2031,2137,2238,2345,2457,2561,2717,2815,5632" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json deleted file mode 100644 index 70adfe6..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ml/values-ml.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ml/values-ml.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5787", - "endColumns": "100", - "endOffsets": "5883" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ml/values-ml.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,2854", - "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", - "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,2932" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,318,429,520,625,747,825,900,991,1084,1185,1279,1379,1473,1568,1667,1758,1849,1931,2040,2144,2243,2355,2467,2588,2753,5704", - "endColumns": "106,105,110,90,104,121,77,74,90,92,100,93,99,93,94,98,90,90,81,108,103,98,111,111,120,164,100,82", - "endOffsets": "207,313,424,515,620,742,820,895,986,1079,1180,1274,1374,1468,1563,1662,1753,1844,1926,2035,2139,2238,2350,2462,2583,2748,2849,5782" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ml/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "218", - "endOffsets": "465" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4070", - "endColumns": "218", - "endOffsets": "4284" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ml/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,362,573,710,829,1052,1175,1306,1437,1678,1792,1997,2131,2339,2526,2616,2711", - "endColumns": "116,210,136,118,222,122,130,130,240,113,204,133,207,186,89,94,116", - "endOffsets": "361,572,709,828,1051,1174,1305,1436,1677,1791,1996,2130,2338,2525,2615,2710,2827" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2854,2975,3186,3327,3450,3673,3800,3935,4289,4530,4648,4853,4991,5199,5390,5484,5583", - "endColumns": "120,210,140,122,222,126,134,134,240,117,204,137,207,190,93,98,120", - "endOffsets": "2970,3181,3322,3445,3668,3795,3930,4065,4525,4643,4848,4986,5194,5385,5479,5578,5699" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json deleted file mode 100644 index 063bc4e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-mn/values-mn.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-mn/values-mn.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,2797", - "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", - "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,2873" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,428,514,620,734,817,898,989,1082,1177,1273,1370,1463,1557,1649,1740,1830,1910,2017,2120,2217,2324,2426,2539,2698,5501", - "endColumns": "113,99,108,85,105,113,82,80,90,92,94,95,96,92,93,91,90,89,79,106,102,96,106,101,112,158,98,80", - "endOffsets": "214,314,423,509,615,729,812,893,984,1077,1172,1268,1365,1458,1552,1644,1735,1825,1905,2012,2115,2212,2319,2421,2534,2693,2792,5577" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-mn/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,542,672,777,973,1097,1252,1387,1590,1695,1894,2021,2221,2415,2502,2590", - "endColumns": "107,188,129,104,195,123,154,134,202,104,198,126,199,193,86,87,101", - "endOffsets": "352,541,671,776,972,1096,1251,1386,1589,1694,1893,2020,2220,2414,2501,2589,2691" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2797,2909,3098,3232,3341,3537,3665,3824,4172,4375,4484,4683,4814,5014,5212,5303,5395", - "endColumns": "111,188,133,108,195,127,158,138,202,108,198,130,199,197,90,91,105", - "endOffsets": "2904,3093,3227,3336,3532,3660,3819,3958,4370,4479,4678,4809,5009,5207,5298,5390,5496" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-mn/values-mn.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-mn/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "208", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3963", - "endColumns": "208", - "endOffsets": "4167" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json deleted file mode 100644 index a963de4..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-mr/values-mr.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-mr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3937", - "endColumns": "201", - "endOffsets": "4134" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-mr/values-mr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,322,429,519,621,733,811,888,979,1072,1165,1262,1362,1455,1550,1644,1735,1826,1906,2013,2114,2213,2322,2424,2538,2695,2798", - "endColumns": "110,105,106,89,101,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,98,108,101,113,156,102,82", - "endOffsets": "211,317,424,514,616,728,806,883,974,1067,1160,1257,1357,1450,1545,1639,1730,1821,1901,2008,2109,2208,2317,2419,2533,2690,2793,2876" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,322,429,519,621,733,811,888,979,1072,1165,1262,1362,1455,1550,1644,1735,1826,1906,2013,2114,2213,2322,2424,2538,2695,5446", - "endColumns": "110,105,106,89,101,111,77,76,90,92,92,96,99,92,94,93,90,90,79,106,100,98,108,101,113,156,102,82", - "endOffsets": "211,317,424,514,616,728,806,883,974,1067,1160,1257,1357,1450,1545,1639,1730,1821,1901,2008,2109,2208,2317,2419,2533,2690,2793,5524" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-mr/values-mr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5529", - "endColumns": "100", - "endOffsets": "5625" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-mr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,550,671,781,985,1104,1238,1360,1569,1675,1860,1982,2180,2359,2445,2537", - "endColumns": "104,199,120,109,203,118,133,121,208,105,184,121,197,178,85,91,105", - "endOffsets": "349,549,670,780,984,1103,1237,1359,1568,1674,1859,1981,2179,2358,2444,2536,2642" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2798,2907,3107,3232,3346,3550,3673,3811,4139,4348,4458,4643,4769,4967,5150,5240,5336", - "endColumns": "108,199,124,113,203,122,137,125,208,109,184,125,197,182,89,95,109", - "endOffsets": "2902,3102,3227,3341,3545,3668,3806,3932,4343,4453,4638,4764,4962,5145,5235,5331,5441" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json deleted file mode 100644 index 615c343..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ms/values-ms.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ms/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4004", - "endColumns": "204", - "endOffsets": "4204" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ms/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,554,682,786,1017,1147,1293,1425,1669,1776,1982,2115,2345,2546,2639,2729", - "endColumns": "103,204,127,103,230,129,145,131,243,106,205,132,229,200,92,89,107", - "endOffsets": "348,553,681,785,1016,1146,1292,1424,1668,1775,1981,2114,2344,2545,2638,2728,2836" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2800,2908,3113,3245,3353,3584,3718,3868,4209,4453,4564,4770,4907,5137,5342,5439,5533", - "endColumns": "107,204,131,107,230,133,149,135,243,110,205,136,229,204,96,93,111", - "endOffsets": "2903,3108,3240,3348,3579,3713,3863,3999,4448,4559,4765,4902,5132,5337,5434,5528,5640" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ms/values-ms.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,2800", - "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", - "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,2876" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,321,429,516,620,731,810,888,979,1072,1167,1261,1359,1452,1547,1641,1732,1823,1903,2015,2123,2220,2329,2433,2540,2699,5645", - "endColumns": "110,104,107,86,103,110,78,77,90,92,94,93,97,92,94,93,90,90,79,111,107,96,108,103,106,158,100,80", - "endOffsets": "211,316,424,511,615,726,805,883,974,1067,1162,1256,1354,1447,1542,1636,1727,1818,1898,2010,2118,2215,2324,2428,2535,2694,2795,5721" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ms/values-ms.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5726", - "endColumns": "100", - "endOffsets": "5822" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json deleted file mode 100644 index f50d918..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-my/values-my.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-my/values-my.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,325,441,528,637,760,842,923,1014,1107,1202,1296,1396,1489,1584,1678,1769,1860,1945,2060,2169,2268,2394,2501,2609,2769,2872", - "endColumns": "112,106,115,86,108,122,81,80,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", - "endOffsets": "213,320,436,523,632,755,837,918,1009,1102,1197,1291,1391,1484,1579,1673,1764,1855,1940,2055,2164,2263,2389,2496,2604,2764,2867,2953" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,325,441,528,637,760,842,923,1014,1107,1202,1296,1396,1489,1584,1678,1769,1860,1945,2060,2169,2268,2394,2501,2609,2769,5715", - "endColumns": "112,106,115,86,108,122,81,80,90,92,94,93,99,92,94,93,90,90,84,114,108,98,125,106,107,159,102,85", - "endOffsets": "213,320,436,523,632,755,837,918,1009,1102,1197,1291,1391,1484,1579,1673,1764,1855,1940,2055,2164,2263,2389,2496,2604,2764,2867,5796" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-my/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,546,678,787,993,1123,1272,1407,1642,1746,1947,2088,2305,2518,2614,2713", - "endColumns": "104,195,131,108,205,129,148,134,234,103,200,140,216,212,95,98,113", - "endOffsets": "349,545,677,786,992,1122,1271,1406,1641,1745,1946,2087,2304,2517,2613,2712,2826" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2872,2981,3177,3313,3426,3632,3766,3919,4271,4506,4614,4815,4960,5177,5394,5494,5597", - "endColumns": "108,195,135,112,205,133,152,138,234,107,200,144,216,216,99,102,117", - "endOffsets": "2976,3172,3308,3421,3627,3761,3914,4053,4501,4609,4810,4955,5172,5389,5489,5592,5710" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-my/values-my.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5801", - "endColumns": "100", - "endOffsets": "5897" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-my/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "212", - "endOffsets": "459" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4058", - "endColumns": "212", - "endOffsets": "4266" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json deleted file mode 100644 index 8d20e09..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-nb/values-nb.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-nb/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,539,663,770,985,1113,1259,1387,1600,1705,1897,2023,2224,2426,2519,2607", - "endColumns": "102,190,123,106,214,127,145,127,212,104,191,125,200,201,92,87,102", - "endOffsets": "347,538,662,769,984,1112,1258,1386,1599,1704,1896,2022,2223,2425,2518,2606,2709" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2737,2844,3035,3163,3274,3489,3621,3771,4092,4305,4414,4606,4736,4937,5143,5240,5332", - "endColumns": "106,190,127,110,214,131,149,131,212,108,191,129,200,205,96,91,106", - "endOffsets": "2839,3030,3158,3269,3484,3616,3766,3898,4300,4409,4601,4731,4932,5138,5235,5327,5434" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-nb/values-nb.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5519", - "endColumns": "100", - "endOffsets": "5615" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-nb/values-nb.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,2737", - "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", - "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,2812" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,303,417,503,603,716,793,868,959,1052,1146,1240,1340,1433,1528,1626,1717,1808,1886,1989,2087,2183,2287,2386,2487,2640,5439", - "endColumns": "102,94,113,85,99,112,76,74,90,92,93,93,99,92,94,97,90,90,77,102,97,95,103,98,100,152,96,79", - "endOffsets": "203,298,412,498,598,711,788,863,954,1047,1141,1235,1335,1428,1523,1621,1712,1803,1881,1984,2082,2178,2282,2381,2482,2635,2732,5514" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-nb/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "188", - "endOffsets": "435" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3903", - "endColumns": "188", - "endOffsets": "4087" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json deleted file mode 100644 index 74f179d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ne/values-ne.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ne/values-ne.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,327,435,526,633,753,837,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1939,2052,2153,2249,2362,2472,2589,2756,2867", - "endColumns": "110,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", - "endOffsets": "211,322,430,521,628,748,832,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1934,2047,2148,2244,2357,2467,2584,2751,2862,2942" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,327,435,526,633,753,837,916,1007,1100,1195,1289,1389,1482,1577,1671,1762,1853,1939,2052,2153,2249,2362,2472,2589,2756,5695", - "endColumns": "110,110,107,90,106,119,83,78,90,92,94,93,99,92,94,93,90,90,85,112,100,95,112,109,116,166,110,79", - "endOffsets": "211,322,430,521,628,748,832,911,1002,1095,1190,1284,1384,1477,1572,1666,1757,1848,1934,2047,2148,2244,2357,2467,2584,2751,2862,5770" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ne/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "222", - "endOffsets": "469" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4071", - "endColumns": "222", - "endOffsets": "4289" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ne/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,358,548,680,795,1025,1159,1295,1425,1664,1780,1975,2110,2317,2495,2587,2685", - "endColumns": "112,189,131,114,229,133,135,129,238,115,194,134,206,177,91,97,116", - "endOffsets": "357,547,679,794,1024,1158,1294,1424,1663,1779,1974,2109,2316,2494,2586,2684,2801" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2867,2984,3174,3310,3429,3659,3797,3937,4294,4533,4653,4848,4987,5194,5376,5472,5574", - "endColumns": "116,189,135,118,229,137,139,133,238,119,194,138,206,181,95,101,120", - "endOffsets": "2979,3169,3305,3424,3654,3792,3932,4066,4528,4648,4843,4982,5189,5371,5467,5569,5690" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ne/values-ne.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5775", - "endColumns": "100", - "endOffsets": "5871" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json deleted file mode 100644 index 0bf14c1..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-night-v8/values-night-v8.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-night-v8/values-night-v8.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,143,267,369,471,587,689,803,931,1047,1169,1305,1425,1559,1679,1791,1917,2055,2179,2309,2431,2569,2685", - "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", - "endOffsets": "138,262,364,466,582,684,798,926,1042,1164,1300,1420,1554,1674,1786,1912,2050,2174,2304,2426,2564,2680,2800" - }, - "to": { - "startLines": "9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,26,27,28,29,30,31,32", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "687,775,899,1001,1103,1219,1321,1435,1563,1679,1801,1937,2057,2191,2311,2423,2638,2776,2900,3030,3152,3290,3406", - "endColumns": "87,123,101,101,115,101,113,127,115,121,135,119,133,119,111,125,137,123,129,121,137,115,119", - "endOffsets": "770,894,996,1098,1214,1316,1430,1558,1674,1796,1932,2052,2186,2306,2418,2544,2771,2895,3025,3147,3285,3401,3521" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-night-v8/values-night-v8.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,125,209,293,389,491,593,687", - "endColumns": "69,83,83,95,101,101,93,88", - "endOffsets": "120,204,288,384,486,588,682,771" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,25", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,125,209,293,389,491,593,2549", - "endColumns": "69,83,83,95,101,101,93,88", - "endOffsets": "120,204,288,384,486,588,682,2633" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json deleted file mode 100644 index 09ba81b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-nl/values-nl.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-nl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "201", - "endOffsets": "448" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4018", - "endColumns": "201", - "endOffsets": "4215" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-nl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,540,668,777,1003,1128,1277,1408,1645,1749,1949,2073,2295,2503,2597,2686", - "endColumns": "107,186,127,108,225,124,148,130,236,103,199,123,221,207,93,88,103", - "endOffsets": "352,539,667,776,1002,1127,1276,1407,1644,1748,1948,2072,2294,2502,2596,2685,2789" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2831,2943,3130,3262,3375,3601,3730,3883,4220,4457,4565,4765,4893,5115,5327,5425,5518", - "endColumns": "111,186,131,112,225,128,152,134,236,107,199,127,221,211,97,92,107", - "endOffsets": "2938,3125,3257,3370,3596,3725,3878,4013,4452,4560,4760,4888,5110,5322,5420,5513,5621" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-nl/values-nl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,328,435,520,628,748,826,902,994,1088,1183,1277,1377,1471,1567,1662,1754,1846,1928,2039,2142,2241,2356,2470,2573,2728,2831", - "endColumns": "117,104,106,84,107,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", - "endOffsets": "218,323,430,515,623,743,821,897,989,1083,1178,1272,1372,1466,1562,1657,1749,1841,1923,2034,2137,2236,2351,2465,2568,2723,2826,2909" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,223,328,435,520,628,748,826,902,994,1088,1183,1277,1377,1471,1567,1662,1754,1846,1928,2039,2142,2241,2356,2470,2573,2728,5626", - "endColumns": "117,104,106,84,107,119,77,75,91,93,94,93,99,93,95,94,91,91,81,110,102,98,114,113,102,154,102,82", - "endOffsets": "218,323,430,515,623,743,821,897,989,1083,1178,1272,1372,1466,1562,1657,1749,1841,1923,2034,2137,2236,2351,2465,2568,2723,2826,5704" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-nl/values-nl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5709", - "endColumns": "100", - "endOffsets": "5805" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json deleted file mode 100644 index 92a105a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-or/values-or.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-or/values-or.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5711", - "endColumns": "100", - "endOffsets": "5807" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-or/values-or.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,334,441,527,631,751,830,906,997,1090,1186,1281,1381,1474,1569,1665,1756,1846,1935,2045,2149,2248,2359,2463,2581,2744,2850", - "endColumns": "118,109,106,85,103,119,78,75,90,92,95,94,99,92,94,95,90,89,88,109,103,98,110,103,117,162,105,82", - "endOffsets": "219,329,436,522,626,746,825,901,992,1085,1181,1276,1376,1469,1564,1660,1751,1841,1930,2040,2144,2243,2354,2458,2576,2739,2845,2928" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,224,334,441,527,631,751,830,906,997,1090,1186,1281,1381,1474,1569,1665,1756,1846,1935,2045,2149,2248,2359,2463,2581,2744,5628", - "endColumns": "118,109,106,85,103,119,78,75,90,92,95,94,99,92,94,95,90,89,88,109,103,98,110,103,117,162,105,82", - "endOffsets": "219,329,436,522,626,746,825,901,992,1085,1181,1276,1376,1469,1564,1660,1751,1841,1930,2040,2144,2243,2354,2458,2576,2739,2845,5706" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-or/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4047", - "endColumns": "198", - "endOffsets": "4241" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-or/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,547,678,793,1008,1142,1283,1418,1645,1756,1948,2080,2291,2475,2566,2664", - "endColumns": "108,192,130,114,214,133,140,134,226,110,191,131,210,183,90,97,111", - "endOffsets": "353,546,677,792,1007,1141,1282,1417,1644,1755,1947,2079,2290,2474,2565,2663,2775" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2850,2963,3156,3291,3410,3625,3763,3908,4246,4473,4588,4780,4916,5127,5315,5410,5512", - "endColumns": "112,192,134,118,214,137,144,138,226,114,191,135,210,187,94,101,115", - "endOffsets": "2958,3151,3286,3405,3620,3758,3903,4042,4468,4583,4775,4911,5122,5310,5405,5507,5623" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json deleted file mode 100644 index 278b9cf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-pa/values-pa.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pa/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,555,683,790,996,1123,1262,1391,1612,1719,1923,2053,2265,2452,2544,2636", - "endColumns": "104,204,127,106,205,126,138,128,220,106,203,129,211,186,91,91,106", - "endOffsets": "349,554,682,789,995,1122,1261,1390,1611,1718,1922,2052,2264,2451,2543,2635,2742" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2767,2876,3081,3213,3324,3530,3661,3804,4147,4368,4479,4683,4817,5029,5220,5316,5412", - "endColumns": "108,204,131,110,205,130,142,132,220,110,203,133,211,190,95,95,110", - "endOffsets": "2871,3076,3208,3319,3525,3656,3799,3932,4363,4474,4678,4812,5024,5215,5311,5407,5518" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pa/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "209", - "endOffsets": "456" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3937", - "endColumns": "209", - "endOffsets": "4142" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pa/values-pa.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,2767", - "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", - "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,2842" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,305,410,496,596,709,787,864,955,1048,1142,1236,1336,1429,1524,1618,1709,1800,1879,1989,2092,2188,2299,2401,2511,2670,5523", - "endColumns": "102,96,104,85,99,112,77,76,90,92,93,93,99,92,94,93,90,90,78,109,102,95,110,101,109,158,96,79", - "endOffsets": "203,300,405,491,591,704,782,859,950,1043,1137,1231,1331,1424,1519,1613,1704,1795,1874,1984,2087,2183,2294,2396,2506,2665,2762,5598" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pa/values-pa.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5603", - "endColumns": "100", - "endOffsets": "5699" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json deleted file mode 100644 index 25bcf97..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-pl/values-pl.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,547,667,775,985,1108,1245,1369,1599,1706,1912,2038,2256,2443,2538,2630", - "endColumns": "101,199,119,107,209,122,136,123,229,106,205,125,217,186,94,91,108", - "endOffsets": "346,546,666,774,984,1107,1244,1368,1598,1705,1911,2037,2255,2442,2537,2629,2738" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2817,2923,3123,3247,3359,3569,3696,3837,4164,4394,4505,4711,4841,5059,5250,5349,5445", - "endColumns": "105,199,123,111,209,126,140,127,229,110,205,129,217,190,98,95,112", - "endOffsets": "2918,3118,3242,3354,3564,3691,3832,3960,4389,4500,4706,4836,5054,5245,5344,5440,5553" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3965", - "endColumns": "198", - "endOffsets": "4159" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pl/values-pl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,2817", - "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", - "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,2895" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,430,516,623,742,821,897,988,1081,1176,1270,1371,1464,1559,1654,1745,1836,1918,2027,2127,2226,2335,2447,2558,2721,5558", - "endColumns": "114,101,107,85,106,118,78,75,90,92,94,93,100,92,94,94,90,90,81,108,99,98,108,111,110,162,95,82", - "endOffsets": "215,317,425,511,618,737,816,892,983,1076,1171,1265,1366,1459,1554,1649,1740,1831,1913,2022,2122,2221,2330,2442,2553,2716,2812,5636" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pl/values-pl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5641", - "endColumns": "100", - "endOffsets": "5737" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json deleted file mode 100644 index 202ba03..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-port/values-port.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-port/values-port.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "55", - "endOffsets": "106" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json deleted file mode 100644 index 8229eb7..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-pt-rBR/values-pt-rBR.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pt-rBR/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,352,532,657,763,989,1117,1265,1395,1624,1730,1925,2053,2269,2452,2547,2639", - "endColumns": "102,179,124,105,225,127,147,129,228,105,194,127,215,182,94,91,108", - "endOffsets": "351,531,656,762,988,1116,1264,1394,1623,1729,1924,2052,2268,2451,2546,2638,2747" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2843,2950,3130,3259,3369,3595,3727,3879,4217,4446,4556,4751,4883,5099,5286,5385,5481", - "endColumns": "106,179,128,109,225,131,151,133,228,109,194,131,215,186,98,95,112", - "endOffsets": "2945,3125,3254,3364,3590,3722,3874,4008,4441,4551,4746,4878,5094,5281,5380,5476,5589" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5680", - "endColumns": "100", - "endOffsets": "5776" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pt-rBR/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "203", - "endOffsets": "454" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4013", - "endColumns": "203", - "endOffsets": "4212" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pt-rBR/values-pt-rBR.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", - "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", - "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,5594", - "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", - "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,5675" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json deleted file mode 100644 index ae649e7..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-pt-rPT/values-pt-rPT.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-pt-rPT/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,352,547,673,779,1006,1132,1280,1414,1661,1767,1968,2097,2315,2519,2613,2708", - "endColumns": "102,194,125,105,226,125,147,133,246,105,200,128,217,203,93,94,111", - "endOffsets": "351,546,672,778,1005,1131,1279,1413,1660,1766,1967,2096,2314,2518,2612,2707,2819" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2836,2943,3138,3268,3378,3605,3735,3887,4229,4476,4586,4787,4920,5138,5346,5444,5543", - "endColumns": "106,194,129,109,226,129,151,137,246,109,200,132,217,207,97,98,115", - "endOffsets": "2938,3133,3263,3373,3600,3730,3882,4020,4471,4581,4782,4915,5133,5341,5439,5538,5654" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5745", - "endColumns": "100", - "endOffsets": "5841" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pt-rPT/values-pt-rPT.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,2836", - "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", - "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,2917" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,319,426,515,616,734,819,899,991,1085,1182,1276,1375,1469,1565,1660,1752,1844,1929,2036,2147,2249,2357,2465,2572,2737,5659", - "endColumns": "107,105,106,88,100,117,84,79,91,93,96,93,98,93,95,94,91,91,84,106,110,101,107,107,106,164,98,85", - "endOffsets": "208,314,421,510,611,729,814,894,986,1080,1177,1271,1370,1464,1560,1655,1747,1839,1924,2031,2142,2244,2352,2460,2567,2732,2831,5740" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-pt-rPT/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "203", - "endOffsets": "454" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4025", - "endColumns": "203", - "endOffsets": "4224" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json deleted file mode 100644 index b3224f9..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-pt/values-pt.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-pt/values-pt.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "30", - "startColumns": "4", - "startOffsets": "2929", - "endColumns": "100", - "endOffsets": "3025" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-pt/values-pt.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,225,331,438,527,628,747,832,912,1003,1096,1191,1285,1385,1478,1573,1668,1759,1850,1935,2042,2153,2255,2363,2471,2581,2743,2843", - "endColumns": "119,105,106,88,100,118,84,79,90,92,94,93,99,92,94,94,90,90,84,106,110,101,107,107,109,161,99,85", - "endOffsets": "220,326,433,522,623,742,827,907,998,1091,1186,1280,1380,1473,1568,1663,1754,1845,1930,2037,2148,2250,2358,2466,2576,2738,2838,2924" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json deleted file mode 100644 index 7674a18..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ro/values-ro.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ro/values-ro.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5684", - "endColumns": "100", - "endOffsets": "5780" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ro/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "203", - "endOffsets": "450" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4029", - "endColumns": "203", - "endOffsets": "4228" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ro/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,542,669,776,986,1116,1265,1399,1620,1728,1918,2048,2253,2445,2542,2635", - "endColumns": "104,191,126,106,209,129,148,133,220,107,189,129,204,191,96,92,106", - "endOffsets": "349,541,668,775,985,1115,1264,1398,1619,1727,1917,2047,2252,2444,2541,2634,2741" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2851,2960,3152,3283,3394,3604,3738,3891,4233,4454,4566,4756,4890,5095,5291,5392,5489", - "endColumns": "108,191,130,110,209,133,152,137,220,111,189,133,204,195,100,96,110", - "endOffsets": "2955,3147,3278,3389,3599,3733,3886,4024,4449,4561,4751,4885,5090,5286,5387,5484,5595" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ro/values-ro.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,2851", - "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", - "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,2930" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,226,330,443,527,631,752,837,917,1008,1101,1196,1290,1390,1483,1578,1672,1763,1855,1938,2050,2158,2258,2372,2478,2584,2748,5600", - "endColumns": "120,103,112,83,103,120,84,79,90,92,94,93,99,92,94,93,90,91,82,111,107,99,113,105,105,163,102,83", - "endOffsets": "221,325,438,522,626,747,832,912,1003,1096,1191,1285,1385,1478,1573,1667,1758,1850,1933,2045,2153,2253,2367,2473,2579,2743,2846,5679" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json deleted file mode 100644 index 45ec03e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ru/values-ru.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ru/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "215", - "endOffsets": "462" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3979", - "endColumns": "215", - "endOffsets": "4190" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ru/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,548,672,780,981,1108,1249,1378,1618,1723,1917,2041,2267,2451,2546,2632", - "endColumns": "104,197,123,107,200,126,140,128,239,104,193,123,225,183,94,85,110", - "endOffsets": "349,547,671,779,980,1107,1248,1377,1617,1722,1916,2040,2266,2450,2545,2631,2742" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2822,2931,3129,3257,3369,3570,3701,3846,4195,4435,4544,4738,4866,5092,5280,5379,5469", - "endColumns": "108,197,127,111,200,130,144,132,239,108,193,127,225,187,98,89,114", - "endOffsets": "2926,3124,3252,3364,3565,3696,3841,3974,4430,4539,4733,4861,5087,5275,5374,5464,5579" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ru/values-ru.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5666", - "endColumns": "100", - "endOffsets": "5762" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ru/values-ru.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,2822", - "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", - "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,2899" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,220,322,421,507,612,733,812,888,980,1074,1169,1262,1357,1451,1547,1642,1734,1826,1915,2021,2128,2226,2335,2442,2556,2722,5584", - "endColumns": "114,101,98,85,104,120,78,75,91,93,94,92,94,93,95,94,91,91,88,105,106,97,108,106,113,165,99,81", - "endOffsets": "215,317,416,502,607,728,807,883,975,1069,1164,1257,1352,1446,1542,1637,1729,1821,1910,2016,2123,2221,2330,2437,2551,2717,2817,5661" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json deleted file mode 100644 index 7d83182..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-si/values-si.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-si/values-si.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,2821", - "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", - "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,2898" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,221,328,435,518,623,739,829,915,1006,1099,1193,1287,1387,1480,1575,1669,1760,1851,1935,2044,2148,2246,2356,2456,2563,2722,5500", - "endColumns": "115,106,106,82,104,115,89,85,90,92,93,93,99,92,94,93,90,90,83,108,103,97,109,99,106,158,98,81", - "endOffsets": "216,323,430,513,618,734,824,910,1001,1094,1188,1282,1382,1475,1570,1664,1755,1846,1930,2039,2143,2241,2351,2451,2558,2717,2816,5577" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-si/values-si.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5582", - "endColumns": "100", - "endOffsets": "5678" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-si/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "197", - "endOffsets": "444" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3958", - "endColumns": "197", - "endOffsets": "4151" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-si/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,537,659,770,971,1093,1235,1358,1568,1681,1868,1997,2200,2387,2486,2573", - "endColumns": "105,185,121,110,200,121,141,122,209,112,186,128,202,186,98,86,104", - "endOffsets": "350,536,658,769,970,1092,1234,1357,1567,1680,1867,1996,2199,2386,2485,2572,2677" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2821,2931,3117,3243,3358,3559,3685,3831,4156,4366,4483,4670,4803,5006,5197,5300,5391", - "endColumns": "109,185,125,114,200,125,145,126,209,116,186,132,202,190,102,90,108", - "endOffsets": "2926,3112,3238,3353,3554,3680,3826,3953,4361,4478,4665,4798,5001,5192,5295,5386,5495" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json deleted file mode 100644 index 0460ad5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sk/values-sk.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sk/values-sk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5654", - "endColumns": "100", - "endOffsets": "5750" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,541,663,771,986,1112,1251,1378,1606,1715,1916,2044,2266,2456,2550,2643", - "endColumns": "103,191,121,107,214,125,138,126,227,108,200,127,221,189,93,92,109", - "endOffsets": "348,540,662,770,985,1111,1250,1377,1605,1714,1915,2043,2265,2455,2549,2642,2752" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2817,2925,3117,3243,3355,3570,3700,3843,4172,4400,4513,4714,4846,5068,5262,5360,5457", - "endColumns": "107,191,125,111,214,129,142,130,227,112,200,131,221,193,97,96,113", - "endOffsets": "2920,3112,3238,3350,3565,3695,3838,3969,4395,4508,4709,4841,5063,5257,5355,5452,5566" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "197", - "endOffsets": "444" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3974", - "endColumns": "197", - "endOffsets": "4167" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sk/values-sk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,2817", - "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", - "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,2895" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,424,510,618,736,815,892,983,1076,1174,1268,1368,1461,1556,1654,1745,1836,1920,2025,2133,2232,2338,2450,2553,2719,5571", - "endColumns": "106,100,110,85,107,117,78,76,90,92,97,93,99,92,94,97,90,90,83,104,107,98,105,111,102,165,97,82", - "endOffsets": "207,308,419,505,613,731,810,887,978,1071,1169,1263,1363,1456,1551,1649,1740,1831,1915,2020,2128,2227,2333,2445,2548,2714,2812,5649" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json deleted file mode 100644 index d559450..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sl/values-sl.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sl/values-sl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2568,2751,2851", - "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,107,182,99,83", - "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2563,2746,2846,2930" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,217,319,427,514,617,736,817,895,987,1081,1176,1270,1365,1459,1555,1655,1747,1839,1923,2031,2139,2239,2352,2460,2568,2751,5564", - "endColumns": "111,101,107,86,102,118,80,77,91,93,94,93,94,93,95,99,91,91,83,107,107,99,112,107,107,182,99,83", - "endOffsets": "212,314,422,509,612,731,812,890,982,1076,1171,1265,1360,1454,1550,1650,1742,1834,1918,2026,2134,2234,2347,2455,2563,2746,2846,5643" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,546,673,778,984,1112,1252,1381,1598,1703,1901,2029,2240,2418,2514,2602", - "endColumns": "103,196,126,104,205,127,139,128,216,104,197,127,210,177,95,87,108", - "endOffsets": "348,545,672,777,983,1111,1251,1380,1597,1702,1900,2028,2239,2417,2513,2601,2710" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2851,2959,3156,3287,3396,3602,3734,3878,4210,4427,4536,4734,4866,5077,5259,5359,5451", - "endColumns": "107,196,130,108,205,131,143,132,216,108,197,131,210,181,99,91,112", - "endOffsets": "2954,3151,3282,3391,3597,3729,3873,4006,4422,4531,4729,4861,5072,5254,5354,5446,5559" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sl/values-sl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5648", - "endColumns": "100", - "endOffsets": "5744" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4011", - "endColumns": "198", - "endOffsets": "4205" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json deleted file mode 100644 index c82c15d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-small-v4/values-small-v4.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-small-v4/values-small-v4.xml", - "from": { - "startLines": "2,3,4,5", - "startColumns": "4,4,4,4", - "startOffsets": "55,128,198,270", - "endColumns": "72,69,71,69", - "endOffsets": "123,193,265,335" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json deleted file mode 100644 index 96e65cf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sq/values-sq.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sq/values-sq.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5720", - "endColumns": "100", - "endOffsets": "5816" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sq/values-sq.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,2801", - "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", - "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,2878" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,319,431,517,623,746,828,906,997,1090,1185,1279,1380,1473,1568,1665,1756,1849,1930,2036,2140,2238,2344,2448,2550,2704,5638", - "endColumns": "113,99,111,85,105,122,81,77,90,92,94,93,100,92,94,96,90,92,80,105,103,97,105,103,101,153,96,81", - "endOffsets": "214,314,426,512,618,741,823,901,992,1085,1180,1274,1375,1468,1563,1660,1751,1844,1925,2031,2135,2233,2339,2443,2545,2699,2796,5715" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sq/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "187", - "endOffsets": "434" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4020", - "endColumns": "187", - "endOffsets": "4203" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sq/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,555,690,795,1015,1147,1299,1440,1669,1775,1981,2117,2345,2555,2646,2739", - "endColumns": "104,204,134,104,219,131,151,140,228,105,205,135,227,209,90,92,106", - "endOffsets": "349,554,689,794,1014,1146,1298,1439,1668,1774,1980,2116,2344,2554,2645,2738,2845" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2801,2910,3115,3254,3363,3583,3719,3875,4208,4437,4547,4753,4893,5121,5335,5430,5527", - "endColumns": "108,204,138,108,219,135,155,144,228,109,205,139,227,213,94,96,110", - "endOffsets": "2905,3110,3249,3358,3578,3714,3870,4015,4432,4542,4748,4888,5116,5330,5425,5522,5633" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json deleted file mode 100644 index aa9945f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sr/values-sr.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sr/values-sr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5579", - "endColumns": "100", - "endOffsets": "5675" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sr/values-sr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,2833", - "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,2915" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,313,419,505,609,731,815,896,987,1080,1175,1269,1369,1462,1557,1662,1753,1844,1930,2035,2141,2244,2350,2459,2566,2736,5492", - "endColumns": "106,100,105,85,103,121,83,80,90,92,94,93,99,92,94,104,90,90,85,104,105,102,105,108,106,169,96,86", - "endOffsets": "207,308,414,500,604,726,810,891,982,1075,1170,1264,1364,1457,1552,1657,1748,1839,1925,2030,2136,2239,2345,2454,2561,2731,2828,5574" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "188", - "endOffsets": "435" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3984", - "endColumns": "188", - "endOffsets": "4168" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,537,661,769,982,1107,1245,1372,1580,1685,1876,2001,2209,2377,2471,2562", - "endColumns": "103,187,123,107,212,124,137,126,207,104,190,124,207,167,93,90,104", - "endOffsets": "348,536,660,768,981,1106,1244,1371,1579,1684,1875,2000,2208,2376,2470,2561,2666" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2833,2941,3129,3257,3369,3582,3711,3853,4173,4381,4490,4681,4810,5018,5190,5288,5383", - "endColumns": "107,187,127,111,212,128,141,130,207,108,190,128,207,171,97,94,108", - "endOffsets": "2936,3124,3252,3364,3577,3706,3848,3979,4376,4485,4676,4805,5013,5185,5283,5378,5487" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json deleted file mode 100644 index 4dc92c5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sv/values-sv.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sv/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "206", - "endOffsets": "453" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3930", - "endColumns": "206", - "endOffsets": "4132" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sv/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,539,664,772,972,1095,1244,1373,1580,1686,1879,2005,2218,2400,2492,2581", - "endColumns": "104,188,124,107,199,122,148,128,206,105,192,125,212,181,91,88,103", - "endOffsets": "349,538,663,771,971,1094,1243,1372,1579,1685,1878,2004,2217,2399,2491,2580,2684" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2778,2887,3076,3205,3317,3517,3644,3797,4137,4344,4454,4647,4777,4990,5176,5272,5365", - "endColumns": "108,188,128,111,199,126,152,132,206,109,192,129,212,185,95,92,107", - "endOffsets": "2882,3071,3200,3312,3512,3639,3792,3925,4339,4449,4642,4772,4985,5171,5267,5360,5468" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sv/values-sv.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5553", - "endColumns": "100", - "endOffsets": "5649" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sv/values-sv.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,2778", - "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", - "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,2853" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,311,422,506,608,721,798,873,966,1061,1156,1250,1352,1447,1544,1642,1738,1831,1911,2017,2116,2212,2317,2420,2522,2676,5473", - "endColumns": "102,102,110,83,101,112,76,74,92,94,94,93,101,94,96,97,95,92,79,105,98,95,104,102,101,153,101,79", - "endOffsets": "203,306,417,501,603,716,793,868,961,1056,1151,1245,1347,1442,1539,1637,1733,1826,1906,2012,2111,2207,2312,2415,2517,2671,2773,5548" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json deleted file mode 100644 index 4e5170a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sw/values-sw.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-sw/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,347,535,658,765,987,1110,1255,1394,1618,1722,1907,2032,2241,2426,2520,2621", - "endColumns": "101,187,122,106,221,122,144,138,223,103,184,124,208,184,93,100,120", - "endOffsets": "346,534,657,764,986,1109,1254,1393,1617,1721,1906,2031,2240,2425,2519,2620,2741" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2801,2907,3095,3222,3333,3555,3682,3831,4179,4403,4511,4696,4825,5034,5223,5321,5426", - "endColumns": "105,187,126,110,221,126,148,142,223,107,184,128,208,188,97,104,124", - "endOffsets": "2902,3090,3217,3328,3550,3677,3826,3969,4398,4506,4691,4820,5029,5218,5316,5421,5546" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-sw/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3974", - "endColumns": "204", - "endOffsets": "4174" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sw/values-sw.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,2801", - "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", - "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,2879" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,208,307,415,505,610,727,810,892,983,1076,1171,1265,1365,1458,1553,1647,1738,1829,1911,2012,2120,2219,2326,2438,2542,2704,5551", - "endColumns": "102,98,107,89,104,116,82,81,90,92,94,93,99,92,94,93,90,90,81,100,107,98,106,111,103,161,96,82", - "endOffsets": "203,302,410,500,605,722,805,887,978,1071,1166,1260,1360,1453,1548,1642,1733,1824,1906,2007,2115,2214,2321,2433,2537,2699,2796,5629" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-sw/values-sw.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5634", - "endColumns": "100", - "endOffsets": "5730" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json deleted file mode 100644 index f0fb050..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-sw600dp-v13/values-sw600dp-v13.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-sw600dp-v13/values-sw600dp-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,10,11,12,13,14", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,115,185,256,328,386,444,553,617,673,732,795", - "endLines": "2,3,4,5,6,7,9,10,11,12,13,17", - "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", - "endOffsets": "110,180,251,323,381,439,548,612,668,727,790,962" - }, - "to": { - "startLines": "10,11,12,13,14,15,16,18,19,20,21,22", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "611,671,741,812,884,942,1000,1109,1173,1229,1288,1351", - "endLines": "10,11,12,13,14,15,17,18,19,20,21,25", - "endColumns": "59,69,70,71,57,57,10,63,55,58,62,10", - "endOffsets": "666,736,807,879,937,995,1104,1168,1224,1283,1346,1518" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-sw600dp-v13/values-sw600dp-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,124,193,263,337,413,472,543", - "endColumns": "68,68,69,73,75,58,70,67", - "endOffsets": "119,188,258,332,408,467,538,606" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json deleted file mode 100644 index 14231f7..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ta/values-ta.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ta/values-ta.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,2871", - "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", - "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,2948" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,218,320,435,524,635,756,835,911,1009,1109,1204,1298,1405,1505,1607,1701,1799,1897,1978,2086,2189,2288,2404,2507,2612,2769,5596", - "endColumns": "112,101,114,88,110,120,78,75,97,99,94,93,106,99,101,93,97,97,80,107,102,98,115,102,104,156,101,81", - "endOffsets": "213,315,430,519,630,751,830,906,1004,1104,1199,1293,1400,1500,1602,1696,1794,1892,1973,2081,2184,2283,2399,2502,2607,2764,2866,5673" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ta/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "219", - "endOffsets": "466" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4013", - "endColumns": "219", - "endOffsets": "4228" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ta/values-ta.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5678", - "endColumns": "100", - "endOffsets": "5774" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ta/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,532,657,761,972,1098,1237,1363,1602,1707,1891,2024,2237,2419,2507,2596", - "endColumns": "102,183,124,103,210,125,138,125,238,104,183,132,212,181,87,88,105", - "endOffsets": "347,531,656,760,971,1097,1236,1362,1601,1706,1890,2023,2236,2418,2506,2595,2701" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2871,2978,3162,3291,3399,3610,3740,3883,4233,4472,4581,4765,4902,5115,5301,5393,5486", - "endColumns": "106,183,128,107,210,129,142,129,238,108,183,136,212,185,91,92,109", - "endOffsets": "2973,3157,3286,3394,3605,3735,3878,4008,4467,4576,4760,4897,5110,5296,5388,5481,5591" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json deleted file mode 100644 index a45b93d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-te/values-te.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-te/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,539,667,780,976,1099,1230,1355,1563,1673,1857,1983,2193,2382,2472,2568", - "endColumns": "107,185,127,112,195,122,130,124,207,109,183,125,209,188,89,95,106", - "endOffsets": "352,538,666,779,975,1098,1229,1354,1562,1672,1856,1982,2192,2381,2471,2567,2674" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2847,2959,3145,3277,3394,3590,3717,3852,4180,4388,4502,4686,4816,5026,5219,5313,5413", - "endColumns": "111,185,131,116,195,126,134,128,207,113,183,129,209,192,93,99,110", - "endOffsets": "2954,3140,3272,3389,3585,3712,3847,3976,4383,4497,4681,4811,5021,5214,5308,5408,5519" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-te/values-te.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,334,445,535,640,759,837,913,1004,1097,1192,1286,1386,1479,1574,1669,1760,1851,1934,2048,2150,2249,2364,2467,2582,2744,2847", - "endColumns": "116,111,110,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,82,113,101,98,114,102,114,161,102,82", - "endOffsets": "217,329,440,530,635,754,832,908,999,1092,1187,1281,1381,1474,1569,1664,1755,1846,1929,2043,2145,2244,2359,2462,2577,2739,2842,2925" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,222,334,445,535,640,759,837,913,1004,1097,1192,1286,1386,1479,1574,1669,1760,1851,1934,2048,2150,2249,2364,2467,2582,2744,5524", - "endColumns": "116,111,110,89,104,118,77,75,90,92,94,93,99,92,94,94,90,90,82,113,101,98,114,102,114,161,102,82", - "endOffsets": "217,329,440,530,635,754,832,908,999,1092,1187,1281,1381,1474,1569,1664,1755,1846,1929,2043,2145,2244,2359,2462,2577,2739,2842,5602" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-te/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "198", - "endOffsets": "445" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3981", - "endColumns": "198", - "endOffsets": "4175" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-te/values-te.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5607", - "endColumns": "100", - "endOffsets": "5703" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json deleted file mode 100644 index 6d6bbaa..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-th/values-th.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-th/values-th.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5429", - "endColumns": "100", - "endOffsets": "5525" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-th/values-th.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,2734", - "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", - "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,2811" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,303,411,496,598,708,786,863,954,1047,1138,1232,1332,1425,1520,1614,1705,1796,1877,1980,2078,2176,2279,2385,2486,2639,5347", - "endColumns": "104,92,107,84,101,109,77,76,90,92,90,93,99,92,94,93,90,90,80,102,97,97,102,105,100,152,94,81", - "endOffsets": "205,298,406,491,593,703,781,858,949,1042,1133,1227,1327,1420,1515,1609,1700,1791,1872,1975,2073,2171,2274,2380,2481,2634,2729,5424" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-th/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,349,528,649,754,949,1071,1216,1349,1552,1655,1833,1953,2152,2329,2419,2513", - "endColumns": "103,178,120,104,194,121,144,132,202,102,177,119,198,176,89,93,108", - "endOffsets": "348,527,648,753,948,1070,1215,1348,1551,1654,1832,1952,2151,2328,2418,2512,2621" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2734,2842,3021,3146,3255,3450,3576,3725,4050,4253,4360,4538,4662,4861,5042,5136,5234", - "endColumns": "107,178,124,108,194,125,148,136,202,106,177,123,198,180,93,97,112", - "endOffsets": "2837,3016,3141,3250,3445,3571,3720,3857,4248,4355,4533,4657,4856,5037,5131,5229,5342" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-th/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "187", - "endOffsets": "434" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3862", - "endColumns": "187", - "endOffsets": "4045" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json deleted file mode 100644 index 4eff014..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-tl/values-tl.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-tl/values-tl.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,2845", - "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", - "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,2925" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,216,324,437,525,631,746,826,903,994,1087,1182,1276,1376,1469,1564,1658,1749,1840,1924,2033,2143,2244,2354,2472,2580,2743,5696", - "endColumns": "110,107,112,87,105,114,79,76,90,92,94,93,99,92,94,93,90,90,83,108,109,100,109,117,107,162,101,84", - "endOffsets": "211,319,432,520,626,741,821,898,989,1082,1177,1271,1371,1464,1559,1653,1744,1835,1919,2028,2138,2239,2349,2467,2575,2738,2840,5776" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-tl/values-tl.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5781", - "endColumns": "100", - "endOffsets": "5877" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-tl/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,350,558,694,801,1018,1152,1300,1438,1676,1781,1990,2126,2347,2552,2646,2738", - "endColumns": "104,207,135,106,216,133,147,137,237,104,208,135,220,204,93,91,105", - "endOffsets": "349,557,693,800,1017,1151,1299,1437,1675,1780,1989,2125,2346,2551,2645,2737,2843" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2845,2954,3162,3302,3413,3630,3768,3920,4266,4504,4613,4822,4962,5183,5392,5490,5586", - "endColumns": "108,207,139,110,216,137,151,141,237,108,208,139,220,208,97,95,109", - "endOffsets": "2949,3157,3297,3408,3625,3763,3915,4057,4499,4608,4817,4957,5178,5387,5485,5581,5691" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-tl/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "203", - "endOffsets": "450" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4062", - "endColumns": "203", - "endOffsets": "4261" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json deleted file mode 100644 index bf2195f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-tr/values-tr.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-tr/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,353,540,674,777,983,1111,1264,1395,1626,1731,1919,2051,2255,2448,2536,2626", - "endColumns": "107,186,133,102,205,127,152,130,230,104,187,131,203,192,87,89,104", - "endOffsets": "352,539,673,776,982,1110,1263,1394,1625,1730,1918,2050,2254,2447,2535,2625,2730" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2797,2909,3096,3234,3341,3547,3679,3836,4177,4408,4517,4705,4841,5045,5242,5334,5428", - "endColumns": "111,186,137,106,205,131,156,134,230,108,187,135,203,196,91,93,108", - "endOffsets": "2904,3091,3229,3336,3542,3674,3831,3966,4403,4512,4700,4836,5040,5237,5329,5423,5532" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-tr/values-tr.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5617", - "endColumns": "100", - "endOffsets": "5713" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-tr/values-tr.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,2797", - "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", - "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,2872" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,318,430,515,621,741,821,896,987,1080,1172,1266,1366,1459,1561,1656,1747,1838,1917,2024,2128,2224,2331,2434,2543,2699,5537", - "endColumns": "113,98,111,84,105,119,79,74,90,92,91,93,99,92,101,94,90,90,78,106,103,95,106,102,108,155,97,79", - "endOffsets": "214,313,425,510,616,736,816,891,982,1075,1167,1261,1361,1454,1556,1651,1742,1833,1912,2019,2123,2219,2326,2429,2538,2694,2792,5612" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-tr/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "205", - "endOffsets": "452" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3971", - "endColumns": "205", - "endOffsets": "4172" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json deleted file mode 100644 index b88e0f6..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-uk/values-uk.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-uk/values-uk.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5626", - "endColumns": "100", - "endOffsets": "5722" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-uk/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,546,671,779,992,1119,1260,1390,1617,1721,1914,2037,2243,2411,2507,2594", - "endColumns": "105,194,124,107,212,126,140,129,226,103,192,122,205,167,95,86,112", - "endOffsets": "350,545,670,778,991,1118,1259,1389,1616,1720,1913,2036,2242,2410,2506,2593,2706" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2829,2939,3134,3263,3375,3588,3719,3864,4203,4430,4538,4731,4858,5064,5236,5336,5427", - "endColumns": "109,194,128,111,212,130,144,133,226,107,192,126,205,171,99,90,116", - "endOffsets": "2934,3129,3258,3370,3583,3714,3859,3993,4425,4533,4726,4853,5059,5231,5331,5422,5539" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-uk/values-uk.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,2829", - "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", - "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,2906" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,214,316,424,510,615,733,814,893,984,1077,1172,1266,1366,1459,1554,1649,1740,1831,1930,2036,2142,2240,2347,2454,2559,2729,5544", - "endColumns": "108,101,107,85,104,117,80,78,90,92,94,93,99,92,94,94,90,90,98,105,105,97,106,106,104,169,99,81", - "endOffsets": "209,311,419,505,610,728,809,888,979,1072,1167,1261,1361,1454,1549,1644,1735,1826,1925,2031,2137,2235,2342,2449,2554,2724,2824,5621" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-uk/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "204", - "endOffsets": "451" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3998", - "endColumns": "204", - "endOffsets": "4198" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json deleted file mode 100644 index cc724d8..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-ur/values-ur.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-ur/values-ur.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,2832", - "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", - "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,2913" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,219,325,434,520,624,744,821,896,988,1082,1177,1271,1372,1466,1562,1656,1748,1840,1925,2033,2139,2241,2352,2453,2569,2734,5560", - "endColumns": "113,105,108,85,103,119,76,74,91,93,94,93,100,93,95,93,91,91,84,107,105,101,110,100,115,164,97,85", - "endOffsets": "214,320,429,515,619,739,816,891,983,1077,1172,1266,1367,1461,1557,1651,1743,1835,1920,2028,2134,2236,2347,2448,2564,2729,2827,5641" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-ur/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,351,547,671,780,979,1104,1242,1371,1582,1690,1893,2019,2224,2419,2508,2601", - "endColumns": "105,195,123,108,198,124,137,128,210,107,202,125,204,194,88,92,112", - "endOffsets": "350,546,670,779,978,1103,1241,1370,1581,1689,1892,2018,2223,2418,2507,2600,2713" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2832,2942,3138,3266,3379,3578,3707,3849,4193,4404,4516,4719,4849,5054,5253,5346,5443", - "endColumns": "109,195,127,112,198,128,141,132,210,111,202,129,204,198,92,96,116", - "endOffsets": "2937,3133,3261,3374,3573,3702,3844,3977,4399,4511,4714,4844,5049,5248,5341,5438,5555" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-ur/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "210", - "endOffsets": "457" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3982", - "endColumns": "210", - "endOffsets": "4188" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-ur/values-ur.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5646", - "endColumns": "100", - "endOffsets": "5742" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json deleted file mode 100644 index 41eb87a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-uz/values-uz.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-uz/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,348,530,657,764,968,1099,1245,1376,1607,1713,1903,2033,2246,2434,2526,2613", - "endColumns": "102,181,126,106,203,130,145,130,230,105,189,129,212,187,91,86,104", - "endOffsets": "347,529,656,763,967,1098,1244,1375,1606,1712,1902,2032,2245,2433,2525,2612,2717" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2776,2883,3065,3196,3307,3511,3646,3796,4140,4371,4481,4671,4805,5018,5210,5306,5397", - "endColumns": "106,181,130,110,203,134,149,134,230,109,189,133,212,191,95,90,108", - "endOffsets": "2878,3060,3191,3302,3506,3641,3791,3926,4366,4476,4666,4800,5013,5205,5301,5392,5501" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-uz/values-uz.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,2776", - "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", - "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,2855" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,210,305,405,487,587,704,789,867,958,1051,1146,1240,1334,1427,1522,1617,1708,1800,1884,1994,2100,2200,2308,2414,2516,2677,5506", - "endColumns": "104,94,99,81,99,116,84,77,90,92,94,93,93,92,94,94,90,91,83,109,105,99,107,105,101,160,98,83", - "endOffsets": "205,300,400,482,582,699,784,862,953,1046,1141,1235,1329,1422,1517,1612,1703,1795,1879,1989,2095,2195,2303,2409,2511,2672,2771,5585" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-uz/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "208", - "endOffsets": "455" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3931", - "endColumns": "208", - "endOffsets": "4135" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-uz/values-uz.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5590", - "endColumns": "100", - "endOffsets": "5686" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json deleted file mode 100644 index 52775e2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v16/values-v16.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "65", - "endOffsets": "116" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v16/values-v16.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "5", - "endColumns": "12", - "endOffsets": "223" - }, - "to": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "121", - "endLines": "6", - "endColumns": "12", - "endOffsets": "289" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json deleted file mode 100644 index 91470e3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v17/values-v17.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v17/values-v17.xml", - "from": { - "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", - "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", - "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", - "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json deleted file mode 100644 index fe79b8f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v18/values-v18.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v18/values-v18.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "48", - "endOffsets": "99" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json deleted file mode 100644 index 78d0d2f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v21/values-v21.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,15,16,19,24,35,41,47,53,59,65,69,72,75,78,81,85", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,123,202,290,378,466,554,641,728,815,902,1115,1231,1401,1722,2751,3208,3550,3894,4244,4594,4987,5205,5427,5653,5869,6110", - "endLines": "2,3,4,5,6,7,8,9,10,11,14,15,18,23,34,40,46,52,58,64,68,71,74,77,80,84,88", - "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", - "endOffsets": "118,197,285,373,461,549,636,723,810,897,1110,1226,1396,1717,2746,3203,3545,3889,4239,4589,4982,5200,5422,5648,5864,6105,6364" - }, - "to": { - "startLines": "3,4,5,6,7,8,9,10,11,12,77,239,240,243,248,259,307,313,319,325,331,335,338,341,344,355,359", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "173,241,320,408,496,584,672,759,846,933,6685,17563,17679,17849,18170,19199,22304,22596,22890,23190,23490,23883,24101,24323,24549,25289,25530", - "endLines": "3,4,5,6,7,8,9,10,11,12,79,239,242,247,258,264,312,318,324,330,334,337,340,343,346,358,362", - "endColumns": "67,78,87,87,87,87,86,86,86,86,10,115,10,12,10,10,10,10,10,10,10,10,10,10,10,10,10", - "endOffsets": "236,315,403,491,579,667,754,841,928,1015,6893,17674,17844,18165,19194,19651,22591,22885,23185,23485,23878,24096,24318,24544,24760,25525,25784" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,13", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,173,237,304,368,484,610,736,864,1036", - "endLines": "2,3,4,5,6,7,8,9,12,17", - "endColumns": "117,63,66,63,115,125,125,127,12,12", - "endOffsets": "168,232,299,363,479,605,731,859,1031,1383" - }, - "to": { - "startLines": "2,13,14,15,303,304,305,306,347,350", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,1020,1084,1151,21808,21924,22050,22176,24765,24937", - "endLines": "2,13,14,15,303,304,305,306,349,354", - "endColumns": "117,63,66,63,115,125,125,127,12,12", - "endOffsets": "168,1079,1146,1210,21919,22045,22171,22299,24932,25284" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v21/values-v21.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,17,19,20,21,22,24,26,27,28,29,30,32,34,36,38,40,42,43,48,50,52,53,54,56,58,59,60,61,62,63,106,109,152,155,158,160,162,164,167,171,174,175,176,179,180,181,182,183,184,187,188,190,192,194,196,200,202,203,204,205,207,211,213,215,216,217,218,219,220,222,223,224,234,235,236,248", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,146,249,352,457,564,673,782,891,1000,1109,1216,1319,1438,1593,1748,1853,1974,2075,2222,2363,2466,2585,2692,2795,2950,3121,3270,3435,3592,3743,3862,4213,4362,4511,4623,4770,4923,5070,5145,5234,5321,5422,5525,8499,8684,11670,11867,12066,12189,12312,12425,12608,12863,13064,13153,13264,13497,13598,13693,13816,13945,14062,14239,14338,14473,14616,14751,14870,15071,15190,15283,15394,15450,15557,15752,15863,15996,16091,16182,16273,16366,16483,16622,16693,16776,17456,17513,17571,18265", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,16,18,19,20,21,23,25,26,27,28,29,31,33,35,37,39,41,42,47,49,51,52,53,55,57,58,59,60,61,62,105,108,151,154,157,159,161,163,166,170,173,174,175,178,179,180,181,182,183,186,187,189,191,193,195,199,201,202,203,204,206,210,212,214,215,216,217,218,219,221,222,223,233,234,235,247,259", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", - "endOffsets": "141,244,347,452,559,668,777,886,995,1104,1211,1314,1433,1588,1743,1848,1969,2070,2217,2358,2461,2580,2687,2790,2945,3116,3265,3430,3587,3738,3857,4208,4357,4506,4618,4765,4918,5065,5140,5229,5316,5417,5520,8494,8679,11665,11862,12061,12184,12307,12420,12603,12858,13059,13148,13259,13492,13593,13688,13811,13940,14057,14234,14333,14468,14611,14746,14865,15066,15185,15278,15389,15445,15552,15747,15858,15991,16086,16177,16268,16361,16478,16617,16688,16771,17451,17508,17566,18260,18966" - }, - "to": { - "startLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,29,31,33,34,35,36,38,40,41,42,43,44,46,48,50,52,54,56,57,62,64,66,67,68,70,72,73,74,75,76,80,123,126,169,172,175,177,179,181,184,188,191,192,193,196,197,198,199,200,201,204,205,207,209,211,213,217,219,220,221,222,224,228,230,232,233,234,235,236,237,265,266,267,277,278,279,291", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "1215,1306,1409,1512,1617,1724,1833,1942,2051,2160,2269,2376,2479,2598,2753,2908,3013,3134,3235,3382,3523,3626,3745,3852,3955,4110,4281,4430,4595,4752,4903,5022,5373,5522,5671,5783,5930,6083,6230,6305,6394,6481,6582,6898,9656,9841,12611,12808,13007,13130,13253,13366,13549,13804,14005,14094,14205,14438,14539,14634,14757,14886,15003,15180,15279,15414,15557,15692,15811,16012,16131,16224,16335,16391,16498,16693,16804,16937,17032,17123,17214,17307,17424,19656,19727,19810,20433,20490,20548,21172", - "endLines": "16,17,18,19,20,21,22,23,24,25,26,27,28,30,32,33,34,35,37,39,40,41,42,43,45,47,49,51,53,55,56,61,63,65,66,67,69,71,72,73,74,75,76,122,125,168,171,174,176,178,180,183,187,190,191,192,195,196,197,198,199,200,203,204,206,208,210,212,216,218,219,220,221,223,227,229,231,232,233,234,235,236,238,265,266,276,277,278,290,302", - "endColumns": "90,102,102,104,106,108,108,108,108,108,106,102,118,12,12,104,120,100,12,12,102,118,106,102,12,12,12,12,12,12,118,12,12,12,111,146,12,12,74,88,86,100,102,12,12,12,12,12,12,12,12,12,12,12,88,110,12,100,94,122,128,116,12,98,12,12,12,12,12,12,92,110,55,12,12,12,12,94,90,90,92,116,12,70,82,12,56,57,12,12", - "endOffsets": "1301,1404,1507,1612,1719,1828,1937,2046,2155,2264,2371,2474,2593,2748,2903,3008,3129,3230,3377,3518,3621,3740,3847,3950,4105,4276,4425,4590,4747,4898,5017,5368,5517,5666,5778,5925,6078,6225,6300,6389,6476,6577,6680,9651,9836,12606,12803,13002,13125,13248,13361,13544,13799,14000,14089,14200,14433,14534,14629,14752,14881,14998,15175,15274,15409,15552,15687,15806,16007,16126,16219,16330,16386,16493,16688,16799,16932,17027,17118,17209,17302,17419,17558,19722,19805,20428,20485,20543,21167,21803" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json deleted file mode 100644 index bd81e6c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v22/values-v22.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v22/values-v22.xml", - "from": { - "startLines": "2,3,4,9", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,553", - "endLines": "2,3,8,13", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,548,896" - }, - "to": { - "startLines": "2,3,4,9", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,487", - "endLines": "2,3,8,13", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,482,764" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json deleted file mode 100644 index 10c9566..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v23/values-v23.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,6", - "startColumns": "4,4", - "startOffsets": "55,320", - "endLines": "5,9", - "endColumns": "10,10", - "endOffsets": "315,588" - }, - "to": { - "startLines": "55,59", - "startColumns": "4,4", - "startOffsets": "3511,3776", - "endLines": "58,62", - "endColumns": "10,10", - "endOffsets": "3771,4044" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,3,4,5,6,20,34,35,36,39,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,190,325,400,487,1371,2267,2386,2513,2735,2959,3074,3181,3294", - "endLines": "2,3,4,5,19,33,34,35,38,42,43,44,45,49", - "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", - "endOffsets": "185,320,395,482,1366,2262,2381,2508,2730,2954,3069,3176,3289,3519" - }, - "to": { - "startLines": "4,5,6,7,8,22,36,37,38,41,45,46,47,48", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "184,319,454,529,616,1354,2104,2223,2350,2572,2796,2911,3018,3131", - "endLines": "4,5,6,7,21,35,36,37,40,44,45,46,47,51", - "endColumns": "134,134,74,86,12,12,118,126,12,12,114,106,112,12", - "endOffsets": "314,449,524,611,1349,2099,2218,2345,2567,2791,2906,3013,3126,3356" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/res/values-v23/values-v23.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,121", - "endColumns": "65,62", - "endOffsets": "116,179" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/res/values-v23/values-v23.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "4", - "endColumns": "12", - "endOffsets": "200" - }, - "to": { - "startLines": "52", - "startColumns": "4", - "startOffsets": "3361", - "endLines": "54", - "endColumns": "12", - "endOffsets": "3506" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json deleted file mode 100644 index c19d3a9..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v24/values-v24.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v24/values-v24.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,212", - "endColumns": "156,134", - "endOffsets": "207,342" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json deleted file mode 100644 index 0a6f17d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v25/values-v25.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v25/values-v25.xml", - "from": { - "startLines": "2,3,4,6", - "startColumns": "4,4,4,4", - "startOffsets": "55,126,209,308", - "endLines": "2,3,5,7", - "endColumns": "70,82,12,12", - "endOffsets": "121,204,303,414" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json deleted file mode 100644 index 20212a3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v26/values-v26.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v26/values-v26.xml", - "from": { - "startLines": "2,3,4,8,12,16", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,130,217,431,657,896", - "endLines": "2,3,7,11,15,16", - "endColumns": "74,86,12,12,12,92", - "endOffsets": "125,212,426,652,891,984" - }, - "to": { - "startLines": "2,3,4,8,12,16", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,130,217,381,557,796", - "endLines": "2,3,7,11,15,16", - "endColumns": "74,86,12,12,12,92", - "endOffsets": "125,212,376,552,791,884" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json deleted file mode 100644 index f5a3348..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-v28/values-v28.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-v28/values-v28.xml", - "from": { - "startLines": "2,3,4,8", - "startColumns": "4,4,4,4", - "startOffsets": "55,130,217,447", - "endLines": "2,3,7,11", - "endColumns": "74,86,12,12", - "endOffsets": "125,212,442,684" - }, - "to": { - "startLines": "10,11,12,16", - "startColumns": "4,4,4,4", - "startOffsets": "755,830,917,1097", - "endLines": "10,11,15,19", - "endColumns": "74,86,12,12", - "endOffsets": "825,912,1092,1284" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-v28/values-v28.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,143,231,319,407,494,581,668", - "endColumns": "87,87,87,87,86,86,86,86", - "endOffsets": "138,226,314,402,489,576,663,750" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json deleted file mode 100644 index 12cab33..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-vi/values-vi.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-vi/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "194", - "endOffsets": "441" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3978", - "endColumns": "194", - "endOffsets": "4168" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-vi/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,345,539,662,767,991,1119,1272,1401,1641,1746,1938,2066,2284,2459,2553,2643", - "endColumns": "99,193,122,104,223,127,152,128,239,104,191,127,217,174,93,89,105", - "endOffsets": "344,538,661,766,990,1118,1271,1400,1640,1745,1937,2065,2283,2458,2552,2642,2748" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2798,2902,3096,3223,3332,3556,3688,3845,4173,4413,4522,4714,4846,5064,5243,5341,5435", - "endColumns": "103,193,126,108,223,131,156,132,239,108,191,131,217,178,97,93,109", - "endOffsets": "2897,3091,3218,3327,3551,3683,3840,3973,4408,4517,4709,4841,5059,5238,5336,5430,5540" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-vi/values-vi.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5630", - "endColumns": "100", - "endOffsets": "5726" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-vi/values-vi.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,2798", - "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", - "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,2878" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,212,314,423,507,610,729,807,883,974,1067,1162,1256,1356,1449,1544,1638,1729,1820,1904,2008,2116,2217,2322,2437,2542,2699,5545", - "endColumns": "106,101,108,83,102,118,77,75,90,92,94,93,99,92,94,93,90,90,83,103,107,100,104,114,104,156,98,84", - "endOffsets": "207,309,418,502,605,724,802,878,969,1062,1157,1251,1351,1444,1539,1633,1724,1815,1899,2003,2111,2212,2317,2432,2537,2694,2793,5625" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json deleted file mode 100644 index b4e8a49..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-w360dp-port-v13/values-w360dp-port-v13.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-w360dp-port-v13/values-w360dp-port-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478", - "endColumns": "58,55,55,66,64,54,64,68", - "endOffsets": "109,165,221,288,353,408,473,542" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json deleted file mode 100644 index d11bd84..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-w480dp-port-v13/values-w480dp-port-v13.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values-w480dp-port-v13/values-w480dp-port-v13.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9", - "startColumns": "4,4,4,4,4,4,4,4", - "startOffsets": "55,114,170,226,293,358,413,478", - "endColumns": "58,55,55,66,64,54,64,68", - "endOffsets": "109,165,221,288,353,408,473,542" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json deleted file mode 100644 index f28259c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-watch-v20/values-watch-v20.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-watch-v20/values-watch-v20.xml", - "from": { - "startLines": "2,5,8", - "startColumns": "4,4,4", - "startOffsets": "55,214,385", - "endLines": "4,7,10", - "endColumns": "12,12,12", - "endOffsets": "209,380,553" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json deleted file mode 100644 index a4bbf96..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-watch-v21/values-watch-v21.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-watch-v21/values-watch-v21.xml", - "from": { - "startLines": "2,6,10", - "startColumns": "4,4,4", - "startOffsets": "55,271,499", - "endLines": "5,9,13", - "endColumns": "12,12,12", - "endOffsets": "266,494,724" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json deleted file mode 100644 index 4111715..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-xlarge-v4/values-xlarge-v4.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-xlarge-v4/values-xlarge-v4.xml", - "from": { - "startLines": "2,3,4,5,6,7", - "startColumns": "4,4,4,4,4,4", - "startOffsets": "55,126,197,267,337,405", - "endColumns": "70,70,69,69,67,67", - "endOffsets": "121,192,262,332,400,468" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json deleted file mode 100644 index ca5e733..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-zh-rCN/values-zh-rCN.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5044", - "endColumns": "100", - "endOffsets": "5140" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zh-rCN/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "157", - "endOffsets": "408" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3682", - "endColumns": "157", - "endOffsets": "3835" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zh-rCN/values-zh-rCN.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,2662", - "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", - "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,2736" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,295,395,477,574,680,757,832,923,1016,1113,1209,1303,1396,1491,1583,1674,1765,1843,1939,2034,2129,2226,2322,2420,2568,4965", - "endColumns": "94,94,99,81,96,105,76,74,90,92,96,95,93,92,94,91,90,90,77,95,94,94,96,95,97,147,93,78", - "endOffsets": "195,290,390,472,569,675,752,827,918,1011,1108,1204,1298,1391,1486,1578,1669,1760,1838,1934,2029,2124,2221,2317,2415,2563,2657,5039" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zh-rCN/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,348,509,622,722,886,1000,1128,1245,1412,1511,1672,1785,1948,2082,2164,2247", - "endColumns": "98,160,112,99,163,113,127,116,166,98,160,112,162,133,81,82,98", - "endOffsets": "347,508,621,721,885,999,1127,1244,1411,1510,1671,1784,1947,2081,2163,2246,2345" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2662,2765,2926,3043,3147,3311,3429,3561,3840,4007,4110,4271,4388,4551,4689,4775,4862", - "endColumns": "102,160,116,103,163,117,131,120,166,102,160,116,162,137,85,86,102", - "endOffsets": "2760,2921,3038,3142,3306,3424,3556,3677,4002,4105,4266,4383,4546,4684,4770,4857,4960" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json deleted file mode 100644 index d7fd6cf..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-zh-rHK/values-zh-rHK.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,2666", - "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,2740" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1109,1205,1300,1394,1490,1582,1674,1766,1844,1940,2035,2130,2227,2323,2421,2572,4981", - "endColumns": "94,92,99,81,96,107,76,74,91,93,90,95,94,93,95,91,91,91,77,95,94,94,96,95,97,150,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1104,1200,1295,1389,1485,1577,1669,1761,1839,1935,2030,2125,2222,2318,2416,2567,2661,5055" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zh-rHK/values-zh-rHK.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5060", - "endColumns": "100", - "endOffsets": "5156" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zh-rHK/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,348,508,621,721,887,1001,1129,1247,1416,1515,1675,1788,1954,2088,2169,2252", - "endColumns": "98,159,112,99,165,113,127,117,168,98,159,112,165,133,80,82,96", - "endOffsets": "347,507,620,720,886,1000,1128,1246,1415,1514,1674,1787,1953,2087,2168,2251,2348" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2666,2769,2929,3046,3150,3316,3434,3566,3855,4024,4127,4287,4404,4570,4708,4793,4880", - "endColumns": "102,159,116,103,165,117,131,121,168,102,159,116,165,137,84,86,100", - "endOffsets": "2764,2924,3041,3145,3311,3429,3561,3683,4019,4122,4282,4399,4565,4703,4788,4875,4976" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zh-rHK/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "166", - "endOffsets": "417" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3688", - "endColumns": "166", - "endOffsets": "3850" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json deleted file mode 100644 index e337324..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-zh-rTW/values-zh-rTW.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zh-rTW/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "251", - "endColumns": "161", - "endOffsets": "412" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "3693", - "endColumns": "161", - "endOffsets": "3850" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,2671", - "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,2745" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,200,293,393,475,572,680,757,832,924,1018,1115,1211,1306,1400,1496,1588,1680,1772,1850,1946,2041,2136,2233,2329,2427,2577,4979", - "endColumns": "94,92,99,81,96,107,76,74,91,93,96,95,94,93,95,91,91,91,77,95,94,94,96,95,97,149,93,78", - "endOffsets": "195,288,388,470,567,675,752,827,919,1013,1110,1206,1301,1395,1491,1583,1675,1767,1845,1941,2036,2131,2228,2324,2422,2572,2666,5053" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zh-rTW/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "249,348,508,621,721,887,1001,1127,1247,1416,1515,1675,1788,1949,2083,2165,2248", - "endColumns": "98,159,112,99,165,113,125,119,168,98,159,112,160,133,81,82,98", - "endOffsets": "347,507,620,720,886,1000,1126,1246,1415,1514,1674,1787,1948,2082,2164,2247,2346" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2671,2774,2934,3051,3155,3321,3439,3569,3855,4024,4127,4287,4404,4565,4703,4789,4876", - "endColumns": "102,159,116,103,165,117,129,123,168,102,159,116,160,137,85,86,102", - "endOffsets": "2769,2929,3046,3150,3316,3434,3564,3688,4019,4122,4282,4399,4560,4698,4784,4871,4974" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zh-rTW/values-zh-rTW.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5058", - "endColumns": "100", - "endOffsets": "5154" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json deleted file mode 100644 index b682ad5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values-zu/values-zu.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values-zu/values.xml", - "from": { - "startLines": "4", - "startColumns": "0", - "startOffsets": "247", - "endColumns": "190", - "endOffsets": "437" - }, - "to": { - "startLines": "37", - "startColumns": "4", - "startOffsets": "4006", - "endColumns": "190", - "endOffsets": "4192" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values-zu/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "245,354,562,695,797,1024,1151,1301,1436,1655,1763,1959,2088,2305,2488,2575,2670", - "endColumns": "108,207,132,101,226,126,149,134,218,107,195,128,216,182,86,94,109", - "endOffsets": "353,561,694,796,1023,1150,1300,1435,1654,1762,1958,2087,2304,2487,2574,2669,2779" - }, - "to": { - "startLines": "29,30,31,32,33,34,35,36,38,39,40,41,42,43,44,45,46", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "2791,2904,3112,3249,3355,3582,3713,3867,4197,4416,4528,4724,4857,5074,5261,5352,5451", - "endColumns": "112,207,136,105,226,130,153,138,218,111,195,132,216,186,90,98,113", - "endOffsets": "2899,3107,3244,3350,3577,3708,3862,4001,4411,4523,4719,4852,5069,5256,5347,5446,5560" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values-zu/values-zu.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "100", - "endOffsets": "151" - }, - "to": { - "startLines": "48", - "startColumns": "4", - "startOffsets": "5647", - "endColumns": "100", - "endOffsets": "5743" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values-zu/values-zu.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,2791", - "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", - "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,2868" - }, - "to": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,47", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,213,320,432,520,623,738,817,894,985,1078,1173,1267,1367,1460,1555,1649,1740,1833,1914,2018,2121,2219,2326,2433,2538,2695,5565", - "endColumns": "107,106,111,87,102,114,78,76,90,92,94,93,99,92,94,93,90,92,80,103,102,97,106,106,104,156,95,81", - "endOffsets": "208,315,427,515,618,733,812,889,980,1073,1168,1262,1362,1455,1550,1644,1735,1828,1909,2013,2116,2214,2321,2428,2533,2690,2786,5642" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json deleted file mode 100644 index 59c21ac..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json +++ /dev/null @@ -1,481 +0,0 @@ -{ - "logs": [ - { - "outputFile": "com.juspayintegrationexamplern.app-mergeDebugResources-31:/values/values.xml", - "map": [ - { - "source": "/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml", - "from": { - "startLines": "1", - "startColumns": "4", - "startOffsets": "16", - "endColumns": "63", - "endOffsets": "75" - }, - "to": { - "startLines": "711", - "startColumns": "4", - "startOffsets": "45479", - "endColumns": "63", - "endOffsets": "45538" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,35,36,37,38,45,47,50,7", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,107,168,230,292,2179,2238,2295,2349,2763,2827,2953,356", - "endLines": "2,3,4,5,6,35,36,37,44,46,49,52,34", - "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", - "endOffsets": "102,163,225,287,351,2233,2290,2344,2758,2822,2948,3076,2174" - }, - "to": { - "startLines": "8,117,118,119,120,302,303,304,916,2741,2743,2746,5359", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "468,7123,7184,7246,7308,19677,19736,19793,66908,183465,183529,183655,329000", - "endLines": "8,117,118,119,120,302,303,304,922,2742,2745,2748,5386", - "endColumns": "51,60,61,61,63,58,56,53,12,12,12,12,24", - "endOffsets": "515,7179,7241,7303,7367,19731,19788,19842,67317,183524,183650,183778,329919" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,407,411,418,425,433,443,452,461,470,471,472,477,478,482,483,489,493,494,495,496,506,507,508,512,513,519,523,524,525,526,527,593,641,699,747,812,860,908,966,1014,1018,1022,1034,1049,1061,1062,1109,1113,1114,1115,1118,1128,1161,1162,1163,1175,1179,1184,1189,1194,1197,1200,1203,1207,1211,1212,1213,1214,1215,1218,1221,1224,1227,1231,1232,1235,1238,1241,1244,1248,1251,1255,1258,1261,1264,1267,1271,1274,1277,1281,1284,1294,1302,1310,1313,1316,1319,1322,1325,1328,1331,1332,1335,1338,1339,1342,1346,1351,1352,1360,1368,1369,1377,1381,1389,1397,1405,1413,1421,1422,1430,1438,1439,1441,1446,1448,1453,1457,1461,1462,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1491,1492,1493,1499,1500,1504,1506,1507,1510,1515,1516,1517,1518,1519,1520,1524,1525,1526,1532,1533,1537,1539,1542,1546,1550,1554,1558,1559,1560,1561,1569,1577,1580,1585,1590,1595,1600,1604,1608,1617,1625,1626,1627,1628,1629,1637,1646,1651,1656,1657,1658,1659,1677,1681,1686,1689,1693,1696,1700,1704,1708,1716,1725,1738,1742,1757,1765,1768,1779,1784,1813,1817,1818,1825,1829,1830,1831,1834,1838,1842,1843,1847,1852,1864,1868,1869,1881,1891,1892,1902,1907,1929,1932,1938,1941,1950,1958,1962,1965,1968,1971,1975,1978,1993,1997,2000,2015,2018,2026,2031,2037,2043,2049,2079,2090,2107,2114,2117,2129,2138,2142,2147,2151,2155,2159,2163,2167,2170,2179,2184,2193,2197,2204,2213,2219,2223,2245,2246,2247,2248,2249,2258,2262,2274,2281,2282,2286,2290,2291,2295,2309,2315,2321,2327,2333,2338,2344,2350,2351,2360,2368,2369,2376,2401,2413,2452,2468,2496,2545,2596,2703,2726,2818,2833,2845,2851,2895,2899,2905,2910,2916,2923,2979,2987,2998,3010,3038,3047,3054,3060,3068,3073,3121,3124,3128,3166,3172,3189,3196,3204,3288,3492", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "150,187,236,292,352,413,468,518,571,629,677,714,761,810,866,917,966,1020,1074,1123,1179,1226,1282,1342,1403,1456,1501,1554,1606,1664,1729,1777,1843,1901,1970,2028,2098,2172,2240,2307,2377,2443,2516,2576,2636,2696,2755,2812,2870,2928,2974,3034,3102,3171,3239,3292,3344,3390,3440,3487,3545,3603,3662,3722,3784,3846,3908,3970,4032,4094,4162,4223,4285,4347,4400,4454,4513,4575,4649,4720,4786,4860,4929,5000,5073,5144,5212,5285,5361,5431,5509,5577,5643,5704,5773,5837,5903,5971,6037,6100,6168,6239,6304,6377,6440,6521,6585,6651,6721,6791,6861,6931,6998,7063,7129,7182,7258,7324,7411,7487,7563,7610,7675,7725,7779,7858,7936,8009,8074,8137,8203,8274,8345,8407,8476,8542,8602,8669,8736,8792,8843,8896,8948,9002,9073,9136,9195,9257,9316,9389,9456,9516,9579,9654,9726,9822,9893,9949,10020,10077,10134,10200,10264,10335,10392,10445,10508,10560,10618,10685,10769,10854,10935,11003,11080,11153,11223,11295,11365,11438,11502,11572,11620,11689,11741,11799,11865,11932,11998,12079,12154,12210,12263,12324,12382,12432,12481,12530,12579,12641,12693,12738,12819,12873,12926,12980,13031,13080,13131,13192,13253,13315,13365,13406,13465,13524,13583,13644,13700,13756,13823,13884,13949,14004,14069,14138,14206,14284,14353,14413,14484,14558,14623,14695,14765,14832,14916,14985,15052,15122,15185,15252,15320,15403,15482,15572,15649,15717,15784,15862,15919,15976,16044,16110,16166,16226,16285,16339,16389,16439,16487,16549,16600,16673,16753,16833,16897,16960,17027,17098,17156,17217,17283,17342,17409,17469,17529,17592,17660,17721,17788,17866,17936,17985,18042,18111,18172,18260,18348,18436,18524,18580,18667,18754,18841,18928,18986,19042,19113,19178,19240,19315,19388,19457,19527,19596,19690,19759,19860,19911,19969,20039,20108,20178,20248,20318,20385,20460,20527,20586,20651,20707,20765,20827,20872,20915,20962,21007,21058,21106,21172,21234,21297,21369,21426,21489,21546,21606,21671,21738,21803,21860,21921,21979,22049,22106,22426,22576,22707,22805,22920,23007,23055,23134,23199,23288,23445,23602,23755,23909,24087,24269,24451,24633,24823,25013,25212,25385,25495,25680,25817,26037,26221,26381,26539,26723,26926,27097,27317,27539,27694,27901,28085,28188,28329,28494,28665,28865,29069,29271,29476,29677,29876,30080,30158,30459,30625,30780,30882,31159,31444,31834,32290,32799,33341,33806,34268,34739,34832,34939,35282,35389,35618,35739,36148,36380,36480,36585,36704,37238,37385,37504,37739,37872,38287,38525,38637,38758,38891,39038,43839,46880,51134,54189,58897,61901,64921,69091,72109,72361,72626,73686,74533,75352,75443,77574,77784,77893,78012,78196,78772,80753,80848,80879,81749,82035,82438,82840,83183,83395,83596,83809,84098,84383,84456,84543,84628,84727,84847,85008,85171,85332,85497,85550,85683,85803,85901,86014,86207,86333,86569,86711,86881,87037,87209,87500,87612,87741,87970,88188,89043,89630,90244,90412,90554,90715,90858,91026,91183,91378,91470,91643,91805,91900,92069,92312,92605,92719,93128,93542,93658,94076,94317,94747,95182,95592,96014,96424,96546,96955,97371,97493,97561,97905,97985,98341,98491,98635,98719,99096,99194,99302,99396,99526,99634,99756,99892,100000,100120,100254,100376,100504,100646,100772,100912,101038,101156,101288,101386,101496,101780,101892,102010,102474,102590,102877,103003,103099,103229,103618,103728,103852,103990,104100,104222,104518,104642,104772,105248,105376,105675,105813,105959,106121,106337,106493,106697,106765,106849,106953,107483,108082,108240,108459,108690,108913,109148,109370,109636,110228,110827,110941,111085,111197,111321,111892,112490,112985,113531,113676,113769,113861,115222,115610,115908,116097,116303,116496,116706,116923,117184,117616,118140,118784,118981,119929,120486,120609,121382,121603,123184,123419,123543,124051,124265,124368,124498,124673,124920,125111,125251,125445,125715,126416,126704,126834,127599,128244,128390,128951,129189,130612,130762,131179,131344,132030,132500,132696,132858,133013,133157,133391,133558,134332,134618,134778,135393,135552,135880,136107,136472,136843,137204,138984,139613,140658,141178,141330,142320,143057,143260,143506,143753,143995,144316,144621,144844,145016,145557,145826,146320,146581,147021,147766,148131,148436,150136,150242,150372,150510,150634,151270,151571,152326,152765,152889,153130,153318,153452,153643,154422,154691,154982,155261,155578,155800,156095,156378,156482,157129,157694,157814,158311,159935,160646,162694,163357,164824,167745,171053,176058,177196,182884,183592,184279,184663,186741,186972,187276,187496,187803,188233,190986,191461,191990,192485,193800,194291,194722,195095,195437,195645,198866,199003,199238,201092,201397,202318,202739,203055,207660,218947", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,406,410,417,424,432,442,451,460,469,470,471,476,477,481,482,488,492,493,494,495,505,506,507,511,512,518,522,523,524,525,526,592,640,698,746,811,859,907,965,1013,1017,1021,1033,1048,1060,1061,1108,1112,1113,1114,1117,1127,1160,1161,1162,1174,1178,1183,1188,1193,1196,1199,1202,1206,1210,1211,1212,1213,1214,1217,1220,1223,1226,1230,1231,1234,1237,1240,1243,1247,1250,1254,1257,1260,1263,1266,1270,1273,1276,1280,1283,1293,1301,1309,1312,1315,1318,1321,1324,1327,1330,1331,1334,1337,1338,1341,1345,1350,1351,1359,1367,1368,1376,1380,1388,1396,1404,1412,1420,1421,1429,1437,1438,1440,1445,1447,1452,1456,1460,1461,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1490,1491,1492,1498,1499,1503,1505,1506,1509,1514,1515,1516,1517,1518,1519,1523,1524,1525,1531,1532,1536,1538,1541,1545,1549,1553,1557,1558,1559,1560,1568,1576,1579,1584,1589,1594,1599,1603,1607,1616,1624,1625,1626,1627,1628,1636,1645,1650,1655,1656,1657,1658,1676,1680,1685,1688,1692,1695,1699,1703,1707,1715,1724,1737,1741,1756,1764,1767,1778,1783,1812,1816,1817,1824,1828,1829,1830,1833,1837,1841,1842,1846,1851,1863,1867,1868,1880,1890,1891,1901,1906,1928,1931,1937,1940,1949,1957,1961,1964,1967,1970,1974,1977,1992,1996,1999,2014,2017,2025,2030,2036,2042,2048,2078,2089,2106,2113,2116,2128,2137,2141,2146,2150,2154,2158,2162,2166,2169,2178,2183,2192,2196,2203,2212,2218,2222,2244,2245,2246,2247,2248,2257,2261,2273,2280,2281,2285,2289,2290,2294,2308,2314,2320,2326,2332,2337,2343,2349,2350,2359,2367,2368,2375,2400,2412,2451,2467,2495,2544,2595,2702,2725,2817,2832,2844,2850,2894,2898,2904,2909,2915,2922,2978,2986,2997,3009,3037,3046,3053,3059,3067,3072,3120,3123,3127,3165,3171,3188,3195,3203,3287,3491,3507", - "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", - "endOffsets": "182,231,287,347,408,463,513,566,624,672,709,756,805,861,912,961,1015,1069,1118,1174,1221,1277,1337,1398,1451,1496,1549,1601,1659,1724,1772,1838,1896,1965,2023,2093,2167,2235,2302,2372,2438,2511,2571,2631,2691,2750,2807,2865,2923,2969,3029,3097,3166,3234,3287,3339,3385,3435,3482,3540,3598,3657,3717,3779,3841,3903,3965,4027,4089,4157,4218,4280,4342,4395,4449,4508,4570,4644,4715,4781,4855,4924,4995,5068,5139,5207,5280,5356,5426,5504,5572,5638,5699,5768,5832,5898,5966,6032,6095,6163,6234,6299,6372,6435,6516,6580,6646,6716,6786,6856,6926,6993,7058,7124,7177,7253,7319,7406,7482,7558,7605,7670,7720,7774,7853,7931,8004,8069,8132,8198,8269,8340,8402,8471,8537,8597,8664,8731,8787,8838,8891,8943,8997,9068,9131,9190,9252,9311,9384,9451,9511,9574,9649,9721,9817,9888,9944,10015,10072,10129,10195,10259,10330,10387,10440,10503,10555,10613,10680,10764,10849,10930,10998,11075,11148,11218,11290,11360,11433,11497,11567,11615,11684,11736,11794,11860,11927,11993,12074,12149,12205,12258,12319,12377,12427,12476,12525,12574,12636,12688,12733,12814,12868,12921,12975,13026,13075,13126,13187,13248,13310,13360,13401,13460,13519,13578,13639,13695,13751,13818,13879,13944,13999,14064,14133,14201,14279,14348,14408,14479,14553,14618,14690,14760,14827,14911,14980,15047,15117,15180,15247,15315,15398,15477,15567,15644,15712,15779,15857,15914,15971,16039,16105,16161,16221,16280,16334,16384,16434,16482,16544,16595,16668,16748,16828,16892,16955,17022,17093,17151,17212,17278,17337,17404,17464,17524,17587,17655,17716,17783,17861,17931,17980,18037,18106,18167,18255,18343,18431,18519,18575,18662,18749,18836,18923,18981,19037,19108,19173,19235,19310,19383,19452,19522,19591,19685,19754,19855,19906,19964,20034,20103,20173,20243,20313,20380,20455,20522,20581,20646,20702,20760,20822,20867,20910,20957,21002,21053,21101,21167,21229,21292,21364,21421,21484,21541,21601,21666,21733,21798,21855,21916,21974,22044,22101,22421,22571,22702,22800,22915,23002,23050,23129,23194,23283,23440,23597,23750,23904,24082,24264,24446,24628,24818,25008,25207,25380,25490,25675,25812,26032,26216,26376,26534,26718,26921,27092,27312,27534,27689,27896,28080,28183,28324,28489,28660,28860,29064,29266,29471,29672,29871,30075,30153,30454,30620,30775,30877,31154,31439,31829,32285,32794,33336,33801,34263,34734,34827,34934,35277,35384,35613,35734,36143,36375,36475,36580,36699,37233,37380,37499,37734,37867,38282,38520,38632,38753,38886,39033,43834,46875,51129,54184,58892,61896,64916,69086,72104,72356,72621,73681,74528,75347,75438,77569,77779,77888,78007,78191,78767,80748,80843,80874,81744,82030,82433,82835,83178,83390,83591,83804,84093,84378,84451,84538,84623,84722,84842,85003,85166,85327,85492,85545,85678,85798,85896,86009,86202,86328,86564,86706,86876,87032,87204,87495,87607,87736,87965,88183,89038,89625,90239,90407,90549,90710,90853,91021,91178,91373,91465,91638,91800,91895,92064,92307,92600,92714,93123,93537,93653,94071,94312,94742,95177,95587,96009,96419,96541,96950,97366,97488,97556,97900,97980,98336,98486,98630,98714,99091,99189,99297,99391,99521,99629,99751,99887,99995,100115,100249,100371,100499,100641,100767,100907,101033,101151,101283,101381,101491,101775,101887,102005,102469,102585,102872,102998,103094,103224,103613,103723,103847,103985,104095,104217,104513,104637,104767,105243,105371,105670,105808,105954,106116,106332,106488,106692,106760,106844,106948,107478,108077,108235,108454,108685,108908,109143,109365,109631,110223,110822,110936,111080,111192,111316,111887,112485,112980,113526,113671,113764,113856,115217,115605,115903,116092,116298,116491,116701,116918,117179,117611,118135,118779,118976,119924,120481,120604,121377,121598,123179,123414,123538,124046,124260,124363,124493,124668,124915,125106,125246,125440,125710,126411,126699,126829,127594,128239,128385,128946,129184,130607,130757,131174,131339,132025,132495,132691,132853,133008,133152,133386,133553,134327,134613,134773,135388,135547,135875,136102,136467,136838,137199,138979,139608,140653,141173,141325,142315,143052,143255,143501,143748,143990,144311,144616,144839,145011,145552,145821,146315,146576,147016,147761,148126,148431,150131,150237,150367,150505,150629,151265,151566,152321,152760,152884,153125,153313,153447,153638,154417,154686,154977,155256,155573,155795,156090,156373,156477,157124,157689,157809,158306,159930,160641,162689,163352,164819,167740,171048,176053,177191,182879,183587,184274,184658,186736,186967,187271,187491,187798,188228,190981,191456,191985,192480,193795,194286,194717,195090,195432,195640,198861,198998,199233,201087,201392,202313,202734,203050,207655,218942,220011" - }, - "to": { - "startLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,92,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,188,189,190,191,192,193,194,195,299,300,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,541,606,607,608,618,619,637,638,639,647,656,657,660,661,663,664,665,666,667,668,669,670,671,672,673,676,678,712,715,747,748,749,751,752,776,777,778,779,785,791,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,842,843,844,845,883,887,934,941,948,1118,1128,1137,1146,1215,1216,1217,1222,1223,1227,1228,1234,1238,1239,1240,1241,1251,1252,1253,1257,1258,1264,1268,1338,1339,1340,1341,1407,1455,1513,1561,1626,1674,1722,1780,1828,1832,1836,2607,2622,2634,2635,2682,2686,2687,2688,2691,2701,2734,2757,2758,2770,2774,2779,2784,2789,2792,2795,2798,2802,2945,2946,2947,2948,3025,3028,3031,3034,3037,3041,3042,3045,3048,3051,3054,3058,3061,3065,3068,3071,3074,3077,3081,3084,3093,3097,3100,3110,3118,3126,3129,3132,3135,3138,3141,3211,3214,3215,3218,3221,3222,3225,3229,3234,3235,3243,3251,3252,3260,3264,3272,3280,3288,3296,3304,3305,3313,3321,3405,3407,3412,3414,3419,3423,3440,3441,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3466,3470,3471,3472,3478,3479,3483,3485,3486,3489,3494,3495,3496,3497,3498,3499,3503,3504,3505,3511,3512,3516,3518,3521,3525,3529,3533,3558,3559,3560,3561,3569,3577,3580,3585,3590,3595,3600,3604,3608,3617,3625,3626,3627,3628,3629,3637,3646,3651,3656,3657,3658,3659,3677,3681,3686,3689,3693,3696,3700,3704,3839,3847,3856,3869,3873,3888,3896,3899,3910,3915,3944,3948,3949,3956,3960,3961,3962,3965,3969,3973,3974,3978,3983,3995,3999,4000,4012,4022,4023,4033,4038,4060,4063,4069,4072,4081,4089,4093,4096,4099,4102,4106,4109,4124,4128,4131,4146,4149,4157,4162,4168,4174,4180,4210,4221,4238,4245,4248,4260,4269,4273,4278,4282,4286,4290,4294,4298,4301,4310,4315,4324,4328,4335,4344,4350,4354,4372,4373,4374,4375,4376,4384,4388,4400,4407,4408,4412,4416,4417,4421,4435,4441,4447,4453,4459,4464,4470,4476,4477,4486,4494,4495,4661,4676,4686,5228,5244,5272,5307,5387,5491,5509,5588,5745,5757,5763,5805,5809,5869,6105,6111,6118,6166,6172,6183,6195,6218,6224,6228,6234,6239,6409,6483,6486,6525,6665,6671,6785,6789,6797,6892,7080", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "150,187,236,292,352,413,520,570,623,681,729,766,813,862,918,969,1018,1072,1126,1175,1231,1394,1450,1510,1571,1624,1714,1816,1868,1926,1991,2039,2105,2163,2232,2290,2360,2434,2502,2569,2639,2705,2778,2838,2898,2958,3017,3074,3192,3306,3352,3412,3480,3549,3617,3670,3722,3768,3818,3865,3923,3981,4040,4100,4162,4224,4286,4348,4410,4472,4540,4601,4663,4725,4778,4873,5295,8169,8243,8314,8380,8454,8523,8594,8667,8738,8806,8879,8955,9025,9103,9171,9237,9298,9367,9431,9497,9565,9631,9694,9762,9833,9898,9971,10034,10115,10179,10245,10315,10385,10455,10525,11945,12010,12076,12129,12205,12271,12358,12434,19497,19544,20335,20385,20439,20518,20596,20669,20734,20797,20863,20934,21005,21067,21136,21202,21262,21329,21396,21452,21503,21556,21608,21662,21733,21796,21855,21917,21976,22049,22116,22176,22239,22314,22386,22482,22553,22609,22680,22737,22794,22860,22924,22995,23052,23105,23168,23220,23278,24574,24658,24743,24824,24892,24969,25042,25112,25184,25254,25327,25391,25461,25509,25578,25630,25688,25754,25821,25887,25968,26043,26099,26152,26213,26271,26321,26370,26419,26468,26530,26582,26627,26708,26762,26815,26869,26920,26969,27020,27081,27142,27204,27254,27295,27354,27413,27472,27533,27589,27645,27712,27773,27838,27893,27958,28027,28095,28173,28242,28302,28373,28447,28512,28584,28654,28721,28805,28874,28941,29011,29074,29141,29209,29292,29371,29461,29538,29606,29673,29751,29808,29865,29933,29999,30055,30115,30174,30228,30278,30328,30376,30438,30489,30562,30642,30722,30786,30849,30916,30987,31045,31106,31172,31231,31298,31358,31418,31481,31549,31610,31677,31755,31825,31874,31931,32000,32061,32149,32237,32325,32413,32469,32556,32643,32730,32817,32875,32931,33002,33067,33129,33204,33277,33346,33416,33485,33579,33648,33749,33800,33858,33928,33997,34067,34137,34207,34274,34349,34416,35505,39175,39231,39289,39763,39808,40786,40833,40878,41262,41749,41815,41994,42057,42197,42254,42317,42374,42434,42499,42566,42631,42688,42749,42807,43010,43137,45543,45788,49466,49564,49679,49826,49874,52626,52691,52780,52937,53408,53868,55032,55210,55392,55574,55756,55946,56136,56335,56508,56618,56803,56940,57160,57344,57504,57662,57846,58049,58220,58440,58662,58817,59024,59208,59311,59452,59617,59788,59988,60192,60394,60599,60800,60999,61203,61324,61625,61791,61946,64712,64989,68000,68390,68846,79983,80497,80934,81368,85708,85801,85908,86251,86358,86587,86708,87117,87349,87449,87554,87673,88182,88329,88448,88683,88816,89231,89469,94684,94805,94938,95085,99754,102727,106920,109907,114483,117419,120371,124465,127415,127645,127888,176083,176930,177749,177840,179971,180181,180290,180409,180593,181169,182976,184191,184222,185092,185378,185781,186183,186526,186738,186939,187152,187441,198328,198401,198488,198573,203242,203362,203523,203686,203847,204012,204065,204198,204318,204416,204529,204722,204848,205005,205147,205317,205473,205645,205936,206048,206567,206796,207014,207869,208456,209070,209238,209380,209541,209684,209852,216481,216676,216768,216941,217103,217198,217367,217610,217903,218017,218426,218840,218956,219374,219615,220045,220480,220890,221312,221722,221844,222253,222669,228092,228160,228504,228584,228940,229090,229968,230052,230429,230527,230635,230729,230859,230967,231089,231225,231333,231453,231587,231709,231837,231979,232105,232245,232371,232489,232621,232719,232829,233113,233225,233343,233807,233923,234210,234336,234432,234562,234951,235061,235185,235323,235433,235555,235851,235975,236105,236581,236709,237008,237146,237292,237454,237670,237826,239581,239649,239733,239837,240292,240816,240974,241193,241424,241647,241882,242104,242370,242962,243561,243675,243819,243931,244055,244626,245224,245719,246265,246410,246503,246595,247892,248280,248578,248767,248973,249166,249376,249593,259535,259967,260491,261135,261332,262280,262837,262960,263733,263954,265535,265770,265894,266306,266520,266623,266753,266928,267175,267366,267506,267700,267970,268671,268959,269089,269854,270499,270645,271206,271444,272867,273017,273434,273599,274285,274755,274951,275042,275126,275270,275504,275671,276445,276731,276891,277506,277665,277993,278220,278585,278956,279317,281097,281726,282771,283195,283347,284337,285074,285277,285523,285770,286012,286333,286638,286861,287033,287574,287843,288337,288598,289038,289783,290148,290453,291743,291849,291979,292117,292241,292703,293004,293759,294198,294322,294563,294751,294885,295076,295855,296124,296415,296694,297011,297233,297528,297811,297915,298466,298936,299056,304971,305444,305743,324189,324852,325791,326901,329924,332133,332531,336234,343684,343999,344201,345296,345446,348033,354800,355107,355537,356979,357156,357685,358180,358694,358847,358968,359161,359335,364806,367401,367538,368767,371767,371950,376427,376543,376718,379798,386823", - "endLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,26,27,28,29,30,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,56,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,85,92,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,188,189,190,191,192,193,194,195,299,300,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,541,606,607,608,618,619,637,638,639,647,656,657,660,661,663,664,665,666,667,668,669,670,671,672,673,676,681,712,715,747,748,749,751,752,776,777,778,779,785,791,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,842,843,844,845,886,890,940,947,955,1127,1136,1145,1154,1215,1216,1221,1222,1226,1227,1233,1237,1238,1239,1240,1250,1251,1252,1256,1257,1263,1267,1268,1338,1339,1340,1406,1454,1512,1560,1625,1673,1721,1779,1827,1831,1835,1847,2621,2633,2634,2681,2685,2686,2687,2690,2700,2733,2734,2757,2769,2773,2778,2783,2788,2791,2794,2797,2801,2805,2945,2946,2947,2948,3027,3030,3033,3036,3040,3041,3044,3047,3050,3053,3057,3060,3064,3067,3070,3073,3076,3080,3083,3086,3096,3099,3109,3117,3125,3128,3131,3134,3137,3140,3143,3213,3214,3217,3220,3221,3224,3228,3233,3234,3242,3250,3251,3259,3263,3271,3279,3287,3295,3303,3304,3312,3320,3321,3406,3411,3413,3418,3422,3426,3440,3445,3446,3447,3448,3449,3450,3451,3452,3453,3454,3455,3456,3457,3458,3459,3460,3461,3462,3463,3464,3465,3469,3470,3471,3477,3478,3482,3484,3485,3488,3493,3494,3495,3496,3497,3498,3502,3503,3504,3510,3511,3515,3517,3520,3524,3528,3532,3536,3558,3559,3560,3568,3576,3579,3584,3589,3594,3599,3603,3607,3616,3624,3625,3626,3627,3628,3636,3645,3650,3655,3656,3657,3658,3676,3680,3685,3688,3692,3695,3699,3703,3707,3846,3855,3868,3872,3887,3895,3898,3909,3914,3943,3947,3948,3955,3959,3960,3961,3964,3968,3972,3973,3977,3982,3994,3998,3999,4011,4021,4022,4032,4037,4059,4062,4068,4071,4080,4088,4092,4095,4098,4101,4105,4108,4123,4127,4130,4145,4148,4156,4161,4167,4173,4179,4209,4220,4237,4244,4247,4259,4268,4272,4277,4281,4285,4289,4293,4297,4300,4309,4314,4323,4327,4334,4343,4349,4353,4371,4372,4373,4374,4375,4383,4387,4399,4406,4407,4411,4415,4416,4420,4434,4440,4446,4452,4458,4463,4469,4475,4476,4485,4493,4494,4501,4675,4685,4723,5243,5271,5306,5348,5490,5508,5587,5601,5756,5762,5804,5808,5814,5873,6110,6117,6165,6171,6182,6194,6217,6223,6227,6233,6238,6243,6445,6485,6489,6562,6670,6686,6788,6796,6871,7079,7087", - "endColumns": "36,48,55,59,60,54,49,52,57,47,36,46,48,55,50,48,53,53,48,55,46,55,59,60,52,44,52,51,57,64,47,65,57,68,57,69,73,67,66,69,65,72,59,59,59,58,56,57,57,45,59,67,68,67,52,51,45,49,46,57,57,58,59,61,61,61,61,61,61,67,60,61,61,52,53,58,61,73,70,65,73,68,70,72,70,67,72,75,69,77,67,65,60,68,63,65,67,65,62,67,70,64,72,62,80,63,65,69,69,69,69,66,64,65,52,75,65,86,75,75,46,64,49,53,78,77,72,64,62,65,70,70,61,68,65,59,66,66,55,50,52,51,53,70,62,58,61,58,72,66,59,62,74,71,95,70,55,70,56,56,65,63,70,56,52,62,51,57,66,83,84,80,67,76,72,69,71,69,72,63,69,47,68,51,57,65,66,65,80,74,55,52,60,57,49,48,48,48,61,51,44,80,53,52,53,50,48,50,60,60,61,49,40,58,58,58,60,55,55,66,60,64,54,64,68,67,77,68,59,70,73,64,71,69,66,83,68,66,69,62,66,67,82,78,89,76,67,66,77,56,56,67,65,55,59,58,53,49,49,47,61,50,72,79,79,63,62,66,70,57,60,65,58,66,59,59,62,67,60,66,77,69,48,56,68,60,87,87,87,87,55,86,86,86,86,57,55,70,64,61,74,72,68,69,68,93,68,100,50,57,69,68,69,69,69,66,74,66,58,64,55,57,61,44,42,46,44,50,47,65,61,62,71,56,62,56,59,64,66,64,56,60,57,69,56,12,149,130,97,114,86,47,78,64,88,156,156,152,153,177,181,181,181,189,189,198,172,109,184,136,219,183,159,157,183,202,170,219,221,154,206,183,102,140,164,170,199,203,201,204,200,198,203,77,300,165,154,101,10,10,10,10,10,10,10,10,10,92,106,10,106,10,120,10,10,99,104,118,10,146,118,10,132,10,10,111,120,132,146,10,10,10,10,10,10,10,10,10,10,10,10,10,10,90,10,10,108,118,10,10,10,94,30,10,10,10,10,10,10,10,10,10,10,72,86,84,98,10,10,10,10,10,52,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,91,10,10,94,10,10,10,113,10,10,115,10,10,10,10,10,10,10,121,10,10,121,10,10,10,10,10,10,83,10,97,107,93,129,107,121,135,107,119,133,121,127,141,125,139,125,117,131,97,109,10,111,117,10,115,10,10,95,10,10,109,123,137,109,121,10,123,129,10,127,10,10,10,10,10,10,10,67,83,103,10,10,10,10,10,10,10,10,10,10,10,113,143,111,123,10,10,10,10,144,92,91,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,123,10,10,102,129,10,10,10,139,10,10,10,10,129,10,10,145,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,105,129,137,123,10,10,10,10,123,10,10,133,10,10,10,10,10,10,10,10,10,103,10,10,119,10,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22", - "endOffsets": "182,231,287,347,408,463,565,618,676,724,761,808,857,913,964,1013,1067,1121,1170,1226,1273,1445,1505,1566,1619,1664,1762,1863,1921,1986,2034,2100,2158,2227,2285,2355,2429,2497,2564,2634,2700,2773,2833,2893,2953,3012,3069,3127,3245,3347,3407,3475,3544,3612,3665,3717,3763,3813,3860,3918,3976,4035,4095,4157,4219,4281,4343,4405,4467,4535,4596,4658,4720,4773,4827,4927,5352,8238,8309,8375,8449,8518,8589,8662,8733,8801,8874,8950,9020,9098,9166,9232,9293,9362,9426,9492,9560,9626,9689,9757,9828,9893,9966,10029,10110,10174,10240,10310,10380,10450,10520,10587,12005,12071,12124,12200,12266,12353,12429,12505,19539,19604,20380,20434,20513,20591,20664,20729,20792,20858,20929,21000,21062,21131,21197,21257,21324,21391,21447,21498,21551,21603,21657,21728,21791,21850,21912,21971,22044,22111,22171,22234,22309,22381,22477,22548,22604,22675,22732,22789,22855,22919,22990,23047,23100,23163,23215,23273,23340,24653,24738,24819,24887,24964,25037,25107,25179,25249,25322,25386,25456,25504,25573,25625,25683,25749,25816,25882,25963,26038,26094,26147,26208,26266,26316,26365,26414,26463,26525,26577,26622,26703,26757,26810,26864,26915,26964,27015,27076,27137,27199,27249,27290,27349,27408,27467,27528,27584,27640,27707,27768,27833,27888,27953,28022,28090,28168,28237,28297,28368,28442,28507,28579,28649,28716,28800,28869,28936,29006,29069,29136,29204,29287,29366,29456,29533,29601,29668,29746,29803,29860,29928,29994,30050,30110,30169,30223,30273,30323,30371,30433,30484,30557,30637,30717,30781,30844,30911,30982,31040,31101,31167,31226,31293,31353,31413,31476,31544,31605,31672,31750,31820,31869,31926,31995,32056,32144,32232,32320,32408,32464,32551,32638,32725,32812,32870,32926,32997,33062,33124,33199,33272,33341,33411,33480,33574,33643,33744,33795,33853,33923,33992,34062,34132,34202,34269,34344,34411,34470,35565,39226,39284,39346,39803,39846,40828,40873,40924,41305,41810,41872,42052,42124,42249,42312,42369,42429,42494,42561,42626,42683,42744,42802,42872,43062,43452,45688,45914,49559,49674,49761,49869,49948,52686,52775,52932,53089,53556,54017,55205,55387,55569,55751,55941,56131,56330,56503,56613,56798,56935,57155,57339,57499,57657,57841,58044,58215,58435,58657,58812,59019,59203,59306,59447,59612,59783,59983,60187,60389,60594,60795,60994,61198,61276,61620,61786,61941,62043,64984,65269,68385,68841,69350,80492,80929,81363,81806,85796,85903,86246,86353,86582,86703,87112,87344,87444,87549,87668,88177,88324,88443,88678,88811,89226,89464,89576,94800,94933,95080,99749,102722,106915,109902,114478,117414,120366,124460,127410,127640,127883,128921,176925,177744,177835,179966,180176,180285,180404,180588,181164,182971,183066,184217,185087,185373,185776,186178,186521,186733,186934,187147,187436,187721,198396,198483,198568,198667,203357,203518,203681,203842,204007,204060,204193,204313,204411,204524,204717,204843,205000,205142,205312,205468,205640,205931,206043,206172,206791,207009,207864,208451,209065,209233,209375,209536,209679,209847,210004,216671,216763,216936,217098,217193,217362,217605,217898,218012,218421,218835,218951,219369,219610,220040,220475,220885,221307,221717,221839,222248,222664,222786,228155,228499,228579,228935,229085,229229,230047,230424,230522,230630,230724,230854,230962,231084,231220,231328,231448,231582,231704,231832,231974,232100,232240,232366,232484,232616,232714,232824,233108,233220,233338,233802,233918,234205,234331,234427,234557,234946,235056,235180,235318,235428,235550,235846,235970,236100,236576,236704,237003,237141,237287,237449,237665,237821,238025,239644,239728,239832,240287,240811,240969,241188,241419,241642,241877,242099,242365,242957,243556,243670,243814,243926,244050,244621,245219,245714,246260,246405,246498,246590,247887,248275,248573,248762,248968,249161,249371,249588,249849,259962,260486,261130,261327,262275,262832,262955,263728,263949,265530,265765,265889,266301,266515,266618,266748,266923,267170,267361,267501,267695,267965,268666,268954,269084,269849,270494,270640,271201,271439,272862,273012,273429,273594,274280,274750,274946,275037,275121,275265,275499,275666,276440,276726,276886,277501,277660,277988,278215,278580,278951,279312,281092,281721,282766,283190,283342,284332,285069,285272,285518,285765,286007,286328,286633,286856,287028,287569,287838,288332,288593,289033,289778,290143,290448,291738,291844,291974,292112,292236,292698,292999,293754,294193,294317,294558,294746,294880,295071,295850,296119,296410,296689,297006,297228,297523,297806,297910,298461,298931,299051,299453,305439,305738,307677,324847,325786,326896,328657,332128,332526,336229,336812,343994,344196,345291,345441,345616,348248,355102,355532,356974,357151,357680,358175,358689,358842,358963,359156,359330,359538,365961,367533,367679,369900,371945,372546,376538,376713,379049,386818,387061" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res/values/values.xml", - "from": { - "startLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33,46", - "startColumns": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", - "startOffsets": "215,301,377,463,549,625,702,778,951,1052,1233,1354,1457,1637,1756,1868,1967,2155,2256,2437,2558,2733,2877,2936,2994,3164,3475", - "endLines": "4,5,6,7,8,9,10,11,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,45,64", - "endColumns": "85,75,85,85,75,76,75,75,100,180,120,102,179,118,111,98,187,100,180,120,174,143,58,57,74,20,20", - "endOffsets": "300,376,462,548,624,701,777,853,1051,1232,1353,1456,1636,1755,1867,1966,2154,2255,2436,2557,2732,2876,2935,2993,3068,3474,3887" - }, - "to": { - "startLines": "123,124,125,126,127,128,129,130,754,755,756,757,758,759,760,761,763,764,765,766,767,768,769,770,771,6092,6563", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "7498,7588,7668,7758,7848,7928,8009,8089,50033,50138,50319,50444,50551,50731,50854,50970,51240,51428,51533,51714,51839,52014,52162,52225,52287,354485,369905", - "endLines": "123,124,125,126,127,128,129,130,754,755,756,757,758,759,760,761,763,764,765,766,767,768,769,770,771,6104,6581", - "endColumns": "89,79,89,89,79,80,79,79,104,180,124,106,179,122,115,102,187,104,180,124,174,147,62,61,78,20,20", - "endOffsets": "7583,7663,7753,7843,7923,8004,8084,8164,50133,50314,50439,50546,50726,50849,50965,51068,51423,51528,51709,51834,52009,52157,52220,52282,52361,354795,370317" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/7cde1b4d80356d9bf8a9ef4184360460/transformed/recyclerview-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,111,170,218,274,349,425,497,563", - "endLines": "2,3,4,5,6,7,8,9,38", - "endColumns": "55,58,47,55,74,75,71,65,24", - "endOffsets": "106,165,213,269,344,420,492,558,2084" - }, - "to": { - "startLines": "57,361,362,363,371,372,373,601,6462", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "3250,23518,23577,23625,24292,24367,24443,38949,366561", - "endLines": "57,361,362,363,371,372,373,601,6482", - "endColumns": "55,58,47,55,74,75,71,65,24", - "endOffsets": "3301,23572,23620,23676,24362,24438,24510,39010,367396" - } - }, - { - "source": "/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/generated/res/resValues/debug/values/gradleResValues.xml", - "from": { - "startLines": "6,8", - "startColumns": "4,4", - "startOffsets": "156,262", - "endColumns": "63,68", - "endOffsets": "215,326" - }, - "to": { - "startLines": "674,675", - "startColumns": "4,4", - "startOffsets": "42877,42941", - "endColumns": "63,68", - "endOffsets": "42936,43005" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/97f815c1686c025a6e64cfed884545e6/transformed/jetified-drawee-2.6.0/res/values/values.xml", - "from": { - "startLines": "2,141", - "startColumns": "4,4", - "startOffsets": "55,6080", - "endLines": "140,228", - "endColumns": "22,22", - "endOffsets": "6075,9685" - }, - "to": { - "startLines": "5883,6582", - "startColumns": "4,4", - "startOffsets": "348572,370322", - "endLines": "6016,6664", - "endColumns": "22,22", - "endOffsets": "352418,371762" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/b9010cc6516f18b71dcf3715e7649aa2/transformed/lifecycle-runtime-2.3.1/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "42", - "endOffsets": "93" - }, - "to": { - "startLines": "650", - "startColumns": "4", - "startOffsets": "41412", - "endColumns": "42", - "endOffsets": "41450" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/res/values/values.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,126", - "endColumns": "70,78", - "endOffsets": "121,200" - }, - "to": { - "startLines": "786,787", - "startColumns": "4,4", - "startOffsets": "53561,53632", - "endColumns": "70,78", - "endOffsets": "53627,53706" - } - }, - { - "source": "/Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml", - "from": { - "startLines": "3", - "startColumns": "4", - "startOffsets": "54", - "endLines": "6", - "endColumns": "12", - "endOffsets": "267" - }, - "to": { - "startLines": "891", - "startColumns": "4", - "startOffsets": "65274", - "endLines": "894", - "endColumns": "12", - "endOffsets": "65452" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/cc2f765b35afd2b22ce030514f91b7bc/transformed/transition-1.2.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,95,142,185,240,287,341,393,442,503", - "endColumns": "39,46,42,54,46,53,51,48,60,49", - "endOffsets": "90,137,180,235,282,336,388,437,498,548" - }, - "to": { - "startLines": "598,599,609,616,617,641,642,643,644,645", - "startColumns": "4,4,4,4,4,4,4,4,4,4", - "startOffsets": "38828,38868,39351,39661,39716,40964,41018,41070,41119,41180", - "endColumns": "39,46,42,54,46,53,51,48,60,49", - "endOffsets": "38863,38910,39389,39711,39758,41013,41065,41114,41175,41225" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/696a5dc3d4d3c3825af561a2a9e108ac/transformed/jetified-savedstate-1.1.0/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "53", - "endOffsets": "104" - }, - "to": { - "startLines": "651", - "startColumns": "4", - "startOffsets": "41455", - "endColumns": "53", - "endOffsets": "41504" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/2d201a478871fdc2721fe6377af59e92/transformed/jetified-autofill-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,19,20,27,32,37,44,53", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "55,123,934,994,1376,1656,1938,2322,2820", - "endLines": "2,18,19,26,31,36,43,52,66", - "endColumns": "67,12,59,12,12,12,12,12,24", - "endOffsets": "118,929,989,1371,1651,1933,2317,2815,3867" - }, - "to": { - "startLines": "301,3372,3803,3804,3811,3816,3821,3828,5214", - "startColumns": "4,4,4,4,4,4,4,4,4", - "startOffsets": "19609,226290,257510,257570,257952,258232,258514,258898,323603", - "endLines": "301,3387,3803,3810,3815,3820,3827,3836,5227", - "endColumns": "67,12,59,12,12,12,12,12,24", - "endOffsets": "19672,227096,257565,257947,258227,258509,258893,259391,324184" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/res/values/values.xml", - "from": { - "startLines": "2,3,4,5", - "startColumns": "4,4,4,4", - "startOffsets": "55,120,190,254", - "endColumns": "64,69,63,60", - "endOffsets": "115,185,249,310" - }, - "to": { - "startLines": "88,89,90,95", - "startColumns": "4,4,4,4", - "startOffsets": "5049,5114,5184,5441", - "endColumns": "64,69,63,60", - "endOffsets": "5109,5179,5243,5497" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/res/values/values.xml", - "from": { - "startLines": "2,3", - "startColumns": "4,4", - "startOffsets": "55,124", - "endColumns": "68,56", - "endOffsets": "119,176" - }, - "to": { - "startLines": "595,596", - "startColumns": "4,4", - "startOffsets": "38645,38714", - "endColumns": "68,56", - "endOffsets": "38709,38766" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/f97f3938c4f42f5b2ee83131e8287379/transformed/lifecycle-viewmodel-2.3.1/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "49", - "endOffsets": "100" - }, - "to": { - "startLines": "652", - "startColumns": "4", - "startOffsets": "41509", - "endColumns": "49", - "endOffsets": "41554" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/7c242163f08c077b2a20a9af1a9b11ec/transformed/coordinatorlayout-1.1.0/res/values/values.xml", - "from": { - "startLines": "2,3,6,16", - "startColumns": "4,4,4,4", - "startOffsets": "55,116,261,869", - "endLines": "2,5,15,104", - "endColumns": "60,12,24,24", - "endOffsets": "111,256,864,6075" - }, - "to": { - "startLines": "24,4502,5637,5643", - "startColumns": "4,4,4,4", - "startOffsets": "1278,299458,338385,338596", - "endLines": "24,4504,5642,5726", - "endColumns": "60,12,24,24", - "endOffsets": "1334,299598,338591,343107" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,89,90,94,95,96,97,104,111,159,191,228", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,115,187,275,344,407,477,545,617,687,748,822,895,956,1017,1079,1143,1205,1266,1334,1434,1494,1560,1633,1702,1759,1811,1873,1945,2021,2086,2145,2204,2264,2324,2384,2444,2504,2564,2624,2684,2744,2804,2863,2923,2983,3043,3103,3163,3223,3283,3343,3403,3463,3522,3582,3642,3701,3760,3819,3878,3937,3996,4031,4066,4121,4184,4239,4297,4355,4416,4479,4536,4587,4637,4698,4755,4821,4855,4890,4925,4995,5066,5183,5384,5494,5695,5824,5896,5963,6400,6698,9998,12063,13823", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,88,89,93,94,95,96,103,110,158,190,227,234", - "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", - "endOffsets": "110,182,270,339,402,472,540,612,682,743,817,890,951,1012,1074,1138,1200,1261,1329,1429,1489,1555,1628,1697,1754,1806,1868,1940,2016,2081,2140,2199,2259,2319,2379,2439,2499,2559,2619,2679,2739,2799,2858,2918,2978,3038,3098,3158,3218,3278,3338,3398,3458,3517,3577,3637,3696,3755,3814,3873,3932,3991,4026,4061,4116,4179,4234,4292,4350,4411,4474,4531,4582,4632,4693,4750,4816,4850,4885,4920,4990,5061,5178,5379,5489,5690,5819,5891,5958,6395,6693,9993,12058,13818,14195" - }, - "to": { - "startLines": "55,103,104,196,197,305,306,307,308,309,310,311,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,550,551,552,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,604,605,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,640,677,862,3200,3201,3205,3206,3210,3837,3838,5353,5602,5815,5848,6017,6050", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "3132,6003,6075,12510,12579,19847,19917,19985,20057,20127,20188,20262,34475,34536,34597,34659,34723,34785,34846,34914,35014,35074,35140,35213,35282,35339,35391,36023,36095,36171,36287,36346,36405,36465,36525,36585,36645,36705,36765,36825,36885,36945,37005,37064,37124,37184,37244,37304,37364,37424,37484,37544,37604,37664,37723,37783,37843,37902,37961,38020,38079,38138,39105,39140,39962,40017,40080,40135,40193,40251,40312,40375,40432,40483,40533,40594,40651,40717,40751,40929,43067,63217,215723,215840,216041,216151,216352,259396,259468,328797,336817,345621,347352,352423,353105", - "endLines": "55,103,104,196,197,305,306,307,308,309,310,311,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,550,551,552,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,604,605,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,640,677,862,3200,3204,3205,3209,3210,3837,3838,5358,5608,5847,5868,6049,6055", - "endColumns": "59,71,87,68,62,69,67,71,69,60,73,72,60,60,61,63,61,60,67,99,59,65,72,68,56,51,61,71,75,64,58,58,59,59,59,59,59,59,59,59,59,59,58,59,59,59,59,59,59,59,59,59,59,58,59,59,58,58,58,58,58,58,34,34,54,62,54,57,57,60,62,56,50,49,60,56,65,33,34,34,69,70,116,12,109,12,128,71,66,24,24,24,24,24,24", - "endOffsets": "3187,6070,6158,12574,12637,19912,19980,20052,20122,20183,20257,20330,34531,34592,34654,34718,34780,34841,34909,35009,35069,35135,35208,35277,35334,35386,35448,36090,36166,36231,36341,36400,36460,36520,36580,36640,36700,36760,36820,36880,36940,37000,37059,37119,37179,37239,37299,37359,37419,37479,37539,37599,37659,37718,37778,37838,37897,37956,38015,38074,38133,38192,39135,39170,40012,40075,40130,40188,40246,40307,40370,40427,40478,40528,40589,40646,40712,40746,40781,40959,43132,63283,215835,216036,216146,216347,216476,259463,259530,328995,337023,347347,348028,353100,353267" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "55,102,149,186,245,297,393,442,488,533,593,704,752,799,853,902,964,1021,1091,1141,1198,1248,1293,1368,1425,1494,1587,1695,1752,1798,1841,1892,1933,1984,2039,2108,2164", - "endLines": "2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,51", - "endColumns": "46,46,36,58,51,48,48,45,44,59,110,47,46,53,48,61,56,69,49,56,49,44,74,56,68,92,107,56,45,42,50,40,50,54,68,55,12", - "endOffsets": "97,144,181,240,292,341,437,483,528,588,699,747,794,848,897,959,1016,1086,1136,1193,1243,1288,1363,1420,1489,1582,1690,1747,1793,1836,1887,1928,1979,2034,2103,2159,2996" - }, - "to": { - "startLines": "91,93,94,374,540,602,713,714,716,750,772,773,774,775,780,781,782,783,788,789,790,794,795,796,797,798,799,800,802,841,846,849,850,867,868,869,3344", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "5248,5357,5404,24515,35453,39015,45693,45742,45919,49766,52366,52477,52525,52572,53094,53143,53205,53262,53711,53761,53818,54182,54227,54302,54359,54428,54521,54629,54757,61281,62048,62269,62310,63594,63649,63718,224521", - "endLines": "91,93,94,374,540,602,713,714,716,750,772,773,774,775,780,781,782,783,788,789,790,794,795,796,797,798,799,800,802,841,846,849,850,867,868,869,3356", - "endColumns": "46,46,36,58,51,48,48,45,44,59,110,47,46,53,48,61,56,69,49,56,49,44,74,56,68,92,107,56,45,42,50,40,50,54,68,55,12", - "endOffsets": "5290,5399,5436,24569,35500,39059,45737,45783,45959,49821,52472,52520,52567,52621,53138,53200,53257,53327,53756,53813,53863,54222,54297,54354,54423,54516,54624,54681,54798,61319,62094,62305,62356,63644,63713,63769,225353" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/8d1748e14c798d6a06bd397e5ac2f809/transformed/jetified-viewpager2-1.0.0/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endLines": "4", - "endColumns": "24", - "endOffsets": "160" - }, - "to": { - "startLines": "7181", - "startColumns": "4", - "startOffsets": "390848", - "endLines": "7183", - "endColumns": "24", - "endOffsets": "390953" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res/values/values.xml", - "from": { - "startLines": "4,7", - "startColumns": "0,0", - "startOffsets": "238,401", - "endColumns": "63,166", - "endOffsets": "301,567" - }, - "to": { - "startLines": "662,762", - "startColumns": "4,4", - "startOffsets": "42129,51073", - "endColumns": "67,166", - "endOffsets": "42192,51235" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/res/values/values.xml", - "from": { - "startLines": "2", - "startColumns": "4", - "startOffsets": "55", - "endColumns": "82", - "endOffsets": "133" - }, - "to": { - "startLines": "710", - "startColumns": "4", - "startOffsets": "45396", - "endColumns": "82", - "endOffsets": "45474" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,78,82,85,88,92,96,99,102,103,104,113,120,127,130,133,136,142", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "100,163,226,277,325,374,422,471,520,561,604,647,689,732,786,967,1040,1163,1259,1348,1456,1573,1693,1813,1915,2018,2129,2236,2339,2450,2619,2787,2904,3014,3129,3242,3398,3506,3619,3710,3821,3990,4088,4215,4340,4435,4542,4622,4698,4771,4858,4929,5000,5078,5158,5244,5328,5400,5482,5566,5643,5730,5815,5894,5969,6042,6131,6208,6286,6359,6437,6685,6933,7136,7327,7529,7735,7936,8125,8151,8186,8724,9142,9520,9697,9876,10059,10424", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,77,81,84,87,91,95,98,101,102,103,112,119,126,129,132,135,141,151", - "endColumns": "62,62,50,47,48,47,48,48,40,42,42,41,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", - "endOffsets": "158,221,272,320,369,417,466,515,556,599,642,684,727,781,829,1035,1158,1254,1343,1451,1568,1688,1808,1910,2013,2124,2231,2334,2445,2614,2782,2899,3009,3124,3237,3393,3501,3614,3705,3816,3985,4083,4210,4335,4430,4537,4617,4693,4766,4853,4924,4995,5073,5153,5239,5323,5395,5477,5561,5638,5725,5810,5889,5964,6037,6126,6203,6281,6354,6432,6680,6928,7131,7322,7524,7730,7931,8120,8146,8181,8719,9137,9515,9692,9871,10054,10419,10860" - }, - "to": { - "startLines": "121,122,553,586,587,588,589,590,603,610,611,612,615,648,649,709,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,753,784,792,793,801,803,804,805,847,848,851,852,854,855,856,857,858,859,860,861,863,864,865,866,875,879,2735,2738,2749,2753,3087,3090,3328,3388,3389,3398,3427,3434,3437,3537,3540,4505", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "7372,7435,36236,38197,38245,38294,38342,38391,39064,39394,39437,39480,39618,41310,41364,45323,45964,46087,46183,46272,46380,46497,46617,46737,46839,46942,47053,47160,47263,47374,47543,47711,47828,47938,48053,48166,48322,48430,48543,48634,48745,48914,49012,49139,49264,49359,49953,53332,54022,54095,54686,54803,54874,54952,62099,62185,62361,62433,62568,62652,62729,62816,62901,62980,63055,63128,63288,63365,63443,63516,64216,64464,183071,183274,183783,183985,206177,206378,223219,227101,227136,227674,229234,229612,229789,238030,238213,299603", - "endLines": "121,122,553,586,587,588,589,590,603,610,611,612,615,648,649,709,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,753,784,792,793,801,803,804,805,847,848,851,852,854,855,856,857,858,859,860,861,863,864,865,866,878,882,2737,2740,2752,2756,3089,3092,3328,3388,3397,3404,3433,3436,3439,3539,3545,4514", - "endColumns": "62,62,50,47,48,47,48,48,40,42,42,41,42,53,47,72,122,95,88,107,116,119,119,101,102,110,106,102,110,168,167,116,109,114,112,155,107,112,90,110,168,97,126,124,94,106,79,75,72,86,70,70,77,79,85,83,71,81,83,76,86,84,78,74,72,88,76,77,72,77,10,10,12,12,10,10,12,12,25,34,10,10,10,10,10,12,12,10", - "endOffsets": "7430,7493,36282,38240,38289,38337,38386,38435,39100,39432,39475,39517,39656,41359,41407,45391,46082,46178,46267,46375,46492,46612,46732,46834,46937,47048,47155,47258,47369,47538,47706,47823,47933,48048,48161,48317,48425,48538,48629,48740,48909,49007,49134,49259,49354,49461,50028,53403,54090,54177,54752,54869,54947,55027,62180,62264,62428,62510,62647,62724,62811,62896,62975,63050,63123,63212,63360,63438,63511,63589,64459,64707,183269,183460,183980,184186,206373,206562,223240,227131,227669,228087,229607,229784,229963,238208,238573,300039" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/b91d55717f6878f85e2ec15cfa62e248/transformed/jetified-appcompat-resources-1.3.0/res/values/values.xml", - "from": { - "startLines": "2,29,36,47,74", - "startColumns": "4,4,4,4,4", - "startOffsets": "55,1702,2087,2684,4317", - "endLines": "28,35,46,73,78", - "endColumns": "24,24,24,24,24", - "endOffsets": "1697,2082,2679,4312,4582" - }, - "to": { - "startLines": "4629,4645,4651,6699,6715", - "startColumns": "4,4,4,4,4", - "startOffsets": "304084,304509,304687,372863,373274", - "endLines": "4644,4650,4660,6714,6718", - "endColumns": "24,24,24,24,24", - "endOffsets": "304504,304682,304966,373269,373396" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/67f79f5b0e7f197a0539e893d71b1fb0/transformed/fragment-1.3.4/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,10", - "startColumns": "4,4,4,4,4", - "startOffsets": "55,112,177,241,411", - "endLines": "2,3,4,9,13", - "endColumns": "56,64,63,24,24", - "endOffsets": "107,172,236,406,555" - }, - "to": { - "startLines": "597,620,653,5874,5879", - "startColumns": "4,4,4,4,4", - "startOffsets": "38771,39851,41559,348253,348423", - "endLines": "597,620,653,5878,5882", - "endColumns": "56,64,63,24,24", - "endOffsets": "38823,39911,41618,348418,348567" - } - }, - { - "source": "/Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res/values/values.xml", - "from": { - "startLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,221,222,226,230,234,239,245,252,256,260,265,269,273,277,281,285,289,295,299,305,309,315,319,324,328,331,335,341,345,351,355,361,364,368,372,376,380,384,385,386,387,390,393,396,399,403,404,405,406,407,410,412,414,416,421,422,426,432,436,437,439,451,452,456,462,466,467,468,472,499,503,504,508,536,708,734,906,932,963,971,977,993,1015,1020,1025,1035,1044,1053,1057,1064,1083,1090,1091,1100,1103,1106,1110,1114,1118,1121,1122,1127,1132,1142,1147,1154,1160,1161,1164,1168,1173,1175,1177,1180,1183,1185,1189,1192,1199,1202,1205,1209,1211,1215,1217,1219,1221,1225,1233,1241,1253,1259,1268,1271,1282,1285,1286,1291,1292,1297,1366,1436,1437,1447,1456,1457,1459,1463,1466,1469,1472,1475,1478,1481,1484,1488,1491,1494,1497,1501,1504,1508,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1534,1536,1537,1538,1539,1540,1541,1542,1543,1545,1546,1548,1549,1551,1553,1554,1556,1557,1558,1559,1560,1561,1563,1564,1565,1566,1567,1568,1570,1572,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1588,1589,1590,1591,1592,1593,1594,1596,1600,1604,1605,1606,1607,1608,1609,1613,1614,1615,1616,1618,1620,1622,1624,1626,1627,1628,1629,1631,1633,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1649,1650,1651,1652,1654,1656,1657,1659,1660,1662,1664,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1679,1680,1681,1682,1684,1685,1686,1687,1688,1690,1692,1694,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1794,1797,1800,1803,1817,1828,1838,1868,1895,1904,1979,2382,2387,2415,2433,2469,2475,2481,2504,2645,2665,2671,2675,2681,2718,2730,2796,2820,2889,2908,2934", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "105,160,205,254,295,350,412,476,546,607,682,758,835,913,998,1080,1156,1232,1309,1387,1493,1599,1678,1758,1815,1873,1947,2022,2087,2153,2213,2274,2346,2419,2486,2554,2613,2672,2731,2790,2849,2903,2957,3010,3064,3118,3172,3226,3300,3379,3452,3526,3597,3669,3741,3814,3871,3929,4002,4076,4150,4225,4297,4370,4440,4511,4571,4632,4701,4770,4840,4914,4990,5054,5131,5207,5284,5349,5418,5495,5570,5639,5707,5784,5850,5911,6008,6073,6142,6241,6312,6371,6429,6486,6545,6609,6680,6752,6824,6896,6968,7035,7103,7171,7230,7293,7357,7447,7538,7598,7664,7731,7797,7867,7931,7984,8051,8112,8179,8292,8350,8413,8478,8543,8618,8691,8763,8807,8854,8900,8949,9010,9071,9132,9194,9258,9322,9386,9451,9514,9574,9635,9701,9760,9820,9882,9953,10013,10081,10167,10254,10344,10431,10519,10601,10684,10774,10865,10917,10975,11020,11086,11150,11207,11264,11318,11375,11423,11472,11523,11557,11604,11653,11699,11731,11795,11857,11917,11974,12048,12118,12196,12250,12320,12405,12453,12499,12560,12623,12689,12753,12824,12887,12952,13016,13077,13138,13190,13263,13337,13406,13481,13555,13629,13770,13840,13893,13971,14061,14149,14245,14335,14917,15006,15253,15534,15786,16071,16464,16941,17163,17385,17661,17888,18118,18348,18578,18808,19035,19454,19680,20105,20335,20763,20982,21265,21473,21604,21831,22257,22482,22909,23130,23555,23675,23951,24252,24576,24867,25181,25318,25449,25554,25796,25963,26167,26375,26646,26758,26870,26975,27092,27306,27452,27592,27678,28026,28114,28360,28778,29027,29109,29207,29889,29989,30241,30665,30920,31014,31103,31340,33392,33634,33736,33989,36173,47362,48878,60165,61693,63450,64076,64496,65757,67022,67278,67514,68061,68555,69160,69358,69938,71306,71681,71799,72337,72494,72690,72963,73219,73389,73530,73594,73959,74326,75002,75266,75604,75957,76051,76237,76543,76805,76930,77057,77296,77507,77626,77819,77996,78451,78632,78754,79013,79126,79313,79415,79522,79651,79926,80434,80930,81807,82101,82671,82820,83552,83724,83808,84144,84236,84514,89908,95442,95504,96134,96748,96839,96952,97181,97341,97493,97664,97830,97999,98166,98329,98572,98742,98915,99086,99360,99559,99764,100094,100178,100274,100370,100468,100568,100670,100772,100874,100976,101078,101178,101274,101386,101515,101638,101769,101900,101998,102112,102206,102346,102480,102576,102688,102788,102904,103000,103112,103212,103352,103488,103652,103782,103940,104090,104231,104375,104510,104622,104772,104900,105028,105164,105296,105426,105556,105668,105808,105954,106098,106236,106302,106392,106468,106572,106662,106764,106872,106980,107080,107160,107252,107350,107460,107512,107590,107696,107788,107892,108002,108124,108287,108444,108524,108624,108714,108824,108914,109155,109249,109355,109447,109547,109659,109773,109889,110005,110099,110213,110325,110427,110547,110669,110751,110855,110975,111101,111199,111293,111381,111493,111609,111731,111843,112018,112134,112220,112312,112424,112548,112615,112741,112809,112937,113081,113209,113278,113373,113488,113601,113700,113809,113920,114031,114132,114237,114337,114467,114558,114681,114775,114887,114973,115077,115173,115261,115379,115483,115587,115713,115801,115909,116009,116099,116209,116293,116395,116479,116533,116597,116703,116789,116899,116983,117103,122247,122365,122480,122612,123327,124019,124536,126135,127668,128056,132791,153454,153714,155224,156257,158270,158532,158888,159718,166500,167634,167928,168151,168478,170528,171176,175027,176229,180308,181523,182932", - "endLines": "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,220,221,225,229,233,238,244,251,255,259,264,268,272,276,280,284,288,294,298,304,308,314,318,323,327,330,334,340,344,350,354,360,363,367,371,375,379,383,384,385,386,389,392,395,398,402,403,404,405,406,409,411,413,415,420,421,425,431,435,436,438,450,451,455,461,465,466,467,471,498,502,503,507,535,707,733,905,931,962,970,976,992,1014,1019,1024,1034,1043,1052,1056,1063,1082,1089,1090,1099,1102,1105,1109,1113,1117,1120,1121,1126,1131,1141,1146,1153,1159,1160,1163,1167,1172,1174,1176,1179,1182,1184,1188,1191,1198,1201,1204,1208,1210,1214,1216,1218,1220,1224,1232,1240,1252,1258,1267,1270,1281,1284,1285,1290,1291,1296,1365,1435,1436,1446,1455,1456,1458,1462,1465,1468,1471,1474,1477,1480,1483,1487,1490,1493,1496,1500,1503,1507,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1533,1535,1536,1537,1538,1539,1540,1541,1542,1544,1545,1547,1548,1550,1552,1553,1555,1556,1557,1558,1559,1560,1562,1563,1564,1565,1566,1567,1569,1571,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1587,1588,1589,1590,1591,1592,1593,1595,1599,1603,1604,1605,1606,1607,1608,1612,1613,1614,1615,1617,1619,1621,1623,1625,1626,1627,1628,1630,1632,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1648,1649,1650,1651,1653,1655,1656,1658,1659,1661,1663,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1678,1679,1680,1681,1683,1684,1685,1686,1687,1689,1691,1693,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1793,1796,1799,1802,1816,1827,1837,1867,1894,1903,1978,2381,2386,2414,2432,2468,2474,2480,2503,2644,2664,2670,2674,2680,2717,2729,2795,2819,2888,2907,2933,2942", - "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", - "endOffsets": "155,200,249,290,345,407,471,541,602,677,753,830,908,993,1075,1151,1227,1304,1382,1488,1594,1673,1753,1810,1868,1942,2017,2082,2148,2208,2269,2341,2414,2481,2549,2608,2667,2726,2785,2844,2898,2952,3005,3059,3113,3167,3221,3295,3374,3447,3521,3592,3664,3736,3809,3866,3924,3997,4071,4145,4220,4292,4365,4435,4506,4566,4627,4696,4765,4835,4909,4985,5049,5126,5202,5279,5344,5413,5490,5565,5634,5702,5779,5845,5906,6003,6068,6137,6236,6307,6366,6424,6481,6540,6604,6675,6747,6819,6891,6963,7030,7098,7166,7225,7288,7352,7442,7533,7593,7659,7726,7792,7862,7926,7979,8046,8107,8174,8287,8345,8408,8473,8538,8613,8686,8758,8802,8849,8895,8944,9005,9066,9127,9189,9253,9317,9381,9446,9509,9569,9630,9696,9755,9815,9877,9948,10008,10076,10162,10249,10339,10426,10514,10596,10679,10769,10860,10912,10970,11015,11081,11145,11202,11259,11313,11370,11418,11467,11518,11552,11599,11648,11694,11726,11790,11852,11912,11969,12043,12113,12191,12245,12315,12400,12448,12494,12555,12618,12684,12748,12819,12882,12947,13011,13072,13133,13185,13258,13332,13401,13476,13550,13624,13765,13835,13888,13966,14056,14144,14240,14330,14912,15001,15248,15529,15781,16066,16459,16936,17158,17380,17656,17883,18113,18343,18573,18803,19030,19449,19675,20100,20330,20758,20977,21260,21468,21599,21826,22252,22477,22904,23125,23550,23670,23946,24247,24571,24862,25176,25313,25444,25549,25791,25958,26162,26370,26641,26753,26865,26970,27087,27301,27447,27587,27673,28021,28109,28355,28773,29022,29104,29202,29884,29984,30236,30660,30915,31009,31098,31335,33387,33629,33731,33984,36168,47357,48873,60160,61688,63445,64071,64491,65752,67017,67273,67509,68056,68550,69155,69353,69933,71301,71676,71794,72332,72489,72685,72958,73214,73384,73525,73589,73954,74321,74997,75261,75599,75952,76046,76232,76538,76800,76925,77052,77291,77502,77621,77814,77991,78446,78627,78749,79008,79121,79308,79410,79517,79646,79921,80429,80925,81802,82096,82666,82815,83547,83719,83803,84139,84231,84509,89903,95437,95499,96129,96743,96834,96947,97176,97336,97488,97659,97825,97994,98161,98324,98567,98737,98910,99081,99355,99554,99759,100089,100173,100269,100365,100463,100563,100665,100767,100869,100971,101073,101173,101269,101381,101510,101633,101764,101895,101993,102107,102201,102341,102475,102571,102683,102783,102899,102995,103107,103207,103347,103483,103647,103777,103935,104085,104226,104370,104505,104617,104767,104895,105023,105159,105291,105421,105551,105663,105803,105949,106093,106231,106297,106387,106463,106567,106657,106759,106867,106975,107075,107155,107247,107345,107455,107507,107585,107691,107783,107887,107997,108119,108282,108439,108519,108619,108709,108819,108909,109150,109244,109350,109442,109542,109654,109768,109884,110000,110094,110208,110320,110422,110542,110664,110746,110850,110970,111096,111194,111288,111376,111488,111604,111726,111838,112013,112129,112215,112307,112419,112543,112610,112736,112804,112932,113076,113204,113273,113368,113483,113596,113695,113804,113915,114026,114127,114232,114332,114462,114553,114676,114770,114882,114968,115072,115168,115256,115374,115478,115582,115708,115796,115904,116004,116094,116204,116288,116390,116474,116528,116592,116698,116784,116894,116978,117098,122242,122360,122475,122607,123322,124014,124531,126130,127663,128051,132786,153449,153709,155219,156252,158265,158527,158883,159713,166495,167629,167923,168146,168473,170523,171171,175022,176224,180303,181518,182927,183401" - }, - "to": { - "startLines": "25,31,33,84,86,87,96,97,98,99,100,101,102,105,106,107,108,109,110,111,112,113,114,115,116,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,359,360,364,365,366,367,368,369,370,542,543,544,545,546,547,548,549,591,592,593,594,600,613,614,621,646,654,655,658,659,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,853,870,871,872,873,874,895,903,904,908,912,923,928,956,963,967,971,976,980,984,988,992,996,1000,1006,1010,1016,1020,1026,1030,1035,1039,1042,1046,1052,1056,1062,1066,1072,1075,1079,1083,1087,1091,1095,1096,1097,1098,1101,1104,1107,1110,1114,1115,1116,1117,1155,1158,1160,1162,1164,1169,1170,1174,1180,1184,1185,1187,1199,1200,1204,1210,1214,1269,1270,1274,1301,1305,1306,1310,1848,2019,2045,2216,2242,2273,2281,2287,2303,2325,2330,2335,2345,2354,2363,2367,2374,2393,2400,2401,2410,2413,2416,2420,2424,2428,2431,2432,2437,2442,2452,2457,2464,2470,2471,2474,2478,2483,2485,2487,2490,2493,2495,2499,2502,2509,2512,2515,2519,2521,2525,2527,2529,2531,2535,2543,2551,2563,2569,2578,2581,2592,2595,2596,2601,2602,2806,2875,2949,2950,2960,2969,2970,2972,2976,2979,2982,2985,2988,2991,2994,2997,3001,3004,3007,3010,3014,3017,3021,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3164,3166,3168,3169,3170,3171,3172,3173,3174,3175,3177,3178,3180,3181,3183,3185,3186,3188,3189,3190,3191,3192,3193,3195,3196,3197,3198,3199,3322,3324,3326,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3343,3357,3358,3359,3360,3361,3362,3364,3368,3546,3547,3548,3549,3550,3551,3555,3556,3557,3708,3710,3712,3714,3716,3718,3719,3720,3721,3723,3725,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,3741,3742,3743,3744,3746,3748,3749,3751,3752,3754,3756,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3769,3771,3772,3773,3774,3776,3777,3778,3779,3780,3782,3784,3786,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,4515,4590,4593,4596,4599,4613,4619,4724,4753,4780,4789,4851,5349,5609,5727,6056,6080,6086,6244,6265,6389,6446,6452,6456,6490,6687,6719,6872,7088,7143,7155,7184", - "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", - "startOffsets": "1339,1669,1767,4832,4932,4987,5502,5566,5636,5697,5772,5848,5925,6163,6248,6330,6406,6482,6559,6637,6743,6849,6928,7008,7065,10592,10666,10741,10806,10872,10932,10993,11065,11138,11205,11273,11332,11391,11450,11509,11568,11622,11676,11729,11783,11837,11891,12642,12716,12795,12868,12942,13013,13085,13157,13230,13287,13345,13418,13492,13566,13641,13713,13786,13856,13927,13987,14048,14117,14186,14256,14330,14406,14470,14547,14623,14700,14765,14834,14911,14986,15055,15123,15200,15266,15327,15424,15489,15558,15657,15728,15787,15845,15902,15961,16025,16096,16168,16240,16312,16384,16451,16519,16587,16646,16709,16773,16863,16954,17014,17080,17147,17213,17283,17347,17400,17467,17528,17595,17708,17766,17829,17894,17959,18034,18107,18179,18223,18270,18316,18365,18426,18487,18548,18610,18674,18738,18802,18867,18930,18990,19051,19117,19176,19236,19298,19369,19429,23345,23431,23681,23771,23858,23946,24028,24111,24201,35570,35622,35680,35725,35791,35855,35912,35969,38440,38497,38545,38594,38915,39522,39569,39916,41230,41623,41687,41877,41937,43457,43531,43601,43679,43733,43803,43888,43936,43982,44043,44106,44172,44236,44307,44370,44435,44499,44560,44621,44673,44746,44820,44889,44964,45038,45112,45253,62515,63774,63852,63942,64030,64126,65457,66039,66128,66375,66656,67322,67607,69355,69832,70054,70276,70552,70779,71009,71239,71469,71699,71926,72345,72571,72996,73226,73654,73873,74156,74364,74495,74722,75148,75373,75800,76021,76446,76566,76842,77143,77467,77758,78072,78209,78340,78445,78687,78854,79058,79266,79537,79649,79761,79866,81811,82025,82171,82311,82397,82745,82833,83079,83497,83746,83828,83926,84583,84683,84935,85359,85614,89581,89670,89907,91931,92173,92275,92528,128926,139523,141039,151734,153262,155019,155645,156065,157326,158591,158847,159083,159630,160124,160729,160927,161507,162875,163250,163368,163906,164063,164259,164532,164788,164958,165099,165163,165528,165895,166571,166835,167173,167526,167620,167806,168112,168374,168499,168626,168865,169076,169195,169388,169565,170020,170201,170323,170582,170695,170882,170984,171091,171220,171495,172003,172499,173376,173670,174240,174389,175121,175293,175377,175713,175805,187726,192957,198672,198734,199312,199896,199987,200100,200329,200489,200641,200812,200978,201147,201314,201477,201720,201890,202063,202234,202508,202707,202912,210009,210093,210189,210285,210383,210483,210585,210687,210789,210891,210993,211093,211189,211301,211430,211553,211684,211815,211913,212027,212121,212261,212395,212491,212603,212703,212819,212915,213027,213127,213267,213403,213567,213697,213855,214005,214146,214290,214425,214537,214687,214815,214943,215079,215211,215341,215471,215583,222791,222937,223081,223245,223311,223401,223477,223581,223671,223773,223881,223989,224089,224169,224261,224359,224469,225358,225436,225542,225634,225738,225848,225970,226133,238578,238658,238758,238848,238958,239048,239289,239383,239489,249854,249954,250066,250180,250296,250412,250506,250620,250732,250834,250954,251076,251158,251262,251382,251508,251606,251700,251788,251900,252016,252138,252250,252425,252541,252627,252719,252831,252955,253022,253148,253216,253344,253488,253616,253685,253780,253895,254008,254107,254216,254327,254438,254539,254644,254744,254874,254965,255088,255182,255294,255380,255484,255580,255668,255786,255890,255994,256120,256208,256316,256416,256506,256616,256700,256802,256886,256940,257004,257110,257196,257306,257390,300044,302660,302778,302893,302973,303334,303567,307682,309026,310387,310775,313550,328662,337028,343112,353272,354023,354285,359543,359922,364200,365966,366195,366346,367684,372551,373401,379054,387066,389197,389537,390958", - "endLines": "25,31,33,84,86,87,96,97,98,99,100,101,102,105,106,107,108,109,110,111,112,113,114,115,116,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,359,360,364,365,366,367,368,369,370,542,543,544,545,546,547,548,549,591,592,593,594,600,613,614,621,646,654,655,658,659,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,853,870,871,872,873,874,902,903,907,911,915,927,933,962,966,970,975,979,983,987,991,995,999,1005,1009,1015,1019,1025,1029,1034,1038,1041,1045,1051,1055,1061,1065,1071,1074,1078,1082,1086,1090,1094,1095,1096,1097,1100,1103,1106,1109,1113,1114,1115,1116,1117,1157,1159,1161,1163,1168,1169,1173,1179,1183,1184,1186,1198,1199,1203,1209,1213,1214,1269,1273,1300,1304,1305,1309,1337,2018,2044,2215,2241,2272,2280,2286,2302,2324,2329,2334,2344,2353,2362,2366,2373,2392,2399,2400,2409,2412,2415,2419,2423,2427,2430,2431,2436,2441,2451,2456,2463,2469,2470,2473,2477,2482,2484,2486,2489,2492,2494,2498,2501,2508,2511,2514,2518,2520,2524,2526,2528,2530,2534,2542,2550,2562,2568,2577,2580,2591,2594,2595,2600,2601,2606,2874,2944,2949,2959,2968,2969,2971,2975,2978,2981,2984,2987,2990,2993,2996,3000,3003,3006,3009,3013,3016,3020,3024,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157,3158,3159,3160,3161,3162,3163,3165,3167,3168,3169,3170,3171,3172,3173,3174,3176,3177,3179,3180,3182,3184,3185,3187,3188,3189,3190,3191,3192,3194,3195,3196,3197,3198,3199,3323,3325,3327,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3342,3343,3357,3358,3359,3360,3361,3363,3367,3371,3546,3547,3548,3549,3550,3554,3555,3556,3557,3709,3711,3713,3715,3717,3718,3719,3720,3722,3724,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3740,3741,3742,3743,3745,3747,3748,3750,3751,3753,3755,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,3767,3768,3770,3771,3772,3773,3775,3776,3777,3778,3779,3781,3783,3785,3787,3788,3789,3790,3791,3792,3793,3794,3795,3796,3797,3798,3799,3800,3801,3802,4589,4592,4595,4598,4612,4618,4628,4752,4779,4788,4850,5213,5352,5636,5744,6079,6085,6091,6264,6388,6408,6451,6455,6461,6524,6698,6784,6891,7142,7154,7180,7190", - "endColumns": "54,44,48,40,54,61,63,69,60,74,75,76,77,84,81,75,75,76,77,105,105,78,79,56,57,73,74,64,65,59,60,71,72,66,67,58,58,58,58,58,53,53,52,53,53,53,53,73,78,72,73,70,71,71,72,56,57,72,73,73,74,71,72,69,70,59,60,68,68,69,73,75,63,76,75,76,64,68,76,74,68,67,76,65,60,96,64,68,98,70,58,57,56,58,63,70,71,71,71,71,66,67,67,58,62,63,89,90,59,65,66,65,69,63,52,66,60,66,112,57,62,64,64,74,72,71,43,46,45,48,60,60,60,61,63,63,63,64,62,59,60,65,58,59,61,70,59,67,85,86,89,86,87,81,82,89,90,51,57,44,65,63,56,56,53,56,47,48,50,33,46,48,45,31,63,61,59,56,73,69,77,53,69,84,47,45,60,62,65,63,70,62,64,63,60,60,51,72,73,68,74,73,73,140,69,52,77,89,87,95,89,12,88,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,136,130,104,12,12,12,12,12,111,111,104,116,12,12,12,12,12,87,12,12,12,81,12,12,99,12,12,12,93,88,12,12,12,101,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,117,12,12,12,12,12,12,12,63,12,12,12,12,12,12,93,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,12,91,12,12,12,61,12,12,90,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,83,95,95,97,99,101,101,101,101,101,99,95,111,128,122,130,130,97,113,93,12,12,95,111,99,115,95,111,99,12,135,12,129,12,12,140,12,134,111,149,127,127,12,131,129,129,111,139,12,12,12,65,89,75,103,89,101,107,107,99,79,91,97,12,51,77,105,91,103,109,12,12,12,79,99,89,109,89,12,93,105,91,12,12,12,12,12,93,113,111,12,12,12,81,103,119,125,97,93,87,111,115,121,111,12,115,85,91,12,12,66,12,67,12,12,12,68,94,114,112,98,108,110,110,100,104,99,12,90,122,93,12,85,103,95,87,12,12,12,12,87,107,99,89,109,83,101,83,53,63,105,85,109,83,119,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24", - "endOffsets": "1389,1709,1811,4868,4982,5044,5561,5631,5692,5767,5843,5920,5998,6243,6325,6401,6477,6554,6632,6738,6844,6923,7003,7060,7118,10661,10736,10801,10867,10927,10988,11060,11133,11200,11268,11327,11386,11445,11504,11563,11617,11671,11724,11778,11832,11886,11940,12711,12790,12863,12937,13008,13080,13152,13225,13282,13340,13413,13487,13561,13636,13708,13781,13851,13922,13982,14043,14112,14181,14251,14325,14401,14465,14542,14618,14695,14760,14829,14906,14981,15050,15118,15195,15261,15322,15419,15484,15553,15652,15723,15782,15840,15897,15956,16020,16091,16163,16235,16307,16379,16446,16514,16582,16641,16704,16768,16858,16949,17009,17075,17142,17208,17278,17342,17395,17462,17523,17590,17703,17761,17824,17889,17954,18029,18102,18174,18218,18265,18311,18360,18421,18482,18543,18605,18669,18733,18797,18862,18925,18985,19046,19112,19171,19231,19293,19364,19424,19492,23426,23513,23766,23853,23941,24023,24106,24196,24287,35617,35675,35720,35786,35850,35907,35964,36018,38492,38540,38589,38640,38944,39564,39613,39957,41257,41682,41744,41932,41989,43526,43596,43674,43728,43798,43883,43931,43977,44038,44101,44167,44231,44302,44365,44430,44494,44555,44616,44668,44741,44815,44884,44959,45033,45107,45248,45318,62563,63847,63937,64025,64121,64211,66034,66123,66370,66651,66903,67602,67995,69827,70049,70271,70547,70774,71004,71234,71464,71694,71921,72340,72566,72991,73221,73649,73868,74151,74359,74490,74717,75143,75368,75795,76016,76441,76561,76837,77138,77462,77753,78067,78204,78335,78440,78682,78849,79053,79261,79532,79644,79756,79861,79978,82020,82166,82306,82392,82740,82828,83074,83492,83741,83823,83921,84578,84678,84930,85354,85609,85703,89665,89902,91926,92168,92270,92523,94679,139518,141034,151729,153257,155014,155640,156060,157321,158586,158842,159078,159625,160119,160724,160922,161502,162870,163245,163363,163901,164058,164254,164527,164783,164953,165094,165158,165523,165890,166566,166830,167168,167521,167615,167801,168107,168369,168494,168621,168860,169071,169190,169383,169560,170015,170196,170318,170577,170690,170877,170979,171086,171215,171490,171998,172494,173371,173665,174235,174384,175116,175288,175372,175708,175800,176078,192952,198323,198729,199307,199891,199982,200095,200324,200484,200636,200807,200973,201142,201309,201472,201715,201885,202058,202229,202503,202702,202907,203237,210088,210184,210280,210378,210478,210580,210682,210784,210886,210988,211088,211184,211296,211425,211548,211679,211810,211908,212022,212116,212256,212390,212486,212598,212698,212814,212910,213022,213122,213262,213398,213562,213692,213850,214000,214141,214285,214420,214532,214682,214810,214938,215074,215206,215336,215466,215578,215718,222932,223076,223214,223306,223396,223472,223576,223666,223768,223876,223984,224084,224164,224256,224354,224464,224516,225431,225537,225629,225733,225843,225965,226128,226285,238653,238753,238843,238953,239043,239284,239378,239484,239576,249949,250061,250175,250291,250407,250501,250615,250727,250829,250949,251071,251153,251257,251377,251503,251601,251695,251783,251895,252011,252133,252245,252420,252536,252622,252714,252826,252950,253017,253143,253211,253339,253483,253611,253680,253775,253890,254003,254102,254211,254322,254433,254534,254639,254739,254869,254960,255083,255177,255289,255375,255479,255575,255663,255781,255885,255989,256115,256203,256311,256411,256501,256611,256695,256797,256881,256935,256999,257105,257191,257301,257385,257505,302655,302773,302888,302968,303329,303562,304079,309021,310382,310770,313545,323598,328792,338380,343679,354018,354280,354480,359917,364195,364801,366190,366341,366556,368762,372858,376422,379793,389192,389532,390843,391156" - } - } - ] - } - ] -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json deleted file mode 100644 index 3a6a4c3..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json +++ /dev/null @@ -1,46 +0,0 @@ -[ - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-mdpi_ic_launcher.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-mdpi/ic_launcher.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-hdpi_ic_launcher_round.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-hdpi/ic_launcher_round.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-xxhdpi_ic_launcher_round.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-xxhdpi/ic_launcher_round.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-hdpi_ic_launcher.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-hdpi/ic_launcher.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-xxxhdpi_ic_launcher_round.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-xxxhdpi/ic_launcher_round.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/drawable_rn_edit_text_material.xml.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/drawable/rn_edit_text_material.xml" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-xxhdpi_ic_launcher.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-xxhdpi/ic_launcher.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-mdpi_ic_launcher_round.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-mdpi/ic_launcher_round.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-xhdpi_ic_launcher_round.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-xhdpi/ic_launcher_round.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-xhdpi_ic_launcher.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-xhdpi/ic_launcher.png" - }, - { - "merged": "com.juspayintegrationexamplern.app-merged_res-33:/mipmap-xxxhdpi_ic_launcher.png.flat", - "source": "com.juspayintegrationexamplern.app-main-35:/mipmap-xxxhdpi/ic_launcher.png" - } -] \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/navigation_json/debug/navigation.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/navigation_json/debug/navigation.json deleted file mode 100644 index 0637a08..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/navigation_json/debug/navigation.json +++ /dev/null @@ -1 +0,0 @@ -[] \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml deleted file mode 100644 index 1f27e3b..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json deleted file mode 100644 index 41cae79..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/packaged_manifests/debug/output-metadata.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "PACKAGED_MANIFESTS", - "kind": "Directory" - }, - "applicationId": "com.juspayintegrationexamplern", - "variantName": "debug", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "attributes": [], - "versionCode": 1, - "versionName": "1.0", - "outputFile": "AndroidManifest.xml" - } - ], - "elementType": "File" -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/processed_res/debug/out/output-metadata.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/processed_res/debug/out/output-metadata.json deleted file mode 100644 index ea01d91..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/processed_res/debug/out/output-metadata.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "PROCESSED_RES", - "kind": "Directory" - }, - "applicationId": "com.juspayintegrationexamplern", - "variantName": "debug", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "attributes": [], - "versionCode": 1, - "versionName": "1.0", - "outputFile": "resources-debug.ap_" - } - ], - "elementType": "File" -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ deleted file mode 100644 index 30b642a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex deleted file mode 100644 index 97f52b4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/facebook/react/PackageList.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/BuildConfig.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/BuildConfig.dex deleted file mode 100644 index ae1afb2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/BuildConfig.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainActivity$MainActivityDelegate.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainActivity$MainActivityDelegate.dex deleted file mode 100644 index 46bf2b6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainActivity$MainActivityDelegate.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainActivity.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainActivity.dex deleted file mode 100644 index e90e18c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainActivity.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainApplication$1.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainApplication$1.dex deleted file mode 100644 index bd95108..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainApplication$1.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainApplication.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainApplication.dex deleted file mode 100644 index f2474e0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/MainApplication.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$1.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$1.dex deleted file mode 100644 index 525a734..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$1.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$2$1.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$2$1.dex deleted file mode 100644 index dff7600..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$2$1.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$2.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$2.dex deleted file mode 100644 index adc3063..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper$2.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper.dex deleted file mode 100644 index fbc8cbb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/ReactNativeFlipper.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost$1$1.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost$1$1.dex deleted file mode 100644 index d1aed84..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost$1$1.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost$1.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost$1.dex deleted file mode 100644 index c1d9143..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost$1.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.dex deleted file mode 100644 index ae08ac5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.dex deleted file mode 100644 index afa1173..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.dex deleted file mode 100644 index ce4b5a5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate$Builder.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.dex b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.dex deleted file mode 100644 index f0e707d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/project_dex_archive/debug/out/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.dex and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/runtime_symbol_list/debug/R.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/runtime_symbol_list/debug/R.txt deleted file mode 100644 index 7cdbe26..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/runtime_symbol_list/debug/R.txt +++ /dev/null @@ -1,4204 +0,0 @@ -int anim abc_fade_in 0x7f010000 -int anim abc_fade_out 0x7f010001 -int anim abc_grow_fade_in_from_bottom 0x7f010002 -int anim abc_popup_enter 0x7f010003 -int anim abc_popup_exit 0x7f010004 -int anim abc_shrink_fade_out_from_bottom 0x7f010005 -int anim abc_slide_in_bottom 0x7f010006 -int anim abc_slide_in_top 0x7f010007 -int anim abc_slide_out_bottom 0x7f010008 -int anim abc_slide_out_top 0x7f010009 -int anim abc_tooltip_enter 0x7f01000a -int anim abc_tooltip_exit 0x7f01000b -int anim btn_checkbox_to_checked_box_inner_merged_animation 0x7f01000c -int anim btn_checkbox_to_checked_box_outer_merged_animation 0x7f01000d -int anim btn_checkbox_to_checked_icon_null_animation 0x7f01000e -int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x7f01000f -int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x7f010010 -int anim btn_checkbox_to_unchecked_icon_null_animation 0x7f010011 -int anim btn_radio_to_off_mtrl_dot_group_animation 0x7f010012 -int anim btn_radio_to_off_mtrl_ring_outer_animation 0x7f010013 -int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x7f010014 -int anim btn_radio_to_on_mtrl_dot_group_animation 0x7f010015 -int anim btn_radio_to_on_mtrl_ring_outer_animation 0x7f010016 -int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x7f010017 -int anim catalyst_fade_in 0x7f010018 -int anim catalyst_fade_out 0x7f010019 -int anim catalyst_push_up_in 0x7f01001a -int anim catalyst_push_up_out 0x7f01001b -int anim catalyst_slide_down 0x7f01001c -int anim catalyst_slide_up 0x7f01001d -int anim design_bottom_sheet_slide_in 0x7f01001e -int anim design_bottom_sheet_slide_out 0x7f01001f -int anim design_snackbar_in 0x7f010020 -int anim design_snackbar_out 0x7f010021 -int anim fragment_fast_out_extra_slow_in 0x7f010022 -int anim mtrl_bottom_sheet_slide_in 0x7f010023 -int anim mtrl_bottom_sheet_slide_out 0x7f010024 -int anim mtrl_card_lowers_interpolator 0x7f010025 -int anim rns_default_enter_in 0x7f010026 -int anim rns_default_enter_out 0x7f010027 -int anim rns_default_exit_in 0x7f010028 -int anim rns_default_exit_out 0x7f010029 -int anim rns_fade_from_bottom 0x7f01002a -int anim rns_fade_in 0x7f01002b -int anim rns_fade_out 0x7f01002c -int anim rns_fade_to_bottom 0x7f01002d -int anim rns_no_animation_20 0x7f01002e -int anim rns_no_animation_250 0x7f01002f -int anim rns_no_animation_350 0x7f010030 -int anim rns_no_animation_medium 0x7f010031 -int anim rns_slide_in_from_bottom 0x7f010032 -int anim rns_slide_in_from_left 0x7f010033 -int anim rns_slide_in_from_right 0x7f010034 -int anim rns_slide_out_to_bottom 0x7f010035 -int anim rns_slide_out_to_left 0x7f010036 -int anim rns_slide_out_to_right 0x7f010037 -int animator design_appbar_state_list_animator 0x7f020000 -int animator design_fab_hide_motion_spec 0x7f020001 -int animator design_fab_show_motion_spec 0x7f020002 -int animator fragment_close_enter 0x7f020003 -int animator fragment_close_exit 0x7f020004 -int animator fragment_fade_enter 0x7f020005 -int animator fragment_fade_exit 0x7f020006 -int animator fragment_open_enter 0x7f020007 -int animator fragment_open_exit 0x7f020008 -int animator mtrl_btn_state_list_anim 0x7f020009 -int animator mtrl_btn_unelevated_state_list_anim 0x7f02000a -int animator mtrl_card_state_list_anim 0x7f02000b -int animator mtrl_chip_state_list_anim 0x7f02000c -int animator mtrl_extended_fab_change_size_motion_spec 0x7f02000d -int animator mtrl_extended_fab_hide_motion_spec 0x7f02000e -int animator mtrl_extended_fab_show_motion_spec 0x7f02000f -int animator mtrl_extended_fab_state_list_animator 0x7f020010 -int animator mtrl_fab_hide_motion_spec 0x7f020011 -int animator mtrl_fab_show_motion_spec 0x7f020012 -int animator mtrl_fab_transformation_sheet_collapse_spec 0x7f020013 -int animator mtrl_fab_transformation_sheet_expand_spec 0x7f020014 -int attr actionBarDivider 0x7f030000 -int attr actionBarItemBackground 0x7f030001 -int attr actionBarPopupTheme 0x7f030002 -int attr actionBarSize 0x7f030003 -int attr actionBarSplitStyle 0x7f030004 -int attr actionBarStyle 0x7f030005 -int attr actionBarTabBarStyle 0x7f030006 -int attr actionBarTabStyle 0x7f030007 -int attr actionBarTabTextStyle 0x7f030008 -int attr actionBarTheme 0x7f030009 -int attr actionBarWidgetTheme 0x7f03000a -int attr actionButtonStyle 0x7f03000b -int attr actionDropDownStyle 0x7f03000c -int attr actionLayout 0x7f03000d -int attr actionMenuTextAppearance 0x7f03000e -int attr actionMenuTextColor 0x7f03000f -int attr actionModeBackground 0x7f030010 -int attr actionModeCloseButtonStyle 0x7f030011 -int attr actionModeCloseContentDescription 0x7f030012 -int attr actionModeCloseDrawable 0x7f030013 -int attr actionModeCopyDrawable 0x7f030014 -int attr actionModeCutDrawable 0x7f030015 -int attr actionModeFindDrawable 0x7f030016 -int attr actionModePasteDrawable 0x7f030017 -int attr actionModePopupWindowStyle 0x7f030018 -int attr actionModeSelectAllDrawable 0x7f030019 -int attr actionModeShareDrawable 0x7f03001a -int attr actionModeSplitBackground 0x7f03001b -int attr actionModeStyle 0x7f03001c -int attr actionModeTheme 0x7f03001d -int attr actionModeWebSearchDrawable 0x7f03001e -int attr actionOverflowButtonStyle 0x7f03001f -int attr actionOverflowMenuStyle 0x7f030020 -int attr actionProviderClass 0x7f030021 -int attr actionTextColorAlpha 0x7f030022 -int attr actionViewClass 0x7f030023 -int attr activityChooserViewStyle 0x7f030024 -int attr actualImageResource 0x7f030025 -int attr actualImageScaleType 0x7f030026 -int attr actualImageUri 0x7f030027 -int attr alertDialogButtonGroupStyle 0x7f030028 -int attr alertDialogCenterButtons 0x7f030029 -int attr alertDialogStyle 0x7f03002a -int attr alertDialogTheme 0x7f03002b -int attr allowStacking 0x7f03002c -int attr alpha 0x7f03002d -int attr alphabeticModifiers 0x7f03002e -int attr animationMode 0x7f03002f -int attr appBarLayoutStyle 0x7f030030 -int attr arrowHeadLength 0x7f030031 -int attr arrowShaftLength 0x7f030032 -int attr autoCompleteTextViewStyle 0x7f030033 -int attr autoSizeMaxTextSize 0x7f030034 -int attr autoSizeMinTextSize 0x7f030035 -int attr autoSizePresetSizes 0x7f030036 -int attr autoSizeStepGranularity 0x7f030037 -int attr autoSizeTextType 0x7f030038 -int attr autofillInlineSuggestionChip 0x7f030039 -int attr autofillInlineSuggestionEndIconStyle 0x7f03003a -int attr autofillInlineSuggestionStartIconStyle 0x7f03003b -int attr autofillInlineSuggestionSubtitle 0x7f03003c -int attr autofillInlineSuggestionTitle 0x7f03003d -int attr background 0x7f03003e -int attr backgroundColor 0x7f03003f -int attr backgroundImage 0x7f030040 -int attr backgroundInsetBottom 0x7f030041 -int attr backgroundInsetEnd 0x7f030042 -int attr backgroundInsetStart 0x7f030043 -int attr backgroundInsetTop 0x7f030044 -int attr backgroundOverlayColorAlpha 0x7f030045 -int attr backgroundSplit 0x7f030046 -int attr backgroundStacked 0x7f030047 -int attr backgroundTint 0x7f030048 -int attr backgroundTintMode 0x7f030049 -int attr badgeGravity 0x7f03004a -int attr badgeStyle 0x7f03004b -int attr badgeTextColor 0x7f03004c -int attr barLength 0x7f03004d -int attr behavior_autoHide 0x7f03004e -int attr behavior_autoShrink 0x7f03004f -int attr behavior_expandedOffset 0x7f030050 -int attr behavior_fitToContents 0x7f030051 -int attr behavior_halfExpandedRatio 0x7f030052 -int attr behavior_hideable 0x7f030053 -int attr behavior_overlapTop 0x7f030054 -int attr behavior_peekHeight 0x7f030055 -int attr behavior_saveFlags 0x7f030056 -int attr behavior_skipCollapsed 0x7f030057 -int attr borderWidth 0x7f030058 -int attr borderlessButtonStyle 0x7f030059 -int attr bottomAppBarStyle 0x7f03005a -int attr bottomNavigationStyle 0x7f03005b -int attr bottomSheetDialogTheme 0x7f03005c -int attr bottomSheetStyle 0x7f03005d -int attr boxBackgroundColor 0x7f03005e -int attr boxBackgroundMode 0x7f03005f -int attr boxCollapsedPaddingTop 0x7f030060 -int attr boxCornerRadiusBottomEnd 0x7f030061 -int attr boxCornerRadiusBottomStart 0x7f030062 -int attr boxCornerRadiusTopEnd 0x7f030063 -int attr boxCornerRadiusTopStart 0x7f030064 -int attr boxStrokeColor 0x7f030065 -int attr boxStrokeWidth 0x7f030066 -int attr boxStrokeWidthFocused 0x7f030067 -int attr buttonBarButtonStyle 0x7f030068 -int attr buttonBarNegativeButtonStyle 0x7f030069 -int attr buttonBarNeutralButtonStyle 0x7f03006a -int attr buttonBarPositiveButtonStyle 0x7f03006b -int attr buttonBarStyle 0x7f03006c -int attr buttonCompat 0x7f03006d -int attr buttonGravity 0x7f03006e -int attr buttonIconDimen 0x7f03006f -int attr buttonPanelSideLayout 0x7f030070 -int attr buttonSize 0x7f030071 -int attr buttonStyle 0x7f030072 -int attr buttonStyleSmall 0x7f030073 -int attr buttonTint 0x7f030074 -int attr buttonTintMode 0x7f030075 -int attr cardBackgroundColor 0x7f030076 -int attr cardCornerRadius 0x7f030077 -int attr cardElevation 0x7f030078 -int attr cardForegroundColor 0x7f030079 -int attr cardMaxElevation 0x7f03007a -int attr cardPreventCornerOverlap 0x7f03007b -int attr cardUseCompatPadding 0x7f03007c -int attr cardViewStyle 0x7f03007d -int attr checkboxStyle 0x7f03007e -int attr checkedButton 0x7f03007f -int attr checkedChip 0x7f030080 -int attr checkedIcon 0x7f030081 -int attr checkedIconEnabled 0x7f030082 -int attr checkedIconTint 0x7f030083 -int attr checkedIconVisible 0x7f030084 -int attr checkedTextViewStyle 0x7f030085 -int attr chipBackgroundColor 0x7f030086 -int attr chipCornerRadius 0x7f030087 -int attr chipEndPadding 0x7f030088 -int attr chipGroupStyle 0x7f030089 -int attr chipIcon 0x7f03008a -int attr chipIconEnabled 0x7f03008b -int attr chipIconSize 0x7f03008c -int attr chipIconTint 0x7f03008d -int attr chipIconVisible 0x7f03008e -int attr chipMinHeight 0x7f03008f -int attr chipMinTouchTargetSize 0x7f030090 -int attr chipSpacing 0x7f030091 -int attr chipSpacingHorizontal 0x7f030092 -int attr chipSpacingVertical 0x7f030093 -int attr chipStandaloneStyle 0x7f030094 -int attr chipStartPadding 0x7f030095 -int attr chipStrokeColor 0x7f030096 -int attr chipStrokeWidth 0x7f030097 -int attr chipStyle 0x7f030098 -int attr chipSurfaceColor 0x7f030099 -int attr circleCrop 0x7f03009a -int attr closeIcon 0x7f03009b -int attr closeIconEnabled 0x7f03009c -int attr closeIconEndPadding 0x7f03009d -int attr closeIconSize 0x7f03009e -int attr closeIconStartPadding 0x7f03009f -int attr closeIconTint 0x7f0300a0 -int attr closeIconVisible 0x7f0300a1 -int attr closeItemLayout 0x7f0300a2 -int attr collapseContentDescription 0x7f0300a3 -int attr collapseIcon 0x7f0300a4 -int attr collapsedTitleGravity 0x7f0300a5 -int attr collapsedTitleTextAppearance 0x7f0300a6 -int attr color 0x7f0300a7 -int attr colorAccent 0x7f0300a8 -int attr colorBackgroundFloating 0x7f0300a9 -int attr colorButtonNormal 0x7f0300aa -int attr colorControlActivated 0x7f0300ab -int attr colorControlHighlight 0x7f0300ac -int attr colorControlNormal 0x7f0300ad -int attr colorError 0x7f0300ae -int attr colorOnBackground 0x7f0300af -int attr colorOnError 0x7f0300b0 -int attr colorOnPrimary 0x7f0300b1 -int attr colorOnPrimarySurface 0x7f0300b2 -int attr colorOnSecondary 0x7f0300b3 -int attr colorOnSurface 0x7f0300b4 -int attr colorPrimary 0x7f0300b5 -int attr colorPrimaryDark 0x7f0300b6 -int attr colorPrimarySurface 0x7f0300b7 -int attr colorPrimaryVariant 0x7f0300b8 -int attr colorScheme 0x7f0300b9 -int attr colorSecondary 0x7f0300ba -int attr colorSecondaryVariant 0x7f0300bb -int attr colorSurface 0x7f0300bc -int attr colorSwitchThumbNormal 0x7f0300bd -int attr commitIcon 0x7f0300be -int attr contentDescription 0x7f0300bf -int attr contentInsetEnd 0x7f0300c0 -int attr contentInsetEndWithActions 0x7f0300c1 -int attr contentInsetLeft 0x7f0300c2 -int attr contentInsetRight 0x7f0300c3 -int attr contentInsetStart 0x7f0300c4 -int attr contentInsetStartWithNavigation 0x7f0300c5 -int attr contentPadding 0x7f0300c6 -int attr contentPaddingBottom 0x7f0300c7 -int attr contentPaddingLeft 0x7f0300c8 -int attr contentPaddingRight 0x7f0300c9 -int attr contentPaddingTop 0x7f0300ca -int attr contentScrim 0x7f0300cb -int attr controlBackground 0x7f0300cc -int attr coordinatorLayoutStyle 0x7f0300cd -int attr cornerFamily 0x7f0300ce -int attr cornerFamilyBottomLeft 0x7f0300cf -int attr cornerFamilyBottomRight 0x7f0300d0 -int attr cornerFamilyTopLeft 0x7f0300d1 -int attr cornerFamilyTopRight 0x7f0300d2 -int attr cornerRadius 0x7f0300d3 -int attr cornerSize 0x7f0300d4 -int attr cornerSizeBottomLeft 0x7f0300d5 -int attr cornerSizeBottomRight 0x7f0300d6 -int attr cornerSizeTopLeft 0x7f0300d7 -int attr cornerSizeTopRight 0x7f0300d8 -int attr counterEnabled 0x7f0300d9 -int attr counterMaxLength 0x7f0300da -int attr counterOverflowTextAppearance 0x7f0300db -int attr counterOverflowTextColor 0x7f0300dc -int attr counterTextAppearance 0x7f0300dd -int attr counterTextColor 0x7f0300de -int attr customNavigationLayout 0x7f0300df -int attr dayInvalidStyle 0x7f0300e0 -int attr daySelectedStyle 0x7f0300e1 -int attr dayStyle 0x7f0300e2 -int attr dayTodayStyle 0x7f0300e3 -int attr defaultQueryHint 0x7f0300e4 -int attr dialogCornerRadius 0x7f0300e5 -int attr dialogPreferredPadding 0x7f0300e6 -int attr dialogTheme 0x7f0300e7 -int attr displayOptions 0x7f0300e8 -int attr divider 0x7f0300e9 -int attr dividerHorizontal 0x7f0300ea -int attr dividerPadding 0x7f0300eb -int attr dividerVertical 0x7f0300ec -int attr drawableBottomCompat 0x7f0300ed -int attr drawableEndCompat 0x7f0300ee -int attr drawableLeftCompat 0x7f0300ef -int attr drawableRightCompat 0x7f0300f0 -int attr drawableSize 0x7f0300f1 -int attr drawableStartCompat 0x7f0300f2 -int attr drawableTint 0x7f0300f3 -int attr drawableTintMode 0x7f0300f4 -int attr drawableTopCompat 0x7f0300f5 -int attr drawerArrowStyle 0x7f0300f6 -int attr dropDownListViewStyle 0x7f0300f7 -int attr dropdownListPreferredItemHeight 0x7f0300f8 -int attr editTextBackground 0x7f0300f9 -int attr editTextColor 0x7f0300fa -int attr editTextStyle 0x7f0300fb -int attr elevation 0x7f0300fc -int attr elevationOverlayColor 0x7f0300fd -int attr elevationOverlayEnabled 0x7f0300fe -int attr endIconCheckable 0x7f0300ff -int attr endIconContentDescription 0x7f030100 -int attr endIconDrawable 0x7f030101 -int attr endIconMode 0x7f030102 -int attr endIconTint 0x7f030103 -int attr endIconTintMode 0x7f030104 -int attr enforceMaterialTheme 0x7f030105 -int attr enforceTextAppearance 0x7f030106 -int attr ensureMinTouchTargetSize 0x7f030107 -int attr errorEnabled 0x7f030108 -int attr errorIconDrawable 0x7f030109 -int attr errorIconTint 0x7f03010a -int attr errorIconTintMode 0x7f03010b -int attr errorTextAppearance 0x7f03010c -int attr errorTextColor 0x7f03010d -int attr expandActivityOverflowButtonDrawable 0x7f03010e -int attr expanded 0x7f03010f -int attr expandedTitleGravity 0x7f030110 -int attr expandedTitleMargin 0x7f030111 -int attr expandedTitleMarginBottom 0x7f030112 -int attr expandedTitleMarginEnd 0x7f030113 -int attr expandedTitleMarginStart 0x7f030114 -int attr expandedTitleMarginTop 0x7f030115 -int attr expandedTitleTextAppearance 0x7f030116 -int attr extendMotionSpec 0x7f030117 -int attr extendedFloatingActionButtonStyle 0x7f030118 -int attr fabAlignmentMode 0x7f030119 -int attr fabAnimationMode 0x7f03011a -int attr fabCradleMargin 0x7f03011b -int attr fabCradleRoundedCornerRadius 0x7f03011c -int attr fabCradleVerticalOffset 0x7f03011d -int attr fabCustomSize 0x7f03011e -int attr fabSize 0x7f03011f -int attr fadeDuration 0x7f030120 -int attr failureImage 0x7f030121 -int attr failureImageScaleType 0x7f030122 -int attr fastScrollEnabled 0x7f030123 -int attr fastScrollHorizontalThumbDrawable 0x7f030124 -int attr fastScrollHorizontalTrackDrawable 0x7f030125 -int attr fastScrollVerticalThumbDrawable 0x7f030126 -int attr fastScrollVerticalTrackDrawable 0x7f030127 -int attr firstBaselineToTopHeight 0x7f030128 -int attr floatingActionButtonStyle 0x7f030129 -int attr font 0x7f03012a -int attr fontFamily 0x7f03012b -int attr fontProviderAuthority 0x7f03012c -int attr fontProviderCerts 0x7f03012d -int attr fontProviderFetchStrategy 0x7f03012e -int attr fontProviderFetchTimeout 0x7f03012f -int attr fontProviderPackage 0x7f030130 -int attr fontProviderQuery 0x7f030131 -int attr fontProviderSystemFontFamily 0x7f030132 -int attr fontStyle 0x7f030133 -int attr fontVariationSettings 0x7f030134 -int attr fontWeight 0x7f030135 -int attr foregroundInsidePadding 0x7f030136 -int attr gapBetweenBars 0x7f030137 -int attr goIcon 0x7f030138 -int attr headerLayout 0x7f030139 -int attr height 0x7f03013a -int attr helperText 0x7f03013b -int attr helperTextEnabled 0x7f03013c -int attr helperTextTextAppearance 0x7f03013d -int attr helperTextTextColor 0x7f03013e -int attr hideMotionSpec 0x7f03013f -int attr hideOnContentScroll 0x7f030140 -int attr hideOnScroll 0x7f030141 -int attr hintAnimationEnabled 0x7f030142 -int attr hintEnabled 0x7f030143 -int attr hintTextAppearance 0x7f030144 -int attr hintTextColor 0x7f030145 -int attr homeAsUpIndicator 0x7f030146 -int attr homeLayout 0x7f030147 -int attr hoveredFocusedTranslationZ 0x7f030148 -int attr icon 0x7f030149 -int attr iconEndPadding 0x7f03014a -int attr iconGravity 0x7f03014b -int attr iconPadding 0x7f03014c -int attr iconSize 0x7f03014d -int attr iconStartPadding 0x7f03014e -int attr iconTint 0x7f03014f -int attr iconTintMode 0x7f030150 -int attr iconifiedByDefault 0x7f030151 -int attr imageAspectRatio 0x7f030152 -int attr imageAspectRatioAdjust 0x7f030153 -int attr imageButtonStyle 0x7f030154 -int attr indeterminateProgressStyle 0x7f030155 -int attr initialActivityCount 0x7f030156 -int attr insetForeground 0x7f030157 -int attr isAutofillInlineSuggestionTheme 0x7f030158 -int attr isLightTheme 0x7f030159 -int attr isMaterialTheme 0x7f03015a -int attr itemBackground 0x7f03015b -int attr itemFillColor 0x7f03015c -int attr itemHorizontalPadding 0x7f03015d -int attr itemHorizontalTranslationEnabled 0x7f03015e -int attr itemIconPadding 0x7f03015f -int attr itemIconSize 0x7f030160 -int attr itemIconTint 0x7f030161 -int attr itemMaxLines 0x7f030162 -int attr itemPadding 0x7f030163 -int attr itemRippleColor 0x7f030164 -int attr itemShapeAppearance 0x7f030165 -int attr itemShapeAppearanceOverlay 0x7f030166 -int attr itemShapeFillColor 0x7f030167 -int attr itemShapeInsetBottom 0x7f030168 -int attr itemShapeInsetEnd 0x7f030169 -int attr itemShapeInsetStart 0x7f03016a -int attr itemShapeInsetTop 0x7f03016b -int attr itemSpacing 0x7f03016c -int attr itemStrokeColor 0x7f03016d -int attr itemStrokeWidth 0x7f03016e -int attr itemTextAppearance 0x7f03016f -int attr itemTextAppearanceActive 0x7f030170 -int attr itemTextAppearanceInactive 0x7f030171 -int attr itemTextColor 0x7f030172 -int attr keylines 0x7f030173 -int attr labelVisibilityMode 0x7f030174 -int attr lastBaselineToBottomHeight 0x7f030175 -int attr layout 0x7f030176 -int attr layoutManager 0x7f030177 -int attr layout_anchor 0x7f030178 -int attr layout_anchorGravity 0x7f030179 -int attr layout_behavior 0x7f03017a -int attr layout_collapseMode 0x7f03017b -int attr layout_collapseParallaxMultiplier 0x7f03017c -int attr layout_dodgeInsetEdges 0x7f03017d -int attr layout_insetEdge 0x7f03017e -int attr layout_keyline 0x7f03017f -int attr layout_scrollFlags 0x7f030180 -int attr layout_scrollInterpolator 0x7f030181 -int attr liftOnScroll 0x7f030182 -int attr liftOnScrollTargetViewId 0x7f030183 -int attr lineHeight 0x7f030184 -int attr lineSpacing 0x7f030185 -int attr listChoiceBackgroundIndicator 0x7f030186 -int attr listChoiceIndicatorMultipleAnimated 0x7f030187 -int attr listChoiceIndicatorSingleAnimated 0x7f030188 -int attr listDividerAlertDialog 0x7f030189 -int attr listItemLayout 0x7f03018a -int attr listLayout 0x7f03018b -int attr listMenuViewStyle 0x7f03018c -int attr listPopupWindowStyle 0x7f03018d -int attr listPreferredItemHeight 0x7f03018e -int attr listPreferredItemHeightLarge 0x7f03018f -int attr listPreferredItemHeightSmall 0x7f030190 -int attr listPreferredItemPaddingEnd 0x7f030191 -int attr listPreferredItemPaddingLeft 0x7f030192 -int attr listPreferredItemPaddingRight 0x7f030193 -int attr listPreferredItemPaddingStart 0x7f030194 -int attr logo 0x7f030195 -int attr logoDescription 0x7f030196 -int attr materialAlertDialogBodyTextStyle 0x7f030197 -int attr materialAlertDialogTheme 0x7f030198 -int attr materialAlertDialogTitleIconStyle 0x7f030199 -int attr materialAlertDialogTitlePanelStyle 0x7f03019a -int attr materialAlertDialogTitleTextStyle 0x7f03019b -int attr materialButtonOutlinedStyle 0x7f03019c -int attr materialButtonStyle 0x7f03019d -int attr materialButtonToggleGroupStyle 0x7f03019e -int attr materialCalendarDay 0x7f03019f -int attr materialCalendarFullscreenTheme 0x7f0301a0 -int attr materialCalendarHeaderConfirmButton 0x7f0301a1 -int attr materialCalendarHeaderDivider 0x7f0301a2 -int attr materialCalendarHeaderLayout 0x7f0301a3 -int attr materialCalendarHeaderSelection 0x7f0301a4 -int attr materialCalendarHeaderTitle 0x7f0301a5 -int attr materialCalendarHeaderToggleButton 0x7f0301a6 -int attr materialCalendarStyle 0x7f0301a7 -int attr materialCalendarTheme 0x7f0301a8 -int attr materialCardViewStyle 0x7f0301a9 -int attr materialThemeOverlay 0x7f0301aa -int attr maxActionInlineWidth 0x7f0301ab -int attr maxButtonHeight 0x7f0301ac -int attr maxCharacterCount 0x7f0301ad -int attr maxImageSize 0x7f0301ae -int attr measureWithLargestChild 0x7f0301af -int attr menu 0x7f0301b0 -int attr minTouchTargetSize 0x7f0301b1 -int attr multiChoiceItemLayout 0x7f0301b2 -int attr navigationContentDescription 0x7f0301b3 -int attr navigationIcon 0x7f0301b4 -int attr navigationMode 0x7f0301b5 -int attr navigationViewStyle 0x7f0301b6 -int attr nestedScrollViewStyle 0x7f0301b7 -int attr number 0x7f0301b8 -int attr numericModifiers 0x7f0301b9 -int attr overlapAnchor 0x7f0301ba -int attr overlayImage 0x7f0301bb -int attr paddingBottomNoButtons 0x7f0301bc -int attr paddingEnd 0x7f0301bd -int attr paddingStart 0x7f0301be -int attr paddingTopNoTitle 0x7f0301bf -int attr panelBackground 0x7f0301c0 -int attr panelMenuListTheme 0x7f0301c1 -int attr panelMenuListWidth 0x7f0301c2 -int attr passwordToggleContentDescription 0x7f0301c3 -int attr passwordToggleDrawable 0x7f0301c4 -int attr passwordToggleEnabled 0x7f0301c5 -int attr passwordToggleTint 0x7f0301c6 -int attr passwordToggleTintMode 0x7f0301c7 -int attr placeholderImage 0x7f0301c8 -int attr placeholderImageScaleType 0x7f0301c9 -int attr popupMenuBackground 0x7f0301ca -int attr popupMenuStyle 0x7f0301cb -int attr popupTheme 0x7f0301cc -int attr popupWindowStyle 0x7f0301cd -int attr preserveIconSpacing 0x7f0301ce -int attr pressedStateOverlayImage 0x7f0301cf -int attr pressedTranslationZ 0x7f0301d0 -int attr progressBarAutoRotateInterval 0x7f0301d1 -int attr progressBarImage 0x7f0301d2 -int attr progressBarImageScaleType 0x7f0301d3 -int attr progressBarPadding 0x7f0301d4 -int attr progressBarStyle 0x7f0301d5 -int attr queryBackground 0x7f0301d6 -int attr queryHint 0x7f0301d7 -int attr queryPatterns 0x7f0301d8 -int attr radioButtonStyle 0x7f0301d9 -int attr rangeFillColor 0x7f0301da -int attr ratingBarStyle 0x7f0301db -int attr ratingBarStyleIndicator 0x7f0301dc -int attr ratingBarStyleSmall 0x7f0301dd -int attr recyclerViewStyle 0x7f0301de -int attr retryImage 0x7f0301df -int attr retryImageScaleType 0x7f0301e0 -int attr reverseLayout 0x7f0301e1 -int attr rippleColor 0x7f0301e2 -int attr roundAsCircle 0x7f0301e3 -int attr roundBottomEnd 0x7f0301e4 -int attr roundBottomLeft 0x7f0301e5 -int attr roundBottomRight 0x7f0301e6 -int attr roundBottomStart 0x7f0301e7 -int attr roundTopEnd 0x7f0301e8 -int attr roundTopLeft 0x7f0301e9 -int attr roundTopRight 0x7f0301ea -int attr roundTopStart 0x7f0301eb -int attr roundWithOverlayColor 0x7f0301ec -int attr roundedCornerRadius 0x7f0301ed -int attr roundingBorderColor 0x7f0301ee -int attr roundingBorderPadding 0x7f0301ef -int attr roundingBorderWidth 0x7f0301f0 -int attr scopeUris 0x7f0301f1 -int attr scrimAnimationDuration 0x7f0301f2 -int attr scrimBackground 0x7f0301f3 -int attr scrimVisibleHeightTrigger 0x7f0301f4 -int attr searchHintIcon 0x7f0301f5 -int attr searchIcon 0x7f0301f6 -int attr searchViewStyle 0x7f0301f7 -int attr seekBarStyle 0x7f0301f8 -int attr selectableItemBackground 0x7f0301f9 -int attr selectableItemBackgroundBorderless 0x7f0301fa -int attr shapeAppearance 0x7f0301fb -int attr shapeAppearanceLargeComponent 0x7f0301fc -int attr shapeAppearanceMediumComponent 0x7f0301fd -int attr shapeAppearanceOverlay 0x7f0301fe -int attr shapeAppearanceSmallComponent 0x7f0301ff -int attr shortcutMatchRequired 0x7f030200 -int attr showAsAction 0x7f030201 -int attr showDividers 0x7f030202 -int attr showMotionSpec 0x7f030203 -int attr showText 0x7f030204 -int attr showTitle 0x7f030205 -int attr shrinkMotionSpec 0x7f030206 -int attr singleChoiceItemLayout 0x7f030207 -int attr singleLine 0x7f030208 -int attr singleSelection 0x7f030209 -int attr snackbarButtonStyle 0x7f03020a -int attr snackbarStyle 0x7f03020b -int attr spanCount 0x7f03020c -int attr spinBars 0x7f03020d -int attr spinnerDropDownItemStyle 0x7f03020e -int attr spinnerStyle 0x7f03020f -int attr splitTrack 0x7f030210 -int attr srcCompat 0x7f030211 -int attr stackFromEnd 0x7f030212 -int attr startIconCheckable 0x7f030213 -int attr startIconContentDescription 0x7f030214 -int attr startIconDrawable 0x7f030215 -int attr startIconTint 0x7f030216 -int attr startIconTintMode 0x7f030217 -int attr state_above_anchor 0x7f030218 -int attr state_collapsed 0x7f030219 -int attr state_collapsible 0x7f03021a -int attr state_dragged 0x7f03021b -int attr state_liftable 0x7f03021c -int attr state_lifted 0x7f03021d -int attr statusBarBackground 0x7f03021e -int attr statusBarForeground 0x7f03021f -int attr statusBarScrim 0x7f030220 -int attr strokeColor 0x7f030221 -int attr strokeWidth 0x7f030222 -int attr subMenuArrow 0x7f030223 -int attr submitBackground 0x7f030224 -int attr subtitle 0x7f030225 -int attr subtitleTextAppearance 0x7f030226 -int attr subtitleTextColor 0x7f030227 -int attr subtitleTextStyle 0x7f030228 -int attr suggestionRowLayout 0x7f030229 -int attr switchMinWidth 0x7f03022a -int attr switchPadding 0x7f03022b -int attr switchStyle 0x7f03022c -int attr switchTextAppearance 0x7f03022d -int attr tabBackground 0x7f03022e -int attr tabContentStart 0x7f03022f -int attr tabGravity 0x7f030230 -int attr tabIconTint 0x7f030231 -int attr tabIconTintMode 0x7f030232 -int attr tabIndicator 0x7f030233 -int attr tabIndicatorAnimationDuration 0x7f030234 -int attr tabIndicatorColor 0x7f030235 -int attr tabIndicatorFullWidth 0x7f030236 -int attr tabIndicatorGravity 0x7f030237 -int attr tabIndicatorHeight 0x7f030238 -int attr tabInlineLabel 0x7f030239 -int attr tabMaxWidth 0x7f03023a -int attr tabMinWidth 0x7f03023b -int attr tabMode 0x7f03023c -int attr tabPadding 0x7f03023d -int attr tabPaddingBottom 0x7f03023e -int attr tabPaddingEnd 0x7f03023f -int attr tabPaddingStart 0x7f030240 -int attr tabPaddingTop 0x7f030241 -int attr tabRippleColor 0x7f030242 -int attr tabSelectedTextColor 0x7f030243 -int attr tabStyle 0x7f030244 -int attr tabTextAppearance 0x7f030245 -int attr tabTextColor 0x7f030246 -int attr tabUnboundedRipple 0x7f030247 -int attr textAllCaps 0x7f030248 -int attr textAppearanceBody1 0x7f030249 -int attr textAppearanceBody2 0x7f03024a -int attr textAppearanceButton 0x7f03024b -int attr textAppearanceCaption 0x7f03024c -int attr textAppearanceHeadline1 0x7f03024d -int attr textAppearanceHeadline2 0x7f03024e -int attr textAppearanceHeadline3 0x7f03024f -int attr textAppearanceHeadline4 0x7f030250 -int attr textAppearanceHeadline5 0x7f030251 -int attr textAppearanceHeadline6 0x7f030252 -int attr textAppearanceLargePopupMenu 0x7f030253 -int attr textAppearanceLineHeightEnabled 0x7f030254 -int attr textAppearanceListItem 0x7f030255 -int attr textAppearanceListItemSecondary 0x7f030256 -int attr textAppearanceListItemSmall 0x7f030257 -int attr textAppearanceOverline 0x7f030258 -int attr textAppearancePopupMenuHeader 0x7f030259 -int attr textAppearanceSearchResultSubtitle 0x7f03025a -int attr textAppearanceSearchResultTitle 0x7f03025b -int attr textAppearanceSmallPopupMenu 0x7f03025c -int attr textAppearanceSubtitle1 0x7f03025d -int attr textAppearanceSubtitle2 0x7f03025e -int attr textColorAlertDialogListItem 0x7f03025f -int attr textColorSearchUrl 0x7f030260 -int attr textEndPadding 0x7f030261 -int attr textInputStyle 0x7f030262 -int attr textLocale 0x7f030263 -int attr textStartPadding 0x7f030264 -int attr theme 0x7f030265 -int attr themeLineHeight 0x7f030266 -int attr thickness 0x7f030267 -int attr thumbTextPadding 0x7f030268 -int attr thumbTint 0x7f030269 -int attr thumbTintMode 0x7f03026a -int attr tickMark 0x7f03026b -int attr tickMarkTint 0x7f03026c -int attr tickMarkTintMode 0x7f03026d -int attr tint 0x7f03026e -int attr tintMode 0x7f03026f -int attr title 0x7f030270 -int attr titleEnabled 0x7f030271 -int attr titleMargin 0x7f030272 -int attr titleMarginBottom 0x7f030273 -int attr titleMarginEnd 0x7f030274 -int attr titleMarginStart 0x7f030275 -int attr titleMarginTop 0x7f030276 -int attr titleMargins 0x7f030277 -int attr titleTextAppearance 0x7f030278 -int attr titleTextColor 0x7f030279 -int attr titleTextStyle 0x7f03027a -int attr toolbarId 0x7f03027b -int attr toolbarNavigationButtonStyle 0x7f03027c -int attr toolbarStyle 0x7f03027d -int attr tooltipForegroundColor 0x7f03027e -int attr tooltipFrameBackground 0x7f03027f -int attr tooltipText 0x7f030280 -int attr track 0x7f030281 -int attr trackTint 0x7f030282 -int attr trackTintMode 0x7f030283 -int attr ttcIndex 0x7f030284 -int attr useCompatPadding 0x7f030285 -int attr useMaterialThemeColors 0x7f030286 -int attr viewAspectRatio 0x7f030287 -int attr viewInflaterClass 0x7f030288 -int attr voiceIcon 0x7f030289 -int attr windowActionBar 0x7f03028a -int attr windowActionBarOverlay 0x7f03028b -int attr windowActionModeOverlay 0x7f03028c -int attr windowFixedHeightMajor 0x7f03028d -int attr windowFixedHeightMinor 0x7f03028e -int attr windowFixedWidthMajor 0x7f03028f -int attr windowFixedWidthMinor 0x7f030290 -int attr windowMinWidthMajor 0x7f030291 -int attr windowMinWidthMinor 0x7f030292 -int attr windowNoTitle 0x7f030293 -int attr yearSelectedStyle 0x7f030294 -int attr yearStyle 0x7f030295 -int attr yearTodayStyle 0x7f030296 -int bool abc_action_bar_embed_tabs 0x7f040000 -int bool abc_config_actionMenuItemAllCaps 0x7f040001 -int bool enable_system_alarm_service_default 0x7f040002 -int bool enable_system_foreground_service_default 0x7f040003 -int bool enable_system_job_service_default 0x7f040004 -int bool godel_debuggable 0x7f040005 -int bool mtrl_btn_textappearance_all_caps 0x7f040006 -int bool use_local_assets 0x7f040007 -int bool use_rc 0x7f040008 -int bool workmanager_test_configuration 0x7f040009 -int color abc_background_cache_hint_selector_material_dark 0x7f050000 -int color abc_background_cache_hint_selector_material_light 0x7f050001 -int color abc_btn_colored_borderless_text_material 0x7f050002 -int color abc_btn_colored_text_material 0x7f050003 -int color abc_color_highlight_material 0x7f050004 -int color abc_decor_view_status_guard 0x7f050005 -int color abc_decor_view_status_guard_light 0x7f050006 -int color abc_hint_foreground_material_dark 0x7f050007 -int color abc_hint_foreground_material_light 0x7f050008 -int color abc_primary_text_disable_only_material_dark 0x7f050009 -int color abc_primary_text_disable_only_material_light 0x7f05000a -int color abc_primary_text_material_dark 0x7f05000b -int color abc_primary_text_material_light 0x7f05000c -int color abc_search_url_text 0x7f05000d -int color abc_search_url_text_normal 0x7f05000e -int color abc_search_url_text_pressed 0x7f05000f -int color abc_search_url_text_selected 0x7f050010 -int color abc_secondary_text_material_dark 0x7f050011 -int color abc_secondary_text_material_light 0x7f050012 -int color abc_tint_btn_checkable 0x7f050013 -int color abc_tint_default 0x7f050014 -int color abc_tint_edittext 0x7f050015 -int color abc_tint_seek_thumb 0x7f050016 -int color abc_tint_spinner 0x7f050017 -int color abc_tint_switch_track 0x7f050018 -int color accent_material_dark 0x7f050019 -int color accent_material_light 0x7f05001a -int color androidx_core_ripple_material_light 0x7f05001b -int color androidx_core_secondary_text_default_material_light 0x7f05001c -int color background_floating_material_dark 0x7f05001d -int color background_floating_material_light 0x7f05001e -int color background_material_dark 0x7f05001f -int color background_material_light 0x7f050020 -int color bright_foreground_disabled_material_dark 0x7f050021 -int color bright_foreground_disabled_material_light 0x7f050022 -int color bright_foreground_inverse_material_dark 0x7f050023 -int color bright_foreground_inverse_material_light 0x7f050024 -int color bright_foreground_material_dark 0x7f050025 -int color bright_foreground_material_light 0x7f050026 -int color button_material_dark 0x7f050027 -int color button_material_light 0x7f050028 -int color cardview_dark_background 0x7f050029 -int color cardview_light_background 0x7f05002a -int color cardview_shadow_end_color 0x7f05002b -int color cardview_shadow_start_color 0x7f05002c -int color catalyst_logbox_background 0x7f05002d -int color catalyst_redbox_background 0x7f05002e -int color checkbox_themeable_attribute_color 0x7f05002f -int color common_google_signin_btn_text_dark 0x7f050030 -int color common_google_signin_btn_text_dark_default 0x7f050031 -int color common_google_signin_btn_text_dark_disabled 0x7f050032 -int color common_google_signin_btn_text_dark_focused 0x7f050033 -int color common_google_signin_btn_text_dark_pressed 0x7f050034 -int color common_google_signin_btn_text_light 0x7f050035 -int color common_google_signin_btn_text_light_default 0x7f050036 -int color common_google_signin_btn_text_light_disabled 0x7f050037 -int color common_google_signin_btn_text_light_focused 0x7f050038 -int color common_google_signin_btn_text_light_pressed 0x7f050039 -int color common_google_signin_btn_tint 0x7f05003a -int color design_bottom_navigation_shadow_color 0x7f05003b -int color design_box_stroke_color 0x7f05003c -int color design_dark_default_color_background 0x7f05003d -int color design_dark_default_color_error 0x7f05003e -int color design_dark_default_color_on_background 0x7f05003f -int color design_dark_default_color_on_error 0x7f050040 -int color design_dark_default_color_on_primary 0x7f050041 -int color design_dark_default_color_on_secondary 0x7f050042 -int color design_dark_default_color_on_surface 0x7f050043 -int color design_dark_default_color_primary 0x7f050044 -int color design_dark_default_color_primary_dark 0x7f050045 -int color design_dark_default_color_primary_variant 0x7f050046 -int color design_dark_default_color_secondary 0x7f050047 -int color design_dark_default_color_secondary_variant 0x7f050048 -int color design_dark_default_color_surface 0x7f050049 -int color design_default_color_background 0x7f05004a -int color design_default_color_error 0x7f05004b -int color design_default_color_on_background 0x7f05004c -int color design_default_color_on_error 0x7f05004d -int color design_default_color_on_primary 0x7f05004e -int color design_default_color_on_secondary 0x7f05004f -int color design_default_color_on_surface 0x7f050050 -int color design_default_color_primary 0x7f050051 -int color design_default_color_primary_dark 0x7f050052 -int color design_default_color_primary_variant 0x7f050053 -int color design_default_color_secondary 0x7f050054 -int color design_default_color_secondary_variant 0x7f050055 -int color design_default_color_surface 0x7f050056 -int color design_error 0x7f050057 -int color design_fab_shadow_end_color 0x7f050058 -int color design_fab_shadow_mid_color 0x7f050059 -int color design_fab_shadow_start_color 0x7f05005a -int color design_fab_stroke_end_inner_color 0x7f05005b -int color design_fab_stroke_end_outer_color 0x7f05005c -int color design_fab_stroke_top_inner_color 0x7f05005d -int color design_fab_stroke_top_outer_color 0x7f05005e -int color design_icon_tint 0x7f05005f -int color design_snackbar_background_color 0x7f050060 -int color dim_foreground_disabled_material_dark 0x7f050061 -int color dim_foreground_disabled_material_light 0x7f050062 -int color dim_foreground_material_dark 0x7f050063 -int color dim_foreground_material_light 0x7f050064 -int color error_color_material_dark 0x7f050065 -int color error_color_material_light 0x7f050066 -int color foreground_material_dark 0x7f050067 -int color foreground_material_light 0x7f050068 -int color highlighted_text_material_dark 0x7f050069 -int color highlighted_text_material_light 0x7f05006a -int color material_blue_grey_800 0x7f05006b -int color material_blue_grey_900 0x7f05006c -int color material_blue_grey_950 0x7f05006d -int color material_deep_teal_200 0x7f05006e -int color material_deep_teal_500 0x7f05006f -int color material_grey_100 0x7f050070 -int color material_grey_300 0x7f050071 -int color material_grey_50 0x7f050072 -int color material_grey_600 0x7f050073 -int color material_grey_800 0x7f050074 -int color material_grey_850 0x7f050075 -int color material_grey_900 0x7f050076 -int color material_on_background_disabled 0x7f050077 -int color material_on_background_emphasis_high_type 0x7f050078 -int color material_on_background_emphasis_medium 0x7f050079 -int color material_on_primary_disabled 0x7f05007a -int color material_on_primary_emphasis_high_type 0x7f05007b -int color material_on_primary_emphasis_medium 0x7f05007c -int color material_on_surface_disabled 0x7f05007d -int color material_on_surface_emphasis_high_type 0x7f05007e -int color material_on_surface_emphasis_medium 0x7f05007f -int color mtrl_bottom_nav_colored_item_tint 0x7f050080 -int color mtrl_bottom_nav_colored_ripple_color 0x7f050081 -int color mtrl_bottom_nav_item_tint 0x7f050082 -int color mtrl_bottom_nav_ripple_color 0x7f050083 -int color mtrl_btn_bg_color_selector 0x7f050084 -int color mtrl_btn_ripple_color 0x7f050085 -int color mtrl_btn_stroke_color_selector 0x7f050086 -int color mtrl_btn_text_btn_bg_color_selector 0x7f050087 -int color mtrl_btn_text_btn_ripple_color 0x7f050088 -int color mtrl_btn_text_color_disabled 0x7f050089 -int color mtrl_btn_text_color_selector 0x7f05008a -int color mtrl_btn_transparent_bg_color 0x7f05008b -int color mtrl_calendar_item_stroke_color 0x7f05008c -int color mtrl_calendar_selected_range 0x7f05008d -int color mtrl_card_view_foreground 0x7f05008e -int color mtrl_card_view_ripple 0x7f05008f -int color mtrl_chip_background_color 0x7f050090 -int color mtrl_chip_close_icon_tint 0x7f050091 -int color mtrl_chip_ripple_color 0x7f050092 -int color mtrl_chip_surface_color 0x7f050093 -int color mtrl_chip_text_color 0x7f050094 -int color mtrl_choice_chip_background_color 0x7f050095 -int color mtrl_choice_chip_ripple_color 0x7f050096 -int color mtrl_choice_chip_text_color 0x7f050097 -int color mtrl_error 0x7f050098 -int color mtrl_extended_fab_bg_color_selector 0x7f050099 -int color mtrl_extended_fab_ripple_color 0x7f05009a -int color mtrl_extended_fab_text_color_selector 0x7f05009b -int color mtrl_fab_ripple_color 0x7f05009c -int color mtrl_filled_background_color 0x7f05009d -int color mtrl_filled_icon_tint 0x7f05009e -int color mtrl_filled_stroke_color 0x7f05009f -int color mtrl_indicator_text_color 0x7f0500a0 -int color mtrl_navigation_item_background_color 0x7f0500a1 -int color mtrl_navigation_item_icon_tint 0x7f0500a2 -int color mtrl_navigation_item_text_color 0x7f0500a3 -int color mtrl_on_primary_text_btn_text_color_selector 0x7f0500a4 -int color mtrl_outlined_icon_tint 0x7f0500a5 -int color mtrl_outlined_stroke_color 0x7f0500a6 -int color mtrl_popupmenu_overlay_color 0x7f0500a7 -int color mtrl_scrim_color 0x7f0500a8 -int color mtrl_tabs_colored_ripple_color 0x7f0500a9 -int color mtrl_tabs_icon_color_selector 0x7f0500aa -int color mtrl_tabs_icon_color_selector_colored 0x7f0500ab -int color mtrl_tabs_legacy_text_color_selector 0x7f0500ac -int color mtrl_tabs_ripple_color 0x7f0500ad -int color mtrl_text_btn_text_color_selector 0x7f0500ae -int color mtrl_textinput_default_box_stroke_color 0x7f0500af -int color mtrl_textinput_disabled_color 0x7f0500b0 -int color mtrl_textinput_filled_box_default_background_color 0x7f0500b1 -int color mtrl_textinput_focused_box_stroke_color 0x7f0500b2 -int color mtrl_textinput_hovered_box_stroke_color 0x7f0500b3 -int color notification_action_color_filter 0x7f0500b4 -int color notification_icon_bg_color 0x7f0500b5 -int color primary_dark_material_dark 0x7f0500b6 -int color primary_dark_material_light 0x7f0500b7 -int color primary_material_dark 0x7f0500b8 -int color primary_material_light 0x7f0500b9 -int color primary_text_default_material_dark 0x7f0500ba -int color primary_text_default_material_light 0x7f0500bb -int color primary_text_disabled_material_dark 0x7f0500bc -int color primary_text_disabled_material_light 0x7f0500bd -int color ripple_material_dark 0x7f0500be -int color ripple_material_light 0x7f0500bf -int color secondary_text_default_material_dark 0x7f0500c0 -int color secondary_text_default_material_light 0x7f0500c1 -int color secondary_text_disabled_material_dark 0x7f0500c2 -int color secondary_text_disabled_material_light 0x7f0500c3 -int color switch_thumb_disabled_material_dark 0x7f0500c4 -int color switch_thumb_disabled_material_light 0x7f0500c5 -int color switch_thumb_material_dark 0x7f0500c6 -int color switch_thumb_material_light 0x7f0500c7 -int color switch_thumb_normal_material_dark 0x7f0500c8 -int color switch_thumb_normal_material_light 0x7f0500c9 -int color test_mtrl_calendar_day 0x7f0500ca -int color test_mtrl_calendar_day_selected 0x7f0500cb -int color tooltip_background_dark 0x7f0500cc -int color tooltip_background_light 0x7f0500cd -int dimen abc_action_bar_content_inset_material 0x7f060000 -int dimen abc_action_bar_content_inset_with_nav 0x7f060001 -int dimen abc_action_bar_default_height_material 0x7f060002 -int dimen abc_action_bar_default_padding_end_material 0x7f060003 -int dimen abc_action_bar_default_padding_start_material 0x7f060004 -int dimen abc_action_bar_elevation_material 0x7f060005 -int dimen abc_action_bar_icon_vertical_padding_material 0x7f060006 -int dimen abc_action_bar_overflow_padding_end_material 0x7f060007 -int dimen abc_action_bar_overflow_padding_start_material 0x7f060008 -int dimen abc_action_bar_stacked_max_height 0x7f060009 -int dimen abc_action_bar_stacked_tab_max_width 0x7f06000a -int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f06000b -int dimen abc_action_bar_subtitle_top_margin_material 0x7f06000c -int dimen abc_action_button_min_height_material 0x7f06000d -int dimen abc_action_button_min_width_material 0x7f06000e -int dimen abc_action_button_min_width_overflow_material 0x7f06000f -int dimen abc_alert_dialog_button_bar_height 0x7f060010 -int dimen abc_alert_dialog_button_dimen 0x7f060011 -int dimen abc_button_inset_horizontal_material 0x7f060012 -int dimen abc_button_inset_vertical_material 0x7f060013 -int dimen abc_button_padding_horizontal_material 0x7f060014 -int dimen abc_button_padding_vertical_material 0x7f060015 -int dimen abc_cascading_menus_min_smallest_width 0x7f060016 -int dimen abc_config_prefDialogWidth 0x7f060017 -int dimen abc_control_corner_material 0x7f060018 -int dimen abc_control_inset_material 0x7f060019 -int dimen abc_control_padding_material 0x7f06001a -int dimen abc_dialog_corner_radius_material 0x7f06001b -int dimen abc_dialog_fixed_height_major 0x7f06001c -int dimen abc_dialog_fixed_height_minor 0x7f06001d -int dimen abc_dialog_fixed_width_major 0x7f06001e -int dimen abc_dialog_fixed_width_minor 0x7f06001f -int dimen abc_dialog_list_padding_bottom_no_buttons 0x7f060020 -int dimen abc_dialog_list_padding_top_no_title 0x7f060021 -int dimen abc_dialog_min_width_major 0x7f060022 -int dimen abc_dialog_min_width_minor 0x7f060023 -int dimen abc_dialog_padding_material 0x7f060024 -int dimen abc_dialog_padding_top_material 0x7f060025 -int dimen abc_dialog_title_divider_material 0x7f060026 -int dimen abc_disabled_alpha_material_dark 0x7f060027 -int dimen abc_disabled_alpha_material_light 0x7f060028 -int dimen abc_dropdownitem_icon_width 0x7f060029 -int dimen abc_dropdownitem_text_padding_left 0x7f06002a -int dimen abc_dropdownitem_text_padding_right 0x7f06002b -int dimen abc_edit_text_inset_bottom_material 0x7f06002c -int dimen abc_edit_text_inset_horizontal_material 0x7f06002d -int dimen abc_edit_text_inset_top_material 0x7f06002e -int dimen abc_floating_window_z 0x7f06002f -int dimen abc_list_item_height_large_material 0x7f060030 -int dimen abc_list_item_height_material 0x7f060031 -int dimen abc_list_item_height_small_material 0x7f060032 -int dimen abc_list_item_padding_horizontal_material 0x7f060033 -int dimen abc_panel_menu_list_width 0x7f060034 -int dimen abc_progress_bar_height_material 0x7f060035 -int dimen abc_search_view_preferred_height 0x7f060036 -int dimen abc_search_view_preferred_width 0x7f060037 -int dimen abc_seekbar_track_background_height_material 0x7f060038 -int dimen abc_seekbar_track_progress_height_material 0x7f060039 -int dimen abc_select_dialog_padding_start_material 0x7f06003a -int dimen abc_star_big 0x7f06003b -int dimen abc_star_medium 0x7f06003c -int dimen abc_star_small 0x7f06003d -int dimen abc_switch_padding 0x7f06003e -int dimen abc_text_size_body_1_material 0x7f06003f -int dimen abc_text_size_body_2_material 0x7f060040 -int dimen abc_text_size_button_material 0x7f060041 -int dimen abc_text_size_caption_material 0x7f060042 -int dimen abc_text_size_display_1_material 0x7f060043 -int dimen abc_text_size_display_2_material 0x7f060044 -int dimen abc_text_size_display_3_material 0x7f060045 -int dimen abc_text_size_display_4_material 0x7f060046 -int dimen abc_text_size_headline_material 0x7f060047 -int dimen abc_text_size_large_material 0x7f060048 -int dimen abc_text_size_medium_material 0x7f060049 -int dimen abc_text_size_menu_header_material 0x7f06004a -int dimen abc_text_size_menu_material 0x7f06004b -int dimen abc_text_size_small_material 0x7f06004c -int dimen abc_text_size_subhead_material 0x7f06004d -int dimen abc_text_size_subtitle_material_toolbar 0x7f06004e -int dimen abc_text_size_title_material 0x7f06004f -int dimen abc_text_size_title_material_toolbar 0x7f060050 -int dimen action_bar_size 0x7f060051 -int dimen appcompat_dialog_background_inset 0x7f060052 -int dimen autofill_inline_suggestion_icon_size 0x7f060053 -int dimen cardview_compat_inset_shadow 0x7f060054 -int dimen cardview_default_elevation 0x7f060055 -int dimen cardview_default_radius 0x7f060056 -int dimen compat_button_inset_horizontal_material 0x7f060057 -int dimen compat_button_inset_vertical_material 0x7f060058 -int dimen compat_button_padding_horizontal_material 0x7f060059 -int dimen compat_button_padding_vertical_material 0x7f06005a -int dimen compat_control_corner_material 0x7f06005b -int dimen compat_notification_large_icon_max_height 0x7f06005c -int dimen compat_notification_large_icon_max_width 0x7f06005d -int dimen default_dimension 0x7f06005e -int dimen design_appbar_elevation 0x7f06005f -int dimen design_bottom_navigation_active_item_max_width 0x7f060060 -int dimen design_bottom_navigation_active_item_min_width 0x7f060061 -int dimen design_bottom_navigation_active_text_size 0x7f060062 -int dimen design_bottom_navigation_elevation 0x7f060063 -int dimen design_bottom_navigation_height 0x7f060064 -int dimen design_bottom_navigation_icon_size 0x7f060065 -int dimen design_bottom_navigation_item_max_width 0x7f060066 -int dimen design_bottom_navigation_item_min_width 0x7f060067 -int dimen design_bottom_navigation_margin 0x7f060068 -int dimen design_bottom_navigation_shadow_height 0x7f060069 -int dimen design_bottom_navigation_text_size 0x7f06006a -int dimen design_bottom_sheet_elevation 0x7f06006b -int dimen design_bottom_sheet_modal_elevation 0x7f06006c -int dimen design_bottom_sheet_peek_height_min 0x7f06006d -int dimen design_fab_border_width 0x7f06006e -int dimen design_fab_elevation 0x7f06006f -int dimen design_fab_image_size 0x7f060070 -int dimen design_fab_size_mini 0x7f060071 -int dimen design_fab_size_normal 0x7f060072 -int dimen design_fab_translation_z_hovered_focused 0x7f060073 -int dimen design_fab_translation_z_pressed 0x7f060074 -int dimen design_navigation_elevation 0x7f060075 -int dimen design_navigation_icon_padding 0x7f060076 -int dimen design_navigation_icon_size 0x7f060077 -int dimen design_navigation_item_horizontal_padding 0x7f060078 -int dimen design_navigation_item_icon_padding 0x7f060079 -int dimen design_navigation_max_width 0x7f06007a -int dimen design_navigation_padding_bottom 0x7f06007b -int dimen design_navigation_separator_vertical_padding 0x7f06007c -int dimen design_snackbar_action_inline_max_width 0x7f06007d -int dimen design_snackbar_action_text_color_alpha 0x7f06007e -int dimen design_snackbar_background_corner_radius 0x7f06007f -int dimen design_snackbar_elevation 0x7f060080 -int dimen design_snackbar_extra_spacing_horizontal 0x7f060081 -int dimen design_snackbar_max_width 0x7f060082 -int dimen design_snackbar_min_width 0x7f060083 -int dimen design_snackbar_padding_horizontal 0x7f060084 -int dimen design_snackbar_padding_vertical 0x7f060085 -int dimen design_snackbar_padding_vertical_2lines 0x7f060086 -int dimen design_snackbar_text_size 0x7f060087 -int dimen design_tab_max_width 0x7f060088 -int dimen design_tab_scrollable_min_width 0x7f060089 -int dimen design_tab_text_size 0x7f06008a -int dimen design_tab_text_size_2line 0x7f06008b -int dimen design_textinput_caption_translate_y 0x7f06008c -int dimen disabled_alpha_material_dark 0x7f06008d -int dimen disabled_alpha_material_light 0x7f06008e -int dimen fastscroll_default_thickness 0x7f06008f -int dimen fastscroll_margin 0x7f060090 -int dimen fastscroll_minimum_range 0x7f060091 -int dimen highlight_alpha_material_colored 0x7f060092 -int dimen highlight_alpha_material_dark 0x7f060093 -int dimen highlight_alpha_material_light 0x7f060094 -int dimen hint_alpha_material_dark 0x7f060095 -int dimen hint_alpha_material_light 0x7f060096 -int dimen hint_pressed_alpha_material_dark 0x7f060097 -int dimen hint_pressed_alpha_material_light 0x7f060098 -int dimen item_touch_helper_max_drag_scroll_per_frame 0x7f060099 -int dimen item_touch_helper_swipe_escape_max_velocity 0x7f06009a -int dimen item_touch_helper_swipe_escape_velocity 0x7f06009b -int dimen juspay_content_area_height 0x7f06009c -int dimen material_emphasis_disabled 0x7f06009d -int dimen material_emphasis_high_type 0x7f06009e -int dimen material_emphasis_medium 0x7f06009f -int dimen material_text_view_test_line_height 0x7f0600a0 -int dimen material_text_view_test_line_height_override 0x7f0600a1 -int dimen mtrl_alert_dialog_background_inset_bottom 0x7f0600a2 -int dimen mtrl_alert_dialog_background_inset_end 0x7f0600a3 -int dimen mtrl_alert_dialog_background_inset_start 0x7f0600a4 -int dimen mtrl_alert_dialog_background_inset_top 0x7f0600a5 -int dimen mtrl_alert_dialog_picker_background_inset 0x7f0600a6 -int dimen mtrl_badge_horizontal_edge_offset 0x7f0600a7 -int dimen mtrl_badge_long_text_horizontal_padding 0x7f0600a8 -int dimen mtrl_badge_radius 0x7f0600a9 -int dimen mtrl_badge_text_horizontal_edge_offset 0x7f0600aa -int dimen mtrl_badge_text_size 0x7f0600ab -int dimen mtrl_badge_with_text_radius 0x7f0600ac -int dimen mtrl_bottomappbar_fabOffsetEndMode 0x7f0600ad -int dimen mtrl_bottomappbar_fab_bottom_margin 0x7f0600ae -int dimen mtrl_bottomappbar_fab_cradle_margin 0x7f0600af -int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x7f0600b0 -int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x7f0600b1 -int dimen mtrl_bottomappbar_height 0x7f0600b2 -int dimen mtrl_btn_corner_radius 0x7f0600b3 -int dimen mtrl_btn_dialog_btn_min_width 0x7f0600b4 -int dimen mtrl_btn_disabled_elevation 0x7f0600b5 -int dimen mtrl_btn_disabled_z 0x7f0600b6 -int dimen mtrl_btn_elevation 0x7f0600b7 -int dimen mtrl_btn_focused_z 0x7f0600b8 -int dimen mtrl_btn_hovered_z 0x7f0600b9 -int dimen mtrl_btn_icon_btn_padding_left 0x7f0600ba -int dimen mtrl_btn_icon_padding 0x7f0600bb -int dimen mtrl_btn_inset 0x7f0600bc -int dimen mtrl_btn_letter_spacing 0x7f0600bd -int dimen mtrl_btn_padding_bottom 0x7f0600be -int dimen mtrl_btn_padding_left 0x7f0600bf -int dimen mtrl_btn_padding_right 0x7f0600c0 -int dimen mtrl_btn_padding_top 0x7f0600c1 -int dimen mtrl_btn_pressed_z 0x7f0600c2 -int dimen mtrl_btn_stroke_size 0x7f0600c3 -int dimen mtrl_btn_text_btn_icon_padding 0x7f0600c4 -int dimen mtrl_btn_text_btn_padding_left 0x7f0600c5 -int dimen mtrl_btn_text_btn_padding_right 0x7f0600c6 -int dimen mtrl_btn_text_size 0x7f0600c7 -int dimen mtrl_btn_z 0x7f0600c8 -int dimen mtrl_calendar_action_height 0x7f0600c9 -int dimen mtrl_calendar_action_padding 0x7f0600ca -int dimen mtrl_calendar_bottom_padding 0x7f0600cb -int dimen mtrl_calendar_content_padding 0x7f0600cc -int dimen mtrl_calendar_day_corner 0x7f0600cd -int dimen mtrl_calendar_day_height 0x7f0600ce -int dimen mtrl_calendar_day_horizontal_padding 0x7f0600cf -int dimen mtrl_calendar_day_today_stroke 0x7f0600d0 -int dimen mtrl_calendar_day_vertical_padding 0x7f0600d1 -int dimen mtrl_calendar_day_width 0x7f0600d2 -int dimen mtrl_calendar_days_of_week_height 0x7f0600d3 -int dimen mtrl_calendar_dialog_background_inset 0x7f0600d4 -int dimen mtrl_calendar_header_content_padding 0x7f0600d5 -int dimen mtrl_calendar_header_content_padding_fullscreen 0x7f0600d6 -int dimen mtrl_calendar_header_divider_thickness 0x7f0600d7 -int dimen mtrl_calendar_header_height 0x7f0600d8 -int dimen mtrl_calendar_header_height_fullscreen 0x7f0600d9 -int dimen mtrl_calendar_header_selection_line_height 0x7f0600da -int dimen mtrl_calendar_header_text_padding 0x7f0600db -int dimen mtrl_calendar_header_toggle_margin_bottom 0x7f0600dc -int dimen mtrl_calendar_header_toggle_margin_top 0x7f0600dd -int dimen mtrl_calendar_landscape_header_width 0x7f0600de -int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x7f0600df -int dimen mtrl_calendar_month_horizontal_padding 0x7f0600e0 -int dimen mtrl_calendar_month_vertical_padding 0x7f0600e1 -int dimen mtrl_calendar_navigation_bottom_padding 0x7f0600e2 -int dimen mtrl_calendar_navigation_height 0x7f0600e3 -int dimen mtrl_calendar_navigation_top_padding 0x7f0600e4 -int dimen mtrl_calendar_pre_l_text_clip_padding 0x7f0600e5 -int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x7f0600e6 -int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x7f0600e7 -int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x7f0600e8 -int dimen mtrl_calendar_selection_text_baseline_to_top 0x7f0600e9 -int dimen mtrl_calendar_text_input_padding_top 0x7f0600ea -int dimen mtrl_calendar_title_baseline_to_top 0x7f0600eb -int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x7f0600ec -int dimen mtrl_calendar_year_corner 0x7f0600ed -int dimen mtrl_calendar_year_height 0x7f0600ee -int dimen mtrl_calendar_year_horizontal_padding 0x7f0600ef -int dimen mtrl_calendar_year_vertical_padding 0x7f0600f0 -int dimen mtrl_calendar_year_width 0x7f0600f1 -int dimen mtrl_card_checked_icon_margin 0x7f0600f2 -int dimen mtrl_card_checked_icon_size 0x7f0600f3 -int dimen mtrl_card_corner_radius 0x7f0600f4 -int dimen mtrl_card_dragged_z 0x7f0600f5 -int dimen mtrl_card_elevation 0x7f0600f6 -int dimen mtrl_card_spacing 0x7f0600f7 -int dimen mtrl_chip_pressed_translation_z 0x7f0600f8 -int dimen mtrl_chip_text_size 0x7f0600f9 -int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x7f0600fa -int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x7f0600fb -int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x7f0600fc -int dimen mtrl_extended_fab_bottom_padding 0x7f0600fd -int dimen mtrl_extended_fab_corner_radius 0x7f0600fe -int dimen mtrl_extended_fab_disabled_elevation 0x7f0600ff -int dimen mtrl_extended_fab_disabled_translation_z 0x7f060100 -int dimen mtrl_extended_fab_elevation 0x7f060101 -int dimen mtrl_extended_fab_end_padding 0x7f060102 -int dimen mtrl_extended_fab_end_padding_icon 0x7f060103 -int dimen mtrl_extended_fab_icon_size 0x7f060104 -int dimen mtrl_extended_fab_icon_text_spacing 0x7f060105 -int dimen mtrl_extended_fab_min_height 0x7f060106 -int dimen mtrl_extended_fab_min_width 0x7f060107 -int dimen mtrl_extended_fab_start_padding 0x7f060108 -int dimen mtrl_extended_fab_start_padding_icon 0x7f060109 -int dimen mtrl_extended_fab_top_padding 0x7f06010a -int dimen mtrl_extended_fab_translation_z_base 0x7f06010b -int dimen mtrl_extended_fab_translation_z_hovered_focused 0x7f06010c -int dimen mtrl_extended_fab_translation_z_pressed 0x7f06010d -int dimen mtrl_fab_elevation 0x7f06010e -int dimen mtrl_fab_min_touch_target 0x7f06010f -int dimen mtrl_fab_translation_z_hovered_focused 0x7f060110 -int dimen mtrl_fab_translation_z_pressed 0x7f060111 -int dimen mtrl_high_ripple_default_alpha 0x7f060112 -int dimen mtrl_high_ripple_focused_alpha 0x7f060113 -int dimen mtrl_high_ripple_hovered_alpha 0x7f060114 -int dimen mtrl_high_ripple_pressed_alpha 0x7f060115 -int dimen mtrl_large_touch_target 0x7f060116 -int dimen mtrl_low_ripple_default_alpha 0x7f060117 -int dimen mtrl_low_ripple_focused_alpha 0x7f060118 -int dimen mtrl_low_ripple_hovered_alpha 0x7f060119 -int dimen mtrl_low_ripple_pressed_alpha 0x7f06011a -int dimen mtrl_min_touch_target_size 0x7f06011b -int dimen mtrl_navigation_elevation 0x7f06011c -int dimen mtrl_navigation_item_horizontal_padding 0x7f06011d -int dimen mtrl_navigation_item_icon_padding 0x7f06011e -int dimen mtrl_navigation_item_icon_size 0x7f06011f -int dimen mtrl_navigation_item_shape_horizontal_margin 0x7f060120 -int dimen mtrl_navigation_item_shape_vertical_margin 0x7f060121 -int dimen mtrl_shape_corner_size_large_component 0x7f060122 -int dimen mtrl_shape_corner_size_medium_component 0x7f060123 -int dimen mtrl_shape_corner_size_small_component 0x7f060124 -int dimen mtrl_snackbar_action_text_color_alpha 0x7f060125 -int dimen mtrl_snackbar_background_corner_radius 0x7f060126 -int dimen mtrl_snackbar_background_overlay_color_alpha 0x7f060127 -int dimen mtrl_snackbar_margin 0x7f060128 -int dimen mtrl_switch_thumb_elevation 0x7f060129 -int dimen mtrl_textinput_box_corner_radius_medium 0x7f06012a -int dimen mtrl_textinput_box_corner_radius_small 0x7f06012b -int dimen mtrl_textinput_box_label_cutout_padding 0x7f06012c -int dimen mtrl_textinput_box_stroke_width_default 0x7f06012d -int dimen mtrl_textinput_box_stroke_width_focused 0x7f06012e -int dimen mtrl_textinput_end_icon_margin_start 0x7f06012f -int dimen mtrl_textinput_outline_box_expanded_padding 0x7f060130 -int dimen mtrl_textinput_start_icon_margin_end 0x7f060131 -int dimen mtrl_toolbar_default_height 0x7f060132 -int dimen notification_action_icon_size 0x7f060133 -int dimen notification_action_text_size 0x7f060134 -int dimen notification_big_circle_margin 0x7f060135 -int dimen notification_content_margin_start 0x7f060136 -int dimen notification_large_icon_height 0x7f060137 -int dimen notification_large_icon_width 0x7f060138 -int dimen notification_main_column_padding_top 0x7f060139 -int dimen notification_media_narrow_margin 0x7f06013a -int dimen notification_right_icon_size 0x7f06013b -int dimen notification_right_side_padding_top 0x7f06013c -int dimen notification_small_icon_background_padding 0x7f06013d -int dimen notification_small_icon_size_as_large 0x7f06013e -int dimen notification_subtext_size 0x7f06013f -int dimen notification_top_pad 0x7f060140 -int dimen notification_top_pad_large_text 0x7f060141 -int dimen osd_collapsed_height 0x7f060142 -int dimen test_mtrl_calendar_day_cornerSize 0x7f060143 -int dimen tooltip_corner_radius 0x7f060144 -int dimen tooltip_horizontal_padding 0x7f060145 -int dimen tooltip_margin 0x7f060146 -int dimen tooltip_precise_anchor_extra_offset 0x7f060147 -int dimen tooltip_precise_anchor_threshold 0x7f060148 -int dimen tooltip_vertical_padding 0x7f060149 -int dimen tooltip_y_offset_non_touch 0x7f06014a -int dimen tooltip_y_offset_touch 0x7f06014b -int drawable abc_ab_share_pack_mtrl_alpha 0x7f070006 -int drawable abc_action_bar_item_background_material 0x7f070007 -int drawable abc_btn_borderless_material 0x7f070008 -int drawable abc_btn_check_material 0x7f070009 -int drawable abc_btn_check_material_anim 0x7f07000a -int drawable abc_btn_check_to_on_mtrl_000 0x7f07000b -int drawable abc_btn_check_to_on_mtrl_015 0x7f07000c -int drawable abc_btn_colored_material 0x7f07000d -int drawable abc_btn_default_mtrl_shape 0x7f07000e -int drawable abc_btn_radio_material 0x7f07000f -int drawable abc_btn_radio_material_anim 0x7f070010 -int drawable abc_btn_radio_to_on_mtrl_000 0x7f070011 -int drawable abc_btn_radio_to_on_mtrl_015 0x7f070012 -int drawable abc_btn_switch_to_on_mtrl_00001 0x7f070013 -int drawable abc_btn_switch_to_on_mtrl_00012 0x7f070014 -int drawable abc_cab_background_internal_bg 0x7f070015 -int drawable abc_cab_background_top_material 0x7f070016 -int drawable abc_cab_background_top_mtrl_alpha 0x7f070017 -int drawable abc_control_background_material 0x7f070018 -int drawable abc_dialog_material_background 0x7f070019 -int drawable abc_edit_text_material 0x7f07001a -int drawable abc_ic_ab_back_material 0x7f07001b -int drawable abc_ic_arrow_drop_right_black_24dp 0x7f07001c -int drawable abc_ic_clear_material 0x7f07001d -int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f07001e -int drawable abc_ic_go_search_api_material 0x7f07001f -int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f070020 -int drawable abc_ic_menu_cut_mtrl_alpha 0x7f070021 -int drawable abc_ic_menu_overflow_material 0x7f070022 -int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f070023 -int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f070024 -int drawable abc_ic_menu_share_mtrl_alpha 0x7f070025 -int drawable abc_ic_search_api_material 0x7f070026 -int drawable abc_ic_voice_search_api_material 0x7f070027 -int drawable abc_item_background_holo_dark 0x7f070028 -int drawable abc_item_background_holo_light 0x7f070029 -int drawable abc_list_divider_material 0x7f07002a -int drawable abc_list_divider_mtrl_alpha 0x7f07002b -int drawable abc_list_focused_holo 0x7f07002c -int drawable abc_list_longpressed_holo 0x7f07002d -int drawable abc_list_pressed_holo_dark 0x7f07002e -int drawable abc_list_pressed_holo_light 0x7f07002f -int drawable abc_list_selector_background_transition_holo_dark 0x7f070030 -int drawable abc_list_selector_background_transition_holo_light 0x7f070031 -int drawable abc_list_selector_disabled_holo_dark 0x7f070032 -int drawable abc_list_selector_disabled_holo_light 0x7f070033 -int drawable abc_list_selector_holo_dark 0x7f070034 -int drawable abc_list_selector_holo_light 0x7f070035 -int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f070036 -int drawable abc_popup_background_mtrl_mult 0x7f070037 -int drawable abc_ratingbar_indicator_material 0x7f070038 -int drawable abc_ratingbar_material 0x7f070039 -int drawable abc_ratingbar_small_material 0x7f07003a -int drawable abc_scrubber_control_off_mtrl_alpha 0x7f07003b -int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f07003c -int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f07003d -int drawable abc_scrubber_primary_mtrl_alpha 0x7f07003e -int drawable abc_scrubber_track_mtrl_alpha 0x7f07003f -int drawable abc_seekbar_thumb_material 0x7f070040 -int drawable abc_seekbar_tick_mark_material 0x7f070041 -int drawable abc_seekbar_track_material 0x7f070042 -int drawable abc_spinner_mtrl_am_alpha 0x7f070043 -int drawable abc_spinner_textfield_background_material 0x7f070044 -int drawable abc_star_black_48dp 0x7f070045 -int drawable abc_star_half_black_48dp 0x7f070046 -int drawable abc_switch_thumb_material 0x7f070047 -int drawable abc_switch_track_mtrl_alpha 0x7f070048 -int drawable abc_tab_indicator_material 0x7f070049 -int drawable abc_tab_indicator_mtrl_alpha 0x7f07004a -int drawable abc_text_cursor_material 0x7f07004b -int drawable abc_text_select_handle_left_mtrl 0x7f07004c -int drawable abc_text_select_handle_middle_mtrl 0x7f07004d -int drawable abc_text_select_handle_right_mtrl 0x7f07004e -int drawable abc_textfield_activated_mtrl_alpha 0x7f07004f -int drawable abc_textfield_default_mtrl_alpha 0x7f070050 -int drawable abc_textfield_search_activated_mtrl_alpha 0x7f070051 -int drawable abc_textfield_search_default_mtrl_alpha 0x7f070052 -int drawable abc_textfield_search_material 0x7f070053 -int drawable abc_vector_test 0x7f070054 -int drawable add_new_card_dark 0x7f070055 -int drawable add_new_card_light 0x7f070056 -int drawable add_upi_id 0x7f070057 -int drawable amazonpay_wallet 0x7f070058 -int drawable ambient_shadow_zeight 0x7f070059 -int drawable approve_upi_payment 0x7f07005a -int drawable arrow_bullet 0x7f07005b -int drawable autofill_inline_suggestion_chip_background 0x7f07005c -int drawable avd_hide_password 0x7f07005d -int drawable avd_show_password 0x7f07005e -int drawable axis_logo_short 0x7f07005f -int drawable back_arrow_fmcg 0x7f070060 -int drawable bank_axis_name 0x7f070061 -int drawable bank_icici_name 0x7f070062 -int drawable black_tick 0x7f070063 -int drawable branding 0x7f070064 -int drawable btn_checkbox_checked_mtrl 0x7f070065 -int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x7f070066 -int drawable btn_checkbox_unchecked_mtrl 0x7f070067 -int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x7f070068 -int drawable btn_radio_off_mtrl 0x7f070069 -int drawable btn_radio_off_to_on_mtrl_animation 0x7f07006a -int drawable btn_radio_on_mtrl 0x7f07006b -int drawable btn_radio_on_to_off_mtrl_animation 0x7f07006c -int drawable bullet 0x7f07006d -int drawable bullet_icon_one 0x7f07006e -int drawable bullet_icon_two 0x7f07006f -int drawable card_security 0x7f070070 -int drawable card_type_americanexp 0x7f070071 -int drawable card_type_amex 0x7f070072 -int drawable card_type_dhani 0x7f070073 -int drawable card_type_diners 0x7f070074 -int drawable card_type_diners_club_carte_blanche 0x7f070075 -int drawable card_type_diners_club_international 0x7f070076 -int drawable card_type_discover 0x7f070077 -int drawable card_type_jcb 0x7f070078 -int drawable card_type_laser 0x7f070079 -int drawable card_type_maestro 0x7f07007a -int drawable card_type_master 0x7f07007b -int drawable card_type_mastercard 0x7f07007c -int drawable card_type_rupay 0x7f07007d -int drawable card_type_slice 0x7f07007e -int drawable card_type_visa 0x7f07007f -int drawable card_type_visa_electron 0x7f070080 -int drawable checkbox 0x7f070081 -int drawable checkbox1 0x7f070082 -int drawable circular_radio_button 0x7f070083 -int drawable common_full_open_on_phone 0x7f070084 -int drawable common_google_signin_btn_icon_dark 0x7f070085 -int drawable common_google_signin_btn_icon_dark_focused 0x7f070086 -int drawable common_google_signin_btn_icon_dark_normal 0x7f070087 -int drawable common_google_signin_btn_icon_dark_normal_background 0x7f070088 -int drawable common_google_signin_btn_icon_disabled 0x7f070089 -int drawable common_google_signin_btn_icon_light 0x7f07008a -int drawable common_google_signin_btn_icon_light_focused 0x7f07008b -int drawable common_google_signin_btn_icon_light_normal 0x7f07008c -int drawable common_google_signin_btn_icon_light_normal_background 0x7f07008d -int drawable common_google_signin_btn_text_dark 0x7f07008e -int drawable common_google_signin_btn_text_dark_focused 0x7f07008f -int drawable common_google_signin_btn_text_dark_normal 0x7f070090 -int drawable common_google_signin_btn_text_dark_normal_background 0x7f070091 -int drawable common_google_signin_btn_text_disabled 0x7f070092 -int drawable common_google_signin_btn_text_light 0x7f070093 -int drawable common_google_signin_btn_text_light_focused 0x7f070094 -int drawable common_google_signin_btn_text_light_normal 0x7f070095 -int drawable common_google_signin_btn_text_light_normal_background 0x7f070096 -int drawable cred 0x7f070097 -int drawable cross 0x7f070098 -int drawable design_bottom_navigation_item_background 0x7f070099 -int drawable design_fab_background 0x7f07009a -int drawable design_ic_visibility 0x7f07009b -int drawable design_ic_visibility_off 0x7f07009c -int drawable design_password_eye 0x7f07009d -int drawable design_snackbar_background 0x7f07009e -int drawable emi_available 0x7f07009f -int drawable empty_search_state_nb 0x7f0700a0 -int drawable error 0x7f0700a1 -int drawable eye_hide_grey 0x7f0700a2 -int drawable eye_show_grey 0x7f0700a3 -int drawable failure_red 0x7f0700a4 -int drawable food_card 0x7f0700a5 -int drawable google_pay 0x7f0700a6 -int drawable googleg_disabled_color_18 0x7f0700a7 -int drawable googleg_standard_color_18 0x7f0700a8 -int drawable green_plus 0x7f0700a9 -int drawable grid_tick 0x7f0700aa -int drawable hourglass 0x7f0700ab -int drawable ic_affirm 0x7f0700ac -int drawable ic_afterpay_clearpay 0x7f0700ad -int drawable ic_airtelmoney 0x7f0700ae -int drawable ic_amazonpay 0x7f0700af -int drawable ic_amexezeclick 0x7f0700b0 -int drawable ic_atomepaylater 0x7f0700b1 -int drawable ic_back_arrow 0x7f0700b2 -int drawable ic_bank_0999 0x7f0700b3 -int drawable ic_bank_113652 0x7f0700b4 -int drawable ic_bank_142094 0x7f0700b5 -int drawable ic_bank_143442 0x7f0700b6 -int drawable ic_bank_193025 0x7f0700b7 -int drawable ic_bank_199641 0x7f0700b8 -int drawable ic_bank_221122 0x7f0700b9 -int drawable ic_bank_223311 0x7f0700ba -int drawable ic_bank_223312 0x7f0700bb -int drawable ic_bank_223322 0x7f0700bc -int drawable ic_bank_259789 0x7f0700bd -int drawable ic_bank_261929 0x7f0700be -int drawable ic_bank_326666 0x7f0700bf -int drawable ic_bank_354262 0x7f0700c0 -int drawable ic_bank_411122 0x7f0700c1 -int drawable ic_bank_416572 0x7f0700c2 -int drawable ic_bank_431870 0x7f0700c3 -int drawable ic_bank_436360 0x7f0700c4 -int drawable ic_bank_441671 0x7f0700c5 -int drawable ic_bank_442212 0x7f0700c6 -int drawable ic_bank_455012 0x7f0700c7 -int drawable ic_bank_468233 0x7f0700c8 -int drawable ic_bank_484441 0x7f0700c9 -int drawable ic_bank_493541 0x7f0700ca -int drawable ic_bank_500001 0x7f0700cb -int drawable ic_bank_500002 0x7f0700cc -int drawable ic_bank_500003 0x7f0700cd -int drawable ic_bank_500004 0x7f0700ce -int drawable ic_bank_500005 0x7f0700cf -int drawable ic_bank_500007 0x7f0700d0 -int drawable ic_bank_506286 0x7f0700d1 -int drawable ic_bank_508500 0x7f0700d2 -int drawable ic_bank_508505 0x7f0700d3 -int drawable ic_bank_508507 0x7f0700d4 -int drawable ic_bank_508508 0x7f0700d5 -int drawable ic_bank_508512 0x7f0700d6 -int drawable ic_bank_508517 0x7f0700d7 -int drawable ic_bank_508532 0x7f0700d8 -int drawable ic_bank_508534 0x7f0700d9 -int drawable ic_bank_508541 0x7f0700da -int drawable ic_bank_508547 0x7f0700db -int drawable ic_bank_508548 0x7f0700dc -int drawable ic_bank_508568 0x7f0700dd -int drawable ic_bank_508585 0x7f0700de -int drawable ic_bank_508753 0x7f0700df -int drawable ic_bank_508794 0x7f0700e0 -int drawable ic_bank_508991 0x7f0700e1 -int drawable ic_bank_508998 0x7f0700e2 -int drawable ic_bank_511308 0x7f0700e3 -int drawable ic_bank_515948 0x7f0700e4 -int drawable ic_bank_525847 0x7f0700e5 -int drawable ic_bank_528293 0x7f0700e6 -int drawable ic_bank_548748 0x7f0700e7 -int drawable ic_bank_606060 0x7f0700e8 -int drawable ic_bank_606985 0x7f0700e9 -int drawable ic_bank_606993 0x7f0700ea -int drawable ic_bank_606995 0x7f0700eb -int drawable ic_bank_607000 0x7f0700ec -int drawable ic_bank_607028 0x7f0700ed -int drawable ic_bank_607051 0x7f0700ee -int drawable ic_bank_607055 0x7f0700ef -int drawable ic_bank_607057 0x7f0700f0 -int drawable ic_bank_607058 0x7f0700f1 -int drawable ic_bank_607062 0x7f0700f2 -int drawable ic_bank_607064 0x7f0700f3 -int drawable ic_bank_607065 0x7f0700f4 -int drawable ic_bank_607066 0x7f0700f5 -int drawable ic_bank_607075 0x7f0700f6 -int drawable ic_bank_607080 0x7f0700f7 -int drawable ic_bank_607084 0x7f0700f8 -int drawable ic_bank_607087 0x7f0700f9 -int drawable ic_bank_607090 0x7f0700fa -int drawable ic_bank_607091 0x7f0700fb -int drawable ic_bank_607095 0x7f0700fc -int drawable ic_bank_607099 0x7f0700fd -int drawable ic_bank_607100 0x7f0700fe -int drawable ic_bank_607101 0x7f0700ff -int drawable ic_bank_607104 0x7f070100 -int drawable ic_bank_607105 0x7f070101 -int drawable ic_bank_607115 0x7f070102 -int drawable ic_bank_607117 0x7f070103 -int drawable ic_bank_607121 0x7f070104 -int drawable ic_bank_607122 0x7f070105 -int drawable ic_bank_607124 0x7f070106 -int drawable ic_bank_607126 0x7f070107 -int drawable ic_bank_607130 0x7f070108 -int drawable ic_bank_607131 0x7f070109 -int drawable ic_bank_607152 0x7f07010a -int drawable ic_bank_607153 0x7f07010b -int drawable ic_bank_607158 0x7f07010c -int drawable ic_bank_607165 0x7f07010d -int drawable ic_bank_607167 0x7f07010e -int drawable ic_bank_607170 0x7f07010f -int drawable ic_bank_607184 0x7f070110 -int drawable ic_bank_607187 0x7f070111 -int drawable ic_bank_607189 0x7f070112 -int drawable ic_bank_607195 0x7f070113 -int drawable ic_bank_607197 0x7f070114 -int drawable ic_bank_607198 0x7f070115 -int drawable ic_bank_607200 0x7f070116 -int drawable ic_bank_607202 0x7f070117 -int drawable ic_bank_607206 0x7f070118 -int drawable ic_bank_607210 0x7f070119 -int drawable ic_bank_607212 0x7f07011a -int drawable ic_bank_607214 0x7f07011b -int drawable ic_bank_607222 0x7f07011c -int drawable ic_bank_607223 0x7f07011d -int drawable ic_bank_607230 0x7f07011e -int drawable ic_bank_607241 0x7f07011f -int drawable ic_bank_607249 0x7f070120 -int drawable ic_bank_607258 0x7f070121 -int drawable ic_bank_607261 0x7f070122 -int drawable ic_bank_607270 0x7f070123 -int drawable ic_bank_607273 0x7f070124 -int drawable ic_bank_607276 0x7f070125 -int drawable ic_bank_607280 0x7f070126 -int drawable ic_bank_607290 0x7f070127 -int drawable ic_bank_607291 0x7f070128 -int drawable ic_bank_607308 0x7f070129 -int drawable ic_bank_607320 0x7f07012a -int drawable ic_bank_607324 0x7f07012b -int drawable ic_bank_607339 0x7f07012c -int drawable ic_bank_607354 0x7f07012d -int drawable ic_bank_607363 0x7f07012e -int drawable ic_bank_607377 0x7f07012f -int drawable ic_bank_607387 0x7f070130 -int drawable ic_bank_607389 0x7f070131 -int drawable ic_bank_607393 0x7f070132 -int drawable ic_bank_607394 0x7f070133 -int drawable ic_bank_607395 0x7f070134 -int drawable ic_bank_607420 0x7f070135 -int drawable ic_bank_607440 0x7f070136 -int drawable ic_bank_607442 0x7f070137 -int drawable ic_bank_607476 0x7f070138 -int drawable ic_bank_607485 0x7f070139 -int drawable ic_bank_607506 0x7f07013a -int drawable ic_bank_607509 0x7f07013b -int drawable ic_bank_607544 0x7f07013c -int drawable ic_bank_607592 0x7f07013d -int drawable ic_bank_607621 0x7f07013e -int drawable ic_bank_607689 0x7f07013f -int drawable ic_bank_608001 0x7f070140 -int drawable ic_bank_608032 0x7f070141 -int drawable ic_bank_608088 0x7f070142 -int drawable ic_bank_608117 0x7f070143 -int drawable ic_bank_612345 0x7f070144 -int drawable ic_bank_612346 0x7f070145 -int drawable ic_bank_612356 0x7f070146 -int drawable ic_bank_616197 0x7f070147 -int drawable ic_bank_632663 0x7f070148 -int drawable ic_bank_650397 0x7f070149 -int drawable ic_bank_652150 0x7f07014a -int drawable ic_bank_652194 0x7f07014b -int drawable ic_bank_672266 0x7f07014c -int drawable ic_bank_707657 0x7f07014d -int drawable ic_bank_745497 0x7f07014e -int drawable ic_bank_838890 0x7f07014f -int drawable ic_bank_859140 0x7f070150 -int drawable ic_bank_952542 0x7f070151 -int drawable ic_bank_990288 0x7f070152 -int drawable ic_bank_999999 0x7f070153 -int drawable ic_bank_default 0x7f070154 -int drawable ic_bhim 0x7f070155 -int drawable ic_blik 0x7f070156 -int drawable ic_calendar_black_24dp 0x7f070157 -int drawable ic_capitalfloat 0x7f070158 -int drawable ic_card 0x7f070159 -int drawable ic_cardod 0x7f07015a -int drawable ic_clear_black_24dp 0x7f07015b -int drawable ic_cod 0x7f07015c -int drawable ic_coupon_logo 0x7f07015d -int drawable ic_cred 0x7f07015e -int drawable ic_disable 0x7f07015f -int drawable ic_edit_black_24dp 0x7f070160 -int drawable ic_emi 0x7f070161 -int drawable ic_epaylater 0x7f070162 -int drawable ic_error_outline 0x7f070163 -int drawable ic_fi 0x7f070164 -int drawable ic_flexmoney 0x7f070165 -int drawable ic_freecharge 0x7f070166 -int drawable ic_giftcard_faded 0x7f070167 -int drawable ic_googlepay 0x7f070168 -int drawable ic_grabpay 0x7f070169 -int drawable ic_grabpaypaylater 0x7f07016a -int drawable ic_green_offer 0x7f07016b -int drawable ic_hdfc_flexipay 0x7f07016c -int drawable ic_icici_cl 0x7f07016d -int drawable ic_icon_back 0x7f07016e -int drawable ic_ideamoney 0x7f07016f -int drawable ic_info 0x7f070170 -int drawable ic_jiomoney 0x7f070171 -int drawable ic_jupiter 0x7f070172 -int drawable ic_keyboard_arrow_left_black_24dp 0x7f070173 -int drawable ic_keyboard_arrow_right_black_24dp 0x7f070174 -int drawable ic_klarna 0x7f070175 -int drawable ic_kotak_clemi 0x7f070176 -int drawable ic_lazypay 0x7f070177 -int drawable ic_lock 0x7f070178 -int drawable ic_menu_arrow_down_black_24dp 0x7f070179 -int drawable ic_menu_arrow_up_black_24dp 0x7f07017a -int drawable ic_mobikwik 0x7f07017b -int drawable ic_mobikwikzip 0x7f07017c -int drawable ic_mode_card 0x7f07017d -int drawable ic_mode_net_banking 0x7f07017e -int drawable ic_mode_wallet 0x7f07017f -int drawable ic_moffers 0x7f070180 -int drawable ic_mpesa 0x7f070181 -int drawable ic_mrupee 0x7f070182 -int drawable ic_mtrl_checked_circle 0x7f070183 -int drawable ic_mtrl_chip_checked_black 0x7f070184 -int drawable ic_mtrl_chip_checked_circle 0x7f070185 -int drawable ic_mtrl_chip_close_circle 0x7f070186 -int drawable ic_offer_applied 0x7f070187 -int drawable ic_offer_applied_new 0x7f070188 -int drawable ic_offer_icon 0x7f070189 -int drawable ic_offer_icon_new 0x7f07018a -int drawable ic_olamoney 0x7f07018b -int drawable ic_one_card 0x7f07018c -int drawable ic_outage 0x7f07018d -int drawable ic_oxicash 0x7f07018e -int drawable ic_oxigen 0x7f07018f -int drawable ic_paycash 0x7f070190 -int drawable ic_paynow 0x7f070191 -int drawable ic_paypal 0x7f070192 -int drawable ic_paytm 0x7f070193 -int drawable ic_paytm_allinone 0x7f070194 -int drawable ic_paytm_postpaid 0x7f070195 -int drawable ic_payumoney 0x7f070196 -int drawable ic_payzapp 0x7f070197 -int drawable ic_phonepe 0x7f070198 -int drawable ic_postpay 0x7f070199 -int drawable ic_question_mark 0x7f07019a -int drawable ic_sbibuddy 0x7f07019b -int drawable ic_search_cancel 0x7f07019c -int drawable ic_search_gray 0x7f07019d -int drawable ic_secure 0x7f07019e -int drawable ic_shareit 0x7f07019f -int drawable ic_shopse 0x7f0701a0 -int drawable ic_simpl 0x7f0701a1 -int drawable ic_slice 0x7f0701a2 -int drawable ic_snapmint 0x7f0701a3 -int drawable ic_sodexo 0x7f0701a4 -int drawable ic_tabby 0x7f0701a5 -int drawable ic_tr 0x7f0701a6 -int drawable ic_trash 0x7f0701a7 -int drawable ic_upi_icon 0x7f0701a8 -int drawable ic_verified_detail 0x7f0701a9 -int drawable ic_warning_log 0x7f0701aa -int drawable ic_warning_logo 0x7f0701ab -int drawable ic_wechatpay 0x7f0701ac -int drawable ic_white_tick 0x7f0701ad -int drawable ic_yespay 0x7f0701ae -int drawable ic_zestmoney 0x7f0701af -int drawable ic_zipcash 0x7f0701b0 -int drawable inapp_collect_complete 0x7f0701b1 -int drawable inapp_collect_initiate 0x7f0701b2 -int drawable info_icon 0x7f0701b3 -int drawable info_icon_white 0x7f0701b4 -int drawable instant 0x7f0701b5 -int drawable instant_discount_offer_0 0x7f0701b6 -int drawable instant_discount_offer_1 0x7f0701b7 -int drawable instant_discount_offer_10 0x7f0701b8 -int drawable instant_discount_offer_11 0x7f0701b9 -int drawable instant_discount_offer_2 0x7f0701ba -int drawable instant_discount_offer_3 0x7f0701bb -int drawable instant_discount_offer_4 0x7f0701bc -int drawable instant_discount_offer_5 0x7f0701bd -int drawable instant_discount_offer_6 0x7f0701be -int drawable instant_discount_offer_7 0x7f0701bf -int drawable instant_discount_offer_8 0x7f0701c0 -int drawable instant_discount_offer_9 0x7f0701c1 -int drawable jp_amazonpay 0x7f0701c2 -int drawable jp_amazonpay_upi 0x7f0701c3 -int drawable jp_arrow_down 0x7f0701c4 -int drawable jp_arrow_up 0x7f0701c5 -int drawable jp_axis_logo_short 0x7f0701c6 -int drawable jp_bhim 0x7f0701c7 -int drawable jp_bhim_juspay_full 0x7f0701c8 -int drawable jp_bhim_juspay_full_dark 0x7f0701c9 -int drawable jp_card_less_emi 0x7f0701ca -int drawable jp_change_sim 0x7f0701cb -int drawable jp_chevron_down_black 0x7f0701cc -int drawable jp_circular_arrow 0x7f0701cd -int drawable jp_circular_arrow_dark 0x7f0701ce -int drawable jp_cred 0x7f0701cf -int drawable jp_cred_dark 0x7f0701d0 -int drawable jp_credit_card_emi 0x7f0701d1 -int drawable jp_ctc_evoucher 0x7f0701d2 -int drawable jp_ctc_outlet 0x7f0701d3 -int drawable jp_debit_card_emi 0x7f0701d4 -int drawable jp_default_bank 0x7f0701d5 -int drawable jp_default_bank_icon 0x7f0701d6 -int drawable jp_default_card 0x7f0701d7 -int drawable jp_failed 0x7f0701d8 -int drawable jp_gift_card_icon 0x7f0701d9 -int drawable jp_googlepay 0x7f0701da -int drawable jp_ic_gallery 0x7f0701db -int drawable jp_ic_olapostpaid 0x7f0701dc -int drawable jp_ic_search_gray 0x7f0701dd -int drawable jp_ic_settings 0x7f0701de -int drawable jp_ic_sim 0x7f0701df -int drawable jp_juspay_brand 0x7f0701e0 -int drawable jp_juspay_brand_dark 0x7f0701e1 -int drawable jp_pay_with_vouchers 0x7f0701e2 -int drawable jp_paytm 0x7f0701e3 -int drawable jp_permission 0x7f0701e4 -int drawable jp_phonepe 0x7f0701e5 -int drawable jp_popup_icon_failed 0x7f0701e6 -int drawable jp_popup_icon_no_internet 0x7f0701e7 -int drawable jp_popup_icon_timed_out 0x7f0701e8 -int drawable jp_powered_axis 0x7f0701e9 -int drawable jp_powered_axis_npci 0x7f0701ea -int drawable jp_powered_axis_npci_juspay 0x7f0701eb -int drawable jp_qwikcilver 0x7f0701ec -int drawable jp_search_icon 0x7f0701ed -int drawable jp_secured 0x7f0701ee -int drawable jp_secured_by_juspay 0x7f0701ef -int drawable jp_sms 0x7f0701f0 -int drawable jp_success 0x7f0701f1 -int drawable jp_toggle_off 0x7f0701f2 -int drawable jp_toggle_on 0x7f0701f3 -int drawable jp_upi_branding_logo 0x7f0701f4 -int drawable jp_upi_logo 0x7f0701f5 -int drawable jp_verifying_sim 0x7f0701f6 -int drawable jp_verifying_sim_bar1 0x7f0701f7 -int drawable jp_verifying_sim_bar2 0x7f0701f8 -int drawable jp_verifying_sim_bar3 0x7f0701f9 -int drawable jp_yespay_autopay_p2m 0x7f0701fa -int drawable jp_yespay_p2m 0x7f0701fb -int drawable juspay 0x7f0701fc -int drawable juspay_arrow_up 0x7f0701fd -int drawable juspay_branding 0x7f0701fe -int drawable juspay_cross 0x7f0701ff -int drawable juspay_icon 0x7f070200 -int drawable juspay_info 0x7f070201 -int drawable juspay_logo 0x7f070202 -int drawable juspay_logo_blue 0x7f070203 -int drawable juspay_safe 0x7f070204 -int drawable juspay_safe_grey 0x7f070205 -int drawable juspay_safe_logo 0x7f070206 -int drawable juspay_visa_blue 0x7f070207 -int drawable juspay_warning 0x7f070208 -int drawable loader 0x7f070209 -int drawable loyalty_rewards 0x7f07020a -int drawable mtrl_dialog_background 0x7f07020b -int drawable mtrl_dropdown_arrow 0x7f07020c -int drawable mtrl_ic_arrow_drop_down 0x7f07020d -int drawable mtrl_ic_arrow_drop_up 0x7f07020e -int drawable mtrl_ic_cancel 0x7f07020f -int drawable mtrl_ic_error 0x7f070210 -int drawable mtrl_popupmenu_background 0x7f070211 -int drawable mtrl_popupmenu_background_dark 0x7f070212 -int drawable mtrl_tabs_default_indicator 0x7f070213 -int drawable navigation_empty_icon 0x7f070214 -int drawable net_banking_icon 0x7f070215 -int drawable new_card_plus 0x7f070216 -int drawable no_balance_rewards 0x7f070217 -int drawable notification_action_background 0x7f070218 -int drawable notification_bg 0x7f070219 -int drawable notification_bg_low 0x7f07021a -int drawable notification_bg_low_normal 0x7f07021b -int drawable notification_bg_low_pressed 0x7f07021c -int drawable notification_bg_normal 0x7f07021d -int drawable notification_bg_normal_pressed 0x7f07021e -int drawable notification_icon_background 0x7f07021f -int drawable notification_template_icon_bg 0x7f070220 -int drawable notification_template_icon_low_bg 0x7f070221 -int drawable notification_tile_bg 0x7f070222 -int drawable notify_panel_notification_icon_bg 0x7f070223 -int drawable noupiapp 0x7f070224 -int drawable offer_default_icon 0x7f070225 -int drawable offer_listitem_icon 0x7f070226 -int drawable page_broken 0x7f070227 -int drawable pay_later_icon 0x7f070228 -int drawable pay_rewards 0x7f070229 -int drawable payment_failed 0x7f07022a -int drawable paytm 0x7f07022b -int drawable phonepe 0x7f07022c -int drawable popup_delete_icon 0x7f07022d -int drawable powered_axis 0x7f07022e -int drawable powered_by_juspay 0x7f07022f -int drawable redbox_top_border_background 0x7f070230 -int drawable registration_rewards 0x7f070231 -int drawable right_arrow 0x7f070232 -int drawable rn_edit_text_material 0x7f070233 -int drawable saved_card_lock 0x7f070234 -int drawable success_green 0x7f070235 -int drawable switch_app 0x7f070236 -int drawable test_custom_background 0x7f070237 -int drawable thundericon 0x7f070238 -int drawable tick 0x7f070239 -int drawable toolbar_back_arrow 0x7f07023a -int drawable tooltip_frame_dark 0x7f07023b -int drawable tooltip_frame_light 0x7f07023c -int drawable twid_icon 0x7f07023d -int drawable upi_juspay_logo 0x7f07023e -int drawable upi_logo 0x7f07023f -int drawable visa_background 0x7f070240 -int drawable visa_bolt 0x7f070241 -int drawable visa_checkout 0x7f070242 -int drawable visa_thunder 0x7f070243 -int drawable wallet_icon 0x7f070244 -int drawable warning_blue 0x7f070245 -int drawable white_arrow_right 0x7f070246 -int id ALT 0x7f080000 -int id BOTTOM_END 0x7f080001 -int id BOTTOM_START 0x7f080002 -int id CTRL 0x7f080003 -int id FUNCTION 0x7f080004 -int id META 0x7f080005 -int id SHIFT 0x7f080006 -int id SYM 0x7f080007 -int id TOP_END 0x7f080008 -int id TOP_START 0x7f080009 -int id accessibility_action_clickable_span 0x7f08000a -int id accessibility_actions 0x7f08000b -int id accessibility_custom_action_0 0x7f08000c -int id accessibility_custom_action_1 0x7f08000d -int id accessibility_custom_action_10 0x7f08000e -int id accessibility_custom_action_11 0x7f08000f -int id accessibility_custom_action_12 0x7f080010 -int id accessibility_custom_action_13 0x7f080011 -int id accessibility_custom_action_14 0x7f080012 -int id accessibility_custom_action_15 0x7f080013 -int id accessibility_custom_action_16 0x7f080014 -int id accessibility_custom_action_17 0x7f080015 -int id accessibility_custom_action_18 0x7f080016 -int id accessibility_custom_action_19 0x7f080017 -int id accessibility_custom_action_2 0x7f080018 -int id accessibility_custom_action_20 0x7f080019 -int id accessibility_custom_action_21 0x7f08001a -int id accessibility_custom_action_22 0x7f08001b -int id accessibility_custom_action_23 0x7f08001c -int id accessibility_custom_action_24 0x7f08001d -int id accessibility_custom_action_25 0x7f08001e -int id accessibility_custom_action_26 0x7f08001f -int id accessibility_custom_action_27 0x7f080020 -int id accessibility_custom_action_28 0x7f080021 -int id accessibility_custom_action_29 0x7f080022 -int id accessibility_custom_action_3 0x7f080023 -int id accessibility_custom_action_30 0x7f080024 -int id accessibility_custom_action_31 0x7f080025 -int id accessibility_custom_action_4 0x7f080026 -int id accessibility_custom_action_5 0x7f080027 -int id accessibility_custom_action_6 0x7f080028 -int id accessibility_custom_action_7 0x7f080029 -int id accessibility_custom_action_8 0x7f08002a -int id accessibility_custom_action_9 0x7f08002b -int id accessibility_hint 0x7f08002c -int id accessibility_label 0x7f08002d -int id accessibility_role 0x7f08002e -int id accessibility_state 0x7f08002f -int id accessibility_value 0x7f080030 -int id action_bar 0x7f080031 -int id action_bar_activity_content 0x7f080032 -int id action_bar_container 0x7f080033 -int id action_bar_root 0x7f080034 -int id action_bar_spinner 0x7f080035 -int id action_bar_subtitle 0x7f080036 -int id action_bar_title 0x7f080037 -int id action_container 0x7f080038 -int id action_context_bar 0x7f080039 -int id action_divider 0x7f08003a -int id action_image 0x7f08003b -int id action_menu_divider 0x7f08003c -int id action_menu_presenter 0x7f08003d -int id action_mode_bar 0x7f08003e -int id action_mode_bar_stub 0x7f08003f -int id action_mode_close_button 0x7f080040 -int id action_text 0x7f080041 -int id actions 0x7f080042 -int id activity_chooser_view_content 0x7f080043 -int id add 0x7f080044 -int id adjust_height 0x7f080045 -int id adjust_width 0x7f080046 -int id alertTitle 0x7f080047 -int id all 0x7f080048 -int id always 0x7f080049 -int id async 0x7f08004a -int id auto 0x7f08004b -int id autofill_inline_suggestion_end_icon 0x7f08004c -int id autofill_inline_suggestion_start_icon 0x7f08004d -int id autofill_inline_suggestion_subtitle 0x7f08004e -int id autofill_inline_suggestion_title 0x7f08004f -int id beginning 0x7f080050 -int id blocking 0x7f080051 -int id bottom 0x7f080052 -int id buttonPanel 0x7f080053 -int id cancel_button 0x7f080054 -int id catalyst_redbox_title 0x7f080055 -int id center 0x7f080056 -int id centerCrop 0x7f080057 -int id centerInside 0x7f080058 -int id center_horizontal 0x7f080059 -int id center_vertical 0x7f08005a -int id checkbox 0x7f08005b -int id checked 0x7f08005c -int id chip 0x7f08005d -int id chip_group 0x7f08005e -int id chronometer 0x7f08005f -int id clear_text 0x7f080060 -int id clip_horizontal 0x7f080061 -int id clip_vertical 0x7f080062 -int id collapseActionView 0x7f080063 -int id confirm_button 0x7f080064 -int id container 0x7f080065 -int id content 0x7f080066 -int id contentPanel 0x7f080067 -int id coordinator 0x7f080068 -int id custom 0x7f080069 -int id customPanel 0x7f08006a -int id cut 0x7f08006b -int id dark 0x7f08006c -int id date_picker_actions 0x7f08006d -int id decor_content_parent 0x7f08006e -int id default_activity_button 0x7f08006f -int id design_bottom_sheet 0x7f080070 -int id design_menu_item_action_area 0x7f080071 -int id design_menu_item_action_area_stub 0x7f080072 -int id design_menu_item_text 0x7f080073 -int id design_navigation_view 0x7f080074 -int id dialog_button 0x7f080075 -int id disableHome 0x7f080076 -int id dropdown_menu 0x7f080077 -int id edit_query 0x7f080078 -int id end 0x7f080079 -int id enterAlways 0x7f08007a -int id enterAlwaysCollapsed 0x7f08007b -int id exitUntilCollapsed 0x7f08007c -int id expand_activities_button 0x7f08007d -int id expanded_menu 0x7f08007e -int id fade 0x7f08007f -int id fill 0x7f080080 -int id fill_horizontal 0x7f080081 -int id fill_vertical 0x7f080082 -int id filled 0x7f080083 -int id filter_chip 0x7f080084 -int id fitBottomStart 0x7f080085 -int id fitCenter 0x7f080086 -int id fitEnd 0x7f080087 -int id fitStart 0x7f080088 -int id fitToContents 0x7f080089 -int id fitXY 0x7f08008a -int id fixed 0x7f08008b -int id flipper_skip_empty_view_group_traversal 0x7f08008c -int id flipper_skip_view_traversal 0x7f08008d -int id focusCrop 0x7f08008e -int id forever 0x7f08008f -int id fps_text 0x7f080090 -int id fragment_container_view_tag 0x7f080091 -int id ghost_view 0x7f080092 -int id ghost_view_holder 0x7f080093 -int id group_divider 0x7f080094 -int id hideable 0x7f080095 -int id home 0x7f080096 -int id homeAsUp 0x7f080097 -int id icon 0x7f080098 -int id icon_group 0x7f080099 -int id icon_only 0x7f08009a -int id ifRoom 0x7f08009b -int id image 0x7f08009c -int id info 0x7f08009d -int id italic 0x7f08009e -int id item_touch_helper_previous_elevation 0x7f08009f -int id juspay_browser_view 0x7f0800a0 -int id labeled 0x7f0800a1 -int id labelled_by 0x7f0800a2 -int id largeLabel 0x7f0800a3 -int id left 0x7f0800a4 -int id light 0x7f0800a5 -int id line1 0x7f0800a6 -int id line3 0x7f0800a7 -int id listMode 0x7f0800a8 -int id list_item 0x7f0800a9 -int id masked 0x7f0800aa -int id message 0x7f0800ab -int id middle 0x7f0800ac -int id mini 0x7f0800ad -int id month_grid 0x7f0800ae -int id month_navigation_bar 0x7f0800af -int id month_navigation_fragment_toggle 0x7f0800b0 -int id month_navigation_next 0x7f0800b1 -int id month_navigation_previous 0x7f0800b2 -int id month_title 0x7f0800b3 -int id mtrl_calendar_day_selector_frame 0x7f0800b4 -int id mtrl_calendar_days_of_week 0x7f0800b5 -int id mtrl_calendar_frame 0x7f0800b6 -int id mtrl_calendar_main_pane 0x7f0800b7 -int id mtrl_calendar_months 0x7f0800b8 -int id mtrl_calendar_selection_frame 0x7f0800b9 -int id mtrl_calendar_text_input_frame 0x7f0800ba -int id mtrl_calendar_year_selector_frame 0x7f0800bb -int id mtrl_card_checked_layer_id 0x7f0800bc -int id mtrl_child_content_container 0x7f0800bd -int id mtrl_internal_children_alpha_tag 0x7f0800be -int id mtrl_picker_fullscreen 0x7f0800bf -int id mtrl_picker_header 0x7f0800c0 -int id mtrl_picker_header_selection_text 0x7f0800c1 -int id mtrl_picker_header_title_and_selection 0x7f0800c2 -int id mtrl_picker_header_toggle 0x7f0800c3 -int id mtrl_picker_text_input_date 0x7f0800c4 -int id mtrl_picker_text_input_range_end 0x7f0800c5 -int id mtrl_picker_text_input_range_start 0x7f0800c6 -int id mtrl_picker_title_text 0x7f0800c7 -int id multiply 0x7f0800c8 -int id navigation_header_container 0x7f0800c9 -int id never 0x7f0800ca -int id noScroll 0x7f0800cb -int id none 0x7f0800cc -int id normal 0x7f0800cd -int id notification_background 0x7f0800ce -int id notification_main_column 0x7f0800cf -int id notification_main_column_container 0x7f0800d0 -int id off 0x7f0800d1 -int id on 0x7f0800d2 -int id outline 0x7f0800d3 -int id parallax 0x7f0800d4 -int id parentPanel 0x7f0800d5 -int id parent_matrix 0x7f0800d6 -int id password_toggle 0x7f0800d7 -int id peekHeight 0x7f0800d8 -int id pin 0x7f0800d9 -int id pointer_enter 0x7f0800da -int id pointer_leave 0x7f0800db -int id pointer_move 0x7f0800dc -int id progress_circular 0x7f0800dd -int id progress_horizontal 0x7f0800de -int id radio 0x7f0800df -int id react_test_id 0x7f0800e0 -int id right 0x7f0800e1 -int id right_icon 0x7f0800e2 -int id right_side 0x7f0800e3 -int id rn_frame_file 0x7f0800e4 -int id rn_frame_method 0x7f0800e5 -int id rn_redbox_dismiss_button 0x7f0800e6 -int id rn_redbox_line_separator 0x7f0800e7 -int id rn_redbox_loading_indicator 0x7f0800e8 -int id rn_redbox_reload_button 0x7f0800e9 -int id rn_redbox_report_button 0x7f0800ea -int id rn_redbox_report_label 0x7f0800eb -int id rn_redbox_stack 0x7f0800ec -int id rounded 0x7f0800ed -int id save_non_transition_alpha 0x7f0800ee -int id save_overlay_view 0x7f0800ef -int id scale 0x7f0800f0 -int id screen 0x7f0800f1 -int id scroll 0x7f0800f2 -int id scrollIndicatorDown 0x7f0800f3 -int id scrollIndicatorUp 0x7f0800f4 -int id scrollView 0x7f0800f5 -int id scrollable 0x7f0800f6 -int id search_badge 0x7f0800f7 -int id search_bar 0x7f0800f8 -int id search_button 0x7f0800f9 -int id search_close_btn 0x7f0800fa -int id search_edit_frame 0x7f0800fb -int id search_go_btn 0x7f0800fc -int id search_mag_icon 0x7f0800fd -int id search_plate 0x7f0800fe -int id search_src_text 0x7f0800ff -int id search_voice_btn 0x7f080100 -int id select_dialog_listview 0x7f080101 -int id selected 0x7f080102 -int id shortcut 0x7f080103 -int id showCustom 0x7f080104 -int id showHome 0x7f080105 -int id showTitle 0x7f080106 -int id skipCollapsed 0x7f080107 -int id slide 0x7f080108 -int id smallLabel 0x7f080109 -int id snackbar_action 0x7f08010a -int id snackbar_text 0x7f08010b -int id snap 0x7f08010c -int id snapMargins 0x7f08010d -int id spacer 0x7f08010e -int id special_effects_controller_view_tag 0x7f08010f -int id split_action_bar 0x7f080110 -int id src_atop 0x7f080111 -int id src_in 0x7f080112 -int id src_over 0x7f080113 -int id standard 0x7f080114 -int id start 0x7f080115 -int id stretch 0x7f080116 -int id submenuarrow 0x7f080117 -int id submit_area 0x7f080118 -int id tabMode 0x7f080119 -int id tag_accessibility_actions 0x7f08011a -int id tag_accessibility_clickable_spans 0x7f08011b -int id tag_accessibility_heading 0x7f08011c -int id tag_accessibility_pane_title 0x7f08011d -int id tag_on_apply_window_listener 0x7f08011e -int id tag_on_receive_content_listener 0x7f08011f -int id tag_on_receive_content_mime_types 0x7f080120 -int id tag_screen_reader_focusable 0x7f080121 -int id tag_state_description 0x7f080122 -int id tag_transition_group 0x7f080123 -int id tag_unhandled_key_event_manager 0x7f080124 -int id tag_unhandled_key_listeners 0x7f080125 -int id tag_window_insets_animation_callback 0x7f080126 -int id test_checkbox_android_button_tint 0x7f080127 -int id test_checkbox_app_button_tint 0x7f080128 -int id text 0x7f080129 -int id text2 0x7f08012a -int id textEnd 0x7f08012b -int id textSpacerNoButtons 0x7f08012c -int id textSpacerNoTitle 0x7f08012d -int id textStart 0x7f08012e -int id text_input_end_icon 0x7f08012f -int id text_input_start_icon 0x7f080130 -int id textinput_counter 0x7f080131 -int id textinput_error 0x7f080132 -int id textinput_helper_text 0x7f080133 -int id time 0x7f080134 -int id title 0x7f080135 -int id titleDividerNoCustom 0x7f080136 -int id title_template 0x7f080137 -int id top 0x7f080138 -int id topPanel 0x7f080139 -int id touch_outside 0x7f08013a -int id transition_current_scene 0x7f08013b -int id transition_layout_save 0x7f08013c -int id transition_position 0x7f08013d -int id transition_scene_layoutid_cache 0x7f08013e -int id transition_transform 0x7f08013f -int id unchecked 0x7f080140 -int id uniform 0x7f080141 -int id unlabeled 0x7f080142 -int id up 0x7f080143 -int id useLogo 0x7f080144 -int id view_offset_helper 0x7f080145 -int id view_tag_instance_handle 0x7f080146 -int id view_tag_native_id 0x7f080147 -int id view_tree_lifecycle_owner 0x7f080148 -int id view_tree_saved_state_registry_owner 0x7f080149 -int id view_tree_view_model_store_owner 0x7f08014a -int id visible 0x7f08014b -int id visible_removing_fragment_view_tag 0x7f08014c -int id wide 0x7f08014d -int id withText 0x7f08014e -int id wrap_content 0x7f08014f -int integer abc_config_activityDefaultDur 0x7f090000 -int integer abc_config_activityShortDur 0x7f090001 -int integer app_bar_elevation_anim_duration 0x7f090002 -int integer bottom_sheet_slide_duration 0x7f090003 -int integer cancel_button_image_alpha 0x7f090004 -int integer config_tooltipAnimTime 0x7f090005 -int integer design_snackbar_text_max_lines 0x7f090006 -int integer design_tab_indicator_anim_duration_ms 0x7f090007 -int integer google_play_services_version 0x7f090008 -int integer hide_password_duration 0x7f090009 -int integer mtrl_badge_max_character_count 0x7f09000a -int integer mtrl_btn_anim_delay_ms 0x7f09000b -int integer mtrl_btn_anim_duration_ms 0x7f09000c -int integer mtrl_calendar_header_orientation 0x7f09000d -int integer mtrl_calendar_selection_text_lines 0x7f09000e -int integer mtrl_calendar_year_selector_span 0x7f09000f -int integer mtrl_card_anim_delay_ms 0x7f090010 -int integer mtrl_card_anim_duration_ms 0x7f090011 -int integer mtrl_chip_anim_duration 0x7f090012 -int integer mtrl_tab_indicator_anim_duration_ms 0x7f090013 -int integer react_native_dev_server_port 0x7f090014 -int integer react_native_inspector_proxy_port 0x7f090015 -int integer show_password_duration 0x7f090016 -int integer status_bar_notification_info_maxnum 0x7f090017 -int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x7f0a0000 -int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x7f0a0001 -int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x7f0a0002 -int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x7f0a0003 -int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x7f0a0004 -int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x7f0a0005 -int interpolator fast_out_slow_in 0x7f0a0006 -int interpolator mtrl_fast_out_linear_in 0x7f0a0007 -int interpolator mtrl_fast_out_slow_in 0x7f0a0008 -int interpolator mtrl_linear 0x7f0a0009 -int interpolator mtrl_linear_out_slow_in 0x7f0a000a -int layout abc_action_bar_title_item 0x7f0b0000 -int layout abc_action_bar_up_container 0x7f0b0001 -int layout abc_action_menu_item_layout 0x7f0b0002 -int layout abc_action_menu_layout 0x7f0b0003 -int layout abc_action_mode_bar 0x7f0b0004 -int layout abc_action_mode_close_item_material 0x7f0b0005 -int layout abc_activity_chooser_view 0x7f0b0006 -int layout abc_activity_chooser_view_list_item 0x7f0b0007 -int layout abc_alert_dialog_button_bar_material 0x7f0b0008 -int layout abc_alert_dialog_material 0x7f0b0009 -int layout abc_alert_dialog_title_material 0x7f0b000a -int layout abc_cascading_menu_item_layout 0x7f0b000b -int layout abc_dialog_title_material 0x7f0b000c -int layout abc_expanded_menu_layout 0x7f0b000d -int layout abc_list_menu_item_checkbox 0x7f0b000e -int layout abc_list_menu_item_icon 0x7f0b000f -int layout abc_list_menu_item_layout 0x7f0b0010 -int layout abc_list_menu_item_radio 0x7f0b0011 -int layout abc_popup_menu_header_item_layout 0x7f0b0012 -int layout abc_popup_menu_item_layout 0x7f0b0013 -int layout abc_screen_content_include 0x7f0b0014 -int layout abc_screen_simple 0x7f0b0015 -int layout abc_screen_simple_overlay_action_mode 0x7f0b0016 -int layout abc_screen_toolbar 0x7f0b0017 -int layout abc_search_dropdown_item_icons_2line 0x7f0b0018 -int layout abc_search_view 0x7f0b0019 -int layout abc_select_dialog_material 0x7f0b001a -int layout abc_tooltip 0x7f0b001b -int layout autofill_inline_suggestion 0x7f0b001c -int layout custom_dialog 0x7f0b001d -int layout design_bottom_navigation_item 0x7f0b001e -int layout design_bottom_sheet_dialog 0x7f0b001f -int layout design_layout_snackbar 0x7f0b0020 -int layout design_layout_snackbar_include 0x7f0b0021 -int layout design_layout_tab_icon 0x7f0b0022 -int layout design_layout_tab_text 0x7f0b0023 -int layout design_menu_item_action_area 0x7f0b0024 -int layout design_navigation_item 0x7f0b0025 -int layout design_navigation_item_header 0x7f0b0026 -int layout design_navigation_item_separator 0x7f0b0027 -int layout design_navigation_item_subheader 0x7f0b0028 -int layout design_navigation_menu 0x7f0b0029 -int layout design_navigation_menu_item 0x7f0b002a -int layout design_text_input_end_icon 0x7f0b002b -int layout design_text_input_start_icon 0x7f0b002c -int layout dev_loading_view 0x7f0b002d -int layout fps_view 0x7f0b002e -int layout mtrl_alert_dialog 0x7f0b002f -int layout mtrl_alert_dialog_actions 0x7f0b0030 -int layout mtrl_alert_dialog_title 0x7f0b0031 -int layout mtrl_alert_select_dialog_item 0x7f0b0032 -int layout mtrl_alert_select_dialog_multichoice 0x7f0b0033 -int layout mtrl_alert_select_dialog_singlechoice 0x7f0b0034 -int layout mtrl_calendar_day 0x7f0b0035 -int layout mtrl_calendar_day_of_week 0x7f0b0036 -int layout mtrl_calendar_days_of_week 0x7f0b0037 -int layout mtrl_calendar_horizontal 0x7f0b0038 -int layout mtrl_calendar_month 0x7f0b0039 -int layout mtrl_calendar_month_labeled 0x7f0b003a -int layout mtrl_calendar_month_navigation 0x7f0b003b -int layout mtrl_calendar_months 0x7f0b003c -int layout mtrl_calendar_vertical 0x7f0b003d -int layout mtrl_calendar_year 0x7f0b003e -int layout mtrl_layout_snackbar 0x7f0b003f -int layout mtrl_layout_snackbar_include 0x7f0b0040 -int layout mtrl_picker_actions 0x7f0b0041 -int layout mtrl_picker_dialog 0x7f0b0042 -int layout mtrl_picker_fullscreen 0x7f0b0043 -int layout mtrl_picker_header_dialog 0x7f0b0044 -int layout mtrl_picker_header_fullscreen 0x7f0b0045 -int layout mtrl_picker_header_selection_text 0x7f0b0046 -int layout mtrl_picker_header_title_text 0x7f0b0047 -int layout mtrl_picker_header_toggle 0x7f0b0048 -int layout mtrl_picker_text_input_date 0x7f0b0049 -int layout mtrl_picker_text_input_date_range 0x7f0b004a -int layout notification_action 0x7f0b004b -int layout notification_action_tombstone 0x7f0b004c -int layout notification_template_custom_big 0x7f0b004d -int layout notification_template_icon_group 0x7f0b004e -int layout notification_template_part_chronometer 0x7f0b004f -int layout notification_template_part_time 0x7f0b0050 -int layout redbox_item_frame 0x7f0b0051 -int layout redbox_item_title 0x7f0b0052 -int layout redbox_view 0x7f0b0053 -int layout select_dialog_item_material 0x7f0b0054 -int layout select_dialog_multichoice_material 0x7f0b0055 -int layout select_dialog_singlechoice_material 0x7f0b0056 -int layout support_simple_spinner_dropdown_item 0x7f0b0057 -int layout test_action_chip 0x7f0b0058 -int layout test_design_checkbox 0x7f0b0059 -int layout test_reflow_chipgroup 0x7f0b005a -int layout test_toolbar 0x7f0b005b -int layout test_toolbar_custom_background 0x7f0b005c -int layout test_toolbar_elevation 0x7f0b005d -int layout test_toolbar_surface 0x7f0b005e -int layout text_view_with_line_height_from_appearance 0x7f0b005f -int layout text_view_with_line_height_from_layout 0x7f0b0060 -int layout text_view_with_line_height_from_style 0x7f0b0061 -int layout text_view_with_theme_line_height 0x7f0b0062 -int layout text_view_without_line_height 0x7f0b0063 -int mipmap ic_launcher 0x7f0c0000 -int mipmap ic_launcher_round 0x7f0c0001 -int plurals mtrl_badge_content_description 0x7f0d0000 -int raw juspay_da_keep 0x7f0e0000 -int raw juspay_hypersdk_keep 0x7f0e0001 -int string abc_action_bar_home_description 0x7f0f0000 -int string abc_action_bar_up_description 0x7f0f0001 -int string abc_action_menu_overflow_description 0x7f0f0002 -int string abc_action_mode_done 0x7f0f0003 -int string abc_activity_chooser_view_see_all 0x7f0f0004 -int string abc_activitychooserview_choose_application 0x7f0f0005 -int string abc_capital_off 0x7f0f0006 -int string abc_capital_on 0x7f0f0007 -int string abc_menu_alt_shortcut_label 0x7f0f0008 -int string abc_menu_ctrl_shortcut_label 0x7f0f0009 -int string abc_menu_delete_shortcut_label 0x7f0f000a -int string abc_menu_enter_shortcut_label 0x7f0f000b -int string abc_menu_function_shortcut_label 0x7f0f000c -int string abc_menu_meta_shortcut_label 0x7f0f000d -int string abc_menu_shift_shortcut_label 0x7f0f000e -int string abc_menu_space_shortcut_label 0x7f0f000f -int string abc_menu_sym_shortcut_label 0x7f0f0010 -int string abc_prepend_shortcut_label 0x7f0f0011 -int string abc_search_hint 0x7f0f0012 -int string abc_searchview_description_clear 0x7f0f0013 -int string abc_searchview_description_query 0x7f0f0014 -int string abc_searchview_description_search 0x7f0f0015 -int string abc_searchview_description_submit 0x7f0f0016 -int string abc_searchview_description_voice 0x7f0f0017 -int string abc_shareactionprovider_share_with 0x7f0f0018 -int string abc_shareactionprovider_share_with_application 0x7f0f0019 -int string abc_toolbar_collapse_description 0x7f0f001a -int string alert_description 0x7f0f001b -int string androidx_startup 0x7f0f001c -int string app_name 0x7f0f001d -int string appbar_scrolling_view_behavior 0x7f0f001e -int string beckn_version 0x7f0f001f -int string beta_assets 0x7f0f0020 -int string bottom_sheet_behavior 0x7f0f0021 -int string build_version 0x7f0f0022 -int string catalyst_change_bundle_location 0x7f0f0023 -int string catalyst_copy_button 0x7f0f0024 -int string catalyst_debug 0x7f0f0025 -int string catalyst_debug_chrome 0x7f0f0026 -int string catalyst_debug_chrome_stop 0x7f0f0027 -int string catalyst_debug_connecting 0x7f0f0028 -int string catalyst_debug_error 0x7f0f0029 -int string catalyst_debug_open 0x7f0f002a -int string catalyst_debug_stop 0x7f0f002b -int string catalyst_devtools_open 0x7f0f002c -int string catalyst_dismiss_button 0x7f0f002d -int string catalyst_heap_capture 0x7f0f002e -int string catalyst_hot_reloading 0x7f0f002f -int string catalyst_hot_reloading_auto_disable 0x7f0f0030 -int string catalyst_hot_reloading_auto_enable 0x7f0f0031 -int string catalyst_hot_reloading_stop 0x7f0f0032 -int string catalyst_inspector 0x7f0f0033 -int string catalyst_inspector_stop 0x7f0f0034 -int string catalyst_loading_from_url 0x7f0f0035 -int string catalyst_open_flipper_error 0x7f0f0036 -int string catalyst_perf_monitor 0x7f0f0037 -int string catalyst_perf_monitor_stop 0x7f0f0038 -int string catalyst_reload 0x7f0f0039 -int string catalyst_reload_button 0x7f0f003a -int string catalyst_reload_error 0x7f0f003b -int string catalyst_report_button 0x7f0f003c -int string catalyst_sample_profiler_disable 0x7f0f003d -int string catalyst_sample_profiler_enable 0x7f0f003e -int string catalyst_settings 0x7f0f003f -int string catalyst_settings_title 0x7f0f0040 -int string character_counter_content_description 0x7f0f0041 -int string character_counter_overflowed_content_description 0x7f0f0042 -int string character_counter_pattern 0x7f0f0043 -int string checkout_remotes_version 0x7f0f0044 -int string chip_text 0x7f0f0045 -int string clear_text_end_icon_content_description 0x7f0f0046 -int string combobox_description 0x7f0f0047 -int string common_google_play_services_enable_button 0x7f0f0048 -int string common_google_play_services_enable_text 0x7f0f0049 -int string common_google_play_services_enable_title 0x7f0f004a -int string common_google_play_services_install_button 0x7f0f004b -int string common_google_play_services_install_text 0x7f0f004c -int string common_google_play_services_install_title 0x7f0f004d -int string common_google_play_services_notification_channel_name 0x7f0f004e -int string common_google_play_services_notification_ticker 0x7f0f004f -int string common_google_play_services_unknown_issue 0x7f0f0050 -int string common_google_play_services_unsupported_text 0x7f0f0051 -int string common_google_play_services_update_button 0x7f0f0052 -int string common_google_play_services_update_text 0x7f0f0053 -int string common_google_play_services_update_title 0x7f0f0054 -int string common_google_play_services_updating_text 0x7f0f0055 -int string common_google_play_services_wear_update_text 0x7f0f0056 -int string common_open_on_phone 0x7f0f0057 -int string common_signin_button_text 0x7f0f0058 -int string common_signin_button_text_long 0x7f0f0059 -int string config_location 0x7f0f005a -int string dui_build_version 0x7f0f005b -int string dui_version 0x7f0f005c -int string ec_remotes_version 0x7f0f005d -int string error_icon_content_description 0x7f0f005e -int string exposed_dropdown_menu_content_description 0x7f0f005f -int string fab_transformation_scrim_behavior 0x7f0f0060 -int string fab_transformation_sheet_behavior 0x7f0f0061 -int string godel_app_name 0x7f0f0062 -int string godel_build_version 0x7f0f0063 -int string godel_remotes_version 0x7f0f0064 -int string godel_version 0x7f0f0065 -int string header_description 0x7f0f0066 -int string hide_bottom_view_on_scroll_behavior 0x7f0f0067 -int string hyper_apay_upi_build_version 0x7f0f0068 -int string hyper_apay_upi_version 0x7f0f0069 -int string hyper_build_version 0x7f0f006a -int string hyper_remotes_version 0x7f0f006b -int string hyper_version 0x7f0f006c -int string icon_content_description 0x7f0f006d -int string image_description 0x7f0f006e -int string imagebutton_description 0x7f0f006f -int string is_packaged 0x7f0f0070 -int string jp_android_lib_app_name 0x7f0f0071 -int string jp_android_lib_version 0x7f0f0072 -int string jp_merchant 0x7f0f0073 -int string juspay_analytics_endpoint 0x7f0f0074 -int string juspay_analytics_endpoint_sandbox 0x7f0f0075 -int string juspay_encryption_version 0x7f0f0076 -int string link_description 0x7f0f0077 -int string log_version 0x7f0f0078 -int string menu_description 0x7f0f0079 -int string menubar_description 0x7f0f007a -int string menuitem_description 0x7f0f007b -int string mtrl_badge_numberless_content_description 0x7f0f007c -int string mtrl_chip_close_icon_content_description 0x7f0f007d -int string mtrl_exceed_max_badge_number_suffix 0x7f0f007e -int string mtrl_picker_a11y_next_month 0x7f0f007f -int string mtrl_picker_a11y_prev_month 0x7f0f0080 -int string mtrl_picker_announce_current_selection 0x7f0f0081 -int string mtrl_picker_cancel 0x7f0f0082 -int string mtrl_picker_confirm 0x7f0f0083 -int string mtrl_picker_date_header_selected 0x7f0f0084 -int string mtrl_picker_date_header_title 0x7f0f0085 -int string mtrl_picker_date_header_unselected 0x7f0f0086 -int string mtrl_picker_day_of_week_column_header 0x7f0f0087 -int string mtrl_picker_invalid_format 0x7f0f0088 -int string mtrl_picker_invalid_format_example 0x7f0f0089 -int string mtrl_picker_invalid_format_use 0x7f0f008a -int string mtrl_picker_invalid_range 0x7f0f008b -int string mtrl_picker_navigate_to_year_description 0x7f0f008c -int string mtrl_picker_out_of_range 0x7f0f008d -int string mtrl_picker_range_header_only_end_selected 0x7f0f008e -int string mtrl_picker_range_header_only_start_selected 0x7f0f008f -int string mtrl_picker_range_header_selected 0x7f0f0090 -int string mtrl_picker_range_header_title 0x7f0f0091 -int string mtrl_picker_range_header_unselected 0x7f0f0092 -int string mtrl_picker_save 0x7f0f0093 -int string mtrl_picker_text_input_date_hint 0x7f0f0094 -int string mtrl_picker_text_input_date_range_end_hint 0x7f0f0095 -int string mtrl_picker_text_input_date_range_start_hint 0x7f0f0096 -int string mtrl_picker_text_input_day_abbr 0x7f0f0097 -int string mtrl_picker_text_input_month_abbr 0x7f0f0098 -int string mtrl_picker_text_input_year_abbr 0x7f0f0099 -int string mtrl_picker_toggle_to_calendar_input_mode 0x7f0f009a -int string mtrl_picker_toggle_to_day_selection 0x7f0f009b -int string mtrl_picker_toggle_to_text_input_mode 0x7f0f009c -int string mtrl_picker_toggle_to_year_selection 0x7f0f009d -int string password_toggle_content_description 0x7f0f009e -int string path 0x7f0f009f -int string path_password_eye 0x7f0f00a0 -int string path_password_eye_mask_strike_through 0x7f0f00a1 -int string path_password_eye_mask_visible 0x7f0f00a2 -int string path_password_strike_through 0x7f0f00a3 -int string pre_render_version 0x7f0f00a4 -int string progressbar_description 0x7f0f00a5 -int string radiogroup_description 0x7f0f00a6 -int string rc_version 0x7f0f00a7 -int string remotes_version 0x7f0f00a8 -int string rn_tab_description 0x7f0f00a9 -int string scrollbar_description 0x7f0f00aa -int string search_menu_title 0x7f0f00ab -int string spinbutton_description 0x7f0f00ac -int string state_busy_description 0x7f0f00ad -int string state_collapsed_description 0x7f0f00ae -int string state_expanded_description 0x7f0f00af -int string state_mixed_description 0x7f0f00b0 -int string state_off_description 0x7f0f00b1 -int string state_on_description 0x7f0f00b2 -int string state_unselected_description 0x7f0f00b3 -int string status_bar_notification_info_overflow 0x7f0f00b4 -int string summary_description 0x7f0f00b5 -int string tablist_description 0x7f0f00b6 -int string timer_description 0x7f0f00b7 -int string toolbar_description 0x7f0f00b8 -int string upi_remotes_version 0x7f0f00b9 -int string using_androidx 0x7f0f00ba -int string vies_remotes_version 0x7f0f00bb -int style AlertDialog_AppCompat 0x7f100000 -int style AlertDialog_AppCompat_Light 0x7f100001 -int style Animation_AppCompat_Dialog 0x7f100002 -int style Animation_AppCompat_DropDownUp 0x7f100003 -int style Animation_AppCompat_Tooltip 0x7f100004 -int style Animation_Catalyst_LogBox 0x7f100005 -int style Animation_Catalyst_RedBox 0x7f100006 -int style Animation_Design_BottomSheetDialog 0x7f100007 -int style Animation_MaterialComponents_BottomSheetDialog 0x7f100008 -int style AppTheme 0x7f100009 -int style Base_AlertDialog_AppCompat 0x7f10000a -int style Base_AlertDialog_AppCompat_Light 0x7f10000b -int style Base_Animation_AppCompat_Dialog 0x7f10000c -int style Base_Animation_AppCompat_DropDownUp 0x7f10000d -int style Base_Animation_AppCompat_Tooltip 0x7f10000e -int style Base_CardView 0x7f10000f -int style Base_DialogWindowTitle_AppCompat 0x7f100010 -int style Base_DialogWindowTitleBackground_AppCompat 0x7f100011 -int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f100012 -int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f100013 -int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x7f100014 -int style Base_TextAppearance_AppCompat 0x7f100015 -int style Base_TextAppearance_AppCompat_Body1 0x7f100016 -int style Base_TextAppearance_AppCompat_Body2 0x7f100017 -int style Base_TextAppearance_AppCompat_Button 0x7f100018 -int style Base_TextAppearance_AppCompat_Caption 0x7f100019 -int style Base_TextAppearance_AppCompat_Display1 0x7f10001a -int style Base_TextAppearance_AppCompat_Display2 0x7f10001b -int style Base_TextAppearance_AppCompat_Display3 0x7f10001c -int style Base_TextAppearance_AppCompat_Display4 0x7f10001d -int style Base_TextAppearance_AppCompat_Headline 0x7f10001e -int style Base_TextAppearance_AppCompat_Inverse 0x7f10001f -int style Base_TextAppearance_AppCompat_Large 0x7f100020 -int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f100021 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f100022 -int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f100023 -int style Base_TextAppearance_AppCompat_Medium 0x7f100024 -int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f100025 -int style Base_TextAppearance_AppCompat_Menu 0x7f100026 -int style Base_TextAppearance_AppCompat_SearchResult 0x7f100027 -int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f100028 -int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f100029 -int style Base_TextAppearance_AppCompat_Small 0x7f10002a -int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f10002b -int style Base_TextAppearance_AppCompat_Subhead 0x7f10002c -int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f10002d -int style Base_TextAppearance_AppCompat_Title 0x7f10002e -int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f10002f -int style Base_TextAppearance_AppCompat_Tooltip 0x7f100030 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f100031 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f100032 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f100033 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f100034 -int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f100035 -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f100036 -int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f100037 -int style Base_TextAppearance_AppCompat_Widget_Button 0x7f100038 -int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f100039 -int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x7f10003a -int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f10003b -int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f10003c -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f10003d -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f10003e -int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f10003f -int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f100040 -int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f100041 -int style Base_TextAppearance_MaterialComponents_Badge 0x7f100042 -int style Base_TextAppearance_MaterialComponents_Button 0x7f100043 -int style Base_TextAppearance_MaterialComponents_Headline6 0x7f100044 -int style Base_TextAppearance_MaterialComponents_Subtitle2 0x7f100045 -int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f100046 -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f100047 -int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f100048 -int style Base_Theme_AppCompat 0x7f100049 -int style Base_Theme_AppCompat_CompactMenu 0x7f10004a -int style Base_Theme_AppCompat_Dialog 0x7f10004b -int style Base_Theme_AppCompat_Dialog_Alert 0x7f10004c -int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f10004d -int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f10004e -int style Base_Theme_AppCompat_DialogWhenLarge 0x7f10004f -int style Base_Theme_AppCompat_Light 0x7f100050 -int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f100051 -int style Base_Theme_AppCompat_Light_Dialog 0x7f100052 -int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f100053 -int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f100054 -int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f100055 -int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f100056 -int style Base_Theme_MaterialComponents 0x7f100057 -int style Base_Theme_MaterialComponents_Bridge 0x7f100058 -int style Base_Theme_MaterialComponents_CompactMenu 0x7f100059 -int style Base_Theme_MaterialComponents_Dialog 0x7f10005a -int style Base_Theme_MaterialComponents_Dialog_Alert 0x7f10005b -int style Base_Theme_MaterialComponents_Dialog_Bridge 0x7f10005c -int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x7f10005d -int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x7f10005e -int style Base_Theme_MaterialComponents_DialogWhenLarge 0x7f10005f -int style Base_Theme_MaterialComponents_Light 0x7f100060 -int style Base_Theme_MaterialComponents_Light_Bridge 0x7f100061 -int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x7f100062 -int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f100063 -int style Base_Theme_MaterialComponents_Light_Dialog 0x7f100064 -int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x7f100065 -int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f100066 -int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f100067 -int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f100068 -int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x7f100069 -int style Base_ThemeOverlay_AppCompat 0x7f10006a -int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f10006b -int style Base_ThemeOverlay_AppCompat_Dark 0x7f10006c -int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f10006d -int style Base_ThemeOverlay_AppCompat_Dialog 0x7f10006e -int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x7f10006f -int style Base_ThemeOverlay_AppCompat_Light 0x7f100070 -int style Base_ThemeOverlay_MaterialComponents_Dialog 0x7f100071 -int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f100072 -int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f100073 -int style Base_V14_Theme_MaterialComponents 0x7f100074 -int style Base_V14_Theme_MaterialComponents_Bridge 0x7f100075 -int style Base_V14_Theme_MaterialComponents_Dialog 0x7f100076 -int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x7f100077 -int style Base_V14_Theme_MaterialComponents_Light 0x7f100078 -int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x7f100079 -int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f10007a -int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x7f10007b -int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x7f10007c -int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x7f10007d -int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f10007e -int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f10007f -int style Base_V21_Theme_AppCompat 0x7f100080 -int style Base_V21_Theme_AppCompat_Dialog 0x7f100081 -int style Base_V21_Theme_AppCompat_Light 0x7f100082 -int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f100083 -int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x7f100084 -int style Base_V22_Theme_AppCompat 0x7f100085 -int style Base_V22_Theme_AppCompat_Light 0x7f100086 -int style Base_V23_Theme_AppCompat 0x7f100087 -int style Base_V23_Theme_AppCompat_Light 0x7f100088 -int style Base_V26_Theme_AppCompat 0x7f100089 -int style Base_V26_Theme_AppCompat_Light 0x7f10008a -int style Base_V26_Widget_AppCompat_Toolbar 0x7f10008b -int style Base_V28_Theme_AppCompat 0x7f10008c -int style Base_V28_Theme_AppCompat_Light 0x7f10008d -int style Base_V7_Theme_AppCompat 0x7f10008e -int style Base_V7_Theme_AppCompat_Dialog 0x7f10008f -int style Base_V7_Theme_AppCompat_Light 0x7f100090 -int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f100091 -int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x7f100092 -int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f100093 -int style Base_V7_Widget_AppCompat_EditText 0x7f100094 -int style Base_V7_Widget_AppCompat_Toolbar 0x7f100095 -int style Base_Widget_AppCompat_ActionBar 0x7f100096 -int style Base_Widget_AppCompat_ActionBar_Solid 0x7f100097 -int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f100098 -int style Base_Widget_AppCompat_ActionBar_TabText 0x7f100099 -int style Base_Widget_AppCompat_ActionBar_TabView 0x7f10009a -int style Base_Widget_AppCompat_ActionButton 0x7f10009b -int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f10009c -int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f10009d -int style Base_Widget_AppCompat_ActionMode 0x7f10009e -int style Base_Widget_AppCompat_ActivityChooserView 0x7f10009f -int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f1000a0 -int style Base_Widget_AppCompat_Button 0x7f1000a1 -int style Base_Widget_AppCompat_Button_Borderless 0x7f1000a2 -int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f1000a3 -int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f1000a4 -int style Base_Widget_AppCompat_Button_Colored 0x7f1000a5 -int style Base_Widget_AppCompat_Button_Small 0x7f1000a6 -int style Base_Widget_AppCompat_ButtonBar 0x7f1000a7 -int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f1000a8 -int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f1000a9 -int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f1000aa -int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f1000ab -int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f1000ac -int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f1000ad -int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f1000ae -int style Base_Widget_AppCompat_EditText 0x7f1000af -int style Base_Widget_AppCompat_ImageButton 0x7f1000b0 -int style Base_Widget_AppCompat_Light_ActionBar 0x7f1000b1 -int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f1000b2 -int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f1000b3 -int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f1000b4 -int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f1000b5 -int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f1000b6 -int style Base_Widget_AppCompat_Light_PopupMenu 0x7f1000b7 -int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f1000b8 -int style Base_Widget_AppCompat_ListMenuView 0x7f1000b9 -int style Base_Widget_AppCompat_ListPopupWindow 0x7f1000ba -int style Base_Widget_AppCompat_ListView 0x7f1000bb -int style Base_Widget_AppCompat_ListView_DropDown 0x7f1000bc -int style Base_Widget_AppCompat_ListView_Menu 0x7f1000bd -int style Base_Widget_AppCompat_PopupMenu 0x7f1000be -int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f1000bf -int style Base_Widget_AppCompat_PopupWindow 0x7f1000c0 -int style Base_Widget_AppCompat_ProgressBar 0x7f1000c1 -int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f1000c2 -int style Base_Widget_AppCompat_RatingBar 0x7f1000c3 -int style Base_Widget_AppCompat_RatingBar_Indicator 0x7f1000c4 -int style Base_Widget_AppCompat_RatingBar_Small 0x7f1000c5 -int style Base_Widget_AppCompat_SearchView 0x7f1000c6 -int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f1000c7 -int style Base_Widget_AppCompat_SeekBar 0x7f1000c8 -int style Base_Widget_AppCompat_SeekBar_Discrete 0x7f1000c9 -int style Base_Widget_AppCompat_Spinner 0x7f1000ca -int style Base_Widget_AppCompat_Spinner_Underlined 0x7f1000cb -int style Base_Widget_AppCompat_TextView 0x7f1000cc -int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f1000cd -int style Base_Widget_AppCompat_Toolbar 0x7f1000ce -int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f1000cf -int style Base_Widget_Design_TabLayout 0x7f1000d0 -int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x7f1000d1 -int style Base_Widget_MaterialComponents_CheckedTextView 0x7f1000d2 -int style Base_Widget_MaterialComponents_Chip 0x7f1000d3 -int style Base_Widget_MaterialComponents_PopupMenu 0x7f1000d4 -int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f1000d5 -int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1000d6 -int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x7f1000d7 -int style Base_Widget_MaterialComponents_TextInputEditText 0x7f1000d8 -int style Base_Widget_MaterialComponents_TextInputLayout 0x7f1000d9 -int style Base_Widget_MaterialComponents_TextView 0x7f1000da -int style CalendarDatePickerDialog 0x7f1000db -int style CalendarDatePickerStyle 0x7f1000dc -int style CardView 0x7f1000dd -int style CardView_Dark 0x7f1000de -int style CardView_Light 0x7f1000df -int style DialogAnimationFade 0x7f1000e0 -int style DialogAnimationSlide 0x7f1000e1 -int style EmptyTheme 0x7f1000e2 -int style MaterialAlertDialog_MaterialComponents 0x7f1000e3 -int style MaterialAlertDialog_MaterialComponents_Body_Text 0x7f1000e4 -int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x7f1000e5 -int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x7f1000e6 -int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x7f1000e7 -int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x7f1000e8 -int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x7f1000e9 -int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x7f1000ea -int style MaterialAlertDialog_MaterialComponents_Title_Text 0x7f1000eb -int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x7f1000ec -int style Platform_AppCompat 0x7f1000ed -int style Platform_AppCompat_Light 0x7f1000ee -int style Platform_MaterialComponents 0x7f1000ef -int style Platform_MaterialComponents_Dialog 0x7f1000f0 -int style Platform_MaterialComponents_Light 0x7f1000f1 -int style Platform_MaterialComponents_Light_Dialog 0x7f1000f2 -int style Platform_ThemeOverlay_AppCompat 0x7f1000f3 -int style Platform_ThemeOverlay_AppCompat_Dark 0x7f1000f4 -int style Platform_ThemeOverlay_AppCompat_Light 0x7f1000f5 -int style Platform_V21_AppCompat 0x7f1000f6 -int style Platform_V21_AppCompat_Light 0x7f1000f7 -int style Platform_V25_AppCompat 0x7f1000f8 -int style Platform_V25_AppCompat_Light 0x7f1000f9 -int style Platform_Widget_AppCompat_Spinner 0x7f1000fa -int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f1000fb -int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f1000fc -int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f1000fd -int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f1000fe -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f1000ff -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x7f100100 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x7f100101 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f100102 -int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x7f100103 -int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f100104 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f100105 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f100106 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f100107 -int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f100108 -int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f100109 -int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f10010a -int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f10010b -int style ShapeAppearance_MaterialComponents 0x7f10010c -int style ShapeAppearance_MaterialComponents_LargeComponent 0x7f10010d -int style ShapeAppearance_MaterialComponents_MediumComponent 0x7f10010e -int style ShapeAppearance_MaterialComponents_SmallComponent 0x7f10010f -int style ShapeAppearance_MaterialComponents_Test 0x7f100110 -int style ShapeAppearanceOverlay 0x7f100111 -int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x7f100112 -int style ShapeAppearanceOverlay_BottomRightCut 0x7f100113 -int style ShapeAppearanceOverlay_Cut 0x7f100114 -int style ShapeAppearanceOverlay_DifferentCornerSize 0x7f100115 -int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x7f100116 -int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x7f100117 -int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x7f100118 -int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x7f100119 -int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f10011a -int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x7f10011b -int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x7f10011c -int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x7f10011d -int style ShapeAppearanceOverlay_TopLeftCut 0x7f10011e -int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x7f10011f -int style SpinnerDatePickerDialog 0x7f100120 -int style SpinnerDatePickerStyle 0x7f100121 -int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x7f100122 -int style Test_Theme_MaterialComponents_MaterialCalendar 0x7f100123 -int style Test_Widget_MaterialComponents_MaterialCalendar 0x7f100124 -int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x7f100125 -int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f100126 -int style TestStyleWithLineHeight 0x7f100127 -int style TestStyleWithLineHeightAppearance 0x7f100128 -int style TestStyleWithThemeLineHeightAttribute 0x7f100129 -int style TestStyleWithoutLineHeight 0x7f10012a -int style TestThemeWithLineHeight 0x7f10012b -int style TestThemeWithLineHeightDisabled 0x7f10012c -int style TextAppearance_AppCompat 0x7f10012d -int style TextAppearance_AppCompat_Body1 0x7f10012e -int style TextAppearance_AppCompat_Body2 0x7f10012f -int style TextAppearance_AppCompat_Button 0x7f100130 -int style TextAppearance_AppCompat_Caption 0x7f100131 -int style TextAppearance_AppCompat_Display1 0x7f100132 -int style TextAppearance_AppCompat_Display2 0x7f100133 -int style TextAppearance_AppCompat_Display3 0x7f100134 -int style TextAppearance_AppCompat_Display4 0x7f100135 -int style TextAppearance_AppCompat_Headline 0x7f100136 -int style TextAppearance_AppCompat_Inverse 0x7f100137 -int style TextAppearance_AppCompat_Large 0x7f100138 -int style TextAppearance_AppCompat_Large_Inverse 0x7f100139 -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f10013a -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f10013b -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f10013c -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f10013d -int style TextAppearance_AppCompat_Medium 0x7f10013e -int style TextAppearance_AppCompat_Medium_Inverse 0x7f10013f -int style TextAppearance_AppCompat_Menu 0x7f100140 -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f100141 -int style TextAppearance_AppCompat_SearchResult_Title 0x7f100142 -int style TextAppearance_AppCompat_Small 0x7f100143 -int style TextAppearance_AppCompat_Small_Inverse 0x7f100144 -int style TextAppearance_AppCompat_Subhead 0x7f100145 -int style TextAppearance_AppCompat_Subhead_Inverse 0x7f100146 -int style TextAppearance_AppCompat_Title 0x7f100147 -int style TextAppearance_AppCompat_Title_Inverse 0x7f100148 -int style TextAppearance_AppCompat_Tooltip 0x7f100149 -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f10014a -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f10014b -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f10014c -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f10014d -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f10014e -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f10014f -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f100150 -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f100151 -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f100152 -int style TextAppearance_AppCompat_Widget_Button 0x7f100153 -int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x7f100154 -int style TextAppearance_AppCompat_Widget_Button_Colored 0x7f100155 -int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f100156 -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f100157 -int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x7f100158 -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f100159 -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f10015a -int style TextAppearance_AppCompat_Widget_Switch 0x7f10015b -int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f10015c -int style TextAppearance_Compat_Notification 0x7f10015d -int style TextAppearance_Compat_Notification_Info 0x7f10015e -int style TextAppearance_Compat_Notification_Line2 0x7f10015f -int style TextAppearance_Compat_Notification_Time 0x7f100160 -int style TextAppearance_Compat_Notification_Title 0x7f100161 -int style TextAppearance_Design_CollapsingToolbar_Expanded 0x7f100162 -int style TextAppearance_Design_Counter 0x7f100163 -int style TextAppearance_Design_Counter_Overflow 0x7f100164 -int style TextAppearance_Design_Error 0x7f100165 -int style TextAppearance_Design_HelperText 0x7f100166 -int style TextAppearance_Design_Hint 0x7f100167 -int style TextAppearance_Design_Snackbar_Message 0x7f100168 -int style TextAppearance_Design_Tab 0x7f100169 -int style TextAppearance_MaterialComponents_Badge 0x7f10016a -int style TextAppearance_MaterialComponents_Body1 0x7f10016b -int style TextAppearance_MaterialComponents_Body2 0x7f10016c -int style TextAppearance_MaterialComponents_Button 0x7f10016d -int style TextAppearance_MaterialComponents_Caption 0x7f10016e -int style TextAppearance_MaterialComponents_Chip 0x7f10016f -int style TextAppearance_MaterialComponents_Headline1 0x7f100170 -int style TextAppearance_MaterialComponents_Headline2 0x7f100171 -int style TextAppearance_MaterialComponents_Headline3 0x7f100172 -int style TextAppearance_MaterialComponents_Headline4 0x7f100173 -int style TextAppearance_MaterialComponents_Headline5 0x7f100174 -int style TextAppearance_MaterialComponents_Headline6 0x7f100175 -int style TextAppearance_MaterialComponents_Overline 0x7f100176 -int style TextAppearance_MaterialComponents_Subtitle1 0x7f100177 -int style TextAppearance_MaterialComponents_Subtitle2 0x7f100178 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f100179 -int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f10017a -int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f10017b -int style Theme 0x7f10017c -int style Theme_AppCompat 0x7f10017d -int style Theme_AppCompat_CompactMenu 0x7f10017e -int style Theme_AppCompat_DayNight 0x7f10017f -int style Theme_AppCompat_DayNight_DarkActionBar 0x7f100180 -int style Theme_AppCompat_DayNight_Dialog 0x7f100181 -int style Theme_AppCompat_DayNight_Dialog_Alert 0x7f100182 -int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x7f100183 -int style Theme_AppCompat_DayNight_DialogWhenLarge 0x7f100184 -int style Theme_AppCompat_DayNight_NoActionBar 0x7f100185 -int style Theme_AppCompat_Dialog 0x7f100186 -int style Theme_AppCompat_Dialog_Alert 0x7f100187 -int style Theme_AppCompat_Dialog_MinWidth 0x7f100188 -int style Theme_AppCompat_DialogWhenLarge 0x7f100189 -int style Theme_AppCompat_Empty 0x7f10018a -int style Theme_AppCompat_Juspay_Translucent 0x7f10018b -int style Theme_AppCompat_Light 0x7f10018c -int style Theme_AppCompat_Light_DarkActionBar 0x7f10018d -int style Theme_AppCompat_Light_Dialog 0x7f10018e -int style Theme_AppCompat_Light_Dialog_Alert 0x7f10018f -int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f100190 -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f100191 -int style Theme_AppCompat_Light_NoActionBar 0x7f100192 -int style Theme_AppCompat_NoActionBar 0x7f100193 -int style Theme_AutofillInlineSuggestion 0x7f100194 -int style Theme_Catalyst 0x7f100195 -int style Theme_Catalyst_LogBox 0x7f100196 -int style Theme_Catalyst_RedBox 0x7f100197 -int style Theme_Design 0x7f100198 -int style Theme_Design_BottomSheetDialog 0x7f100199 -int style Theme_Design_Light 0x7f10019a -int style Theme_Design_Light_BottomSheetDialog 0x7f10019b -int style Theme_Design_Light_NoActionBar 0x7f10019c -int style Theme_Design_NoActionBar 0x7f10019d -int style Theme_FullScreenDialog 0x7f10019e -int style Theme_FullScreenDialogAnimatedFade 0x7f10019f -int style Theme_FullScreenDialogAnimatedSlide 0x7f1001a0 -int style Theme_MaterialComponents 0x7f1001a1 -int style Theme_MaterialComponents_BottomSheetDialog 0x7f1001a2 -int style Theme_MaterialComponents_Bridge 0x7f1001a3 -int style Theme_MaterialComponents_CompactMenu 0x7f1001a4 -int style Theme_MaterialComponents_DayNight 0x7f1001a5 -int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x7f1001a6 -int style Theme_MaterialComponents_DayNight_Bridge 0x7f1001a7 -int style Theme_MaterialComponents_DayNight_DarkActionBar 0x7f1001a8 -int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x7f1001a9 -int style Theme_MaterialComponents_DayNight_Dialog 0x7f1001aa -int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x7f1001ab -int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x7f1001ac -int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x7f1001ad -int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x7f1001ae -int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x7f1001af -int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x7f1001b0 -int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x7f1001b1 -int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x7f1001b2 -int style Theme_MaterialComponents_DayNight_NoActionBar 0x7f1001b3 -int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x7f1001b4 -int style Theme_MaterialComponents_Dialog 0x7f1001b5 -int style Theme_MaterialComponents_Dialog_Alert 0x7f1001b6 -int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x7f1001b7 -int style Theme_MaterialComponents_Dialog_Bridge 0x7f1001b8 -int style Theme_MaterialComponents_Dialog_FixedSize 0x7f1001b9 -int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x7f1001ba -int style Theme_MaterialComponents_Dialog_MinWidth 0x7f1001bb -int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x7f1001bc -int style Theme_MaterialComponents_DialogWhenLarge 0x7f1001bd -int style Theme_MaterialComponents_Light 0x7f1001be -int style Theme_MaterialComponents_Light_BarSize 0x7f1001bf -int style Theme_MaterialComponents_Light_BottomSheetDialog 0x7f1001c0 -int style Theme_MaterialComponents_Light_Bridge 0x7f1001c1 -int style Theme_MaterialComponents_Light_DarkActionBar 0x7f1001c2 -int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x7f1001c3 -int style Theme_MaterialComponents_Light_Dialog 0x7f1001c4 -int style Theme_MaterialComponents_Light_Dialog_Alert 0x7f1001c5 -int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x7f1001c6 -int style Theme_MaterialComponents_Light_Dialog_Bridge 0x7f1001c7 -int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x7f1001c8 -int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x7f1001c9 -int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x7f1001ca -int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x7f1001cb -int style Theme_MaterialComponents_Light_DialogWhenLarge 0x7f1001cc -int style Theme_MaterialComponents_Light_LargeTouch 0x7f1001cd -int style Theme_MaterialComponents_Light_NoActionBar 0x7f1001ce -int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x7f1001cf -int style Theme_MaterialComponents_NoActionBar 0x7f1001d0 -int style Theme_MaterialComponents_NoActionBar_Bridge 0x7f1001d1 -int style Theme_ReactNative_AppCompat_Light 0x7f1001d2 -int style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen 0x7f1001d3 -int style ThemeOverlay_AppCompat 0x7f1001d4 -int style ThemeOverlay_AppCompat_ActionBar 0x7f1001d5 -int style ThemeOverlay_AppCompat_Dark 0x7f1001d6 -int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f1001d7 -int style ThemeOverlay_AppCompat_DayNight 0x7f1001d8 -int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x7f1001d9 -int style ThemeOverlay_AppCompat_Dialog 0x7f1001da -int style ThemeOverlay_AppCompat_Dialog_Alert 0x7f1001db -int style ThemeOverlay_AppCompat_Light 0x7f1001dc -int style ThemeOverlay_Design_TextInputEditText 0x7f1001dd -int style ThemeOverlay_MaterialComponents 0x7f1001de -int style ThemeOverlay_MaterialComponents_ActionBar 0x7f1001df -int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x7f1001e0 -int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x7f1001e1 -int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x7f1001e2 -int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f1001e3 -int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f1001e4 -int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f1001e5 -int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f1001e6 -int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x7f1001e7 -int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x7f1001e8 -int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x7f1001e9 -int style ThemeOverlay_MaterialComponents_Dark 0x7f1001ea -int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x7f1001eb -int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x7f1001ec -int style ThemeOverlay_MaterialComponents_Dialog 0x7f1001ed -int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x7f1001ee -int style ThemeOverlay_MaterialComponents_Light 0x7f1001ef -int style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog 0x7f1001f0 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x7f1001f1 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x7f1001f2 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x7f1001f3 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x7f1001f4 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x7f1001f5 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x7f1001f6 -int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x7f1001f7 -int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x7f1001f8 -int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x7f1001f9 -int style ThemeOverlay_MaterialComponents_TextInputEditText 0x7f1001fa -int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x7f1001fb -int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1001fc -int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1001fd -int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1001fe -int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x7f1001ff -int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x7f100200 -int style Widget_AppCompat_ActionBar 0x7f100201 -int style Widget_AppCompat_ActionBar_Solid 0x7f100202 -int style Widget_AppCompat_ActionBar_TabBar 0x7f100203 -int style Widget_AppCompat_ActionBar_TabText 0x7f100204 -int style Widget_AppCompat_ActionBar_TabView 0x7f100205 -int style Widget_AppCompat_ActionButton 0x7f100206 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f100207 -int style Widget_AppCompat_ActionButton_Overflow 0x7f100208 -int style Widget_AppCompat_ActionMode 0x7f100209 -int style Widget_AppCompat_ActivityChooserView 0x7f10020a -int style Widget_AppCompat_AutoCompleteTextView 0x7f10020b -int style Widget_AppCompat_Button 0x7f10020c -int style Widget_AppCompat_Button_Borderless 0x7f10020d -int style Widget_AppCompat_Button_Borderless_Colored 0x7f10020e -int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f10020f -int style Widget_AppCompat_Button_Colored 0x7f100210 -int style Widget_AppCompat_Button_Small 0x7f100211 -int style Widget_AppCompat_ButtonBar 0x7f100212 -int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f100213 -int style Widget_AppCompat_CompoundButton_CheckBox 0x7f100214 -int style Widget_AppCompat_CompoundButton_RadioButton 0x7f100215 -int style Widget_AppCompat_CompoundButton_Switch 0x7f100216 -int style Widget_AppCompat_DrawerArrowToggle 0x7f100217 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f100218 -int style Widget_AppCompat_EditText 0x7f100219 -int style Widget_AppCompat_ImageButton 0x7f10021a -int style Widget_AppCompat_Light_ActionBar 0x7f10021b -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f10021c -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f10021d -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f10021e -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f10021f -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f100220 -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f100221 -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f100222 -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f100223 -int style Widget_AppCompat_Light_ActionButton 0x7f100224 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f100225 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f100226 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f100227 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f100228 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f100229 -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f10022a -int style Widget_AppCompat_Light_ListPopupWindow 0x7f10022b -int style Widget_AppCompat_Light_ListView_DropDown 0x7f10022c -int style Widget_AppCompat_Light_PopupMenu 0x7f10022d -int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f10022e -int style Widget_AppCompat_Light_SearchView 0x7f10022f -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f100230 -int style Widget_AppCompat_ListMenuView 0x7f100231 -int style Widget_AppCompat_ListPopupWindow 0x7f100232 -int style Widget_AppCompat_ListView 0x7f100233 -int style Widget_AppCompat_ListView_DropDown 0x7f100234 -int style Widget_AppCompat_ListView_Menu 0x7f100235 -int style Widget_AppCompat_PopupMenu 0x7f100236 -int style Widget_AppCompat_PopupMenu_Overflow 0x7f100237 -int style Widget_AppCompat_PopupWindow 0x7f100238 -int style Widget_AppCompat_ProgressBar 0x7f100239 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f10023a -int style Widget_AppCompat_RatingBar 0x7f10023b -int style Widget_AppCompat_RatingBar_Indicator 0x7f10023c -int style Widget_AppCompat_RatingBar_Small 0x7f10023d -int style Widget_AppCompat_SearchView 0x7f10023e -int style Widget_AppCompat_SearchView_ActionBar 0x7f10023f -int style Widget_AppCompat_SeekBar 0x7f100240 -int style Widget_AppCompat_SeekBar_Discrete 0x7f100241 -int style Widget_AppCompat_Spinner 0x7f100242 -int style Widget_AppCompat_Spinner_DropDown 0x7f100243 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f100244 -int style Widget_AppCompat_Spinner_Underlined 0x7f100245 -int style Widget_AppCompat_TextView 0x7f100246 -int style Widget_AppCompat_TextView_SpinnerItem 0x7f100247 -int style Widget_AppCompat_Toolbar 0x7f100248 -int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f100249 -int style Widget_Autofill 0x7f10024a -int style Widget_Autofill_InlineSuggestionChip 0x7f10024b -int style Widget_Autofill_InlineSuggestionEndIconStyle 0x7f10024c -int style Widget_Autofill_InlineSuggestionStartIconStyle 0x7f10024d -int style Widget_Autofill_InlineSuggestionSubtitle 0x7f10024e -int style Widget_Autofill_InlineSuggestionTitle 0x7f10024f -int style Widget_Compat_NotificationActionContainer 0x7f100250 -int style Widget_Compat_NotificationActionText 0x7f100251 -int style Widget_Design_AppBarLayout 0x7f100252 -int style Widget_Design_BottomNavigationView 0x7f100253 -int style Widget_Design_BottomSheet_Modal 0x7f100254 -int style Widget_Design_CollapsingToolbar 0x7f100255 -int style Widget_Design_FloatingActionButton 0x7f100256 -int style Widget_Design_NavigationView 0x7f100257 -int style Widget_Design_ScrimInsetsFrameLayout 0x7f100258 -int style Widget_Design_Snackbar 0x7f100259 -int style Widget_Design_TabLayout 0x7f10025a -int style Widget_Design_TextInputLayout 0x7f10025b -int style Widget_MaterialComponents_ActionBar_Primary 0x7f10025c -int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x7f10025d -int style Widget_MaterialComponents_ActionBar_Solid 0x7f10025e -int style Widget_MaterialComponents_ActionBar_Surface 0x7f10025f -int style Widget_MaterialComponents_AppBarLayout_Primary 0x7f100260 -int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x7f100261 -int style Widget_MaterialComponents_AppBarLayout_Surface 0x7f100262 -int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x7f100263 -int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x7f100264 -int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x7f100265 -int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x7f100266 -int style Widget_MaterialComponents_Badge 0x7f100267 -int style Widget_MaterialComponents_BottomAppBar 0x7f100268 -int style Widget_MaterialComponents_BottomAppBar_Colored 0x7f100269 -int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x7f10026a -int style Widget_MaterialComponents_BottomNavigationView 0x7f10026b -int style Widget_MaterialComponents_BottomNavigationView_Colored 0x7f10026c -int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x7f10026d -int style Widget_MaterialComponents_BottomSheet 0x7f10026e -int style Widget_MaterialComponents_BottomSheet_Modal 0x7f10026f -int style Widget_MaterialComponents_Button 0x7f100270 -int style Widget_MaterialComponents_Button_Icon 0x7f100271 -int style Widget_MaterialComponents_Button_OutlinedButton 0x7f100272 -int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x7f100273 -int style Widget_MaterialComponents_Button_TextButton 0x7f100274 -int style Widget_MaterialComponents_Button_TextButton_Dialog 0x7f100275 -int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x7f100276 -int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x7f100277 -int style Widget_MaterialComponents_Button_TextButton_Icon 0x7f100278 -int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x7f100279 -int style Widget_MaterialComponents_Button_UnelevatedButton 0x7f10027a -int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x7f10027b -int style Widget_MaterialComponents_CardView 0x7f10027c -int style Widget_MaterialComponents_CheckedTextView 0x7f10027d -int style Widget_MaterialComponents_Chip_Action 0x7f10027e -int style Widget_MaterialComponents_Chip_Choice 0x7f10027f -int style Widget_MaterialComponents_Chip_Entry 0x7f100280 -int style Widget_MaterialComponents_Chip_Filter 0x7f100281 -int style Widget_MaterialComponents_ChipGroup 0x7f100282 -int style Widget_MaterialComponents_CompoundButton_CheckBox 0x7f100283 -int style Widget_MaterialComponents_CompoundButton_RadioButton 0x7f100284 -int style Widget_MaterialComponents_CompoundButton_Switch 0x7f100285 -int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x7f100286 -int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x7f100287 -int style Widget_MaterialComponents_FloatingActionButton 0x7f100288 -int style Widget_MaterialComponents_Light_ActionBar_Solid 0x7f100289 -int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x7f10028a -int style Widget_MaterialComponents_MaterialCalendar 0x7f10028b -int style Widget_MaterialComponents_MaterialCalendar_Day 0x7f10028c -int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x7f10028d -int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x7f10028e -int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x7f10028f -int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x7f100290 -int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x7f100291 -int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x7f100292 -int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x7f100293 -int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x7f100294 -int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x7f100295 -int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x7f100296 -int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x7f100297 -int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x7f100298 -int style Widget_MaterialComponents_MaterialCalendar_Item 0x7f100299 -int style Widget_MaterialComponents_MaterialCalendar_Year 0x7f10029a -int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x7f10029b -int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x7f10029c -int style Widget_MaterialComponents_NavigationView 0x7f10029d -int style Widget_MaterialComponents_PopupMenu 0x7f10029e -int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x7f10029f -int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x7f1002a0 -int style Widget_MaterialComponents_PopupMenu_Overflow 0x7f1002a1 -int style Widget_MaterialComponents_Snackbar 0x7f1002a2 -int style Widget_MaterialComponents_Snackbar_FullWidth 0x7f1002a3 -int style Widget_MaterialComponents_TabLayout 0x7f1002a4 -int style Widget_MaterialComponents_TabLayout_Colored 0x7f1002a5 -int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x7f1002a6 -int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x7f1002a7 -int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x7f1002a8 -int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x7f1002a9 -int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x7f1002aa -int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x7f1002ab -int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x7f1002ac -int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x7f1002ad -int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x7f1002ae -int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x7f1002af -int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x7f1002b0 -int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x7f1002b1 -int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x7f1002b2 -int style Widget_MaterialComponents_TextView 0x7f1002b3 -int style Widget_MaterialComponents_Toolbar 0x7f1002b4 -int style Widget_MaterialComponents_Toolbar_Primary 0x7f1002b5 -int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x7f1002b6 -int style Widget_MaterialComponents_Toolbar_Surface 0x7f1002b7 -int style Widget_Support_CoordinatorLayout 0x7f1002b8 -int style redboxButton 0x7f1002b9 -int[] styleable ActionBar { 0x7f03003e, 0x7f030046, 0x7f030047, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f0300df, 0x7f0300e8, 0x7f0300e9, 0x7f0300fc, 0x7f03013a, 0x7f030140, 0x7f030146, 0x7f030147, 0x7f030149, 0x7f030155, 0x7f030163, 0x7f030195, 0x7f0301b5, 0x7f0301cc, 0x7f0301d4, 0x7f0301d5, 0x7f030225, 0x7f030228, 0x7f030270, 0x7f03027a } -int styleable ActionBar_background 0 -int styleable ActionBar_backgroundSplit 1 -int styleable ActionBar_backgroundStacked 2 -int styleable ActionBar_contentInsetEnd 3 -int styleable ActionBar_contentInsetEndWithActions 4 -int styleable ActionBar_contentInsetLeft 5 -int styleable ActionBar_contentInsetRight 6 -int styleable ActionBar_contentInsetStart 7 -int styleable ActionBar_contentInsetStartWithNavigation 8 -int styleable ActionBar_customNavigationLayout 9 -int styleable ActionBar_displayOptions 10 -int styleable ActionBar_divider 11 -int styleable ActionBar_elevation 12 -int styleable ActionBar_height 13 -int styleable ActionBar_hideOnContentScroll 14 -int styleable ActionBar_homeAsUpIndicator 15 -int styleable ActionBar_homeLayout 16 -int styleable ActionBar_icon 17 -int styleable ActionBar_indeterminateProgressStyle 18 -int styleable ActionBar_itemPadding 19 -int styleable ActionBar_logo 20 -int styleable ActionBar_navigationMode 21 -int styleable ActionBar_popupTheme 22 -int styleable ActionBar_progressBarPadding 23 -int styleable ActionBar_progressBarStyle 24 -int styleable ActionBar_subtitle 25 -int styleable ActionBar_subtitleTextStyle 26 -int styleable ActionBar_title 27 -int styleable ActionBar_titleTextStyle 28 -int[] styleable ActionBarLayout { 0x010100b3 } -int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionMenuItemView { 0x0101013f } -int styleable ActionMenuItemView_android_minWidth 0 -int[] styleable ActionMenuView { } -int[] styleable ActionMode { 0x7f03003e, 0x7f030046, 0x7f0300a2, 0x7f03013a, 0x7f030228, 0x7f03027a } -int styleable ActionMode_background 0 -int styleable ActionMode_backgroundSplit 1 -int styleable ActionMode_closeItemLayout 2 -int styleable ActionMode_height 3 -int styleable ActionMode_subtitleTextStyle 4 -int styleable ActionMode_titleTextStyle 5 -int[] styleable ActivityChooserView { 0x7f03010e, 0x7f030156 } -int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0 -int styleable ActivityChooserView_initialActivityCount 1 -int[] styleable AlertDialog { 0x010100f2, 0x7f03006f, 0x7f030070, 0x7f03018a, 0x7f03018b, 0x7f0301b2, 0x7f030205, 0x7f030207 } -int styleable AlertDialog_android_layout 0 -int styleable AlertDialog_buttonIconDimen 1 -int styleable AlertDialog_buttonPanelSideLayout 2 -int styleable AlertDialog_listItemLayout 3 -int styleable AlertDialog_listLayout 4 -int styleable AlertDialog_multiChoiceItemLayout 5 -int styleable AlertDialog_showTitle 6 -int styleable AlertDialog_singleChoiceItemLayout 7 -int[] styleable AnimatedStateListDrawableCompat { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } -int styleable AnimatedStateListDrawableCompat_android_dither 0 -int styleable AnimatedStateListDrawableCompat_android_visible 1 -int styleable AnimatedStateListDrawableCompat_android_variablePadding 2 -int styleable AnimatedStateListDrawableCompat_android_constantSize 3 -int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 4 -int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 5 -int[] styleable AnimatedStateListDrawableItem { 0x010100d0, 0x01010199 } -int styleable AnimatedStateListDrawableItem_android_id 0 -int styleable AnimatedStateListDrawableItem_android_drawable 1 -int[] styleable AnimatedStateListDrawableTransition { 0x01010199, 0x01010449, 0x0101044a, 0x0101044b } -int styleable AnimatedStateListDrawableTransition_android_drawable 0 -int styleable AnimatedStateListDrawableTransition_android_toId 1 -int styleable AnimatedStateListDrawableTransition_android_fromId 2 -int styleable AnimatedStateListDrawableTransition_android_reversible 3 -int[] styleable AppBarLayout { 0x010100d4, 0x0101048f, 0x01010540, 0x7f0300fc, 0x7f03010f, 0x7f030182, 0x7f030183, 0x7f03021f } -int styleable AppBarLayout_android_background 0 -int styleable AppBarLayout_android_touchscreenBlocksFocus 1 -int styleable AppBarLayout_android_keyboardNavigationCluster 2 -int styleable AppBarLayout_elevation 3 -int styleable AppBarLayout_expanded 4 -int styleable AppBarLayout_liftOnScroll 5 -int styleable AppBarLayout_liftOnScrollTargetViewId 6 -int styleable AppBarLayout_statusBarForeground 7 -int[] styleable AppBarLayoutStates { 0x7f030219, 0x7f03021a, 0x7f03021c, 0x7f03021d } -int styleable AppBarLayoutStates_state_collapsed 0 -int styleable AppBarLayoutStates_state_collapsible 1 -int styleable AppBarLayoutStates_state_liftable 2 -int styleable AppBarLayoutStates_state_lifted 3 -int[] styleable AppBarLayout_Layout { 0x7f030180, 0x7f030181 } -int styleable AppBarLayout_Layout_layout_scrollFlags 0 -int styleable AppBarLayout_Layout_layout_scrollInterpolator 1 -int[] styleable AppCompatImageView { 0x01010119, 0x7f030211, 0x7f03026e, 0x7f03026f } -int styleable AppCompatImageView_android_src 0 -int styleable AppCompatImageView_srcCompat 1 -int styleable AppCompatImageView_tint 2 -int styleable AppCompatImageView_tintMode 3 -int[] styleable AppCompatSeekBar { 0x01010142, 0x7f03026b, 0x7f03026c, 0x7f03026d } -int styleable AppCompatSeekBar_android_thumb 0 -int styleable AppCompatSeekBar_tickMark 1 -int styleable AppCompatSeekBar_tickMarkTint 2 -int styleable AppCompatSeekBar_tickMarkTintMode 3 -int[] styleable AppCompatTextHelper { 0x01010034, 0x0101016d, 0x0101016e, 0x0101016f, 0x01010170, 0x01010392, 0x01010393 } -int styleable AppCompatTextHelper_android_textAppearance 0 -int styleable AppCompatTextHelper_android_drawableTop 1 -int styleable AppCompatTextHelper_android_drawableBottom 2 -int styleable AppCompatTextHelper_android_drawableLeft 3 -int styleable AppCompatTextHelper_android_drawableRight 4 -int styleable AppCompatTextHelper_android_drawableStart 5 -int styleable AppCompatTextHelper_android_drawableEnd 6 -int[] styleable AppCompatTextView { 0x01010034, 0x7f030034, 0x7f030035, 0x7f030036, 0x7f030037, 0x7f030038, 0x7f0300ed, 0x7f0300ee, 0x7f0300ef, 0x7f0300f0, 0x7f0300f2, 0x7f0300f3, 0x7f0300f4, 0x7f0300f5, 0x7f030128, 0x7f03012b, 0x7f030134, 0x7f030175, 0x7f030184, 0x7f030248, 0x7f030263 } -int styleable AppCompatTextView_android_textAppearance 0 -int styleable AppCompatTextView_autoSizeMaxTextSize 1 -int styleable AppCompatTextView_autoSizeMinTextSize 2 -int styleable AppCompatTextView_autoSizePresetSizes 3 -int styleable AppCompatTextView_autoSizeStepGranularity 4 -int styleable AppCompatTextView_autoSizeTextType 5 -int styleable AppCompatTextView_drawableBottomCompat 6 -int styleable AppCompatTextView_drawableEndCompat 7 -int styleable AppCompatTextView_drawableLeftCompat 8 -int styleable AppCompatTextView_drawableRightCompat 9 -int styleable AppCompatTextView_drawableStartCompat 10 -int styleable AppCompatTextView_drawableTint 11 -int styleable AppCompatTextView_drawableTintMode 12 -int styleable AppCompatTextView_drawableTopCompat 13 -int styleable AppCompatTextView_firstBaselineToTopHeight 14 -int styleable AppCompatTextView_fontFamily 15 -int styleable AppCompatTextView_fontVariationSettings 16 -int styleable AppCompatTextView_lastBaselineToBottomHeight 17 -int styleable AppCompatTextView_lineHeight 18 -int styleable AppCompatTextView_textAllCaps 19 -int styleable AppCompatTextView_textLocale 20 -int[] styleable AppCompatTheme { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f03001f, 0x7f030020, 0x7f030024, 0x7f030028, 0x7f030029, 0x7f03002a, 0x7f03002b, 0x7f030033, 0x7f030059, 0x7f030068, 0x7f030069, 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f030072, 0x7f030073, 0x7f03007e, 0x7f030085, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300ab, 0x7f0300ac, 0x7f0300ad, 0x7f0300ae, 0x7f0300b5, 0x7f0300b6, 0x7f0300bd, 0x7f0300cc, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7, 0x7f0300ea, 0x7f0300ec, 0x7f0300f7, 0x7f0300f8, 0x7f0300f9, 0x7f0300fa, 0x7f0300fb, 0x7f030146, 0x7f030154, 0x7f030186, 0x7f030187, 0x7f030188, 0x7f030189, 0x7f03018c, 0x7f03018d, 0x7f03018e, 0x7f03018f, 0x7f030190, 0x7f030191, 0x7f030192, 0x7f030193, 0x7f030194, 0x7f0301c0, 0x7f0301c1, 0x7f0301c2, 0x7f0301cb, 0x7f0301cd, 0x7f0301d9, 0x7f0301db, 0x7f0301dc, 0x7f0301dd, 0x7f0301f7, 0x7f0301f8, 0x7f0301f9, 0x7f0301fa, 0x7f03020e, 0x7f03020f, 0x7f03022c, 0x7f030253, 0x7f030255, 0x7f030256, 0x7f030257, 0x7f030259, 0x7f03025a, 0x7f03025b, 0x7f03025c, 0x7f03025f, 0x7f030260, 0x7f03027c, 0x7f03027d, 0x7f03027e, 0x7f03027f, 0x7f030288, 0x7f03028a, 0x7f03028b, 0x7f03028c, 0x7f03028d, 0x7f03028e, 0x7f03028f, 0x7f030290, 0x7f030291, 0x7f030292, 0x7f030293 } -int styleable AppCompatTheme_android_windowIsFloating 0 -int styleable AppCompatTheme_android_windowAnimationStyle 1 -int styleable AppCompatTheme_actionBarDivider 2 -int styleable AppCompatTheme_actionBarItemBackground 3 -int styleable AppCompatTheme_actionBarPopupTheme 4 -int styleable AppCompatTheme_actionBarSize 5 -int styleable AppCompatTheme_actionBarSplitStyle 6 -int styleable AppCompatTheme_actionBarStyle 7 -int styleable AppCompatTheme_actionBarTabBarStyle 8 -int styleable AppCompatTheme_actionBarTabStyle 9 -int styleable AppCompatTheme_actionBarTabTextStyle 10 -int styleable AppCompatTheme_actionBarTheme 11 -int styleable AppCompatTheme_actionBarWidgetTheme 12 -int styleable AppCompatTheme_actionButtonStyle 13 -int styleable AppCompatTheme_actionDropDownStyle 14 -int styleable AppCompatTheme_actionMenuTextAppearance 15 -int styleable AppCompatTheme_actionMenuTextColor 16 -int styleable AppCompatTheme_actionModeBackground 17 -int styleable AppCompatTheme_actionModeCloseButtonStyle 18 -int styleable AppCompatTheme_actionModeCloseContentDescription 19 -int styleable AppCompatTheme_actionModeCloseDrawable 20 -int styleable AppCompatTheme_actionModeCopyDrawable 21 -int styleable AppCompatTheme_actionModeCutDrawable 22 -int styleable AppCompatTheme_actionModeFindDrawable 23 -int styleable AppCompatTheme_actionModePasteDrawable 24 -int styleable AppCompatTheme_actionModePopupWindowStyle 25 -int styleable AppCompatTheme_actionModeSelectAllDrawable 26 -int styleable AppCompatTheme_actionModeShareDrawable 27 -int styleable AppCompatTheme_actionModeSplitBackground 28 -int styleable AppCompatTheme_actionModeStyle 29 -int styleable AppCompatTheme_actionModeTheme 30 -int styleable AppCompatTheme_actionModeWebSearchDrawable 31 -int styleable AppCompatTheme_actionOverflowButtonStyle 32 -int styleable AppCompatTheme_actionOverflowMenuStyle 33 -int styleable AppCompatTheme_activityChooserViewStyle 34 -int styleable AppCompatTheme_alertDialogButtonGroupStyle 35 -int styleable AppCompatTheme_alertDialogCenterButtons 36 -int styleable AppCompatTheme_alertDialogStyle 37 -int styleable AppCompatTheme_alertDialogTheme 38 -int styleable AppCompatTheme_autoCompleteTextViewStyle 39 -int styleable AppCompatTheme_borderlessButtonStyle 40 -int styleable AppCompatTheme_buttonBarButtonStyle 41 -int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42 -int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43 -int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44 -int styleable AppCompatTheme_buttonBarStyle 45 -int styleable AppCompatTheme_buttonStyle 46 -int styleable AppCompatTheme_buttonStyleSmall 47 -int styleable AppCompatTheme_checkboxStyle 48 -int styleable AppCompatTheme_checkedTextViewStyle 49 -int styleable AppCompatTheme_colorAccent 50 -int styleable AppCompatTheme_colorBackgroundFloating 51 -int styleable AppCompatTheme_colorButtonNormal 52 -int styleable AppCompatTheme_colorControlActivated 53 -int styleable AppCompatTheme_colorControlHighlight 54 -int styleable AppCompatTheme_colorControlNormal 55 -int styleable AppCompatTheme_colorError 56 -int styleable AppCompatTheme_colorPrimary 57 -int styleable AppCompatTheme_colorPrimaryDark 58 -int styleable AppCompatTheme_colorSwitchThumbNormal 59 -int styleable AppCompatTheme_controlBackground 60 -int styleable AppCompatTheme_dialogCornerRadius 61 -int styleable AppCompatTheme_dialogPreferredPadding 62 -int styleable AppCompatTheme_dialogTheme 63 -int styleable AppCompatTheme_dividerHorizontal 64 -int styleable AppCompatTheme_dividerVertical 65 -int styleable AppCompatTheme_dropDownListViewStyle 66 -int styleable AppCompatTheme_dropdownListPreferredItemHeight 67 -int styleable AppCompatTheme_editTextBackground 68 -int styleable AppCompatTheme_editTextColor 69 -int styleable AppCompatTheme_editTextStyle 70 -int styleable AppCompatTheme_homeAsUpIndicator 71 -int styleable AppCompatTheme_imageButtonStyle 72 -int styleable AppCompatTheme_listChoiceBackgroundIndicator 73 -int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74 -int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75 -int styleable AppCompatTheme_listDividerAlertDialog 76 -int styleable AppCompatTheme_listMenuViewStyle 77 -int styleable AppCompatTheme_listPopupWindowStyle 78 -int styleable AppCompatTheme_listPreferredItemHeight 79 -int styleable AppCompatTheme_listPreferredItemHeightLarge 80 -int styleable AppCompatTheme_listPreferredItemHeightSmall 81 -int styleable AppCompatTheme_listPreferredItemPaddingEnd 82 -int styleable AppCompatTheme_listPreferredItemPaddingLeft 83 -int styleable AppCompatTheme_listPreferredItemPaddingRight 84 -int styleable AppCompatTheme_listPreferredItemPaddingStart 85 -int styleable AppCompatTheme_panelBackground 86 -int styleable AppCompatTheme_panelMenuListTheme 87 -int styleable AppCompatTheme_panelMenuListWidth 88 -int styleable AppCompatTheme_popupMenuStyle 89 -int styleable AppCompatTheme_popupWindowStyle 90 -int styleable AppCompatTheme_radioButtonStyle 91 -int styleable AppCompatTheme_ratingBarStyle 92 -int styleable AppCompatTheme_ratingBarStyleIndicator 93 -int styleable AppCompatTheme_ratingBarStyleSmall 94 -int styleable AppCompatTheme_searchViewStyle 95 -int styleable AppCompatTheme_seekBarStyle 96 -int styleable AppCompatTheme_selectableItemBackground 97 -int styleable AppCompatTheme_selectableItemBackgroundBorderless 98 -int styleable AppCompatTheme_spinnerDropDownItemStyle 99 -int styleable AppCompatTheme_spinnerStyle 100 -int styleable AppCompatTheme_switchStyle 101 -int styleable AppCompatTheme_textAppearanceLargePopupMenu 102 -int styleable AppCompatTheme_textAppearanceListItem 103 -int styleable AppCompatTheme_textAppearanceListItemSecondary 104 -int styleable AppCompatTheme_textAppearanceListItemSmall 105 -int styleable AppCompatTheme_textAppearancePopupMenuHeader 106 -int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107 -int styleable AppCompatTheme_textAppearanceSearchResultTitle 108 -int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109 -int styleable AppCompatTheme_textColorAlertDialogListItem 110 -int styleable AppCompatTheme_textColorSearchUrl 111 -int styleable AppCompatTheme_toolbarNavigationButtonStyle 112 -int styleable AppCompatTheme_toolbarStyle 113 -int styleable AppCompatTheme_tooltipForegroundColor 114 -int styleable AppCompatTheme_tooltipFrameBackground 115 -int styleable AppCompatTheme_viewInflaterClass 116 -int styleable AppCompatTheme_windowActionBar 117 -int styleable AppCompatTheme_windowActionBarOverlay 118 -int styleable AppCompatTheme_windowActionModeOverlay 119 -int styleable AppCompatTheme_windowFixedHeightMajor 120 -int styleable AppCompatTheme_windowFixedHeightMinor 121 -int styleable AppCompatTheme_windowFixedWidthMajor 122 -int styleable AppCompatTheme_windowFixedWidthMinor 123 -int styleable AppCompatTheme_windowMinWidthMajor 124 -int styleable AppCompatTheme_windowMinWidthMinor 125 -int styleable AppCompatTheme_windowNoTitle 126 -int[] styleable Autofill_InlineSuggestion { 0x7f030039, 0x7f03003a, 0x7f03003b, 0x7f03003c, 0x7f03003d, 0x7f030158 } -int styleable Autofill_InlineSuggestion_autofillInlineSuggestionChip 0 -int styleable Autofill_InlineSuggestion_autofillInlineSuggestionEndIconStyle 1 -int styleable Autofill_InlineSuggestion_autofillInlineSuggestionStartIconStyle 2 -int styleable Autofill_InlineSuggestion_autofillInlineSuggestionSubtitle 3 -int styleable Autofill_InlineSuggestion_autofillInlineSuggestionTitle 4 -int styleable Autofill_InlineSuggestion_isAutofillInlineSuggestionTheme 5 -int[] styleable Badge { 0x7f03003f, 0x7f03004a, 0x7f03004c, 0x7f0301ad, 0x7f0301b8 } -int styleable Badge_backgroundColor 0 -int styleable Badge_badgeGravity 1 -int styleable Badge_badgeTextColor 2 -int styleable Badge_maxCharacterCount 3 -int styleable Badge_number 4 -int[] styleable BottomAppBar { 0x7f030048, 0x7f0300fc, 0x7f030119, 0x7f03011a, 0x7f03011b, 0x7f03011c, 0x7f03011d, 0x7f030141 } -int styleable BottomAppBar_backgroundTint 0 -int styleable BottomAppBar_elevation 1 -int styleable BottomAppBar_fabAlignmentMode 2 -int styleable BottomAppBar_fabAnimationMode 3 -int styleable BottomAppBar_fabCradleMargin 4 -int styleable BottomAppBar_fabCradleRoundedCornerRadius 5 -int styleable BottomAppBar_fabCradleVerticalOffset 6 -int styleable BottomAppBar_hideOnScroll 7 -int[] styleable BottomNavigationView { 0x7f030048, 0x7f0300fc, 0x7f03015b, 0x7f03015e, 0x7f030160, 0x7f030161, 0x7f030164, 0x7f030170, 0x7f030171, 0x7f030172, 0x7f030174, 0x7f0301b0 } -int styleable BottomNavigationView_backgroundTint 0 -int styleable BottomNavigationView_elevation 1 -int styleable BottomNavigationView_itemBackground 2 -int styleable BottomNavigationView_itemHorizontalTranslationEnabled 3 -int styleable BottomNavigationView_itemIconSize 4 -int styleable BottomNavigationView_itemIconTint 5 -int styleable BottomNavigationView_itemRippleColor 6 -int styleable BottomNavigationView_itemTextAppearanceActive 7 -int styleable BottomNavigationView_itemTextAppearanceInactive 8 -int styleable BottomNavigationView_itemTextColor 9 -int styleable BottomNavigationView_labelVisibilityMode 10 -int styleable BottomNavigationView_menu 11 -int[] styleable BottomSheetBehavior_Layout { 0x01010440, 0x7f030048, 0x7f030050, 0x7f030051, 0x7f030052, 0x7f030053, 0x7f030055, 0x7f030056, 0x7f030057, 0x7f0301fb, 0x7f0301fe } -int styleable BottomSheetBehavior_Layout_android_elevation 0 -int styleable BottomSheetBehavior_Layout_backgroundTint 1 -int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 2 -int styleable BottomSheetBehavior_Layout_behavior_fitToContents 3 -int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 4 -int styleable BottomSheetBehavior_Layout_behavior_hideable 5 -int styleable BottomSheetBehavior_Layout_behavior_peekHeight 6 -int styleable BottomSheetBehavior_Layout_behavior_saveFlags 7 -int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 8 -int styleable BottomSheetBehavior_Layout_shapeAppearance 9 -int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 10 -int[] styleable ButtonBarLayout { 0x7f03002c } -int styleable ButtonBarLayout_allowStacking 0 -int[] styleable Capability { 0x7f0301d8, 0x7f030200 } -int styleable Capability_queryPatterns 0 -int styleable Capability_shortcutMatchRequired 1 -int[] styleable CardView { 0x0101013f, 0x01010140, 0x7f030076, 0x7f030077, 0x7f030078, 0x7f03007a, 0x7f03007b, 0x7f03007c, 0x7f0300c6, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca } -int styleable CardView_android_minWidth 0 -int styleable CardView_android_minHeight 1 -int styleable CardView_cardBackgroundColor 2 -int styleable CardView_cardCornerRadius 3 -int styleable CardView_cardElevation 4 -int styleable CardView_cardMaxElevation 5 -int styleable CardView_cardPreventCornerOverlap 6 -int styleable CardView_cardUseCompatPadding 7 -int styleable CardView_contentPadding 8 -int styleable CardView_contentPaddingBottom 9 -int styleable CardView_contentPaddingLeft 10 -int styleable CardView_contentPaddingRight 11 -int styleable CardView_contentPaddingTop 12 -int[] styleable Chip { 0x01010034, 0x01010098, 0x010100ab, 0x0101011f, 0x0101014f, 0x010101e5, 0x7f030081, 0x7f030082, 0x7f030084, 0x7f030086, 0x7f030087, 0x7f030088, 0x7f03008a, 0x7f03008b, 0x7f03008c, 0x7f03008d, 0x7f03008e, 0x7f03008f, 0x7f030090, 0x7f030095, 0x7f030096, 0x7f030097, 0x7f030099, 0x7f03009b, 0x7f03009c, 0x7f03009d, 0x7f03009e, 0x7f03009f, 0x7f0300a0, 0x7f0300a1, 0x7f030107, 0x7f03013f, 0x7f03014a, 0x7f03014e, 0x7f0301e2, 0x7f0301fb, 0x7f0301fe, 0x7f030203, 0x7f030261, 0x7f030264 } -int styleable Chip_android_textAppearance 0 -int styleable Chip_android_textColor 1 -int styleable Chip_android_ellipsize 2 -int styleable Chip_android_maxWidth 3 -int styleable Chip_android_text 4 -int styleable Chip_android_checkable 5 -int styleable Chip_checkedIcon 6 -int styleable Chip_checkedIconEnabled 7 -int styleable Chip_checkedIconVisible 8 -int styleable Chip_chipBackgroundColor 9 -int styleable Chip_chipCornerRadius 10 -int styleable Chip_chipEndPadding 11 -int styleable Chip_chipIcon 12 -int styleable Chip_chipIconEnabled 13 -int styleable Chip_chipIconSize 14 -int styleable Chip_chipIconTint 15 -int styleable Chip_chipIconVisible 16 -int styleable Chip_chipMinHeight 17 -int styleable Chip_chipMinTouchTargetSize 18 -int styleable Chip_chipStartPadding 19 -int styleable Chip_chipStrokeColor 20 -int styleable Chip_chipStrokeWidth 21 -int styleable Chip_chipSurfaceColor 22 -int styleable Chip_closeIcon 23 -int styleable Chip_closeIconEnabled 24 -int styleable Chip_closeIconEndPadding 25 -int styleable Chip_closeIconSize 26 -int styleable Chip_closeIconStartPadding 27 -int styleable Chip_closeIconTint 28 -int styleable Chip_closeIconVisible 29 -int styleable Chip_ensureMinTouchTargetSize 30 -int styleable Chip_hideMotionSpec 31 -int styleable Chip_iconEndPadding 32 -int styleable Chip_iconStartPadding 33 -int styleable Chip_rippleColor 34 -int styleable Chip_shapeAppearance 35 -int styleable Chip_shapeAppearanceOverlay 36 -int styleable Chip_showMotionSpec 37 -int styleable Chip_textEndPadding 38 -int styleable Chip_textStartPadding 39 -int[] styleable ChipGroup { 0x7f030080, 0x7f030091, 0x7f030092, 0x7f030093, 0x7f030208, 0x7f030209 } -int styleable ChipGroup_checkedChip 0 -int styleable ChipGroup_chipSpacing 1 -int styleable ChipGroup_chipSpacingHorizontal 2 -int styleable ChipGroup_chipSpacingVertical 3 -int styleable ChipGroup_singleLine 4 -int styleable ChipGroup_singleSelection 5 -int[] styleable CollapsingToolbarLayout { 0x7f0300a5, 0x7f0300a6, 0x7f0300cb, 0x7f030110, 0x7f030111, 0x7f030112, 0x7f030113, 0x7f030114, 0x7f030115, 0x7f030116, 0x7f0301f2, 0x7f0301f4, 0x7f030220, 0x7f030270, 0x7f030271, 0x7f03027b } -int styleable CollapsingToolbarLayout_collapsedTitleGravity 0 -int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1 -int styleable CollapsingToolbarLayout_contentScrim 2 -int styleable CollapsingToolbarLayout_expandedTitleGravity 3 -int styleable CollapsingToolbarLayout_expandedTitleMargin 4 -int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5 -int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6 -int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7 -int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8 -int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9 -int styleable CollapsingToolbarLayout_scrimAnimationDuration 10 -int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 11 -int styleable CollapsingToolbarLayout_statusBarScrim 12 -int styleable CollapsingToolbarLayout_title 13 -int styleable CollapsingToolbarLayout_titleEnabled 14 -int styleable CollapsingToolbarLayout_toolbarId 15 -int[] styleable CollapsingToolbarLayout_Layout { 0x7f03017b, 0x7f03017c } -int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0 -int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1 -int[] styleable ColorStateListItem { 0x010101a5, 0x0101031f, 0x7f03002d } -int styleable ColorStateListItem_android_color 0 -int styleable ColorStateListItem_android_alpha 1 -int styleable ColorStateListItem_alpha 2 -int[] styleable CompoundButton { 0x01010107, 0x7f03006d, 0x7f030074, 0x7f030075 } -int styleable CompoundButton_android_button 0 -int styleable CompoundButton_buttonCompat 1 -int styleable CompoundButton_buttonTint 2 -int styleable CompoundButton_buttonTintMode 3 -int[] styleable CoordinatorLayout { 0x7f030173, 0x7f03021e } -int styleable CoordinatorLayout_keylines 0 -int styleable CoordinatorLayout_statusBarBackground 1 -int[] styleable CoordinatorLayout_Layout { 0x010100b3, 0x7f030178, 0x7f030179, 0x7f03017a, 0x7f03017d, 0x7f03017e, 0x7f03017f } -int styleable CoordinatorLayout_Layout_android_layout_gravity 0 -int styleable CoordinatorLayout_Layout_layout_anchor 1 -int styleable CoordinatorLayout_Layout_layout_anchorGravity 2 -int styleable CoordinatorLayout_Layout_layout_behavior 3 -int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4 -int styleable CoordinatorLayout_Layout_layout_insetEdge 5 -int styleable CoordinatorLayout_Layout_layout_keyline 6 -int[] styleable DrawerArrowToggle { 0x7f030031, 0x7f030032, 0x7f03004d, 0x7f0300a7, 0x7f0300f1, 0x7f030137, 0x7f03020d, 0x7f030267 } -int styleable DrawerArrowToggle_arrowHeadLength 0 -int styleable DrawerArrowToggle_arrowShaftLength 1 -int styleable DrawerArrowToggle_barLength 2 -int styleable DrawerArrowToggle_color 3 -int styleable DrawerArrowToggle_drawableSize 4 -int styleable DrawerArrowToggle_gapBetweenBars 5 -int styleable DrawerArrowToggle_spinBars 6 -int styleable DrawerArrowToggle_thickness 7 -int[] styleable ExtendedFloatingActionButton { 0x7f0300fc, 0x7f030117, 0x7f03013f, 0x7f030203, 0x7f030206 } -int styleable ExtendedFloatingActionButton_elevation 0 -int styleable ExtendedFloatingActionButton_extendMotionSpec 1 -int styleable ExtendedFloatingActionButton_hideMotionSpec 2 -int styleable ExtendedFloatingActionButton_showMotionSpec 3 -int styleable ExtendedFloatingActionButton_shrinkMotionSpec 4 -int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x7f03004e, 0x7f03004f } -int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0 -int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1 -int[] styleable FloatingActionButton { 0x7f030048, 0x7f030049, 0x7f030058, 0x7f0300fc, 0x7f030107, 0x7f03011e, 0x7f03011f, 0x7f03013f, 0x7f030148, 0x7f0301ae, 0x7f0301d0, 0x7f0301e2, 0x7f0301fb, 0x7f0301fe, 0x7f030203, 0x7f030285 } -int styleable FloatingActionButton_backgroundTint 0 -int styleable FloatingActionButton_backgroundTintMode 1 -int styleable FloatingActionButton_borderWidth 2 -int styleable FloatingActionButton_elevation 3 -int styleable FloatingActionButton_ensureMinTouchTargetSize 4 -int styleable FloatingActionButton_fabCustomSize 5 -int styleable FloatingActionButton_fabSize 6 -int styleable FloatingActionButton_hideMotionSpec 7 -int styleable FloatingActionButton_hoveredFocusedTranslationZ 8 -int styleable FloatingActionButton_maxImageSize 9 -int styleable FloatingActionButton_pressedTranslationZ 10 -int styleable FloatingActionButton_rippleColor 11 -int styleable FloatingActionButton_shapeAppearance 12 -int styleable FloatingActionButton_shapeAppearanceOverlay 13 -int styleable FloatingActionButton_showMotionSpec 14 -int styleable FloatingActionButton_useCompatPadding 15 -int[] styleable FloatingActionButton_Behavior_Layout { 0x7f03004e } -int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0 -int[] styleable FlowLayout { 0x7f03016c, 0x7f030185 } -int styleable FlowLayout_itemSpacing 0 -int styleable FlowLayout_lineSpacing 1 -int[] styleable FontFamily { 0x7f03012c, 0x7f03012d, 0x7f03012e, 0x7f03012f, 0x7f030130, 0x7f030131, 0x7f030132 } -int styleable FontFamily_fontProviderAuthority 0 -int styleable FontFamily_fontProviderCerts 1 -int styleable FontFamily_fontProviderFetchStrategy 2 -int styleable FontFamily_fontProviderFetchTimeout 3 -int styleable FontFamily_fontProviderPackage 4 -int styleable FontFamily_fontProviderQuery 5 -int styleable FontFamily_fontProviderSystemFontFamily 6 -int[] styleable FontFamilyFont { 0x01010532, 0x01010533, 0x0101053f, 0x0101056f, 0x01010570, 0x7f03012a, 0x7f030133, 0x7f030134, 0x7f030135, 0x7f030284 } -int styleable FontFamilyFont_android_font 0 -int styleable FontFamilyFont_android_fontWeight 1 -int styleable FontFamilyFont_android_fontStyle 2 -int styleable FontFamilyFont_android_ttcIndex 3 -int styleable FontFamilyFont_android_fontVariationSettings 4 -int styleable FontFamilyFont_font 5 -int styleable FontFamilyFont_fontStyle 6 -int styleable FontFamilyFont_fontVariationSettings 7 -int styleable FontFamilyFont_fontWeight 8 -int styleable FontFamilyFont_ttcIndex 9 -int[] styleable ForegroundLinearLayout { 0x01010109, 0x01010200, 0x7f030136 } -int styleable ForegroundLinearLayout_android_foreground 0 -int styleable ForegroundLinearLayout_android_foregroundGravity 1 -int styleable ForegroundLinearLayout_foregroundInsidePadding 2 -int[] styleable Fragment { 0x01010003, 0x010100d0, 0x010100d1 } -int styleable Fragment_android_name 0 -int styleable Fragment_android_id 1 -int styleable Fragment_android_tag 2 -int[] styleable FragmentContainerView { 0x01010003, 0x010100d1 } -int styleable FragmentContainerView_android_name 0 -int styleable FragmentContainerView_android_tag 1 -int[] styleable GenericDraweeHierarchy { 0x7f030026, 0x7f030040, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f0301bb, 0x7f0301c8, 0x7f0301c9, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301df, 0x7f0301e0, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f030287 } -int styleable GenericDraweeHierarchy_actualImageScaleType 0 -int styleable GenericDraweeHierarchy_backgroundImage 1 -int styleable GenericDraweeHierarchy_fadeDuration 2 -int styleable GenericDraweeHierarchy_failureImage 3 -int styleable GenericDraweeHierarchy_failureImageScaleType 4 -int styleable GenericDraweeHierarchy_overlayImage 5 -int styleable GenericDraweeHierarchy_placeholderImage 6 -int styleable GenericDraweeHierarchy_placeholderImageScaleType 7 -int styleable GenericDraweeHierarchy_pressedStateOverlayImage 8 -int styleable GenericDraweeHierarchy_progressBarAutoRotateInterval 9 -int styleable GenericDraweeHierarchy_progressBarImage 10 -int styleable GenericDraweeHierarchy_progressBarImageScaleType 11 -int styleable GenericDraweeHierarchy_retryImage 12 -int styleable GenericDraweeHierarchy_retryImageScaleType 13 -int styleable GenericDraweeHierarchy_roundAsCircle 14 -int styleable GenericDraweeHierarchy_roundBottomEnd 15 -int styleable GenericDraweeHierarchy_roundBottomLeft 16 -int styleable GenericDraweeHierarchy_roundBottomRight 17 -int styleable GenericDraweeHierarchy_roundBottomStart 18 -int styleable GenericDraweeHierarchy_roundTopEnd 19 -int styleable GenericDraweeHierarchy_roundTopLeft 20 -int styleable GenericDraweeHierarchy_roundTopRight 21 -int styleable GenericDraweeHierarchy_roundTopStart 22 -int styleable GenericDraweeHierarchy_roundWithOverlayColor 23 -int styleable GenericDraweeHierarchy_roundedCornerRadius 24 -int styleable GenericDraweeHierarchy_roundingBorderColor 25 -int styleable GenericDraweeHierarchy_roundingBorderPadding 26 -int styleable GenericDraweeHierarchy_roundingBorderWidth 27 -int styleable GenericDraweeHierarchy_viewAspectRatio 28 -int[] styleable GradientColor { 0x0101019d, 0x0101019e, 0x010101a1, 0x010101a2, 0x010101a3, 0x010101a4, 0x01010201, 0x0101020b, 0x01010510, 0x01010511, 0x01010512, 0x01010513 } -int styleable GradientColor_android_startColor 0 -int styleable GradientColor_android_endColor 1 -int styleable GradientColor_android_type 2 -int styleable GradientColor_android_centerX 3 -int styleable GradientColor_android_centerY 4 -int styleable GradientColor_android_gradientRadius 5 -int styleable GradientColor_android_tileMode 6 -int styleable GradientColor_android_centerColor 7 -int styleable GradientColor_android_startX 8 -int styleable GradientColor_android_startY 9 -int styleable GradientColor_android_endX 10 -int styleable GradientColor_android_endY 11 -int[] styleable GradientColorItem { 0x010101a5, 0x01010514 } -int styleable GradientColorItem_android_color 0 -int styleable GradientColorItem_android_offset 1 -int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f0300e9, 0x7f0300eb, 0x7f0301af, 0x7f030202 } -int styleable LinearLayoutCompat_android_gravity 0 -int styleable LinearLayoutCompat_android_orientation 1 -int styleable LinearLayoutCompat_android_baselineAligned 2 -int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 -int styleable LinearLayoutCompat_android_weightSum 4 -int styleable LinearLayoutCompat_divider 5 -int styleable LinearLayoutCompat_dividerPadding 6 -int styleable LinearLayoutCompat_measureWithLargestChild 7 -int styleable LinearLayoutCompat_showDividers 8 -int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } -int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 -int styleable LinearLayoutCompat_Layout_android_layout_width 1 -int styleable LinearLayoutCompat_Layout_android_layout_height 2 -int styleable LinearLayoutCompat_Layout_android_layout_weight 3 -int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } -int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 -int styleable ListPopupWindow_android_dropDownVerticalOffset 1 -int[] styleable LoadingImageView { 0x7f03009a, 0x7f030152, 0x7f030153 } -int styleable LoadingImageView_circleCrop 0 -int styleable LoadingImageView_imageAspectRatio 1 -int styleable LoadingImageView_imageAspectRatioAdjust 2 -int[] styleable MaterialAlertDialog { 0x7f030041, 0x7f030042, 0x7f030043, 0x7f030044 } -int styleable MaterialAlertDialog_backgroundInsetBottom 0 -int styleable MaterialAlertDialog_backgroundInsetEnd 1 -int styleable MaterialAlertDialog_backgroundInsetStart 2 -int styleable MaterialAlertDialog_backgroundInsetTop 3 -int[] styleable MaterialAlertDialogTheme { 0x7f030197, 0x7f030198, 0x7f030199, 0x7f03019a, 0x7f03019b } -int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0 -int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1 -int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2 -int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3 -int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4 -int[] styleable MaterialButton { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x010101e5, 0x7f030048, 0x7f030049, 0x7f0300d3, 0x7f0300fc, 0x7f030149, 0x7f03014b, 0x7f03014c, 0x7f03014d, 0x7f03014f, 0x7f030150, 0x7f0301e2, 0x7f0301fb, 0x7f0301fe, 0x7f030221, 0x7f030222 } -int styleable MaterialButton_android_insetLeft 0 -int styleable MaterialButton_android_insetRight 1 -int styleable MaterialButton_android_insetTop 2 -int styleable MaterialButton_android_insetBottom 3 -int styleable MaterialButton_android_checkable 4 -int styleable MaterialButton_backgroundTint 5 -int styleable MaterialButton_backgroundTintMode 6 -int styleable MaterialButton_cornerRadius 7 -int styleable MaterialButton_elevation 8 -int styleable MaterialButton_icon 9 -int styleable MaterialButton_iconGravity 10 -int styleable MaterialButton_iconPadding 11 -int styleable MaterialButton_iconSize 12 -int styleable MaterialButton_iconTint 13 -int styleable MaterialButton_iconTintMode 14 -int styleable MaterialButton_rippleColor 15 -int styleable MaterialButton_shapeAppearance 16 -int styleable MaterialButton_shapeAppearanceOverlay 17 -int styleable MaterialButton_strokeColor 18 -int styleable MaterialButton_strokeWidth 19 -int[] styleable MaterialButtonToggleGroup { 0x7f03007f, 0x7f030209 } -int styleable MaterialButtonToggleGroup_checkedButton 0 -int styleable MaterialButtonToggleGroup_singleSelection 1 -int[] styleable MaterialCalendar { 0x0101020d, 0x7f0300e0, 0x7f0300e1, 0x7f0300e2, 0x7f0300e3, 0x7f0301da, 0x7f030294, 0x7f030295, 0x7f030296 } -int styleable MaterialCalendar_android_windowFullscreen 0 -int styleable MaterialCalendar_dayInvalidStyle 1 -int styleable MaterialCalendar_daySelectedStyle 2 -int styleable MaterialCalendar_dayStyle 3 -int styleable MaterialCalendar_dayTodayStyle 4 -int styleable MaterialCalendar_rangeFillColor 5 -int styleable MaterialCalendar_yearSelectedStyle 6 -int styleable MaterialCalendar_yearStyle 7 -int styleable MaterialCalendar_yearTodayStyle 8 -int[] styleable MaterialCalendarItem { 0x010101b7, 0x010101b8, 0x010101b9, 0x010101ba, 0x7f03015c, 0x7f030165, 0x7f030166, 0x7f03016d, 0x7f03016e, 0x7f030172 } -int styleable MaterialCalendarItem_android_insetLeft 0 -int styleable MaterialCalendarItem_android_insetRight 1 -int styleable MaterialCalendarItem_android_insetTop 2 -int styleable MaterialCalendarItem_android_insetBottom 3 -int styleable MaterialCalendarItem_itemFillColor 4 -int styleable MaterialCalendarItem_itemShapeAppearance 5 -int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6 -int styleable MaterialCalendarItem_itemStrokeColor 7 -int styleable MaterialCalendarItem_itemStrokeWidth 8 -int styleable MaterialCalendarItem_itemTextColor 9 -int[] styleable MaterialCardView { 0x010101e5, 0x7f030079, 0x7f030081, 0x7f030083, 0x7f0301e2, 0x7f0301fb, 0x7f0301fe, 0x7f03021b, 0x7f030221, 0x7f030222 } -int styleable MaterialCardView_android_checkable 0 -int styleable MaterialCardView_cardForegroundColor 1 -int styleable MaterialCardView_checkedIcon 2 -int styleable MaterialCardView_checkedIconTint 3 -int styleable MaterialCardView_rippleColor 4 -int styleable MaterialCardView_shapeAppearance 5 -int styleable MaterialCardView_shapeAppearanceOverlay 6 -int styleable MaterialCardView_state_dragged 7 -int styleable MaterialCardView_strokeColor 8 -int styleable MaterialCardView_strokeWidth 9 -int[] styleable MaterialCheckBox { 0x7f030074, 0x7f030286 } -int styleable MaterialCheckBox_buttonTint 0 -int styleable MaterialCheckBox_useMaterialThemeColors 1 -int[] styleable MaterialRadioButton { 0x7f030286 } -int styleable MaterialRadioButton_useMaterialThemeColors 0 -int[] styleable MaterialShape { 0x7f0301fb, 0x7f0301fe } -int styleable MaterialShape_shapeAppearance 0 -int styleable MaterialShape_shapeAppearanceOverlay 1 -int[] styleable MaterialTextAppearance { 0x0101057f, 0x7f030184 } -int styleable MaterialTextAppearance_android_lineHeight 0 -int styleable MaterialTextAppearance_lineHeight 1 -int[] styleable MaterialTextView { 0x01010034, 0x0101057f, 0x7f030184 } -int styleable MaterialTextView_android_textAppearance 0 -int styleable MaterialTextView_android_lineHeight 1 -int styleable MaterialTextView_lineHeight 2 -int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } -int styleable MenuGroup_android_enabled 0 -int styleable MenuGroup_android_id 1 -int styleable MenuGroup_android_visible 2 -int styleable MenuGroup_android_menuCategory 3 -int styleable MenuGroup_android_orderInCategory 4 -int styleable MenuGroup_android_checkableBehavior 5 -int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f030021, 0x7f030023, 0x7f03002e, 0x7f0300bf, 0x7f03014f, 0x7f030150, 0x7f0301b9, 0x7f030201, 0x7f030280 } -int styleable MenuItem_android_icon 0 -int styleable MenuItem_android_enabled 1 -int styleable MenuItem_android_id 2 -int styleable MenuItem_android_checked 3 -int styleable MenuItem_android_visible 4 -int styleable MenuItem_android_menuCategory 5 -int styleable MenuItem_android_orderInCategory 6 -int styleable MenuItem_android_title 7 -int styleable MenuItem_android_titleCondensed 8 -int styleable MenuItem_android_alphabeticShortcut 9 -int styleable MenuItem_android_numericShortcut 10 -int styleable MenuItem_android_checkable 11 -int styleable MenuItem_android_onClick 12 -int styleable MenuItem_actionLayout 13 -int styleable MenuItem_actionProviderClass 14 -int styleable MenuItem_actionViewClass 15 -int styleable MenuItem_alphabeticModifiers 16 -int styleable MenuItem_contentDescription 17 -int styleable MenuItem_iconTint 18 -int styleable MenuItem_iconTintMode 19 -int styleable MenuItem_numericModifiers 20 -int styleable MenuItem_showAsAction 21 -int styleable MenuItem_tooltipText 22 -int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f0301ce, 0x7f030223 } -int styleable MenuView_android_windowAnimationStyle 0 -int styleable MenuView_android_itemTextAppearance 1 -int styleable MenuView_android_horizontalDivider 2 -int styleable MenuView_android_verticalDivider 3 -int styleable MenuView_android_headerBackground 4 -int styleable MenuView_android_itemBackground 5 -int styleable MenuView_android_itemIconDisabledAlpha 6 -int styleable MenuView_preserveIconSpacing 7 -int styleable MenuView_subMenuArrow 8 -int[] styleable NavigationView { 0x010100d4, 0x010100dd, 0x0101011f, 0x7f0300fc, 0x7f030139, 0x7f03015b, 0x7f03015d, 0x7f03015f, 0x7f030160, 0x7f030161, 0x7f030162, 0x7f030165, 0x7f030166, 0x7f030167, 0x7f030168, 0x7f030169, 0x7f03016a, 0x7f03016b, 0x7f03016f, 0x7f030172, 0x7f0301b0 } -int styleable NavigationView_android_background 0 -int styleable NavigationView_android_fitsSystemWindows 1 -int styleable NavigationView_android_maxWidth 2 -int styleable NavigationView_elevation 3 -int styleable NavigationView_headerLayout 4 -int styleable NavigationView_itemBackground 5 -int styleable NavigationView_itemHorizontalPadding 6 -int styleable NavigationView_itemIconPadding 7 -int styleable NavigationView_itemIconSize 8 -int styleable NavigationView_itemIconTint 9 -int styleable NavigationView_itemMaxLines 10 -int styleable NavigationView_itemShapeAppearance 11 -int styleable NavigationView_itemShapeAppearanceOverlay 12 -int styleable NavigationView_itemShapeFillColor 13 -int styleable NavigationView_itemShapeInsetBottom 14 -int styleable NavigationView_itemShapeInsetEnd 15 -int styleable NavigationView_itemShapeInsetStart 16 -int styleable NavigationView_itemShapeInsetTop 17 -int styleable NavigationView_itemTextAppearance 18 -int styleable NavigationView_itemTextColor 19 -int styleable NavigationView_menu 20 -int[] styleable PopupWindow { 0x01010176, 0x010102c9, 0x7f0301ba } -int styleable PopupWindow_android_popupBackground 0 -int styleable PopupWindow_android_popupAnimationStyle 1 -int styleable PopupWindow_overlapAnchor 2 -int[] styleable PopupWindowBackgroundState { 0x7f030218 } -int styleable PopupWindowBackgroundState_state_above_anchor 0 -int[] styleable RecycleListView { 0x7f0301bc, 0x7f0301bf } -int styleable RecycleListView_paddingBottomNoButtons 0 -int styleable RecycleListView_paddingTopNoTitle 1 -int[] styleable RecyclerView { 0x010100c4, 0x010100eb, 0x010100f1, 0x7f030123, 0x7f030124, 0x7f030125, 0x7f030126, 0x7f030127, 0x7f030177, 0x7f0301e1, 0x7f03020c, 0x7f030212 } -int styleable RecyclerView_android_orientation 0 -int styleable RecyclerView_android_clipToPadding 1 -int styleable RecyclerView_android_descendantFocusability 2 -int styleable RecyclerView_fastScrollEnabled 3 -int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4 -int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5 -int styleable RecyclerView_fastScrollVerticalThumbDrawable 6 -int styleable RecyclerView_fastScrollVerticalTrackDrawable 7 -int styleable RecyclerView_layoutManager 8 -int styleable RecyclerView_reverseLayout 9 -int styleable RecyclerView_spanCount 10 -int styleable RecyclerView_stackFromEnd 11 -int[] styleable ScrimInsetsFrameLayout { 0x7f030157 } -int styleable ScrimInsetsFrameLayout_insetForeground 0 -int[] styleable ScrollingViewBehavior_Layout { 0x7f030054 } -int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0 -int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f03009b, 0x7f0300be, 0x7f0300e4, 0x7f030138, 0x7f030151, 0x7f030176, 0x7f0301d6, 0x7f0301d7, 0x7f0301f5, 0x7f0301f6, 0x7f030224, 0x7f030229, 0x7f030289 } -int styleable SearchView_android_focusable 0 -int styleable SearchView_android_maxWidth 1 -int styleable SearchView_android_inputType 2 -int styleable SearchView_android_imeOptions 3 -int styleable SearchView_closeIcon 4 -int styleable SearchView_commitIcon 5 -int styleable SearchView_defaultQueryHint 6 -int styleable SearchView_goIcon 7 -int styleable SearchView_iconifiedByDefault 8 -int styleable SearchView_layout 9 -int styleable SearchView_queryBackground 10 -int styleable SearchView_queryHint 11 -int styleable SearchView_searchHintIcon 12 -int styleable SearchView_searchIcon 13 -int styleable SearchView_submitBackground 14 -int styleable SearchView_suggestionRowLayout 15 -int styleable SearchView_voiceIcon 16 -int[] styleable ShapeAppearance { 0x7f0300ce, 0x7f0300cf, 0x7f0300d0, 0x7f0300d1, 0x7f0300d2, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8 } -int styleable ShapeAppearance_cornerFamily 0 -int styleable ShapeAppearance_cornerFamilyBottomLeft 1 -int styleable ShapeAppearance_cornerFamilyBottomRight 2 -int styleable ShapeAppearance_cornerFamilyTopLeft 3 -int styleable ShapeAppearance_cornerFamilyTopRight 4 -int styleable ShapeAppearance_cornerSize 5 -int styleable ShapeAppearance_cornerSizeBottomLeft 6 -int styleable ShapeAppearance_cornerSizeBottomRight 7 -int styleable ShapeAppearance_cornerSizeTopLeft 8 -int styleable ShapeAppearance_cornerSizeTopRight 9 -int[] styleable SignInButton { 0x7f030071, 0x7f0300b9, 0x7f0301f1 } -int styleable SignInButton_buttonSize 0 -int styleable SignInButton_colorScheme 1 -int styleable SignInButton_scopeUris 2 -int[] styleable SimpleDraweeView { 0x7f030025, 0x7f030027, 0x7f030040, 0x7f030120, 0x7f030121, 0x7f030122, 0x7f0301bb, 0x7f0301c8, 0x7f0301c9, 0x7f0301cf, 0x7f0301d1, 0x7f0301d2, 0x7f0301d3, 0x7f0301df, 0x7f0301e0, 0x7f0301e3, 0x7f0301e4, 0x7f0301e5, 0x7f0301e6, 0x7f0301e7, 0x7f0301e8, 0x7f0301e9, 0x7f0301ea, 0x7f0301eb, 0x7f0301ec, 0x7f0301ed, 0x7f0301ee, 0x7f0301ef, 0x7f0301f0, 0x7f030287 } -int styleable SimpleDraweeView_actualImageResource 0 -int styleable SimpleDraweeView_actualImageUri 1 -int styleable SimpleDraweeView_backgroundImage 2 -int styleable SimpleDraweeView_fadeDuration 3 -int styleable SimpleDraweeView_failureImage 4 -int styleable SimpleDraweeView_failureImageScaleType 5 -int styleable SimpleDraweeView_overlayImage 6 -int styleable SimpleDraweeView_placeholderImage 7 -int styleable SimpleDraweeView_placeholderImageScaleType 8 -int styleable SimpleDraweeView_pressedStateOverlayImage 9 -int styleable SimpleDraweeView_progressBarAutoRotateInterval 10 -int styleable SimpleDraweeView_progressBarImage 11 -int styleable SimpleDraweeView_progressBarImageScaleType 12 -int styleable SimpleDraweeView_retryImage 13 -int styleable SimpleDraweeView_retryImageScaleType 14 -int styleable SimpleDraweeView_roundAsCircle 15 -int styleable SimpleDraweeView_roundBottomEnd 16 -int styleable SimpleDraweeView_roundBottomLeft 17 -int styleable SimpleDraweeView_roundBottomRight 18 -int styleable SimpleDraweeView_roundBottomStart 19 -int styleable SimpleDraweeView_roundTopEnd 20 -int styleable SimpleDraweeView_roundTopLeft 21 -int styleable SimpleDraweeView_roundTopRight 22 -int styleable SimpleDraweeView_roundTopStart 23 -int styleable SimpleDraweeView_roundWithOverlayColor 24 -int styleable SimpleDraweeView_roundedCornerRadius 25 -int styleable SimpleDraweeView_roundingBorderColor 26 -int styleable SimpleDraweeView_roundingBorderPadding 27 -int styleable SimpleDraweeView_roundingBorderWidth 28 -int styleable SimpleDraweeView_viewAspectRatio 29 -int[] styleable Snackbar { 0x7f03020a, 0x7f03020b } -int styleable Snackbar_snackbarButtonStyle 0 -int styleable Snackbar_snackbarStyle 1 -int[] styleable SnackbarLayout { 0x0101011f, 0x7f030022, 0x7f03002f, 0x7f030045, 0x7f0300fc, 0x7f0301ab } -int styleable SnackbarLayout_android_maxWidth 0 -int styleable SnackbarLayout_actionTextColorAlpha 1 -int styleable SnackbarLayout_animationMode 2 -int styleable SnackbarLayout_backgroundOverlayColorAlpha 3 -int styleable SnackbarLayout_elevation 4 -int styleable SnackbarLayout_maxActionInlineWidth 5 -int[] styleable Spinner { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f0301cc } -int styleable Spinner_android_entries 0 -int styleable Spinner_android_popupBackground 1 -int styleable Spinner_android_prompt 2 -int styleable Spinner_android_dropDownWidth 3 -int styleable Spinner_popupTheme 4 -int[] styleable StateListDrawable { 0x0101011c, 0x01010194, 0x01010195, 0x01010196, 0x0101030c, 0x0101030d } -int styleable StateListDrawable_android_dither 0 -int styleable StateListDrawable_android_visible 1 -int styleable StateListDrawable_android_variablePadding 2 -int styleable StateListDrawable_android_constantSize 3 -int styleable StateListDrawable_android_enterFadeDuration 4 -int styleable StateListDrawable_android_exitFadeDuration 5 -int[] styleable StateListDrawableItem { 0x01010199 } -int styleable StateListDrawableItem_android_drawable 0 -int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f030204, 0x7f030210, 0x7f03022a, 0x7f03022b, 0x7f03022d, 0x7f030268, 0x7f030269, 0x7f03026a, 0x7f030281, 0x7f030282, 0x7f030283 } -int styleable SwitchCompat_android_textOn 0 -int styleable SwitchCompat_android_textOff 1 -int styleable SwitchCompat_android_thumb 2 -int styleable SwitchCompat_showText 3 -int styleable SwitchCompat_splitTrack 4 -int styleable SwitchCompat_switchMinWidth 5 -int styleable SwitchCompat_switchPadding 6 -int styleable SwitchCompat_switchTextAppearance 7 -int styleable SwitchCompat_thumbTextPadding 8 -int styleable SwitchCompat_thumbTint 9 -int styleable SwitchCompat_thumbTintMode 10 -int styleable SwitchCompat_track 11 -int styleable SwitchCompat_trackTint 12 -int styleable SwitchCompat_trackTintMode 13 -int[] styleable SwitchMaterial { 0x7f030286 } -int styleable SwitchMaterial_useMaterialThemeColors 0 -int[] styleable TabItem { 0x01010002, 0x010100f2, 0x0101014f } -int styleable TabItem_android_icon 0 -int styleable TabItem_android_layout 1 -int styleable TabItem_android_text 2 -int[] styleable TabLayout { 0x7f03022e, 0x7f03022f, 0x7f030230, 0x7f030231, 0x7f030232, 0x7f030233, 0x7f030234, 0x7f030235, 0x7f030236, 0x7f030237, 0x7f030238, 0x7f030239, 0x7f03023a, 0x7f03023b, 0x7f03023c, 0x7f03023d, 0x7f03023e, 0x7f03023f, 0x7f030240, 0x7f030241, 0x7f030242, 0x7f030243, 0x7f030245, 0x7f030246, 0x7f030247 } -int styleable TabLayout_tabBackground 0 -int styleable TabLayout_tabContentStart 1 -int styleable TabLayout_tabGravity 2 -int styleable TabLayout_tabIconTint 3 -int styleable TabLayout_tabIconTintMode 4 -int styleable TabLayout_tabIndicator 5 -int styleable TabLayout_tabIndicatorAnimationDuration 6 -int styleable TabLayout_tabIndicatorColor 7 -int styleable TabLayout_tabIndicatorFullWidth 8 -int styleable TabLayout_tabIndicatorGravity 9 -int styleable TabLayout_tabIndicatorHeight 10 -int styleable TabLayout_tabInlineLabel 11 -int styleable TabLayout_tabMaxWidth 12 -int styleable TabLayout_tabMinWidth 13 -int styleable TabLayout_tabMode 14 -int styleable TabLayout_tabPadding 15 -int styleable TabLayout_tabPaddingBottom 16 -int styleable TabLayout_tabPaddingEnd 17 -int styleable TabLayout_tabPaddingStart 18 -int styleable TabLayout_tabPaddingTop 19 -int styleable TabLayout_tabRippleColor 20 -int styleable TabLayout_tabSelectedTextColor 21 -int styleable TabLayout_tabTextAppearance 22 -int styleable TabLayout_tabTextColor 23 -int styleable TabLayout_tabUnboundedRipple 24 -int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x0101009a, 0x0101009b, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x010103ac, 0x01010585, 0x7f03012b, 0x7f030134, 0x7f030248, 0x7f030263 } -int styleable TextAppearance_android_textSize 0 -int styleable TextAppearance_android_typeface 1 -int styleable TextAppearance_android_textStyle 2 -int styleable TextAppearance_android_textColor 3 -int styleable TextAppearance_android_textColorHint 4 -int styleable TextAppearance_android_textColorLink 5 -int styleable TextAppearance_android_shadowColor 6 -int styleable TextAppearance_android_shadowDx 7 -int styleable TextAppearance_android_shadowDy 8 -int styleable TextAppearance_android_shadowRadius 9 -int styleable TextAppearance_android_fontFamily 10 -int styleable TextAppearance_android_textFontWeight 11 -int styleable TextAppearance_fontFamily 12 -int styleable TextAppearance_fontVariationSettings 13 -int styleable TextAppearance_textAllCaps 14 -int styleable TextAppearance_textLocale 15 -int[] styleable TextInputLayout { 0x0101009a, 0x01010150, 0x7f03005e, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030064, 0x7f030065, 0x7f030066, 0x7f030067, 0x7f0300d9, 0x7f0300da, 0x7f0300db, 0x7f0300dc, 0x7f0300dd, 0x7f0300de, 0x7f0300ff, 0x7f030100, 0x7f030101, 0x7f030102, 0x7f030103, 0x7f030104, 0x7f030108, 0x7f030109, 0x7f03010a, 0x7f03010b, 0x7f03010c, 0x7f03010d, 0x7f03013b, 0x7f03013c, 0x7f03013d, 0x7f03013e, 0x7f030142, 0x7f030143, 0x7f030144, 0x7f030145, 0x7f0301c3, 0x7f0301c4, 0x7f0301c5, 0x7f0301c6, 0x7f0301c7, 0x7f0301fb, 0x7f0301fe, 0x7f030213, 0x7f030214, 0x7f030215, 0x7f030216, 0x7f030217 } -int styleable TextInputLayout_android_textColorHint 0 -int styleable TextInputLayout_android_hint 1 -int styleable TextInputLayout_boxBackgroundColor 2 -int styleable TextInputLayout_boxBackgroundMode 3 -int styleable TextInputLayout_boxCollapsedPaddingTop 4 -int styleable TextInputLayout_boxCornerRadiusBottomEnd 5 -int styleable TextInputLayout_boxCornerRadiusBottomStart 6 -int styleable TextInputLayout_boxCornerRadiusTopEnd 7 -int styleable TextInputLayout_boxCornerRadiusTopStart 8 -int styleable TextInputLayout_boxStrokeColor 9 -int styleable TextInputLayout_boxStrokeWidth 10 -int styleable TextInputLayout_boxStrokeWidthFocused 11 -int styleable TextInputLayout_counterEnabled 12 -int styleable TextInputLayout_counterMaxLength 13 -int styleable TextInputLayout_counterOverflowTextAppearance 14 -int styleable TextInputLayout_counterOverflowTextColor 15 -int styleable TextInputLayout_counterTextAppearance 16 -int styleable TextInputLayout_counterTextColor 17 -int styleable TextInputLayout_endIconCheckable 18 -int styleable TextInputLayout_endIconContentDescription 19 -int styleable TextInputLayout_endIconDrawable 20 -int styleable TextInputLayout_endIconMode 21 -int styleable TextInputLayout_endIconTint 22 -int styleable TextInputLayout_endIconTintMode 23 -int styleable TextInputLayout_errorEnabled 24 -int styleable TextInputLayout_errorIconDrawable 25 -int styleable TextInputLayout_errorIconTint 26 -int styleable TextInputLayout_errorIconTintMode 27 -int styleable TextInputLayout_errorTextAppearance 28 -int styleable TextInputLayout_errorTextColor 29 -int styleable TextInputLayout_helperText 30 -int styleable TextInputLayout_helperTextEnabled 31 -int styleable TextInputLayout_helperTextTextAppearance 32 -int styleable TextInputLayout_helperTextTextColor 33 -int styleable TextInputLayout_hintAnimationEnabled 34 -int styleable TextInputLayout_hintEnabled 35 -int styleable TextInputLayout_hintTextAppearance 36 -int styleable TextInputLayout_hintTextColor 37 -int styleable TextInputLayout_passwordToggleContentDescription 38 -int styleable TextInputLayout_passwordToggleDrawable 39 -int styleable TextInputLayout_passwordToggleEnabled 40 -int styleable TextInputLayout_passwordToggleTint 41 -int styleable TextInputLayout_passwordToggleTintMode 42 -int styleable TextInputLayout_shapeAppearance 43 -int styleable TextInputLayout_shapeAppearanceOverlay 44 -int styleable TextInputLayout_startIconCheckable 45 -int styleable TextInputLayout_startIconContentDescription 46 -int styleable TextInputLayout_startIconDrawable 47 -int styleable TextInputLayout_startIconTint 48 -int styleable TextInputLayout_startIconTintMode 49 -int[] styleable ThemeEnforcement { 0x01010034, 0x7f030105, 0x7f030106 } -int styleable ThemeEnforcement_android_textAppearance 0 -int styleable ThemeEnforcement_enforceMaterialTheme 1 -int styleable ThemeEnforcement_enforceTextAppearance 2 -int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f03006e, 0x7f0300a3, 0x7f0300a4, 0x7f0300c0, 0x7f0300c1, 0x7f0300c2, 0x7f0300c3, 0x7f0300c4, 0x7f0300c5, 0x7f030195, 0x7f030196, 0x7f0301ac, 0x7f0301b0, 0x7f0301b3, 0x7f0301b4, 0x7f0301cc, 0x7f030225, 0x7f030226, 0x7f030227, 0x7f030270, 0x7f030272, 0x7f030273, 0x7f030274, 0x7f030275, 0x7f030276, 0x7f030277, 0x7f030278, 0x7f030279 } -int styleable Toolbar_android_gravity 0 -int styleable Toolbar_android_minHeight 1 -int styleable Toolbar_buttonGravity 2 -int styleable Toolbar_collapseContentDescription 3 -int styleable Toolbar_collapseIcon 4 -int styleable Toolbar_contentInsetEnd 5 -int styleable Toolbar_contentInsetEndWithActions 6 -int styleable Toolbar_contentInsetLeft 7 -int styleable Toolbar_contentInsetRight 8 -int styleable Toolbar_contentInsetStart 9 -int styleable Toolbar_contentInsetStartWithNavigation 10 -int styleable Toolbar_logo 11 -int styleable Toolbar_logoDescription 12 -int styleable Toolbar_maxButtonHeight 13 -int styleable Toolbar_menu 14 -int styleable Toolbar_navigationContentDescription 15 -int styleable Toolbar_navigationIcon 16 -int styleable Toolbar_popupTheme 17 -int styleable Toolbar_subtitle 18 -int styleable Toolbar_subtitleTextAppearance 19 -int styleable Toolbar_subtitleTextColor 20 -int styleable Toolbar_title 21 -int styleable Toolbar_titleMargin 22 -int styleable Toolbar_titleMarginBottom 23 -int styleable Toolbar_titleMarginEnd 24 -int styleable Toolbar_titleMarginStart 25 -int styleable Toolbar_titleMarginTop 26 -int styleable Toolbar_titleMargins 27 -int styleable Toolbar_titleTextAppearance 28 -int styleable Toolbar_titleTextColor 29 -int[] styleable View { 0x01010000, 0x010100da, 0x7f0301bd, 0x7f0301be, 0x7f030265 } -int styleable View_android_theme 0 -int styleable View_android_focusable 1 -int styleable View_paddingEnd 2 -int styleable View_paddingStart 3 -int styleable View_theme 4 -int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f030048, 0x7f030049 } -int styleable ViewBackgroundHelper_android_background 0 -int styleable ViewBackgroundHelper_backgroundTint 1 -int styleable ViewBackgroundHelper_backgroundTintMode 2 -int[] styleable ViewPager2 { 0x010100c4 } -int styleable ViewPager2_android_orientation 0 -int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } -int styleable ViewStubCompat_android_id 0 -int styleable ViewStubCompat_android_layout 1 -int styleable ViewStubCompat_android_inflatedId 2 -int xml rn_dev_preferences 0x7f120000 -int xml standalone_badge 0x7f120001 -int xml standalone_badge_gravity_bottom_end 0x7f120002 -int xml standalone_badge_gravity_bottom_start 0x7f120003 -int xml standalone_badge_gravity_top_start 0x7f120004 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json deleted file mode 100644 index bb4deaa..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json +++ /dev/null @@ -1 +0,0 @@ -{"enableV1Signing":true,"enableV2Signing":true,"enableV3Signing":false,"enableV4Signing":false} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/source_set_path_map/debug/file-map.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/source_set_path_map/debug/file-map.txt deleted file mode 100644 index 1855598..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/source_set_path_map/debug/file-map.txt +++ /dev/null @@ -1,40 +0,0 @@ -com.juspayintegrationexamplern.app-material-1.1.0-0 /Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/res -com.juspayintegrationexamplern.app-jetified-core-ktx-1.5.0-1 /Users/arbindakumarprasad/.gradle/caches/transforms-3/29b51d58d842896ea2aed3198e18973a/transformed/jetified-core-ktx-1.5.0/res -com.juspayintegrationexamplern.app-jetified-autofill-1.1.0-2 /Users/arbindakumarprasad/.gradle/caches/transforms-3/2d201a478871fdc2721fe6377af59e92/transformed/jetified-autofill-1.1.0/res -com.juspayintegrationexamplern.app-jetified-hypersdk-2.1.12-3 /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/res -com.juspayintegrationexamplern.app-jetified-play-services-basement-17.1.0-4 /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/res -com.juspayintegrationexamplern.app-jetified-react-native-0.68.0-5 /Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/res -com.juspayintegrationexamplern.app-fragment-1.3.4-6 /Users/arbindakumarprasad/.gradle/caches/transforms-3/67f79f5b0e7f197a0539e893d71b1fb0/transformed/fragment-1.3.4/res -com.juspayintegrationexamplern.app-jetified-savedstate-1.1.0-7 /Users/arbindakumarprasad/.gradle/caches/transforms-3/696a5dc3d4d3c3825af561a2a9e108ac/transformed/jetified-savedstate-1.1.0/res -com.juspayintegrationexamplern.app-jetified-hyperapayupi-2.1.12-8 /Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/res -com.juspayintegrationexamplern.app-jetified-play-services-base-17.1.0-9 /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/res -com.juspayintegrationexamplern.app-coordinatorlayout-1.1.0-10 /Users/arbindakumarprasad/.gradle/caches/transforms-3/7c242163f08c077b2a20a9af1a9b11ec/transformed/coordinatorlayout-1.1.0/res -com.juspayintegrationexamplern.app-recyclerview-1.1.0-11 /Users/arbindakumarprasad/.gradle/caches/transforms-3/7cde1b4d80356d9bf8a9ef4184360460/transformed/recyclerview-1.1.0/res -com.juspayintegrationexamplern.app-jetified-hyper.assets.geddit-1.0.18-12 /Users/arbindakumarprasad/.gradle/caches/transforms-3/828bcad923a0d5c9fbacca8b0d0c55fe/transformed/jetified-hyper.assets.geddit-1.0.18/res -com.juspayintegrationexamplern.app-jetified-startup-runtime-1.0.0-13 /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/res -com.juspayintegrationexamplern.app-jetified-viewpager2-1.0.0-14 /Users/arbindakumarprasad/.gradle/caches/transforms-3/8d1748e14c798d6a06bd397e5ac2f809/transformed/jetified-viewpager2-1.0.0/res -com.juspayintegrationexamplern.app-core-1.6.0-15 /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/res -com.juspayintegrationexamplern.app-jetified-drawee-2.6.0-16 /Users/arbindakumarprasad/.gradle/caches/transforms-3/97f815c1686c025a6e64cfed884545e6/transformed/jetified-drawee-2.6.0/res -com.juspayintegrationexamplern.app-jetified-annotation-experimental-1.1.0-17 /Users/arbindakumarprasad/.gradle/caches/transforms-3/9cc6330e21eed20419b62504e8e04773/transformed/jetified-annotation-experimental-1.1.0/res -com.juspayintegrationexamplern.app-lifecycle-runtime-2.3.1-18 /Users/arbindakumarprasad/.gradle/caches/transforms-3/b9010cc6516f18b71dcf3715e7649aa2/transformed/lifecycle-runtime-2.3.1/res -com.juspayintegrationexamplern.app-jetified-appcompat-resources-1.3.0-19 /Users/arbindakumarprasad/.gradle/caches/transforms-3/b91d55717f6878f85e2ec15cfa62e248/transformed/jetified-appcompat-resources-1.3.0/res -com.juspayintegrationexamplern.app-jetified-flipper-0.125.0-20 /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/res -com.juspayintegrationexamplern.app-transition-1.2.0-21 /Users/arbindakumarprasad/.gradle/caches/transforms-3/cc2f765b35afd2b22ce030514f91b7bc/transformed/transition-1.2.0/res -com.juspayintegrationexamplern.app-work-runtime-2.7.1-22 /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/res -com.juspayintegrationexamplern.app-cardview-1.0.0-23 /Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/res -com.juspayintegrationexamplern.app-lifecycle-viewmodel-2.3.1-24 /Users/arbindakumarprasad/.gradle/caches/transforms-3/f97f3938c4f42f5b2ee83131e8287379/transformed/lifecycle-viewmodel-2.3.1/res -com.juspayintegrationexamplern.app-appcompat-1.3.0-25 /Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/res -com.juspayintegrationexamplern.app-jetified-hyper-2.1.12-26 /Users/arbindakumarprasad/.gradle/caches/transforms-3/ff1aabd54fe892b0beffd16e5e772e1d/transformed/jetified-hyper-2.1.12/res -com.juspayintegrationexamplern.app-pngs-27 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/generated/res/pngs/debug -com.juspayintegrationexamplern.app-react-28 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/generated/res/react/debug -com.juspayintegrationexamplern.app-resValues-29 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/generated/res/resValues/debug -com.juspayintegrationexamplern.app-rs-30 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/generated/res/rs/debug -com.juspayintegrationexamplern.app-mergeDebugResources-31 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir -com.juspayintegrationexamplern.app-mergeDebugResources-32 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir -com.juspayintegrationexamplern.app-merged_res-33 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/build/intermediates/merged_res/debug -com.juspayintegrationexamplern.app-debug-34 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/res -com.juspayintegrationexamplern.app-main-35 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/res -com.juspayintegrationexamplern.app-packaged_res-36 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/hyper-sdk-react/android/build/intermediates/packaged_res/debug -com.juspayintegrationexamplern.app-packaged_res-37 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-gesture-handler/android/build/intermediates/packaged_res/debug -com.juspayintegrationexamplern.app-packaged_res-38 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-safe-area-context/android/build/intermediates/packaged_res/debug -com.juspayintegrationexamplern.app-packaged_res-39 /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-screens/android/build/intermediates/packaged_res/debug diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbutter.so deleted file mode 100644 index 09ea548..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so deleted file mode 100644 index 83acd19..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so deleted file mode 100644 index aca4629..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so deleted file mode 100644 index 7e4cccd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so deleted file mode 100644 index 5f44857..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so deleted file mode 100644 index 4bb3a0e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so deleted file mode 100644 index 70b1e38..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so deleted file mode 100644 index 5603650..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so deleted file mode 100644 index 34c4dd1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so deleted file mode 100644 index 6b098af..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so deleted file mode 100644 index 2b5201a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so deleted file mode 100644 index d4171eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so deleted file mode 100644 index 4382993..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so deleted file mode 100644 index 22ad799..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so deleted file mode 100644 index ddba6ba..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so deleted file mode 100644 index c36d188..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so deleted file mode 100644 index 238c6b8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so deleted file mode 100644 index 8c1b02d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so deleted file mode 100644 index 141905f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so deleted file mode 100644 index 8237933..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so deleted file mode 100644 index 58dc7cb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so deleted file mode 100644 index dfd3b4a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so deleted file mode 100644 index c376af1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so deleted file mode 100644 index b4356a7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so deleted file mode 100644 index 4b037e8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so deleted file mode 100644 index 67b34eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so deleted file mode 100644 index 7596cea..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so deleted file mode 100644 index 826d68e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so deleted file mode 100644 index 463bdc8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so deleted file mode 100644 index de93f77..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so deleted file mode 100644 index 04c2998..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so deleted file mode 100644 index 193ff47..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so deleted file mode 100644 index f7fc7c8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so deleted file mode 100644 index d9e94df..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so deleted file mode 100644 index b534eb2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so deleted file mode 100644 index 4b20231..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so deleted file mode 100644 index 488c009..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so deleted file mode 100644 index 993c0b0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so deleted file mode 100644 index a0ae1c3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so deleted file mode 100644 index 46b875a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so deleted file mode 100644 index 980d34e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so deleted file mode 100644 index 10ac918..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so deleted file mode 100644 index 51a4bd7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so deleted file mode 100644 index 7b72383..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so deleted file mode 100644 index 69d3203..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so deleted file mode 100644 index ad0ee5f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so deleted file mode 100644 index ba4eee9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so deleted file mode 100644 index 36b4137..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so deleted file mode 100644 index aa35450..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so deleted file mode 100644 index 5655e45..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so deleted file mode 100644 index abf72dc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so deleted file mode 100644 index e784f53..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so deleted file mode 100644 index 6ddfcff..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so deleted file mode 100644 index df3ea02..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so deleted file mode 100644 index a376607..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so deleted file mode 100644 index af84131..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbutter.so deleted file mode 100644 index 1a2e1fb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so deleted file mode 100644 index dd2cc28..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so deleted file mode 100644 index 4f90b6d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so deleted file mode 100644 index 1f5f5f4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so deleted file mode 100644 index 6732321..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so deleted file mode 100644 index fab4693..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so deleted file mode 100644 index c50f0e6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so deleted file mode 100644 index 98c12eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so deleted file mode 100644 index f7de667..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so deleted file mode 100644 index bb8028f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so deleted file mode 100644 index d3ebd0b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so deleted file mode 100644 index 50af2cd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so deleted file mode 100644 index 9198a8c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so deleted file mode 100644 index f1d809d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so deleted file mode 100644 index 9e0f173..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so deleted file mode 100644 index 55da2e8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so deleted file mode 100644 index 4ccd2b4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so deleted file mode 100644 index 61c74d0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so deleted file mode 100644 index dac5210..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so deleted file mode 100644 index b616322..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so deleted file mode 100644 index a96597e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so deleted file mode 100644 index f99e979..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so deleted file mode 100644 index 12c403e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so deleted file mode 100644 index b712154..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so deleted file mode 100644 index b0e9961..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so deleted file mode 100644 index 29ce0e0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so deleted file mode 100644 index c2937f1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so deleted file mode 100644 index c12c9af..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so deleted file mode 100644 index 2be6ca9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so deleted file mode 100644 index b606bbe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so deleted file mode 100644 index 26842be..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so deleted file mode 100644 index 70183fe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so deleted file mode 100644 index 4c79cd5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so deleted file mode 100644 index 4fd993d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so deleted file mode 100644 index f15938b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so deleted file mode 100644 index 0dd7484..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so deleted file mode 100644 index 485654e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so deleted file mode 100644 index 693028f..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so deleted file mode 100644 index b9a9585..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so deleted file mode 100644 index b157652..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so deleted file mode 100644 index c9017e9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so deleted file mode 100644 index a27a73e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so deleted file mode 100644 index 5edd6c6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so deleted file mode 100644 index 8cf93d9..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so deleted file mode 100644 index ca762f1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so deleted file mode 100644 index d20f090..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so deleted file mode 100644 index b9bec72..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so deleted file mode 100644 index 57cddb1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so deleted file mode 100644 index 30d2f2c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so deleted file mode 100644 index e7d0ddf..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so deleted file mode 100644 index e0aafd1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so deleted file mode 100644 index 5baac9a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so deleted file mode 100644 index c56dabc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so deleted file mode 100644 index 15ed959..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so deleted file mode 100644 index ad06ac6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so deleted file mode 100644 index 84b1b39..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbutter.so deleted file mode 100644 index c1afce4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so deleted file mode 100644 index 2668c34..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so deleted file mode 100644 index 79f8908..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so deleted file mode 100644 index 1a3acc4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so deleted file mode 100644 index 93875e7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so deleted file mode 100644 index ca3cd1a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so deleted file mode 100644 index 99c95ee..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so deleted file mode 100644 index 92a8695..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so deleted file mode 100644 index 79a7ebb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so deleted file mode 100644 index 3850446..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so deleted file mode 100644 index 47d5292..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so deleted file mode 100644 index cadd838..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so deleted file mode 100644 index 9445024..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so deleted file mode 100644 index df04897..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so deleted file mode 100644 index ce56f7c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so deleted file mode 100644 index 8be5d98..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so deleted file mode 100644 index 406a8be..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so deleted file mode 100644 index 375fc7e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so deleted file mode 100644 index 628f8ae..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so deleted file mode 100644 index c7ec433..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so deleted file mode 100644 index e5d5354..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so deleted file mode 100644 index 55ea188..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so deleted file mode 100644 index 7d685b2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so deleted file mode 100644 index 71fbe85..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so deleted file mode 100644 index 318dfbb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so deleted file mode 100644 index 9922a39..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so deleted file mode 100644 index 2f69492..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so deleted file mode 100644 index b5fe893..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so deleted file mode 100644 index 6b25f1d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so deleted file mode 100644 index 46b39f3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so deleted file mode 100644 index 2eae532..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so deleted file mode 100644 index 898f1a8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so deleted file mode 100644 index c7afe11..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so deleted file mode 100644 index 5c275e6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so deleted file mode 100644 index 6fd83c7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so deleted file mode 100644 index cb76570..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so deleted file mode 100644 index a85ff92..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so deleted file mode 100644 index 54f6bcb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so deleted file mode 100644 index 1c3a18e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so deleted file mode 100644 index 95a08cc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so deleted file mode 100644 index 29f7bfa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so deleted file mode 100644 index 4a52e66..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so deleted file mode 100644 index c18327b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so deleted file mode 100644 index 6b079ef..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so deleted file mode 100644 index 3e81d3e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so deleted file mode 100644 index 249319c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so deleted file mode 100644 index 2d11a5c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so deleted file mode 100644 index 22b8ee5..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so deleted file mode 100644 index d849ebc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so deleted file mode 100644 index ea51974..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so deleted file mode 100644 index 721af04..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so deleted file mode 100644 index 119cf8a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so deleted file mode 100644 index 38daa24..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so deleted file mode 100644 index b2c6c63..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so deleted file mode 100644 index d9d6241..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so deleted file mode 100644 index 18c0934..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbutter.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbutter.so deleted file mode 100644 index 7571ae2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libbutter.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so deleted file mode 100644 index a869cf3..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libc++_shared.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so deleted file mode 100644 index 62fe2b2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so deleted file mode 100644 index 4cc607e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_core-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so deleted file mode 100644 index 0ad73cc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libevent_extra-2.1.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so deleted file mode 100644 index 7de1a9a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfabricjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so deleted file mode 100644 index 247de13..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfb.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so deleted file mode 100644 index 4c99ca1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfbjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so deleted file mode 100644 index 7d238af..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libflipper.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so deleted file mode 100644 index 7f177aa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_futures.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so deleted file mode 100644 index 7a03569..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libfolly_json.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so deleted file mode 100644 index bf7128d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so deleted file mode 100644 index ebf25fc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libglog_init.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so deleted file mode 100644 index 817d0eb..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libimagepipeline.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so deleted file mode 100644 index b081e44..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsc.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so deleted file mode 100644 index 3e47972..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjscexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so deleted file mode 100644 index 4e3adbe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsi.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so deleted file mode 100644 index 8697622..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsijniprofiler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so deleted file mode 100644 index 4a3b6fa..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libjsinspector.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so deleted file mode 100644 index 3d2da82..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/liblogger.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so deleted file mode 100644 index 54e78bc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libmapbufferjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so deleted file mode 100644 index a95183d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-filters.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so deleted file mode 100644 index ed68c8a..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libnative-imagetranscoder.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so deleted file mode 100644 index a425a8b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_codegen_rncore.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so deleted file mode 100644 index 110317c..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_config.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so deleted file mode 100644 index 3f21aff..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so deleted file mode 100644 index 91b1452..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_nativemodule_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so deleted file mode 100644 index a7f01a6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_animations.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so deleted file mode 100644 index 3aec05d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_attributedstring.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so deleted file mode 100644 index a607d68..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_componentregistry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so deleted file mode 100644 index ecbbca6..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_core.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so deleted file mode 100644 index e44f089..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_debug.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so deleted file mode 100644 index 0891ed1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_graphics.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so deleted file mode 100644 index b127a19..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_imagemanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so deleted file mode 100644 index 588eaee..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_leakchecker.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so deleted file mode 100644 index c2f478d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mapbuffer.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so deleted file mode 100644 index 18947db..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_mounting.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so deleted file mode 100644 index 0006de1..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_runtimescheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so deleted file mode 100644 index 2d3158b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_scheduler.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so deleted file mode 100644 index ea72ed4..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_telemetry.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so deleted file mode 100644 index df996f0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_templateprocessor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so deleted file mode 100644 index 95e8523..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_textlayoutmanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so deleted file mode 100644 index bd9402d..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_render_uimanager.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so deleted file mode 100644 index 60dd145..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreact_utils.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so deleted file mode 100644 index f53e6c2..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeblob.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so deleted file mode 100644 index c7883da..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativejni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so deleted file mode 100644 index 82e5c7e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactnativeutilsjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so deleted file mode 100644 index bc24213..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libreactperfloggerjni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so deleted file mode 100644 index b2d6dd0..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_image.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so deleted file mode 100644 index feee451..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_root.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so deleted file mode 100644 index ced7a3b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_text.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so deleted file mode 100644 index 3615a06..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_unimplementedview.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so deleted file mode 100644 index 142dbe8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/librrc_view.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so deleted file mode 100644 index 5cb09ed..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libruntimeexecutor.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so deleted file mode 100644 index f39ed4e..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libturbomodulejsijni.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so deleted file mode 100644 index fc7c5fe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libyoga.so and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt deleted file mode 100644 index 8c718e2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +++ /dev/null @@ -1,3328 +0,0 @@ -com.juspayintegrationexamplern -anim abc_fade_in -anim abc_fade_out -anim abc_grow_fade_in_from_bottom -anim abc_popup_enter -anim abc_popup_exit -anim abc_shrink_fade_out_from_bottom -anim abc_slide_in_bottom -anim abc_slide_in_top -anim abc_slide_out_bottom -anim abc_slide_out_top -anim abc_tooltip_enter -anim abc_tooltip_exit -anim btn_checkbox_to_checked_box_inner_merged_animation -anim btn_checkbox_to_checked_box_outer_merged_animation -anim btn_checkbox_to_checked_icon_null_animation -anim btn_checkbox_to_unchecked_box_inner_merged_animation -anim btn_checkbox_to_unchecked_check_path_merged_animation -anim btn_checkbox_to_unchecked_icon_null_animation -anim btn_radio_to_off_mtrl_dot_group_animation -anim btn_radio_to_off_mtrl_ring_outer_animation -anim btn_radio_to_off_mtrl_ring_outer_path_animation -anim btn_radio_to_on_mtrl_dot_group_animation -anim btn_radio_to_on_mtrl_ring_outer_animation -anim btn_radio_to_on_mtrl_ring_outer_path_animation -anim catalyst_fade_in -anim catalyst_fade_out -anim catalyst_push_up_in -anim catalyst_push_up_out -anim catalyst_slide_down -anim catalyst_slide_up -anim design_bottom_sheet_slide_in -anim design_bottom_sheet_slide_out -anim design_snackbar_in -anim design_snackbar_out -anim fragment_fast_out_extra_slow_in -anim mtrl_bottom_sheet_slide_in -anim mtrl_bottom_sheet_slide_out -anim mtrl_card_lowers_interpolator -anim rns_default_enter_in -anim rns_default_enter_out -anim rns_default_exit_in -anim rns_default_exit_out -anim rns_fade_from_bottom -anim rns_fade_in -anim rns_fade_out -anim rns_fade_to_bottom -anim rns_no_animation_20 -anim rns_no_animation_250 -anim rns_no_animation_350 -anim rns_no_animation_medium -anim rns_slide_in_from_bottom -anim rns_slide_in_from_left -anim rns_slide_in_from_right -anim rns_slide_out_to_bottom -anim rns_slide_out_to_left -anim rns_slide_out_to_right -animator design_appbar_state_list_animator -animator design_fab_hide_motion_spec -animator design_fab_show_motion_spec -animator fragment_close_enter -animator fragment_close_exit -animator fragment_fade_enter -animator fragment_fade_exit -animator fragment_open_enter -animator fragment_open_exit -animator mtrl_btn_state_list_anim -animator mtrl_btn_unelevated_state_list_anim -animator mtrl_card_state_list_anim -animator mtrl_chip_state_list_anim -animator mtrl_extended_fab_change_size_motion_spec -animator mtrl_extended_fab_hide_motion_spec -animator mtrl_extended_fab_show_motion_spec -animator mtrl_extended_fab_state_list_animator -animator mtrl_fab_hide_motion_spec -animator mtrl_fab_show_motion_spec -animator mtrl_fab_transformation_sheet_collapse_spec -animator mtrl_fab_transformation_sheet_expand_spec -attr actionBarDivider -attr actionBarItemBackground -attr actionBarPopupTheme -attr actionBarSize -attr actionBarSplitStyle -attr actionBarStyle -attr actionBarTabBarStyle -attr actionBarTabStyle -attr actionBarTabTextStyle -attr actionBarTheme -attr actionBarWidgetTheme -attr actionButtonStyle -attr actionDropDownStyle -attr actionLayout -attr actionMenuTextAppearance -attr actionMenuTextColor -attr actionModeBackground -attr actionModeCloseButtonStyle -attr actionModeCloseContentDescription -attr actionModeCloseDrawable -attr actionModeCopyDrawable -attr actionModeCutDrawable -attr actionModeFindDrawable -attr actionModePasteDrawable -attr actionModePopupWindowStyle -attr actionModeSelectAllDrawable -attr actionModeShareDrawable -attr actionModeSplitBackground -attr actionModeStyle -attr actionModeTheme -attr actionModeWebSearchDrawable -attr actionOverflowButtonStyle -attr actionOverflowMenuStyle -attr actionProviderClass -attr actionTextColorAlpha -attr actionViewClass -attr activityChooserViewStyle -attr actualImageResource -attr actualImageScaleType -attr actualImageUri -attr alertDialogButtonGroupStyle -attr alertDialogCenterButtons -attr alertDialogStyle -attr alertDialogTheme -attr allowStacking -attr alpha -attr alphabeticModifiers -attr animationMode -attr appBarLayoutStyle -attr arrowHeadLength -attr arrowShaftLength -attr autoCompleteTextViewStyle -attr autoSizeMaxTextSize -attr autoSizeMinTextSize -attr autoSizePresetSizes -attr autoSizeStepGranularity -attr autoSizeTextType -attr autofillInlineSuggestionChip -attr autofillInlineSuggestionEndIconStyle -attr autofillInlineSuggestionStartIconStyle -attr autofillInlineSuggestionSubtitle -attr autofillInlineSuggestionTitle -attr background -attr backgroundColor -attr backgroundImage -attr backgroundInsetBottom -attr backgroundInsetEnd -attr backgroundInsetStart -attr backgroundInsetTop -attr backgroundOverlayColorAlpha -attr backgroundSplit -attr backgroundStacked -attr backgroundTint -attr backgroundTintMode -attr badgeGravity -attr badgeStyle -attr badgeTextColor -attr barLength -attr behavior_autoHide -attr behavior_autoShrink -attr behavior_expandedOffset -attr behavior_fitToContents -attr behavior_halfExpandedRatio -attr behavior_hideable -attr behavior_overlapTop -attr behavior_peekHeight -attr behavior_saveFlags -attr behavior_skipCollapsed -attr borderWidth -attr borderlessButtonStyle -attr bottomAppBarStyle -attr bottomNavigationStyle -attr bottomSheetDialogTheme -attr bottomSheetStyle -attr boxBackgroundColor -attr boxBackgroundMode -attr boxCollapsedPaddingTop -attr boxCornerRadiusBottomEnd -attr boxCornerRadiusBottomStart -attr boxCornerRadiusTopEnd -attr boxCornerRadiusTopStart -attr boxStrokeColor -attr boxStrokeWidth -attr boxStrokeWidthFocused -attr buttonBarButtonStyle -attr buttonBarNegativeButtonStyle -attr buttonBarNeutralButtonStyle -attr buttonBarPositiveButtonStyle -attr buttonBarStyle -attr buttonCompat -attr buttonGravity -attr buttonIconDimen -attr buttonPanelSideLayout -attr buttonSize -attr buttonStyle -attr buttonStyleSmall -attr buttonTint -attr buttonTintMode -attr cardBackgroundColor -attr cardCornerRadius -attr cardElevation -attr cardForegroundColor -attr cardMaxElevation -attr cardPreventCornerOverlap -attr cardUseCompatPadding -attr cardViewStyle -attr checkboxStyle -attr checkedButton -attr checkedChip -attr checkedIcon -attr checkedIconEnabled -attr checkedIconTint -attr checkedIconVisible -attr checkedTextViewStyle -attr chipBackgroundColor -attr chipCornerRadius -attr chipEndPadding -attr chipGroupStyle -attr chipIcon -attr chipIconEnabled -attr chipIconSize -attr chipIconTint -attr chipIconVisible -attr chipMinHeight -attr chipMinTouchTargetSize -attr chipSpacing -attr chipSpacingHorizontal -attr chipSpacingVertical -attr chipStandaloneStyle -attr chipStartPadding -attr chipStrokeColor -attr chipStrokeWidth -attr chipStyle -attr chipSurfaceColor -attr circleCrop -attr closeIcon -attr closeIconEnabled -attr closeIconEndPadding -attr closeIconSize -attr closeIconStartPadding -attr closeIconTint -attr closeIconVisible -attr closeItemLayout -attr collapseContentDescription -attr collapseIcon -attr collapsedTitleGravity -attr collapsedTitleTextAppearance -attr color -attr colorAccent -attr colorBackgroundFloating -attr colorButtonNormal -attr colorControlActivated -attr colorControlHighlight -attr colorControlNormal -attr colorError -attr colorOnBackground -attr colorOnError -attr colorOnPrimary -attr colorOnPrimarySurface -attr colorOnSecondary -attr colorOnSurface -attr colorPrimary -attr colorPrimaryDark -attr colorPrimarySurface -attr colorPrimaryVariant -attr colorScheme -attr colorSecondary -attr colorSecondaryVariant -attr colorSurface -attr colorSwitchThumbNormal -attr commitIcon -attr contentDescription -attr contentInsetEnd -attr contentInsetEndWithActions -attr contentInsetLeft -attr contentInsetRight -attr contentInsetStart -attr contentInsetStartWithNavigation -attr contentPadding -attr contentPaddingBottom -attr contentPaddingLeft -attr contentPaddingRight -attr contentPaddingTop -attr contentScrim -attr controlBackground -attr coordinatorLayoutStyle -attr cornerFamily -attr cornerFamilyBottomLeft -attr cornerFamilyBottomRight -attr cornerFamilyTopLeft -attr cornerFamilyTopRight -attr cornerRadius -attr cornerSize -attr cornerSizeBottomLeft -attr cornerSizeBottomRight -attr cornerSizeTopLeft -attr cornerSizeTopRight -attr counterEnabled -attr counterMaxLength -attr counterOverflowTextAppearance -attr counterOverflowTextColor -attr counterTextAppearance -attr counterTextColor -attr customNavigationLayout -attr dayInvalidStyle -attr daySelectedStyle -attr dayStyle -attr dayTodayStyle -attr defaultQueryHint -attr dialogCornerRadius -attr dialogPreferredPadding -attr dialogTheme -attr displayOptions -attr divider -attr dividerHorizontal -attr dividerPadding -attr dividerVertical -attr drawableBottomCompat -attr drawableEndCompat -attr drawableLeftCompat -attr drawableRightCompat -attr drawableSize -attr drawableStartCompat -attr drawableTint -attr drawableTintMode -attr drawableTopCompat -attr drawerArrowStyle -attr dropDownListViewStyle -attr dropdownListPreferredItemHeight -attr editTextBackground -attr editTextColor -attr editTextStyle -attr elevation -attr elevationOverlayColor -attr elevationOverlayEnabled -attr endIconCheckable -attr endIconContentDescription -attr endIconDrawable -attr endIconMode -attr endIconTint -attr endIconTintMode -attr enforceMaterialTheme -attr enforceTextAppearance -attr ensureMinTouchTargetSize -attr errorEnabled -attr errorIconDrawable -attr errorIconTint -attr errorIconTintMode -attr errorTextAppearance -attr errorTextColor -attr expandActivityOverflowButtonDrawable -attr expanded -attr expandedTitleGravity -attr expandedTitleMargin -attr expandedTitleMarginBottom -attr expandedTitleMarginEnd -attr expandedTitleMarginStart -attr expandedTitleMarginTop -attr expandedTitleTextAppearance -attr extendMotionSpec -attr extendedFloatingActionButtonStyle -attr fabAlignmentMode -attr fabAnimationMode -attr fabCradleMargin -attr fabCradleRoundedCornerRadius -attr fabCradleVerticalOffset -attr fabCustomSize -attr fabSize -attr fadeDuration -attr failureImage -attr failureImageScaleType -attr fastScrollEnabled -attr fastScrollHorizontalThumbDrawable -attr fastScrollHorizontalTrackDrawable -attr fastScrollVerticalThumbDrawable -attr fastScrollVerticalTrackDrawable -attr firstBaselineToTopHeight -attr floatingActionButtonStyle -attr font -attr fontFamily -attr fontProviderAuthority -attr fontProviderCerts -attr fontProviderFetchStrategy -attr fontProviderFetchTimeout -attr fontProviderPackage -attr fontProviderQuery -attr fontProviderSystemFontFamily -attr fontStyle -attr fontVariationSettings -attr fontWeight -attr foregroundInsidePadding -attr gapBetweenBars -attr goIcon -attr headerLayout -attr height -attr helperText -attr helperTextEnabled -attr helperTextTextAppearance -attr helperTextTextColor -attr hideMotionSpec -attr hideOnContentScroll -attr hideOnScroll -attr hintAnimationEnabled -attr hintEnabled -attr hintTextAppearance -attr hintTextColor -attr homeAsUpIndicator -attr homeLayout -attr hoveredFocusedTranslationZ -attr icon -attr iconEndPadding -attr iconGravity -attr iconPadding -attr iconSize -attr iconStartPadding -attr iconTint -attr iconTintMode -attr iconifiedByDefault -attr imageAspectRatio -attr imageAspectRatioAdjust -attr imageButtonStyle -attr indeterminateProgressStyle -attr initialActivityCount -attr insetForeground -attr isAutofillInlineSuggestionTheme -attr isLightTheme -attr isMaterialTheme -attr itemBackground -attr itemFillColor -attr itemHorizontalPadding -attr itemHorizontalTranslationEnabled -attr itemIconPadding -attr itemIconSize -attr itemIconTint -attr itemMaxLines -attr itemPadding -attr itemRippleColor -attr itemShapeAppearance -attr itemShapeAppearanceOverlay -attr itemShapeFillColor -attr itemShapeInsetBottom -attr itemShapeInsetEnd -attr itemShapeInsetStart -attr itemShapeInsetTop -attr itemSpacing -attr itemStrokeColor -attr itemStrokeWidth -attr itemTextAppearance -attr itemTextAppearanceActive -attr itemTextAppearanceInactive -attr itemTextColor -attr keylines -attr labelVisibilityMode -attr lastBaselineToBottomHeight -attr layout -attr layoutManager -attr layout_anchor -attr layout_anchorGravity -attr layout_behavior -attr layout_collapseMode -attr layout_collapseParallaxMultiplier -attr layout_dodgeInsetEdges -attr layout_insetEdge -attr layout_keyline -attr layout_scrollFlags -attr layout_scrollInterpolator -attr liftOnScroll -attr liftOnScrollTargetViewId -attr lineHeight -attr lineSpacing -attr listChoiceBackgroundIndicator -attr listChoiceIndicatorMultipleAnimated -attr listChoiceIndicatorSingleAnimated -attr listDividerAlertDialog -attr listItemLayout -attr listLayout -attr listMenuViewStyle -attr listPopupWindowStyle -attr listPreferredItemHeight -attr listPreferredItemHeightLarge -attr listPreferredItemHeightSmall -attr listPreferredItemPaddingEnd -attr listPreferredItemPaddingLeft -attr listPreferredItemPaddingRight -attr listPreferredItemPaddingStart -attr logo -attr logoDescription -attr materialAlertDialogBodyTextStyle -attr materialAlertDialogTheme -attr materialAlertDialogTitleIconStyle -attr materialAlertDialogTitlePanelStyle -attr materialAlertDialogTitleTextStyle -attr materialButtonOutlinedStyle -attr materialButtonStyle -attr materialButtonToggleGroupStyle -attr materialCalendarDay -attr materialCalendarFullscreenTheme -attr materialCalendarHeaderConfirmButton -attr materialCalendarHeaderDivider -attr materialCalendarHeaderLayout -attr materialCalendarHeaderSelection -attr materialCalendarHeaderTitle -attr materialCalendarHeaderToggleButton -attr materialCalendarStyle -attr materialCalendarTheme -attr materialCardViewStyle -attr materialThemeOverlay -attr maxActionInlineWidth -attr maxButtonHeight -attr maxCharacterCount -attr maxImageSize -attr measureWithLargestChild -attr menu -attr minTouchTargetSize -attr multiChoiceItemLayout -attr navigationContentDescription -attr navigationIcon -attr navigationMode -attr navigationViewStyle -attr nestedScrollViewStyle -attr number -attr numericModifiers -attr overlapAnchor -attr overlayImage -attr paddingBottomNoButtons -attr paddingEnd -attr paddingStart -attr paddingTopNoTitle -attr panelBackground -attr panelMenuListTheme -attr panelMenuListWidth -attr passwordToggleContentDescription -attr passwordToggleDrawable -attr passwordToggleEnabled -attr passwordToggleTint -attr passwordToggleTintMode -attr placeholderImage -attr placeholderImageScaleType -attr popupMenuBackground -attr popupMenuStyle -attr popupTheme -attr popupWindowStyle -attr preserveIconSpacing -attr pressedStateOverlayImage -attr pressedTranslationZ -attr progressBarAutoRotateInterval -attr progressBarImage -attr progressBarImageScaleType -attr progressBarPadding -attr progressBarStyle -attr queryBackground -attr queryHint -attr queryPatterns -attr radioButtonStyle -attr rangeFillColor -attr ratingBarStyle -attr ratingBarStyleIndicator -attr ratingBarStyleSmall -attr recyclerViewStyle -attr retryImage -attr retryImageScaleType -attr reverseLayout -attr rippleColor -attr roundAsCircle -attr roundBottomEnd -attr roundBottomLeft -attr roundBottomRight -attr roundBottomStart -attr roundTopEnd -attr roundTopLeft -attr roundTopRight -attr roundTopStart -attr roundWithOverlayColor -attr roundedCornerRadius -attr roundingBorderColor -attr roundingBorderPadding -attr roundingBorderWidth -attr scopeUris -attr scrimAnimationDuration -attr scrimBackground -attr scrimVisibleHeightTrigger -attr searchHintIcon -attr searchIcon -attr searchViewStyle -attr seekBarStyle -attr selectableItemBackground -attr selectableItemBackgroundBorderless -attr shapeAppearance -attr shapeAppearanceLargeComponent -attr shapeAppearanceMediumComponent -attr shapeAppearanceOverlay -attr shapeAppearanceSmallComponent -attr shortcutMatchRequired -attr showAsAction -attr showDividers -attr showMotionSpec -attr showText -attr showTitle -attr shrinkMotionSpec -attr singleChoiceItemLayout -attr singleLine -attr singleSelection -attr snackbarButtonStyle -attr snackbarStyle -attr spanCount -attr spinBars -attr spinnerDropDownItemStyle -attr spinnerStyle -attr splitTrack -attr srcCompat -attr stackFromEnd -attr startIconCheckable -attr startIconContentDescription -attr startIconDrawable -attr startIconTint -attr startIconTintMode -attr state_above_anchor -attr state_collapsed -attr state_collapsible -attr state_dragged -attr state_liftable -attr state_lifted -attr statusBarBackground -attr statusBarForeground -attr statusBarScrim -attr strokeColor -attr strokeWidth -attr subMenuArrow -attr submitBackground -attr subtitle -attr subtitleTextAppearance -attr subtitleTextColor -attr subtitleTextStyle -attr suggestionRowLayout -attr switchMinWidth -attr switchPadding -attr switchStyle -attr switchTextAppearance -attr tabBackground -attr tabContentStart -attr tabGravity -attr tabIconTint -attr tabIconTintMode -attr tabIndicator -attr tabIndicatorAnimationDuration -attr tabIndicatorColor -attr tabIndicatorFullWidth -attr tabIndicatorGravity -attr tabIndicatorHeight -attr tabInlineLabel -attr tabMaxWidth -attr tabMinWidth -attr tabMode -attr tabPadding -attr tabPaddingBottom -attr tabPaddingEnd -attr tabPaddingStart -attr tabPaddingTop -attr tabRippleColor -attr tabSelectedTextColor -attr tabStyle -attr tabTextAppearance -attr tabTextColor -attr tabUnboundedRipple -attr textAllCaps -attr textAppearanceBody1 -attr textAppearanceBody2 -attr textAppearanceButton -attr textAppearanceCaption -attr textAppearanceHeadline1 -attr textAppearanceHeadline2 -attr textAppearanceHeadline3 -attr textAppearanceHeadline4 -attr textAppearanceHeadline5 -attr textAppearanceHeadline6 -attr textAppearanceLargePopupMenu -attr textAppearanceLineHeightEnabled -attr textAppearanceListItem -attr textAppearanceListItemSecondary -attr textAppearanceListItemSmall -attr textAppearanceOverline -attr textAppearancePopupMenuHeader -attr textAppearanceSearchResultSubtitle -attr textAppearanceSearchResultTitle -attr textAppearanceSmallPopupMenu -attr textAppearanceSubtitle1 -attr textAppearanceSubtitle2 -attr textColorAlertDialogListItem -attr textColorSearchUrl -attr textEndPadding -attr textInputStyle -attr textLocale -attr textStartPadding -attr theme -attr themeLineHeight -attr thickness -attr thumbTextPadding -attr thumbTint -attr thumbTintMode -attr tickMark -attr tickMarkTint -attr tickMarkTintMode -attr tint -attr tintMode -attr title -attr titleEnabled -attr titleMargin -attr titleMarginBottom -attr titleMarginEnd -attr titleMarginStart -attr titleMarginTop -attr titleMargins -attr titleTextAppearance -attr titleTextColor -attr titleTextStyle -attr toolbarId -attr toolbarNavigationButtonStyle -attr toolbarStyle -attr tooltipForegroundColor -attr tooltipFrameBackground -attr tooltipText -attr track -attr trackTint -attr trackTintMode -attr ttcIndex -attr useCompatPadding -attr useMaterialThemeColors -attr viewAspectRatio -attr viewInflaterClass -attr voiceIcon -attr windowActionBar -attr windowActionBarOverlay -attr windowActionModeOverlay -attr windowFixedHeightMajor -attr windowFixedHeightMinor -attr windowFixedWidthMajor -attr windowFixedWidthMinor -attr windowMinWidthMajor -attr windowMinWidthMinor -attr windowNoTitle -attr yearSelectedStyle -attr yearStyle -attr yearTodayStyle -bool abc_action_bar_embed_tabs -bool abc_config_actionMenuItemAllCaps -bool enable_system_alarm_service_default -bool enable_system_foreground_service_default -bool enable_system_job_service_default -bool godel_debuggable -bool mtrl_btn_textappearance_all_caps -bool use_local_assets -bool use_rc -bool workmanager_test_configuration -color abc_background_cache_hint_selector_material_dark -color abc_background_cache_hint_selector_material_light -color abc_btn_colored_borderless_text_material -color abc_btn_colored_text_material -color abc_color_highlight_material -color abc_decor_view_status_guard -color abc_decor_view_status_guard_light -color abc_hint_foreground_material_dark -color abc_hint_foreground_material_light -color abc_primary_text_disable_only_material_dark -color abc_primary_text_disable_only_material_light -color abc_primary_text_material_dark -color abc_primary_text_material_light -color abc_search_url_text -color abc_search_url_text_normal -color abc_search_url_text_pressed -color abc_search_url_text_selected -color abc_secondary_text_material_dark -color abc_secondary_text_material_light -color abc_tint_btn_checkable -color abc_tint_default -color abc_tint_edittext -color abc_tint_seek_thumb -color abc_tint_spinner -color abc_tint_switch_track -color accent_material_dark -color accent_material_light -color androidx_core_ripple_material_light -color androidx_core_secondary_text_default_material_light -color background_floating_material_dark -color background_floating_material_light -color background_material_dark -color background_material_light -color bright_foreground_disabled_material_dark -color bright_foreground_disabled_material_light -color bright_foreground_inverse_material_dark -color bright_foreground_inverse_material_light -color bright_foreground_material_dark -color bright_foreground_material_light -color button_material_dark -color button_material_light -color cardview_dark_background -color cardview_light_background -color cardview_shadow_end_color -color cardview_shadow_start_color -color catalyst_logbox_background -color catalyst_redbox_background -color checkbox_themeable_attribute_color -color common_google_signin_btn_text_dark -color common_google_signin_btn_text_dark_default -color common_google_signin_btn_text_dark_disabled -color common_google_signin_btn_text_dark_focused -color common_google_signin_btn_text_dark_pressed -color common_google_signin_btn_text_light -color common_google_signin_btn_text_light_default -color common_google_signin_btn_text_light_disabled -color common_google_signin_btn_text_light_focused -color common_google_signin_btn_text_light_pressed -color common_google_signin_btn_tint -color design_bottom_navigation_shadow_color -color design_box_stroke_color -color design_dark_default_color_background -color design_dark_default_color_error -color design_dark_default_color_on_background -color design_dark_default_color_on_error -color design_dark_default_color_on_primary -color design_dark_default_color_on_secondary -color design_dark_default_color_on_surface -color design_dark_default_color_primary -color design_dark_default_color_primary_dark -color design_dark_default_color_primary_variant -color design_dark_default_color_secondary -color design_dark_default_color_secondary_variant -color design_dark_default_color_surface -color design_default_color_background -color design_default_color_error -color design_default_color_on_background -color design_default_color_on_error -color design_default_color_on_primary -color design_default_color_on_secondary -color design_default_color_on_surface -color design_default_color_primary -color design_default_color_primary_dark -color design_default_color_primary_variant -color design_default_color_secondary -color design_default_color_secondary_variant -color design_default_color_surface -color design_error -color design_fab_shadow_end_color -color design_fab_shadow_mid_color -color design_fab_shadow_start_color -color design_fab_stroke_end_inner_color -color design_fab_stroke_end_outer_color -color design_fab_stroke_top_inner_color -color design_fab_stroke_top_outer_color -color design_icon_tint -color design_snackbar_background_color -color dim_foreground_disabled_material_dark -color dim_foreground_disabled_material_light -color dim_foreground_material_dark -color dim_foreground_material_light -color error_color_material_dark -color error_color_material_light -color foreground_material_dark -color foreground_material_light -color highlighted_text_material_dark -color highlighted_text_material_light -color material_blue_grey_800 -color material_blue_grey_900 -color material_blue_grey_950 -color material_deep_teal_200 -color material_deep_teal_500 -color material_grey_100 -color material_grey_300 -color material_grey_50 -color material_grey_600 -color material_grey_800 -color material_grey_850 -color material_grey_900 -color material_on_background_disabled -color material_on_background_emphasis_high_type -color material_on_background_emphasis_medium -color material_on_primary_disabled -color material_on_primary_emphasis_high_type -color material_on_primary_emphasis_medium -color material_on_surface_disabled -color material_on_surface_emphasis_high_type -color material_on_surface_emphasis_medium -color mtrl_bottom_nav_colored_item_tint -color mtrl_bottom_nav_colored_ripple_color -color mtrl_bottom_nav_item_tint -color mtrl_bottom_nav_ripple_color -color mtrl_btn_bg_color_selector -color mtrl_btn_ripple_color -color mtrl_btn_stroke_color_selector -color mtrl_btn_text_btn_bg_color_selector -color mtrl_btn_text_btn_ripple_color -color mtrl_btn_text_color_disabled -color mtrl_btn_text_color_selector -color mtrl_btn_transparent_bg_color -color mtrl_calendar_item_stroke_color -color mtrl_calendar_selected_range -color mtrl_card_view_foreground -color mtrl_card_view_ripple -color mtrl_chip_background_color -color mtrl_chip_close_icon_tint -color mtrl_chip_ripple_color -color mtrl_chip_surface_color -color mtrl_chip_text_color -color mtrl_choice_chip_background_color -color mtrl_choice_chip_ripple_color -color mtrl_choice_chip_text_color -color mtrl_error -color mtrl_extended_fab_bg_color_selector -color mtrl_extended_fab_ripple_color -color mtrl_extended_fab_text_color_selector -color mtrl_fab_ripple_color -color mtrl_filled_background_color -color mtrl_filled_icon_tint -color mtrl_filled_stroke_color -color mtrl_indicator_text_color -color mtrl_navigation_item_background_color -color mtrl_navigation_item_icon_tint -color mtrl_navigation_item_text_color -color mtrl_on_primary_text_btn_text_color_selector -color mtrl_outlined_icon_tint -color mtrl_outlined_stroke_color -color mtrl_popupmenu_overlay_color -color mtrl_scrim_color -color mtrl_tabs_colored_ripple_color -color mtrl_tabs_icon_color_selector -color mtrl_tabs_icon_color_selector_colored -color mtrl_tabs_legacy_text_color_selector -color mtrl_tabs_ripple_color -color mtrl_text_btn_text_color_selector -color mtrl_textinput_default_box_stroke_color -color mtrl_textinput_disabled_color -color mtrl_textinput_filled_box_default_background_color -color mtrl_textinput_focused_box_stroke_color -color mtrl_textinput_hovered_box_stroke_color -color notification_action_color_filter -color notification_icon_bg_color -color primary_dark_material_dark -color primary_dark_material_light -color primary_material_dark -color primary_material_light -color primary_text_default_material_dark -color primary_text_default_material_light -color primary_text_disabled_material_dark -color primary_text_disabled_material_light -color ripple_material_dark -color ripple_material_light -color secondary_text_default_material_dark -color secondary_text_default_material_light -color secondary_text_disabled_material_dark -color secondary_text_disabled_material_light -color switch_thumb_disabled_material_dark -color switch_thumb_disabled_material_light -color switch_thumb_material_dark -color switch_thumb_material_light -color switch_thumb_normal_material_dark -color switch_thumb_normal_material_light -color test_mtrl_calendar_day -color test_mtrl_calendar_day_selected -color tooltip_background_dark -color tooltip_background_light -dimen abc_action_bar_content_inset_material -dimen abc_action_bar_content_inset_with_nav -dimen abc_action_bar_default_height_material -dimen abc_action_bar_default_padding_end_material -dimen abc_action_bar_default_padding_start_material -dimen abc_action_bar_elevation_material -dimen abc_action_bar_icon_vertical_padding_material -dimen abc_action_bar_overflow_padding_end_material -dimen abc_action_bar_overflow_padding_start_material -dimen abc_action_bar_stacked_max_height -dimen abc_action_bar_stacked_tab_max_width -dimen abc_action_bar_subtitle_bottom_margin_material -dimen abc_action_bar_subtitle_top_margin_material -dimen abc_action_button_min_height_material -dimen abc_action_button_min_width_material -dimen abc_action_button_min_width_overflow_material -dimen abc_alert_dialog_button_bar_height -dimen abc_alert_dialog_button_dimen -dimen abc_button_inset_horizontal_material -dimen abc_button_inset_vertical_material -dimen abc_button_padding_horizontal_material -dimen abc_button_padding_vertical_material -dimen abc_cascading_menus_min_smallest_width -dimen abc_config_prefDialogWidth -dimen abc_control_corner_material -dimen abc_control_inset_material -dimen abc_control_padding_material -dimen abc_dialog_corner_radius_material -dimen abc_dialog_fixed_height_major -dimen abc_dialog_fixed_height_minor -dimen abc_dialog_fixed_width_major -dimen abc_dialog_fixed_width_minor -dimen abc_dialog_list_padding_bottom_no_buttons -dimen abc_dialog_list_padding_top_no_title -dimen abc_dialog_min_width_major -dimen abc_dialog_min_width_minor -dimen abc_dialog_padding_material -dimen abc_dialog_padding_top_material -dimen abc_dialog_title_divider_material -dimen abc_disabled_alpha_material_dark -dimen abc_disabled_alpha_material_light -dimen abc_dropdownitem_icon_width -dimen abc_dropdownitem_text_padding_left -dimen abc_dropdownitem_text_padding_right -dimen abc_edit_text_inset_bottom_material -dimen abc_edit_text_inset_horizontal_material -dimen abc_edit_text_inset_top_material -dimen abc_floating_window_z -dimen abc_list_item_height_large_material -dimen abc_list_item_height_material -dimen abc_list_item_height_small_material -dimen abc_list_item_padding_horizontal_material -dimen abc_panel_menu_list_width -dimen abc_progress_bar_height_material -dimen abc_search_view_preferred_height -dimen abc_search_view_preferred_width -dimen abc_seekbar_track_background_height_material -dimen abc_seekbar_track_progress_height_material -dimen abc_select_dialog_padding_start_material -dimen abc_star_big -dimen abc_star_medium -dimen abc_star_small -dimen abc_switch_padding -dimen abc_text_size_body_1_material -dimen abc_text_size_body_2_material -dimen abc_text_size_button_material -dimen abc_text_size_caption_material -dimen abc_text_size_display_1_material -dimen abc_text_size_display_2_material -dimen abc_text_size_display_3_material -dimen abc_text_size_display_4_material -dimen abc_text_size_headline_material -dimen abc_text_size_large_material -dimen abc_text_size_medium_material -dimen abc_text_size_menu_header_material -dimen abc_text_size_menu_material -dimen abc_text_size_small_material -dimen abc_text_size_subhead_material -dimen abc_text_size_subtitle_material_toolbar -dimen abc_text_size_title_material -dimen abc_text_size_title_material_toolbar -dimen action_bar_size -dimen appcompat_dialog_background_inset -dimen autofill_inline_suggestion_icon_size -dimen cardview_compat_inset_shadow -dimen cardview_default_elevation -dimen cardview_default_radius -dimen compat_button_inset_horizontal_material -dimen compat_button_inset_vertical_material -dimen compat_button_padding_horizontal_material -dimen compat_button_padding_vertical_material -dimen compat_control_corner_material -dimen compat_notification_large_icon_max_height -dimen compat_notification_large_icon_max_width -dimen default_dimension -dimen design_appbar_elevation -dimen design_bottom_navigation_active_item_max_width -dimen design_bottom_navigation_active_item_min_width -dimen design_bottom_navigation_active_text_size -dimen design_bottom_navigation_elevation -dimen design_bottom_navigation_height -dimen design_bottom_navigation_icon_size -dimen design_bottom_navigation_item_max_width -dimen design_bottom_navigation_item_min_width -dimen design_bottom_navigation_margin -dimen design_bottom_navigation_shadow_height -dimen design_bottom_navigation_text_size -dimen design_bottom_sheet_elevation -dimen design_bottom_sheet_modal_elevation -dimen design_bottom_sheet_peek_height_min -dimen design_fab_border_width -dimen design_fab_elevation -dimen design_fab_image_size -dimen design_fab_size_mini -dimen design_fab_size_normal -dimen design_fab_translation_z_hovered_focused -dimen design_fab_translation_z_pressed -dimen design_navigation_elevation -dimen design_navigation_icon_padding -dimen design_navigation_icon_size -dimen design_navigation_item_horizontal_padding -dimen design_navigation_item_icon_padding -dimen design_navigation_max_width -dimen design_navigation_padding_bottom -dimen design_navigation_separator_vertical_padding -dimen design_snackbar_action_inline_max_width -dimen design_snackbar_action_text_color_alpha -dimen design_snackbar_background_corner_radius -dimen design_snackbar_elevation -dimen design_snackbar_extra_spacing_horizontal -dimen design_snackbar_max_width -dimen design_snackbar_min_width -dimen design_snackbar_padding_horizontal -dimen design_snackbar_padding_vertical -dimen design_snackbar_padding_vertical_2lines -dimen design_snackbar_text_size -dimen design_tab_max_width -dimen design_tab_scrollable_min_width -dimen design_tab_text_size -dimen design_tab_text_size_2line -dimen design_textinput_caption_translate_y -dimen disabled_alpha_material_dark -dimen disabled_alpha_material_light -dimen fastscroll_default_thickness -dimen fastscroll_margin -dimen fastscroll_minimum_range -dimen highlight_alpha_material_colored -dimen highlight_alpha_material_dark -dimen highlight_alpha_material_light -dimen hint_alpha_material_dark -dimen hint_alpha_material_light -dimen hint_pressed_alpha_material_dark -dimen hint_pressed_alpha_material_light -dimen item_touch_helper_max_drag_scroll_per_frame -dimen item_touch_helper_swipe_escape_max_velocity -dimen item_touch_helper_swipe_escape_velocity -dimen juspay_content_area_height -dimen material_emphasis_disabled -dimen material_emphasis_high_type -dimen material_emphasis_medium -dimen material_text_view_test_line_height -dimen material_text_view_test_line_height_override -dimen mtrl_alert_dialog_background_inset_bottom -dimen mtrl_alert_dialog_background_inset_end -dimen mtrl_alert_dialog_background_inset_start -dimen mtrl_alert_dialog_background_inset_top -dimen mtrl_alert_dialog_picker_background_inset -dimen mtrl_badge_horizontal_edge_offset -dimen mtrl_badge_long_text_horizontal_padding -dimen mtrl_badge_radius -dimen mtrl_badge_text_horizontal_edge_offset -dimen mtrl_badge_text_size -dimen mtrl_badge_with_text_radius -dimen mtrl_bottomappbar_fabOffsetEndMode -dimen mtrl_bottomappbar_fab_bottom_margin -dimen mtrl_bottomappbar_fab_cradle_margin -dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius -dimen mtrl_bottomappbar_fab_cradle_vertical_offset -dimen mtrl_bottomappbar_height -dimen mtrl_btn_corner_radius -dimen mtrl_btn_dialog_btn_min_width -dimen mtrl_btn_disabled_elevation -dimen mtrl_btn_disabled_z -dimen mtrl_btn_elevation -dimen mtrl_btn_focused_z -dimen mtrl_btn_hovered_z -dimen mtrl_btn_icon_btn_padding_left -dimen mtrl_btn_icon_padding -dimen mtrl_btn_inset -dimen mtrl_btn_letter_spacing -dimen mtrl_btn_padding_bottom -dimen mtrl_btn_padding_left -dimen mtrl_btn_padding_right -dimen mtrl_btn_padding_top -dimen mtrl_btn_pressed_z -dimen mtrl_btn_stroke_size -dimen mtrl_btn_text_btn_icon_padding -dimen mtrl_btn_text_btn_padding_left -dimen mtrl_btn_text_btn_padding_right -dimen mtrl_btn_text_size -dimen mtrl_btn_z -dimen mtrl_calendar_action_height -dimen mtrl_calendar_action_padding -dimen mtrl_calendar_bottom_padding -dimen mtrl_calendar_content_padding -dimen mtrl_calendar_day_corner -dimen mtrl_calendar_day_height -dimen mtrl_calendar_day_horizontal_padding -dimen mtrl_calendar_day_today_stroke -dimen mtrl_calendar_day_vertical_padding -dimen mtrl_calendar_day_width -dimen mtrl_calendar_days_of_week_height -dimen mtrl_calendar_dialog_background_inset -dimen mtrl_calendar_header_content_padding -dimen mtrl_calendar_header_content_padding_fullscreen -dimen mtrl_calendar_header_divider_thickness -dimen mtrl_calendar_header_height -dimen mtrl_calendar_header_height_fullscreen -dimen mtrl_calendar_header_selection_line_height -dimen mtrl_calendar_header_text_padding -dimen mtrl_calendar_header_toggle_margin_bottom -dimen mtrl_calendar_header_toggle_margin_top -dimen mtrl_calendar_landscape_header_width -dimen mtrl_calendar_maximum_default_fullscreen_minor_axis -dimen mtrl_calendar_month_horizontal_padding -dimen mtrl_calendar_month_vertical_padding -dimen mtrl_calendar_navigation_bottom_padding -dimen mtrl_calendar_navigation_height -dimen mtrl_calendar_navigation_top_padding -dimen mtrl_calendar_pre_l_text_clip_padding -dimen mtrl_calendar_selection_baseline_to_top_fullscreen -dimen mtrl_calendar_selection_text_baseline_to_bottom -dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -dimen mtrl_calendar_selection_text_baseline_to_top -dimen mtrl_calendar_text_input_padding_top -dimen mtrl_calendar_title_baseline_to_top -dimen mtrl_calendar_title_baseline_to_top_fullscreen -dimen mtrl_calendar_year_corner -dimen mtrl_calendar_year_height -dimen mtrl_calendar_year_horizontal_padding -dimen mtrl_calendar_year_vertical_padding -dimen mtrl_calendar_year_width -dimen mtrl_card_checked_icon_margin -dimen mtrl_card_checked_icon_size -dimen mtrl_card_corner_radius -dimen mtrl_card_dragged_z -dimen mtrl_card_elevation -dimen mtrl_card_spacing -dimen mtrl_chip_pressed_translation_z -dimen mtrl_chip_text_size -dimen mtrl_exposed_dropdown_menu_popup_elevation -dimen mtrl_exposed_dropdown_menu_popup_vertical_offset -dimen mtrl_exposed_dropdown_menu_popup_vertical_padding -dimen mtrl_extended_fab_bottom_padding -dimen mtrl_extended_fab_corner_radius -dimen mtrl_extended_fab_disabled_elevation -dimen mtrl_extended_fab_disabled_translation_z -dimen mtrl_extended_fab_elevation -dimen mtrl_extended_fab_end_padding -dimen mtrl_extended_fab_end_padding_icon -dimen mtrl_extended_fab_icon_size -dimen mtrl_extended_fab_icon_text_spacing -dimen mtrl_extended_fab_min_height -dimen mtrl_extended_fab_min_width -dimen mtrl_extended_fab_start_padding -dimen mtrl_extended_fab_start_padding_icon -dimen mtrl_extended_fab_top_padding -dimen mtrl_extended_fab_translation_z_base -dimen mtrl_extended_fab_translation_z_hovered_focused -dimen mtrl_extended_fab_translation_z_pressed -dimen mtrl_fab_elevation -dimen mtrl_fab_min_touch_target -dimen mtrl_fab_translation_z_hovered_focused -dimen mtrl_fab_translation_z_pressed -dimen mtrl_high_ripple_default_alpha -dimen mtrl_high_ripple_focused_alpha -dimen mtrl_high_ripple_hovered_alpha -dimen mtrl_high_ripple_pressed_alpha -dimen mtrl_large_touch_target -dimen mtrl_low_ripple_default_alpha -dimen mtrl_low_ripple_focused_alpha -dimen mtrl_low_ripple_hovered_alpha -dimen mtrl_low_ripple_pressed_alpha -dimen mtrl_min_touch_target_size -dimen mtrl_navigation_elevation -dimen mtrl_navigation_item_horizontal_padding -dimen mtrl_navigation_item_icon_padding -dimen mtrl_navigation_item_icon_size -dimen mtrl_navigation_item_shape_horizontal_margin -dimen mtrl_navigation_item_shape_vertical_margin -dimen mtrl_shape_corner_size_large_component -dimen mtrl_shape_corner_size_medium_component -dimen mtrl_shape_corner_size_small_component -dimen mtrl_snackbar_action_text_color_alpha -dimen mtrl_snackbar_background_corner_radius -dimen mtrl_snackbar_background_overlay_color_alpha -dimen mtrl_snackbar_margin -dimen mtrl_switch_thumb_elevation -dimen mtrl_textinput_box_corner_radius_medium -dimen mtrl_textinput_box_corner_radius_small -dimen mtrl_textinput_box_label_cutout_padding -dimen mtrl_textinput_box_stroke_width_default -dimen mtrl_textinput_box_stroke_width_focused -dimen mtrl_textinput_end_icon_margin_start -dimen mtrl_textinput_outline_box_expanded_padding -dimen mtrl_textinput_start_icon_margin_end -dimen mtrl_toolbar_default_height -dimen notification_action_icon_size -dimen notification_action_text_size -dimen notification_big_circle_margin -dimen notification_content_margin_start -dimen notification_large_icon_height -dimen notification_large_icon_width -dimen notification_main_column_padding_top -dimen notification_media_narrow_margin -dimen notification_right_icon_size -dimen notification_right_side_padding_top -dimen notification_small_icon_background_padding -dimen notification_small_icon_size_as_large -dimen notification_subtext_size -dimen notification_top_pad -dimen notification_top_pad_large_text -dimen osd_collapsed_height -dimen test_mtrl_calendar_day_cornerSize -dimen tooltip_corner_radius -dimen tooltip_horizontal_padding -dimen tooltip_margin -dimen tooltip_precise_anchor_extra_offset -dimen tooltip_precise_anchor_threshold -dimen tooltip_vertical_padding -dimen tooltip_y_offset_non_touch -dimen tooltip_y_offset_touch -drawable abc_ab_share_pack_mtrl_alpha -drawable abc_action_bar_item_background_material -drawable abc_btn_borderless_material -drawable abc_btn_check_material -drawable abc_btn_check_material_anim -drawable abc_btn_check_to_on_mtrl_000 -drawable abc_btn_check_to_on_mtrl_015 -drawable abc_btn_colored_material -drawable abc_btn_default_mtrl_shape -drawable abc_btn_radio_material -drawable abc_btn_radio_material_anim -drawable abc_btn_radio_to_on_mtrl_000 -drawable abc_btn_radio_to_on_mtrl_015 -drawable abc_btn_switch_to_on_mtrl_00001 -drawable abc_btn_switch_to_on_mtrl_00012 -drawable abc_cab_background_internal_bg -drawable abc_cab_background_top_material -drawable abc_cab_background_top_mtrl_alpha -drawable abc_control_background_material -drawable abc_dialog_material_background -drawable abc_edit_text_material -drawable abc_ic_ab_back_material -drawable abc_ic_arrow_drop_right_black_24dp -drawable abc_ic_clear_material -drawable abc_ic_commit_search_api_mtrl_alpha -drawable abc_ic_go_search_api_material -drawable abc_ic_menu_copy_mtrl_am_alpha -drawable abc_ic_menu_cut_mtrl_alpha -drawable abc_ic_menu_overflow_material -drawable abc_ic_menu_paste_mtrl_am_alpha -drawable abc_ic_menu_selectall_mtrl_alpha -drawable abc_ic_menu_share_mtrl_alpha -drawable abc_ic_search_api_material -drawable abc_ic_voice_search_api_material -drawable abc_item_background_holo_dark -drawable abc_item_background_holo_light -drawable abc_list_divider_material -drawable abc_list_divider_mtrl_alpha -drawable abc_list_focused_holo -drawable abc_list_longpressed_holo -drawable abc_list_pressed_holo_dark -drawable abc_list_pressed_holo_light -drawable abc_list_selector_background_transition_holo_dark -drawable abc_list_selector_background_transition_holo_light -drawable abc_list_selector_disabled_holo_dark -drawable abc_list_selector_disabled_holo_light -drawable abc_list_selector_holo_dark -drawable abc_list_selector_holo_light -drawable abc_menu_hardkey_panel_mtrl_mult -drawable abc_popup_background_mtrl_mult -drawable abc_ratingbar_indicator_material -drawable abc_ratingbar_material -drawable abc_ratingbar_small_material -drawable abc_scrubber_control_off_mtrl_alpha -drawable abc_scrubber_control_to_pressed_mtrl_000 -drawable abc_scrubber_control_to_pressed_mtrl_005 -drawable abc_scrubber_primary_mtrl_alpha -drawable abc_scrubber_track_mtrl_alpha -drawable abc_seekbar_thumb_material -drawable abc_seekbar_tick_mark_material -drawable abc_seekbar_track_material -drawable abc_spinner_mtrl_am_alpha -drawable abc_spinner_textfield_background_material -drawable abc_star_black_48dp -drawable abc_star_half_black_48dp -drawable abc_switch_thumb_material -drawable abc_switch_track_mtrl_alpha -drawable abc_tab_indicator_material -drawable abc_tab_indicator_mtrl_alpha -drawable abc_text_cursor_material -drawable abc_text_select_handle_left_mtrl -drawable abc_text_select_handle_middle_mtrl -drawable abc_text_select_handle_right_mtrl -drawable abc_textfield_activated_mtrl_alpha -drawable abc_textfield_default_mtrl_alpha -drawable abc_textfield_search_activated_mtrl_alpha -drawable abc_textfield_search_default_mtrl_alpha -drawable abc_textfield_search_material -drawable abc_vector_test -drawable add_new_card_dark -drawable add_new_card_light -drawable add_upi_id -drawable amazonpay_wallet -drawable ambient_shadow_zeight -drawable approve_upi_payment -drawable arrow_bullet -drawable autofill_inline_suggestion_chip_background -drawable avd_hide_password -drawable avd_show_password -drawable axis_logo_short -drawable back_arrow_fmcg -drawable bank_axis_name -drawable bank_icici_name -drawable black_tick -drawable branding -drawable btn_checkbox_checked_mtrl -drawable btn_checkbox_checked_to_unchecked_mtrl_animation -drawable btn_checkbox_unchecked_mtrl -drawable btn_checkbox_unchecked_to_checked_mtrl_animation -drawable btn_radio_off_mtrl -drawable btn_radio_off_to_on_mtrl_animation -drawable btn_radio_on_mtrl -drawable btn_radio_on_to_off_mtrl_animation -drawable bullet -drawable bullet_icon_one -drawable bullet_icon_two -drawable card_security -drawable card_type_americanexp -drawable card_type_amex -drawable card_type_dhani -drawable card_type_diners -drawable card_type_diners_club_carte_blanche -drawable card_type_diners_club_international -drawable card_type_discover -drawable card_type_jcb -drawable card_type_laser -drawable card_type_maestro -drawable card_type_master -drawable card_type_mastercard -drawable card_type_rupay -drawable card_type_slice -drawable card_type_visa -drawable card_type_visa_electron -drawable checkbox -drawable checkbox1 -drawable circular_radio_button -drawable common_full_open_on_phone -drawable common_google_signin_btn_icon_dark -drawable common_google_signin_btn_icon_dark_focused -drawable common_google_signin_btn_icon_dark_normal -drawable common_google_signin_btn_icon_dark_normal_background -drawable common_google_signin_btn_icon_disabled -drawable common_google_signin_btn_icon_light -drawable common_google_signin_btn_icon_light_focused -drawable common_google_signin_btn_icon_light_normal -drawable common_google_signin_btn_icon_light_normal_background -drawable common_google_signin_btn_text_dark -drawable common_google_signin_btn_text_dark_focused -drawable common_google_signin_btn_text_dark_normal -drawable common_google_signin_btn_text_dark_normal_background -drawable common_google_signin_btn_text_disabled -drawable common_google_signin_btn_text_light -drawable common_google_signin_btn_text_light_focused -drawable common_google_signin_btn_text_light_normal -drawable common_google_signin_btn_text_light_normal_background -drawable cred -drawable cross -drawable design_bottom_navigation_item_background -drawable design_fab_background -drawable design_ic_visibility -drawable design_ic_visibility_off -drawable design_password_eye -drawable design_snackbar_background -drawable emi_available -drawable empty_search_state_nb -drawable error -drawable eye_hide_grey -drawable eye_show_grey -drawable failure_red -drawable food_card -drawable google_pay -drawable googleg_disabled_color_18 -drawable googleg_standard_color_18 -drawable green_plus -drawable grid_tick -drawable hourglass -drawable ic_affirm -drawable ic_afterpay_clearpay -drawable ic_airtelmoney -drawable ic_amazonpay -drawable ic_amexezeclick -drawable ic_atomepaylater -drawable ic_back_arrow -drawable ic_bank_0999 -drawable ic_bank_113652 -drawable ic_bank_142094 -drawable ic_bank_143442 -drawable ic_bank_193025 -drawable ic_bank_199641 -drawable ic_bank_221122 -drawable ic_bank_223311 -drawable ic_bank_223312 -drawable ic_bank_223322 -drawable ic_bank_259789 -drawable ic_bank_261929 -drawable ic_bank_326666 -drawable ic_bank_354262 -drawable ic_bank_411122 -drawable ic_bank_416572 -drawable ic_bank_431870 -drawable ic_bank_436360 -drawable ic_bank_441671 -drawable ic_bank_442212 -drawable ic_bank_455012 -drawable ic_bank_468233 -drawable ic_bank_484441 -drawable ic_bank_493541 -drawable ic_bank_500001 -drawable ic_bank_500002 -drawable ic_bank_500003 -drawable ic_bank_500004 -drawable ic_bank_500005 -drawable ic_bank_500007 -drawable ic_bank_506286 -drawable ic_bank_508500 -drawable ic_bank_508505 -drawable ic_bank_508507 -drawable ic_bank_508508 -drawable ic_bank_508512 -drawable ic_bank_508517 -drawable ic_bank_508532 -drawable ic_bank_508534 -drawable ic_bank_508541 -drawable ic_bank_508547 -drawable ic_bank_508548 -drawable ic_bank_508568 -drawable ic_bank_508585 -drawable ic_bank_508753 -drawable ic_bank_508794 -drawable ic_bank_508991 -drawable ic_bank_508998 -drawable ic_bank_511308 -drawable ic_bank_515948 -drawable ic_bank_525847 -drawable ic_bank_528293 -drawable ic_bank_548748 -drawable ic_bank_606060 -drawable ic_bank_606985 -drawable ic_bank_606993 -drawable ic_bank_606995 -drawable ic_bank_607000 -drawable ic_bank_607028 -drawable ic_bank_607051 -drawable ic_bank_607055 -drawable ic_bank_607057 -drawable ic_bank_607058 -drawable ic_bank_607062 -drawable ic_bank_607064 -drawable ic_bank_607065 -drawable ic_bank_607066 -drawable ic_bank_607075 -drawable ic_bank_607080 -drawable ic_bank_607084 -drawable ic_bank_607087 -drawable ic_bank_607090 -drawable ic_bank_607091 -drawable ic_bank_607095 -drawable ic_bank_607099 -drawable ic_bank_607100 -drawable ic_bank_607101 -drawable ic_bank_607104 -drawable ic_bank_607105 -drawable ic_bank_607115 -drawable ic_bank_607117 -drawable ic_bank_607121 -drawable ic_bank_607122 -drawable ic_bank_607124 -drawable ic_bank_607126 -drawable ic_bank_607130 -drawable ic_bank_607131 -drawable ic_bank_607152 -drawable ic_bank_607153 -drawable ic_bank_607158 -drawable ic_bank_607165 -drawable ic_bank_607167 -drawable ic_bank_607170 -drawable ic_bank_607184 -drawable ic_bank_607187 -drawable ic_bank_607189 -drawable ic_bank_607195 -drawable ic_bank_607197 -drawable ic_bank_607198 -drawable ic_bank_607200 -drawable ic_bank_607202 -drawable ic_bank_607206 -drawable ic_bank_607210 -drawable ic_bank_607212 -drawable ic_bank_607214 -drawable ic_bank_607222 -drawable ic_bank_607223 -drawable ic_bank_607230 -drawable ic_bank_607241 -drawable ic_bank_607249 -drawable ic_bank_607258 -drawable ic_bank_607261 -drawable ic_bank_607270 -drawable ic_bank_607273 -drawable ic_bank_607276 -drawable ic_bank_607280 -drawable ic_bank_607290 -drawable ic_bank_607291 -drawable ic_bank_607308 -drawable ic_bank_607320 -drawable ic_bank_607324 -drawable ic_bank_607339 -drawable ic_bank_607354 -drawable ic_bank_607363 -drawable ic_bank_607377 -drawable ic_bank_607387 -drawable ic_bank_607389 -drawable ic_bank_607393 -drawable ic_bank_607394 -drawable ic_bank_607395 -drawable ic_bank_607420 -drawable ic_bank_607440 -drawable ic_bank_607442 -drawable ic_bank_607476 -drawable ic_bank_607485 -drawable ic_bank_607506 -drawable ic_bank_607509 -drawable ic_bank_607544 -drawable ic_bank_607592 -drawable ic_bank_607621 -drawable ic_bank_607689 -drawable ic_bank_608001 -drawable ic_bank_608032 -drawable ic_bank_608088 -drawable ic_bank_608117 -drawable ic_bank_612345 -drawable ic_bank_612346 -drawable ic_bank_612356 -drawable ic_bank_616197 -drawable ic_bank_632663 -drawable ic_bank_650397 -drawable ic_bank_652150 -drawable ic_bank_652194 -drawable ic_bank_672266 -drawable ic_bank_707657 -drawable ic_bank_745497 -drawable ic_bank_838890 -drawable ic_bank_859140 -drawable ic_bank_952542 -drawable ic_bank_990288 -drawable ic_bank_999999 -drawable ic_bank_default -drawable ic_bhim -drawable ic_blik -drawable ic_calendar_black_24dp -drawable ic_capitalfloat -drawable ic_card -drawable ic_cardod -drawable ic_clear_black_24dp -drawable ic_cod -drawable ic_coupon_logo -drawable ic_cred -drawable ic_disable -drawable ic_edit_black_24dp -drawable ic_emi -drawable ic_epaylater -drawable ic_error_outline -drawable ic_fi -drawable ic_flexmoney -drawable ic_freecharge -drawable ic_giftcard_faded -drawable ic_googlepay -drawable ic_grabpay -drawable ic_grabpaypaylater -drawable ic_green_offer -drawable ic_hdfc_flexipay -drawable ic_icici_cl -drawable ic_icon_back -drawable ic_ideamoney -drawable ic_info -drawable ic_jiomoney -drawable ic_jupiter -drawable ic_keyboard_arrow_left_black_24dp -drawable ic_keyboard_arrow_right_black_24dp -drawable ic_klarna -drawable ic_kotak_clemi -drawable ic_lazypay -drawable ic_lock -drawable ic_menu_arrow_down_black_24dp -drawable ic_menu_arrow_up_black_24dp -drawable ic_mobikwik -drawable ic_mobikwikzip -drawable ic_mode_card -drawable ic_mode_net_banking -drawable ic_mode_wallet -drawable ic_moffers -drawable ic_mpesa -drawable ic_mrupee -drawable ic_mtrl_checked_circle -drawable ic_mtrl_chip_checked_black -drawable ic_mtrl_chip_checked_circle -drawable ic_mtrl_chip_close_circle -drawable ic_offer_applied -drawable ic_offer_applied_new -drawable ic_offer_icon -drawable ic_offer_icon_new -drawable ic_olamoney -drawable ic_one_card -drawable ic_outage -drawable ic_oxicash -drawable ic_oxigen -drawable ic_paycash -drawable ic_paynow -drawable ic_paypal -drawable ic_paytm -drawable ic_paytm_allinone -drawable ic_paytm_postpaid -drawable ic_payumoney -drawable ic_payzapp -drawable ic_phonepe -drawable ic_postpay -drawable ic_question_mark -drawable ic_sbibuddy -drawable ic_search_cancel -drawable ic_search_gray -drawable ic_secure -drawable ic_shareit -drawable ic_shopse -drawable ic_simpl -drawable ic_slice -drawable ic_snapmint -drawable ic_sodexo -drawable ic_tabby -drawable ic_tr -drawable ic_trash -drawable ic_upi_icon -drawable ic_verified_detail -drawable ic_warning_log -drawable ic_warning_logo -drawable ic_wechatpay -drawable ic_white_tick -drawable ic_yespay -drawable ic_zestmoney -drawable ic_zipcash -drawable inapp_collect_complete -drawable inapp_collect_initiate -drawable info_icon -drawable info_icon_white -drawable instant -drawable instant_discount_offer_0 -drawable instant_discount_offer_1 -drawable instant_discount_offer_10 -drawable instant_discount_offer_11 -drawable instant_discount_offer_2 -drawable instant_discount_offer_3 -drawable instant_discount_offer_4 -drawable instant_discount_offer_5 -drawable instant_discount_offer_6 -drawable instant_discount_offer_7 -drawable instant_discount_offer_8 -drawable instant_discount_offer_9 -drawable jp_amazonpay -drawable jp_amazonpay_upi -drawable jp_arrow_down -drawable jp_arrow_up -drawable jp_axis_logo_short -drawable jp_bhim -drawable jp_bhim_juspay_full -drawable jp_bhim_juspay_full_dark -drawable jp_card_less_emi -drawable jp_change_sim -drawable jp_chevron_down_black -drawable jp_circular_arrow -drawable jp_circular_arrow_dark -drawable jp_cred -drawable jp_cred_dark -drawable jp_credit_card_emi -drawable jp_ctc_evoucher -drawable jp_ctc_outlet -drawable jp_debit_card_emi -drawable jp_default_bank -drawable jp_default_bank_icon -drawable jp_default_card -drawable jp_failed -drawable jp_gift_card_icon -drawable jp_googlepay -drawable jp_ic_gallery -drawable jp_ic_olapostpaid -drawable jp_ic_search_gray -drawable jp_ic_settings -drawable jp_ic_sim -drawable jp_juspay_brand -drawable jp_juspay_brand_dark -drawable jp_pay_with_vouchers -drawable jp_paytm -drawable jp_permission -drawable jp_phonepe -drawable jp_popup_icon_failed -drawable jp_popup_icon_no_internet -drawable jp_popup_icon_timed_out -drawable jp_powered_axis -drawable jp_powered_axis_npci -drawable jp_powered_axis_npci_juspay -drawable jp_qwikcilver -drawable jp_search_icon -drawable jp_secured -drawable jp_secured_by_juspay -drawable jp_sms -drawable jp_success -drawable jp_toggle_off -drawable jp_toggle_on -drawable jp_upi_branding_logo -drawable jp_upi_logo -drawable jp_verifying_sim -drawable jp_verifying_sim_bar1 -drawable jp_verifying_sim_bar2 -drawable jp_verifying_sim_bar3 -drawable jp_yespay_autopay_p2m -drawable jp_yespay_p2m -drawable juspay -drawable juspay_arrow_up -drawable juspay_branding -drawable juspay_cross -drawable juspay_icon -drawable juspay_info -drawable juspay_logo -drawable juspay_logo_blue -drawable juspay_safe -drawable juspay_safe_grey -drawable juspay_safe_logo -drawable juspay_visa_blue -drawable juspay_warning -drawable loader -drawable loyalty_rewards -drawable mtrl_dialog_background -drawable mtrl_dropdown_arrow -drawable mtrl_ic_arrow_drop_down -drawable mtrl_ic_arrow_drop_up -drawable mtrl_ic_cancel -drawable mtrl_ic_error -drawable mtrl_popupmenu_background -drawable mtrl_popupmenu_background_dark -drawable mtrl_tabs_default_indicator -drawable navigation_empty_icon -drawable net_banking_icon -drawable new_card_plus -drawable no_balance_rewards -drawable notification_action_background -drawable notification_bg -drawable notification_bg_low -drawable notification_bg_low_normal -drawable notification_bg_low_pressed -drawable notification_bg_normal -drawable notification_bg_normal_pressed -drawable notification_icon_background -drawable notification_template_icon_bg -drawable notification_template_icon_low_bg -drawable notification_tile_bg -drawable notify_panel_notification_icon_bg -drawable noupiapp -drawable offer_default_icon -drawable offer_listitem_icon -drawable page_broken -drawable pay_later_icon -drawable pay_rewards -drawable payment_failed -drawable paytm -drawable phonepe -drawable popup_delete_icon -drawable powered_axis -drawable powered_by_juspay -drawable redbox_top_border_background -drawable registration_rewards -drawable right_arrow -drawable rn_edit_text_material -drawable saved_card_lock -drawable success_green -drawable switch_app -drawable test_custom_background -drawable thundericon -drawable tick -drawable toolbar_back_arrow -drawable tooltip_frame_dark -drawable tooltip_frame_light -drawable twid_icon -drawable upi_juspay_logo -drawable upi_logo -drawable visa_background -drawable visa_bolt -drawable visa_checkout -drawable visa_thunder -drawable wallet_icon -drawable warning_blue -drawable white_arrow_right -id ALT -id BOTTOM_END -id BOTTOM_START -id CTRL -id FUNCTION -id META -id SHIFT -id SYM -id TOP_END -id TOP_START -id accessibility_action_clickable_span -id accessibility_actions -id accessibility_custom_action_0 -id accessibility_custom_action_1 -id accessibility_custom_action_10 -id accessibility_custom_action_11 -id accessibility_custom_action_12 -id accessibility_custom_action_13 -id accessibility_custom_action_14 -id accessibility_custom_action_15 -id accessibility_custom_action_16 -id accessibility_custom_action_17 -id accessibility_custom_action_18 -id accessibility_custom_action_19 -id accessibility_custom_action_2 -id accessibility_custom_action_20 -id accessibility_custom_action_21 -id accessibility_custom_action_22 -id accessibility_custom_action_23 -id accessibility_custom_action_24 -id accessibility_custom_action_25 -id accessibility_custom_action_26 -id accessibility_custom_action_27 -id accessibility_custom_action_28 -id accessibility_custom_action_29 -id accessibility_custom_action_3 -id accessibility_custom_action_30 -id accessibility_custom_action_31 -id accessibility_custom_action_4 -id accessibility_custom_action_5 -id accessibility_custom_action_6 -id accessibility_custom_action_7 -id accessibility_custom_action_8 -id accessibility_custom_action_9 -id accessibility_hint -id accessibility_label -id accessibility_role -id accessibility_state -id accessibility_value -id action_bar -id action_bar_activity_content -id action_bar_container -id action_bar_root -id action_bar_spinner -id action_bar_subtitle -id action_bar_title -id action_container -id action_context_bar -id action_divider -id action_image -id action_menu_divider -id action_menu_presenter -id action_mode_bar -id action_mode_bar_stub -id action_mode_close_button -id action_text -id actions -id activity_chooser_view_content -id add -id adjust_height -id adjust_width -id alertTitle -id all -id always -id async -id auto -id autofill_inline_suggestion_end_icon -id autofill_inline_suggestion_start_icon -id autofill_inline_suggestion_subtitle -id autofill_inline_suggestion_title -id beginning -id blocking -id bottom -id buttonPanel -id cancel_button -id catalyst_redbox_title -id center -id centerCrop -id centerInside -id center_horizontal -id center_vertical -id checkbox -id checked -id chip -id chip_group -id chronometer -id clear_text -id clip_horizontal -id clip_vertical -id collapseActionView -id confirm_button -id container -id content -id contentPanel -id coordinator -id custom -id customPanel -id cut -id dark -id date_picker_actions -id decor_content_parent -id default_activity_button -id design_bottom_sheet -id design_menu_item_action_area -id design_menu_item_action_area_stub -id design_menu_item_text -id design_navigation_view -id dialog_button -id disableHome -id dropdown_menu -id edit_query -id end -id enterAlways -id enterAlwaysCollapsed -id exitUntilCollapsed -id expand_activities_button -id expanded_menu -id fade -id fill -id fill_horizontal -id fill_vertical -id filled -id filter_chip -id fitBottomStart -id fitCenter -id fitEnd -id fitStart -id fitToContents -id fitXY -id fixed -id flipper_skip_empty_view_group_traversal -id flipper_skip_view_traversal -id focusCrop -id forever -id fps_text -id fragment_container_view_tag -id ghost_view -id ghost_view_holder -id group_divider -id hideable -id home -id homeAsUp -id icon -id icon_group -id icon_only -id ifRoom -id image -id info -id italic -id item_touch_helper_previous_elevation -id juspay_browser_view -id labeled -id labelled_by -id largeLabel -id left -id light -id line1 -id line3 -id listMode -id list_item -id masked -id message -id middle -id mini -id month_grid -id month_navigation_bar -id month_navigation_fragment_toggle -id month_navigation_next -id month_navigation_previous -id month_title -id mtrl_calendar_day_selector_frame -id mtrl_calendar_days_of_week -id mtrl_calendar_frame -id mtrl_calendar_main_pane -id mtrl_calendar_months -id mtrl_calendar_selection_frame -id mtrl_calendar_text_input_frame -id mtrl_calendar_year_selector_frame -id mtrl_card_checked_layer_id -id mtrl_child_content_container -id mtrl_internal_children_alpha_tag -id mtrl_picker_fullscreen -id mtrl_picker_header -id mtrl_picker_header_selection_text -id mtrl_picker_header_title_and_selection -id mtrl_picker_header_toggle -id mtrl_picker_text_input_date -id mtrl_picker_text_input_range_end -id mtrl_picker_text_input_range_start -id mtrl_picker_title_text -id multiply -id navigation_header_container -id never -id noScroll -id none -id normal -id notification_background -id notification_main_column -id notification_main_column_container -id off -id on -id outline -id parallax -id parentPanel -id parent_matrix -id password_toggle -id peekHeight -id pin -id pointer_enter -id pointer_leave -id pointer_move -id progress_circular -id progress_horizontal -id radio -id react_test_id -id right -id right_icon -id right_side -id rn_frame_file -id rn_frame_method -id rn_redbox_dismiss_button -id rn_redbox_line_separator -id rn_redbox_loading_indicator -id rn_redbox_reload_button -id rn_redbox_report_button -id rn_redbox_report_label -id rn_redbox_stack -id rounded -id save_non_transition_alpha -id save_overlay_view -id scale -id screen -id scroll -id scrollIndicatorDown -id scrollIndicatorUp -id scrollView -id scrollable -id search_badge -id search_bar -id search_button -id search_close_btn -id search_edit_frame -id search_go_btn -id search_mag_icon -id search_plate -id search_src_text -id search_voice_btn -id select_dialog_listview -id selected -id shortcut -id showCustom -id showHome -id showTitle -id skipCollapsed -id slide -id smallLabel -id snackbar_action -id snackbar_text -id snap -id snapMargins -id spacer -id special_effects_controller_view_tag -id split_action_bar -id src_atop -id src_in -id src_over -id standard -id start -id stretch -id submenuarrow -id submit_area -id tabMode -id tag_accessibility_actions -id tag_accessibility_clickable_spans -id tag_accessibility_heading -id tag_accessibility_pane_title -id tag_on_apply_window_listener -id tag_on_receive_content_listener -id tag_on_receive_content_mime_types -id tag_screen_reader_focusable -id tag_state_description -id tag_transition_group -id tag_unhandled_key_event_manager -id tag_unhandled_key_listeners -id tag_window_insets_animation_callback -id test_checkbox_android_button_tint -id test_checkbox_app_button_tint -id text -id text2 -id textEnd -id textSpacerNoButtons -id textSpacerNoTitle -id textStart -id text_input_end_icon -id text_input_start_icon -id textinput_counter -id textinput_error -id textinput_helper_text -id time -id title -id titleDividerNoCustom -id title_template -id top -id topPanel -id touch_outside -id transition_current_scene -id transition_layout_save -id transition_position -id transition_scene_layoutid_cache -id transition_transform -id unchecked -id uniform -id unlabeled -id up -id useLogo -id view_offset_helper -id view_tag_instance_handle -id view_tag_native_id -id view_tree_lifecycle_owner -id view_tree_saved_state_registry_owner -id view_tree_view_model_store_owner -id visible -id visible_removing_fragment_view_tag -id wide -id withText -id wrap_content -integer abc_config_activityDefaultDur -integer abc_config_activityShortDur -integer app_bar_elevation_anim_duration -integer bottom_sheet_slide_duration -integer cancel_button_image_alpha -integer config_tooltipAnimTime -integer design_snackbar_text_max_lines -integer design_tab_indicator_anim_duration_ms -integer google_play_services_version -integer hide_password_duration -integer mtrl_badge_max_character_count -integer mtrl_btn_anim_delay_ms -integer mtrl_btn_anim_duration_ms -integer mtrl_calendar_header_orientation -integer mtrl_calendar_selection_text_lines -integer mtrl_calendar_year_selector_span -integer mtrl_card_anim_delay_ms -integer mtrl_card_anim_duration_ms -integer mtrl_chip_anim_duration -integer mtrl_tab_indicator_anim_duration_ms -integer react_native_dev_server_port -integer react_native_inspector_proxy_port -integer show_password_duration -integer status_bar_notification_info_maxnum -interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 -interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 -interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 -interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 -interpolator btn_radio_to_off_mtrl_animation_interpolator_0 -interpolator btn_radio_to_on_mtrl_animation_interpolator_0 -interpolator fast_out_slow_in -interpolator mtrl_fast_out_linear_in -interpolator mtrl_fast_out_slow_in -interpolator mtrl_linear -interpolator mtrl_linear_out_slow_in -layout abc_action_bar_title_item -layout abc_action_bar_up_container -layout abc_action_menu_item_layout -layout abc_action_menu_layout -layout abc_action_mode_bar -layout abc_action_mode_close_item_material -layout abc_activity_chooser_view -layout abc_activity_chooser_view_list_item -layout abc_alert_dialog_button_bar_material -layout abc_alert_dialog_material -layout abc_alert_dialog_title_material -layout abc_cascading_menu_item_layout -layout abc_dialog_title_material -layout abc_expanded_menu_layout -layout abc_list_menu_item_checkbox -layout abc_list_menu_item_icon -layout abc_list_menu_item_layout -layout abc_list_menu_item_radio -layout abc_popup_menu_header_item_layout -layout abc_popup_menu_item_layout -layout abc_screen_content_include -layout abc_screen_simple -layout abc_screen_simple_overlay_action_mode -layout abc_screen_toolbar -layout abc_search_dropdown_item_icons_2line -layout abc_search_view -layout abc_select_dialog_material -layout abc_tooltip -layout autofill_inline_suggestion -layout custom_dialog -layout design_bottom_navigation_item -layout design_bottom_sheet_dialog -layout design_layout_snackbar -layout design_layout_snackbar_include -layout design_layout_tab_icon -layout design_layout_tab_text -layout design_menu_item_action_area -layout design_navigation_item -layout design_navigation_item_header -layout design_navigation_item_separator -layout design_navigation_item_subheader -layout design_navigation_menu -layout design_navigation_menu_item -layout design_text_input_end_icon -layout design_text_input_start_icon -layout dev_loading_view -layout fps_view -layout mtrl_alert_dialog -layout mtrl_alert_dialog_actions -layout mtrl_alert_dialog_title -layout mtrl_alert_select_dialog_item -layout mtrl_alert_select_dialog_multichoice -layout mtrl_alert_select_dialog_singlechoice -layout mtrl_calendar_day -layout mtrl_calendar_day_of_week -layout mtrl_calendar_days_of_week -layout mtrl_calendar_horizontal -layout mtrl_calendar_month -layout mtrl_calendar_month_labeled -layout mtrl_calendar_month_navigation -layout mtrl_calendar_months -layout mtrl_calendar_vertical -layout mtrl_calendar_year -layout mtrl_layout_snackbar -layout mtrl_layout_snackbar_include -layout mtrl_picker_actions -layout mtrl_picker_dialog -layout mtrl_picker_fullscreen -layout mtrl_picker_header_dialog -layout mtrl_picker_header_fullscreen -layout mtrl_picker_header_selection_text -layout mtrl_picker_header_title_text -layout mtrl_picker_header_toggle -layout mtrl_picker_text_input_date -layout mtrl_picker_text_input_date_range -layout notification_action -layout notification_action_tombstone -layout notification_template_custom_big -layout notification_template_icon_group -layout notification_template_part_chronometer -layout notification_template_part_time -layout redbox_item_frame -layout redbox_item_title -layout redbox_view -layout select_dialog_item_material -layout select_dialog_multichoice_material -layout select_dialog_singlechoice_material -layout support_simple_spinner_dropdown_item -layout test_action_chip -layout test_design_checkbox -layout test_reflow_chipgroup -layout test_toolbar -layout test_toolbar_custom_background -layout test_toolbar_elevation -layout test_toolbar_surface -layout text_view_with_line_height_from_appearance -layout text_view_with_line_height_from_layout -layout text_view_with_line_height_from_style -layout text_view_with_theme_line_height -layout text_view_without_line_height -mipmap ic_launcher -mipmap ic_launcher_round -plurals mtrl_badge_content_description -raw juspay_da_keep -raw juspay_hypersdk_keep -string abc_action_bar_home_description -string abc_action_bar_up_description -string abc_action_menu_overflow_description -string abc_action_mode_done -string abc_activity_chooser_view_see_all -string abc_activitychooserview_choose_application -string abc_capital_off -string abc_capital_on -string abc_menu_alt_shortcut_label -string abc_menu_ctrl_shortcut_label -string abc_menu_delete_shortcut_label -string abc_menu_enter_shortcut_label -string abc_menu_function_shortcut_label -string abc_menu_meta_shortcut_label -string abc_menu_shift_shortcut_label -string abc_menu_space_shortcut_label -string abc_menu_sym_shortcut_label -string abc_prepend_shortcut_label -string abc_search_hint -string abc_searchview_description_clear -string abc_searchview_description_query -string abc_searchview_description_search -string abc_searchview_description_submit -string abc_searchview_description_voice -string abc_shareactionprovider_share_with -string abc_shareactionprovider_share_with_application -string abc_toolbar_collapse_description -string alert_description -string androidx_startup -string app_name -string appbar_scrolling_view_behavior -string beckn_version -string beta_assets -string bottom_sheet_behavior -string build_version -string catalyst_change_bundle_location -string catalyst_copy_button -string catalyst_debug -string catalyst_debug_chrome -string catalyst_debug_chrome_stop -string catalyst_debug_connecting -string catalyst_debug_error -string catalyst_debug_open -string catalyst_debug_stop -string catalyst_devtools_open -string catalyst_dismiss_button -string catalyst_heap_capture -string catalyst_hot_reloading -string catalyst_hot_reloading_auto_disable -string catalyst_hot_reloading_auto_enable -string catalyst_hot_reloading_stop -string catalyst_inspector -string catalyst_inspector_stop -string catalyst_loading_from_url -string catalyst_open_flipper_error -string catalyst_perf_monitor -string catalyst_perf_monitor_stop -string catalyst_reload -string catalyst_reload_button -string catalyst_reload_error -string catalyst_report_button -string catalyst_sample_profiler_disable -string catalyst_sample_profiler_enable -string catalyst_settings -string catalyst_settings_title -string character_counter_content_description -string character_counter_overflowed_content_description -string character_counter_pattern -string checkout_remotes_version -string chip_text -string clear_text_end_icon_content_description -string combobox_description -string common_google_play_services_enable_button -string common_google_play_services_enable_text -string common_google_play_services_enable_title -string common_google_play_services_install_button -string common_google_play_services_install_text -string common_google_play_services_install_title -string common_google_play_services_notification_channel_name -string common_google_play_services_notification_ticker -string common_google_play_services_unknown_issue -string common_google_play_services_unsupported_text -string common_google_play_services_update_button -string common_google_play_services_update_text -string common_google_play_services_update_title -string common_google_play_services_updating_text -string common_google_play_services_wear_update_text -string common_open_on_phone -string common_signin_button_text -string common_signin_button_text_long -string config_location -string dui_build_version -string dui_version -string ec_remotes_version -string error_icon_content_description -string exposed_dropdown_menu_content_description -string fab_transformation_scrim_behavior -string fab_transformation_sheet_behavior -string godel_app_name -string godel_build_version -string godel_remotes_version -string godel_version -string header_description -string hide_bottom_view_on_scroll_behavior -string hyper_apay_upi_build_version -string hyper_apay_upi_version -string hyper_build_version -string hyper_remotes_version -string hyper_version -string icon_content_description -string image_description -string imagebutton_description -string is_packaged -string jp_android_lib_app_name -string jp_android_lib_version -string jp_merchant -string juspay_analytics_endpoint -string juspay_analytics_endpoint_sandbox -string juspay_encryption_version -string link_description -string log_version -string menu_description -string menubar_description -string menuitem_description -string mtrl_badge_numberless_content_description -string mtrl_chip_close_icon_content_description -string mtrl_exceed_max_badge_number_suffix -string mtrl_picker_a11y_next_month -string mtrl_picker_a11y_prev_month -string mtrl_picker_announce_current_selection -string mtrl_picker_cancel -string mtrl_picker_confirm -string mtrl_picker_date_header_selected -string mtrl_picker_date_header_title -string mtrl_picker_date_header_unselected -string mtrl_picker_day_of_week_column_header -string mtrl_picker_invalid_format -string mtrl_picker_invalid_format_example -string mtrl_picker_invalid_format_use -string mtrl_picker_invalid_range -string mtrl_picker_navigate_to_year_description -string mtrl_picker_out_of_range -string mtrl_picker_range_header_only_end_selected -string mtrl_picker_range_header_only_start_selected -string mtrl_picker_range_header_selected -string mtrl_picker_range_header_title -string mtrl_picker_range_header_unselected -string mtrl_picker_save -string mtrl_picker_text_input_date_hint -string mtrl_picker_text_input_date_range_end_hint -string mtrl_picker_text_input_date_range_start_hint -string mtrl_picker_text_input_day_abbr -string mtrl_picker_text_input_month_abbr -string mtrl_picker_text_input_year_abbr -string mtrl_picker_toggle_to_calendar_input_mode -string mtrl_picker_toggle_to_day_selection -string mtrl_picker_toggle_to_text_input_mode -string mtrl_picker_toggle_to_year_selection -string password_toggle_content_description -string path -string path_password_eye -string path_password_eye_mask_strike_through -string path_password_eye_mask_visible -string path_password_strike_through -string pre_render_version -string progressbar_description -string radiogroup_description -string rc_version -string remotes_version -string rn_tab_description -string scrollbar_description -string search_menu_title -string spinbutton_description -string state_busy_description -string state_collapsed_description -string state_expanded_description -string state_mixed_description -string state_off_description -string state_on_description -string state_unselected_description -string status_bar_notification_info_overflow -string summary_description -string tablist_description -string timer_description -string toolbar_description -string upi_remotes_version -string using_androidx -string vies_remotes_version -style AlertDialog_AppCompat -style AlertDialog_AppCompat_Light -style Animation_AppCompat_Dialog -style Animation_AppCompat_DropDownUp -style Animation_AppCompat_Tooltip -style Animation_Catalyst_LogBox -style Animation_Catalyst_RedBox -style Animation_Design_BottomSheetDialog -style Animation_MaterialComponents_BottomSheetDialog -style AppTheme -style Base_AlertDialog_AppCompat -style Base_AlertDialog_AppCompat_Light -style Base_Animation_AppCompat_Dialog -style Base_Animation_AppCompat_DropDownUp -style Base_Animation_AppCompat_Tooltip -style Base_CardView -style Base_DialogWindowTitle_AppCompat -style Base_DialogWindowTitleBackground_AppCompat -style Base_MaterialAlertDialog_MaterialComponents_Title_Icon -style Base_MaterialAlertDialog_MaterialComponents_Title_Panel -style Base_MaterialAlertDialog_MaterialComponents_Title_Text -style Base_TextAppearance_AppCompat -style Base_TextAppearance_AppCompat_Body1 -style Base_TextAppearance_AppCompat_Body2 -style Base_TextAppearance_AppCompat_Button -style Base_TextAppearance_AppCompat_Caption -style Base_TextAppearance_AppCompat_Display1 -style Base_TextAppearance_AppCompat_Display2 -style Base_TextAppearance_AppCompat_Display3 -style Base_TextAppearance_AppCompat_Display4 -style Base_TextAppearance_AppCompat_Headline -style Base_TextAppearance_AppCompat_Inverse -style Base_TextAppearance_AppCompat_Large -style Base_TextAppearance_AppCompat_Large_Inverse -style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -style Base_TextAppearance_AppCompat_Medium -style Base_TextAppearance_AppCompat_Medium_Inverse -style Base_TextAppearance_AppCompat_Menu -style Base_TextAppearance_AppCompat_SearchResult -style Base_TextAppearance_AppCompat_SearchResult_Subtitle -style Base_TextAppearance_AppCompat_SearchResult_Title -style Base_TextAppearance_AppCompat_Small -style Base_TextAppearance_AppCompat_Small_Inverse -style Base_TextAppearance_AppCompat_Subhead -style Base_TextAppearance_AppCompat_Subhead_Inverse -style Base_TextAppearance_AppCompat_Title -style Base_TextAppearance_AppCompat_Title_Inverse -style Base_TextAppearance_AppCompat_Tooltip -style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -style Base_TextAppearance_AppCompat_Widget_ActionBar_Title -style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -style Base_TextAppearance_AppCompat_Widget_ActionMode_Title -style Base_TextAppearance_AppCompat_Widget_Button -style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -style Base_TextAppearance_AppCompat_Widget_Button_Colored -style Base_TextAppearance_AppCompat_Widget_Button_Inverse -style Base_TextAppearance_AppCompat_Widget_DropDownItem -style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -style Base_TextAppearance_AppCompat_Widget_Switch -style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -style Base_TextAppearance_MaterialComponents_Badge -style Base_TextAppearance_MaterialComponents_Button -style Base_TextAppearance_MaterialComponents_Headline6 -style Base_TextAppearance_MaterialComponents_Subtitle2 -style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -style Base_TextAppearance_Widget_AppCompat_Toolbar_Title -style Base_Theme_AppCompat -style Base_Theme_AppCompat_CompactMenu -style Base_Theme_AppCompat_Dialog -style Base_Theme_AppCompat_Dialog_Alert -style Base_Theme_AppCompat_Dialog_FixedSize -style Base_Theme_AppCompat_Dialog_MinWidth -style Base_Theme_AppCompat_DialogWhenLarge -style Base_Theme_AppCompat_Light -style Base_Theme_AppCompat_Light_DarkActionBar -style Base_Theme_AppCompat_Light_Dialog -style Base_Theme_AppCompat_Light_Dialog_Alert -style Base_Theme_AppCompat_Light_Dialog_FixedSize -style Base_Theme_AppCompat_Light_Dialog_MinWidth -style Base_Theme_AppCompat_Light_DialogWhenLarge -style Base_Theme_MaterialComponents -style Base_Theme_MaterialComponents_Bridge -style Base_Theme_MaterialComponents_CompactMenu -style Base_Theme_MaterialComponents_Dialog -style Base_Theme_MaterialComponents_Dialog_Alert -style Base_Theme_MaterialComponents_Dialog_Bridge -style Base_Theme_MaterialComponents_Dialog_FixedSize -style Base_Theme_MaterialComponents_Dialog_MinWidth -style Base_Theme_MaterialComponents_DialogWhenLarge -style Base_Theme_MaterialComponents_Light -style Base_Theme_MaterialComponents_Light_Bridge -style Base_Theme_MaterialComponents_Light_DarkActionBar -style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -style Base_Theme_MaterialComponents_Light_Dialog -style Base_Theme_MaterialComponents_Light_Dialog_Alert -style Base_Theme_MaterialComponents_Light_Dialog_Bridge -style Base_Theme_MaterialComponents_Light_Dialog_FixedSize -style Base_Theme_MaterialComponents_Light_Dialog_MinWidth -style Base_Theme_MaterialComponents_Light_DialogWhenLarge -style Base_ThemeOverlay_AppCompat -style Base_ThemeOverlay_AppCompat_ActionBar -style Base_ThemeOverlay_AppCompat_Dark -style Base_ThemeOverlay_AppCompat_Dark_ActionBar -style Base_ThemeOverlay_AppCompat_Dialog -style Base_ThemeOverlay_AppCompat_Dialog_Alert -style Base_ThemeOverlay_AppCompat_Light -style Base_ThemeOverlay_MaterialComponents_Dialog -style Base_ThemeOverlay_MaterialComponents_Dialog_Alert -style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -style Base_V14_Theme_MaterialComponents -style Base_V14_Theme_MaterialComponents_Bridge -style Base_V14_Theme_MaterialComponents_Dialog -style Base_V14_Theme_MaterialComponents_Dialog_Bridge -style Base_V14_Theme_MaterialComponents_Light -style Base_V14_Theme_MaterialComponents_Light_Bridge -style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -style Base_V14_Theme_MaterialComponents_Light_Dialog -style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -style Base_V14_ThemeOverlay_MaterialComponents_Dialog -style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -style Base_V21_Theme_AppCompat -style Base_V21_Theme_AppCompat_Dialog -style Base_V21_Theme_AppCompat_Light -style Base_V21_Theme_AppCompat_Light_Dialog -style Base_V21_ThemeOverlay_AppCompat_Dialog -style Base_V22_Theme_AppCompat -style Base_V22_Theme_AppCompat_Light -style Base_V23_Theme_AppCompat -style Base_V23_Theme_AppCompat_Light -style Base_V26_Theme_AppCompat -style Base_V26_Theme_AppCompat_Light -style Base_V26_Widget_AppCompat_Toolbar -style Base_V28_Theme_AppCompat -style Base_V28_Theme_AppCompat_Light -style Base_V7_Theme_AppCompat -style Base_V7_Theme_AppCompat_Dialog -style Base_V7_Theme_AppCompat_Light -style Base_V7_Theme_AppCompat_Light_Dialog -style Base_V7_ThemeOverlay_AppCompat_Dialog -style Base_V7_Widget_AppCompat_AutoCompleteTextView -style Base_V7_Widget_AppCompat_EditText -style Base_V7_Widget_AppCompat_Toolbar -style Base_Widget_AppCompat_ActionBar -style Base_Widget_AppCompat_ActionBar_Solid -style Base_Widget_AppCompat_ActionBar_TabBar -style Base_Widget_AppCompat_ActionBar_TabText -style Base_Widget_AppCompat_ActionBar_TabView -style Base_Widget_AppCompat_ActionButton -style Base_Widget_AppCompat_ActionButton_CloseMode -style Base_Widget_AppCompat_ActionButton_Overflow -style Base_Widget_AppCompat_ActionMode -style Base_Widget_AppCompat_ActivityChooserView -style Base_Widget_AppCompat_AutoCompleteTextView -style Base_Widget_AppCompat_Button -style Base_Widget_AppCompat_Button_Borderless -style Base_Widget_AppCompat_Button_Borderless_Colored -style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -style Base_Widget_AppCompat_Button_Colored -style Base_Widget_AppCompat_Button_Small -style Base_Widget_AppCompat_ButtonBar -style Base_Widget_AppCompat_ButtonBar_AlertDialog -style Base_Widget_AppCompat_CompoundButton_CheckBox -style Base_Widget_AppCompat_CompoundButton_RadioButton -style Base_Widget_AppCompat_CompoundButton_Switch -style Base_Widget_AppCompat_DrawerArrowToggle -style Base_Widget_AppCompat_DrawerArrowToggle_Common -style Base_Widget_AppCompat_DropDownItem_Spinner -style Base_Widget_AppCompat_EditText -style Base_Widget_AppCompat_ImageButton -style Base_Widget_AppCompat_Light_ActionBar -style Base_Widget_AppCompat_Light_ActionBar_Solid -style Base_Widget_AppCompat_Light_ActionBar_TabBar -style Base_Widget_AppCompat_Light_ActionBar_TabText -style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -style Base_Widget_AppCompat_Light_ActionBar_TabView -style Base_Widget_AppCompat_Light_PopupMenu -style Base_Widget_AppCompat_Light_PopupMenu_Overflow -style Base_Widget_AppCompat_ListMenuView -style Base_Widget_AppCompat_ListPopupWindow -style Base_Widget_AppCompat_ListView -style Base_Widget_AppCompat_ListView_DropDown -style Base_Widget_AppCompat_ListView_Menu -style Base_Widget_AppCompat_PopupMenu -style Base_Widget_AppCompat_PopupMenu_Overflow -style Base_Widget_AppCompat_PopupWindow -style Base_Widget_AppCompat_ProgressBar -style Base_Widget_AppCompat_ProgressBar_Horizontal -style Base_Widget_AppCompat_RatingBar -style Base_Widget_AppCompat_RatingBar_Indicator -style Base_Widget_AppCompat_RatingBar_Small -style Base_Widget_AppCompat_SearchView -style Base_Widget_AppCompat_SearchView_ActionBar -style Base_Widget_AppCompat_SeekBar -style Base_Widget_AppCompat_SeekBar_Discrete -style Base_Widget_AppCompat_Spinner -style Base_Widget_AppCompat_Spinner_Underlined -style Base_Widget_AppCompat_TextView -style Base_Widget_AppCompat_TextView_SpinnerItem -style Base_Widget_AppCompat_Toolbar -style Base_Widget_AppCompat_Toolbar_Button_Navigation -style Base_Widget_Design_TabLayout -style Base_Widget_MaterialComponents_AutoCompleteTextView -style Base_Widget_MaterialComponents_CheckedTextView -style Base_Widget_MaterialComponents_Chip -style Base_Widget_MaterialComponents_PopupMenu -style Base_Widget_MaterialComponents_PopupMenu_ContextMenu -style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -style Base_Widget_MaterialComponents_PopupMenu_Overflow -style Base_Widget_MaterialComponents_TextInputEditText -style Base_Widget_MaterialComponents_TextInputLayout -style Base_Widget_MaterialComponents_TextView -style CalendarDatePickerDialog -style CalendarDatePickerStyle -style CardView -style CardView_Dark -style CardView_Light -style DialogAnimationFade -style DialogAnimationSlide -style EmptyTheme -style MaterialAlertDialog_MaterialComponents -style MaterialAlertDialog_MaterialComponents_Body_Text -style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -style MaterialAlertDialog_MaterialComponents_Title_Icon -style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -style MaterialAlertDialog_MaterialComponents_Title_Panel -style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -style MaterialAlertDialog_MaterialComponents_Title_Text -style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -style Platform_AppCompat -style Platform_AppCompat_Light -style Platform_MaterialComponents -style Platform_MaterialComponents_Dialog -style Platform_MaterialComponents_Light -style Platform_MaterialComponents_Light_Dialog -style Platform_ThemeOverlay_AppCompat -style Platform_ThemeOverlay_AppCompat_Dark -style Platform_ThemeOverlay_AppCompat_Light -style Platform_V21_AppCompat -style Platform_V21_AppCompat_Light -style Platform_V25_AppCompat -style Platform_V25_AppCompat_Light -style Platform_Widget_AppCompat_Spinner -style RtlOverlay_DialogWindowTitle_AppCompat -style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -style RtlOverlay_Widget_AppCompat_DialogTitle_Icon -style RtlOverlay_Widget_AppCompat_PopupMenuItem -style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -style RtlOverlay_Widget_AppCompat_Search_DropDown -style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -style RtlOverlay_Widget_AppCompat_Search_DropDown_Query -style RtlOverlay_Widget_AppCompat_Search_DropDown_Text -style RtlOverlay_Widget_AppCompat_SearchView_MagIcon -style RtlUnderlay_Widget_AppCompat_ActionButton -style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -style ShapeAppearance_MaterialComponents -style ShapeAppearance_MaterialComponents_LargeComponent -style ShapeAppearance_MaterialComponents_MediumComponent -style ShapeAppearance_MaterialComponents_SmallComponent -style ShapeAppearance_MaterialComponents_Test -style ShapeAppearanceOverlay -style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -style ShapeAppearanceOverlay_BottomRightCut -style ShapeAppearanceOverlay_Cut -style ShapeAppearanceOverlay_DifferentCornerSize -style ShapeAppearanceOverlay_MaterialComponents_BottomSheet -style ShapeAppearanceOverlay_MaterialComponents_Chip -style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -style ShapeAppearanceOverlay_TopLeftCut -style ShapeAppearanceOverlay_TopRightDifferentCornerSize -style SpinnerDatePickerDialog -style SpinnerDatePickerStyle -style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -style Test_Theme_MaterialComponents_MaterialCalendar -style Test_Widget_MaterialComponents_MaterialCalendar -style Test_Widget_MaterialComponents_MaterialCalendar_Day -style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -style TestStyleWithLineHeight -style TestStyleWithLineHeightAppearance -style TestStyleWithThemeLineHeightAttribute -style TestStyleWithoutLineHeight -style TestThemeWithLineHeight -style TestThemeWithLineHeightDisabled -style TextAppearance_AppCompat -style TextAppearance_AppCompat_Body1 -style TextAppearance_AppCompat_Body2 -style TextAppearance_AppCompat_Button -style TextAppearance_AppCompat_Caption -style TextAppearance_AppCompat_Display1 -style TextAppearance_AppCompat_Display2 -style TextAppearance_AppCompat_Display3 -style TextAppearance_AppCompat_Display4 -style TextAppearance_AppCompat_Headline -style TextAppearance_AppCompat_Inverse -style TextAppearance_AppCompat_Large -style TextAppearance_AppCompat_Large_Inverse -style TextAppearance_AppCompat_Light_SearchResult_Subtitle -style TextAppearance_AppCompat_Light_SearchResult_Title -style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -style TextAppearance_AppCompat_Medium -style TextAppearance_AppCompat_Medium_Inverse -style TextAppearance_AppCompat_Menu -style TextAppearance_AppCompat_SearchResult_Subtitle -style TextAppearance_AppCompat_SearchResult_Title -style TextAppearance_AppCompat_Small -style TextAppearance_AppCompat_Small_Inverse -style TextAppearance_AppCompat_Subhead -style TextAppearance_AppCompat_Subhead_Inverse -style TextAppearance_AppCompat_Title -style TextAppearance_AppCompat_Title_Inverse -style TextAppearance_AppCompat_Tooltip -style TextAppearance_AppCompat_Widget_ActionBar_Menu -style TextAppearance_AppCompat_Widget_ActionBar_Subtitle -style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -style TextAppearance_AppCompat_Widget_ActionBar_Title -style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -style TextAppearance_AppCompat_Widget_ActionMode_Subtitle -style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -style TextAppearance_AppCompat_Widget_ActionMode_Title -style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -style TextAppearance_AppCompat_Widget_Button -style TextAppearance_AppCompat_Widget_Button_Borderless_Colored -style TextAppearance_AppCompat_Widget_Button_Colored -style TextAppearance_AppCompat_Widget_Button_Inverse -style TextAppearance_AppCompat_Widget_DropDownItem -style TextAppearance_AppCompat_Widget_PopupMenu_Header -style TextAppearance_AppCompat_Widget_PopupMenu_Large -style TextAppearance_AppCompat_Widget_PopupMenu_Small -style TextAppearance_AppCompat_Widget_Switch -style TextAppearance_AppCompat_Widget_TextView_SpinnerItem -style TextAppearance_Compat_Notification -style TextAppearance_Compat_Notification_Info -style TextAppearance_Compat_Notification_Line2 -style TextAppearance_Compat_Notification_Time -style TextAppearance_Compat_Notification_Title -style TextAppearance_Design_CollapsingToolbar_Expanded -style TextAppearance_Design_Counter -style TextAppearance_Design_Counter_Overflow -style TextAppearance_Design_Error -style TextAppearance_Design_HelperText -style TextAppearance_Design_Hint -style TextAppearance_Design_Snackbar_Message -style TextAppearance_Design_Tab -style TextAppearance_MaterialComponents_Badge -style TextAppearance_MaterialComponents_Body1 -style TextAppearance_MaterialComponents_Body2 -style TextAppearance_MaterialComponents_Button -style TextAppearance_MaterialComponents_Caption -style TextAppearance_MaterialComponents_Chip -style TextAppearance_MaterialComponents_Headline1 -style TextAppearance_MaterialComponents_Headline2 -style TextAppearance_MaterialComponents_Headline3 -style TextAppearance_MaterialComponents_Headline4 -style TextAppearance_MaterialComponents_Headline5 -style TextAppearance_MaterialComponents_Headline6 -style TextAppearance_MaterialComponents_Overline -style TextAppearance_MaterialComponents_Subtitle1 -style TextAppearance_MaterialComponents_Subtitle2 -style TextAppearance_Widget_AppCompat_ExpandedMenu_Item -style TextAppearance_Widget_AppCompat_Toolbar_Subtitle -style TextAppearance_Widget_AppCompat_Toolbar_Title -style Theme -style Theme_AppCompat -style Theme_AppCompat_CompactMenu -style Theme_AppCompat_DayNight -style Theme_AppCompat_DayNight_DarkActionBar -style Theme_AppCompat_DayNight_Dialog -style Theme_AppCompat_DayNight_Dialog_Alert -style Theme_AppCompat_DayNight_Dialog_MinWidth -style Theme_AppCompat_DayNight_DialogWhenLarge -style Theme_AppCompat_DayNight_NoActionBar -style Theme_AppCompat_Dialog -style Theme_AppCompat_Dialog_Alert -style Theme_AppCompat_Dialog_MinWidth -style Theme_AppCompat_DialogWhenLarge -style Theme_AppCompat_Empty -style Theme_AppCompat_Juspay_Translucent -style Theme_AppCompat_Light -style Theme_AppCompat_Light_DarkActionBar -style Theme_AppCompat_Light_Dialog -style Theme_AppCompat_Light_Dialog_Alert -style Theme_AppCompat_Light_Dialog_MinWidth -style Theme_AppCompat_Light_DialogWhenLarge -style Theme_AppCompat_Light_NoActionBar -style Theme_AppCompat_NoActionBar -style Theme_AutofillInlineSuggestion -style Theme_Catalyst -style Theme_Catalyst_LogBox -style Theme_Catalyst_RedBox -style Theme_Design -style Theme_Design_BottomSheetDialog -style Theme_Design_Light -style Theme_Design_Light_BottomSheetDialog -style Theme_Design_Light_NoActionBar -style Theme_Design_NoActionBar -style Theme_FullScreenDialog -style Theme_FullScreenDialogAnimatedFade -style Theme_FullScreenDialogAnimatedSlide -style Theme_MaterialComponents -style Theme_MaterialComponents_BottomSheetDialog -style Theme_MaterialComponents_Bridge -style Theme_MaterialComponents_CompactMenu -style Theme_MaterialComponents_DayNight -style Theme_MaterialComponents_DayNight_BottomSheetDialog -style Theme_MaterialComponents_DayNight_Bridge -style Theme_MaterialComponents_DayNight_DarkActionBar -style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -style Theme_MaterialComponents_DayNight_Dialog -style Theme_MaterialComponents_DayNight_Dialog_Alert -style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -style Theme_MaterialComponents_DayNight_Dialog_Bridge -style Theme_MaterialComponents_DayNight_Dialog_FixedSize -style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -style Theme_MaterialComponents_DayNight_Dialog_MinWidth -style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -style Theme_MaterialComponents_DayNight_DialogWhenLarge -style Theme_MaterialComponents_DayNight_NoActionBar -style Theme_MaterialComponents_DayNight_NoActionBar_Bridge -style Theme_MaterialComponents_Dialog -style Theme_MaterialComponents_Dialog_Alert -style Theme_MaterialComponents_Dialog_Alert_Bridge -style Theme_MaterialComponents_Dialog_Bridge -style Theme_MaterialComponents_Dialog_FixedSize -style Theme_MaterialComponents_Dialog_FixedSize_Bridge -style Theme_MaterialComponents_Dialog_MinWidth -style Theme_MaterialComponents_Dialog_MinWidth_Bridge -style Theme_MaterialComponents_DialogWhenLarge -style Theme_MaterialComponents_Light -style Theme_MaterialComponents_Light_BarSize -style Theme_MaterialComponents_Light_BottomSheetDialog -style Theme_MaterialComponents_Light_Bridge -style Theme_MaterialComponents_Light_DarkActionBar -style Theme_MaterialComponents_Light_DarkActionBar_Bridge -style Theme_MaterialComponents_Light_Dialog -style Theme_MaterialComponents_Light_Dialog_Alert -style Theme_MaterialComponents_Light_Dialog_Alert_Bridge -style Theme_MaterialComponents_Light_Dialog_Bridge -style Theme_MaterialComponents_Light_Dialog_FixedSize -style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -style Theme_MaterialComponents_Light_Dialog_MinWidth -style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -style Theme_MaterialComponents_Light_DialogWhenLarge -style Theme_MaterialComponents_Light_LargeTouch -style Theme_MaterialComponents_Light_NoActionBar -style Theme_MaterialComponents_Light_NoActionBar_Bridge -style Theme_MaterialComponents_NoActionBar -style Theme_MaterialComponents_NoActionBar_Bridge -style Theme_ReactNative_AppCompat_Light -style Theme_ReactNative_AppCompat_Light_NoActionBar_FullScreen -style ThemeOverlay_AppCompat -style ThemeOverlay_AppCompat_ActionBar -style ThemeOverlay_AppCompat_Dark -style ThemeOverlay_AppCompat_Dark_ActionBar -style ThemeOverlay_AppCompat_DayNight -style ThemeOverlay_AppCompat_DayNight_ActionBar -style ThemeOverlay_AppCompat_Dialog -style ThemeOverlay_AppCompat_Dialog_Alert -style ThemeOverlay_AppCompat_Light -style ThemeOverlay_Design_TextInputEditText -style ThemeOverlay_MaterialComponents -style ThemeOverlay_MaterialComponents_ActionBar -style ThemeOverlay_MaterialComponents_ActionBar_Primary -style ThemeOverlay_MaterialComponents_ActionBar_Surface -style ThemeOverlay_MaterialComponents_AutoCompleteTextView -style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -style ThemeOverlay_MaterialComponents_BottomAppBar_Primary -style ThemeOverlay_MaterialComponents_BottomAppBar_Surface -style ThemeOverlay_MaterialComponents_BottomSheetDialog -style ThemeOverlay_MaterialComponents_Dark -style ThemeOverlay_MaterialComponents_Dark_ActionBar -style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -style ThemeOverlay_MaterialComponents_Dialog -style ThemeOverlay_MaterialComponents_Dialog_Alert -style ThemeOverlay_MaterialComponents_Light -style ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -style ThemeOverlay_MaterialComponents_MaterialAlertDialog -style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -style ThemeOverlay_MaterialComponents_MaterialCalendar -style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -style ThemeOverlay_MaterialComponents_TextInputEditText -style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -style ThemeOverlay_MaterialComponents_Toolbar_Primary -style ThemeOverlay_MaterialComponents_Toolbar_Surface -style Widget_AppCompat_ActionBar -style Widget_AppCompat_ActionBar_Solid -style Widget_AppCompat_ActionBar_TabBar -style Widget_AppCompat_ActionBar_TabText -style Widget_AppCompat_ActionBar_TabView -style Widget_AppCompat_ActionButton -style Widget_AppCompat_ActionButton_CloseMode -style Widget_AppCompat_ActionButton_Overflow -style Widget_AppCompat_ActionMode -style Widget_AppCompat_ActivityChooserView -style Widget_AppCompat_AutoCompleteTextView -style Widget_AppCompat_Button -style Widget_AppCompat_Button_Borderless -style Widget_AppCompat_Button_Borderless_Colored -style Widget_AppCompat_Button_ButtonBar_AlertDialog -style Widget_AppCompat_Button_Colored -style Widget_AppCompat_Button_Small -style Widget_AppCompat_ButtonBar -style Widget_AppCompat_ButtonBar_AlertDialog -style Widget_AppCompat_CompoundButton_CheckBox -style Widget_AppCompat_CompoundButton_RadioButton -style Widget_AppCompat_CompoundButton_Switch -style Widget_AppCompat_DrawerArrowToggle -style Widget_AppCompat_DropDownItem_Spinner -style Widget_AppCompat_EditText -style Widget_AppCompat_ImageButton -style Widget_AppCompat_Light_ActionBar -style Widget_AppCompat_Light_ActionBar_Solid -style Widget_AppCompat_Light_ActionBar_Solid_Inverse -style Widget_AppCompat_Light_ActionBar_TabBar -style Widget_AppCompat_Light_ActionBar_TabBar_Inverse -style Widget_AppCompat_Light_ActionBar_TabText -style Widget_AppCompat_Light_ActionBar_TabText_Inverse -style Widget_AppCompat_Light_ActionBar_TabView -style Widget_AppCompat_Light_ActionBar_TabView_Inverse -style Widget_AppCompat_Light_ActionButton -style Widget_AppCompat_Light_ActionButton_CloseMode -style Widget_AppCompat_Light_ActionButton_Overflow -style Widget_AppCompat_Light_ActionMode_Inverse -style Widget_AppCompat_Light_ActivityChooserView -style Widget_AppCompat_Light_AutoCompleteTextView -style Widget_AppCompat_Light_DropDownItem_Spinner -style Widget_AppCompat_Light_ListPopupWindow -style Widget_AppCompat_Light_ListView_DropDown -style Widget_AppCompat_Light_PopupMenu -style Widget_AppCompat_Light_PopupMenu_Overflow -style Widget_AppCompat_Light_SearchView -style Widget_AppCompat_Light_Spinner_DropDown_ActionBar -style Widget_AppCompat_ListMenuView -style Widget_AppCompat_ListPopupWindow -style Widget_AppCompat_ListView -style Widget_AppCompat_ListView_DropDown -style Widget_AppCompat_ListView_Menu -style Widget_AppCompat_PopupMenu -style Widget_AppCompat_PopupMenu_Overflow -style Widget_AppCompat_PopupWindow -style Widget_AppCompat_ProgressBar -style Widget_AppCompat_ProgressBar_Horizontal -style Widget_AppCompat_RatingBar -style Widget_AppCompat_RatingBar_Indicator -style Widget_AppCompat_RatingBar_Small -style Widget_AppCompat_SearchView -style Widget_AppCompat_SearchView_ActionBar -style Widget_AppCompat_SeekBar -style Widget_AppCompat_SeekBar_Discrete -style Widget_AppCompat_Spinner -style Widget_AppCompat_Spinner_DropDown -style Widget_AppCompat_Spinner_DropDown_ActionBar -style Widget_AppCompat_Spinner_Underlined -style Widget_AppCompat_TextView -style Widget_AppCompat_TextView_SpinnerItem -style Widget_AppCompat_Toolbar -style Widget_AppCompat_Toolbar_Button_Navigation -style Widget_Autofill -style Widget_Autofill_InlineSuggestionChip -style Widget_Autofill_InlineSuggestionEndIconStyle -style Widget_Autofill_InlineSuggestionStartIconStyle -style Widget_Autofill_InlineSuggestionSubtitle -style Widget_Autofill_InlineSuggestionTitle -style Widget_Compat_NotificationActionContainer -style Widget_Compat_NotificationActionText -style Widget_Design_AppBarLayout -style Widget_Design_BottomNavigationView -style Widget_Design_BottomSheet_Modal -style Widget_Design_CollapsingToolbar -style Widget_Design_FloatingActionButton -style Widget_Design_NavigationView -style Widget_Design_ScrimInsetsFrameLayout -style Widget_Design_Snackbar -style Widget_Design_TabLayout -style Widget_Design_TextInputLayout -style Widget_MaterialComponents_ActionBar_Primary -style Widget_MaterialComponents_ActionBar_PrimarySurface -style Widget_MaterialComponents_ActionBar_Solid -style Widget_MaterialComponents_ActionBar_Surface -style Widget_MaterialComponents_AppBarLayout_Primary -style Widget_MaterialComponents_AppBarLayout_PrimarySurface -style Widget_MaterialComponents_AppBarLayout_Surface -style Widget_MaterialComponents_AutoCompleteTextView_FilledBox -style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -style Widget_MaterialComponents_Badge -style Widget_MaterialComponents_BottomAppBar -style Widget_MaterialComponents_BottomAppBar_Colored -style Widget_MaterialComponents_BottomAppBar_PrimarySurface -style Widget_MaterialComponents_BottomNavigationView -style Widget_MaterialComponents_BottomNavigationView_Colored -style Widget_MaterialComponents_BottomNavigationView_PrimarySurface -style Widget_MaterialComponents_BottomSheet -style Widget_MaterialComponents_BottomSheet_Modal -style Widget_MaterialComponents_Button -style Widget_MaterialComponents_Button_Icon -style Widget_MaterialComponents_Button_OutlinedButton -style Widget_MaterialComponents_Button_OutlinedButton_Icon -style Widget_MaterialComponents_Button_TextButton -style Widget_MaterialComponents_Button_TextButton_Dialog -style Widget_MaterialComponents_Button_TextButton_Dialog_Flush -style Widget_MaterialComponents_Button_TextButton_Dialog_Icon -style Widget_MaterialComponents_Button_TextButton_Icon -style Widget_MaterialComponents_Button_TextButton_Snackbar -style Widget_MaterialComponents_Button_UnelevatedButton -style Widget_MaterialComponents_Button_UnelevatedButton_Icon -style Widget_MaterialComponents_CardView -style Widget_MaterialComponents_CheckedTextView -style Widget_MaterialComponents_Chip_Action -style Widget_MaterialComponents_Chip_Choice -style Widget_MaterialComponents_Chip_Entry -style Widget_MaterialComponents_Chip_Filter -style Widget_MaterialComponents_ChipGroup -style Widget_MaterialComponents_CompoundButton_CheckBox -style Widget_MaterialComponents_CompoundButton_RadioButton -style Widget_MaterialComponents_CompoundButton_Switch -style Widget_MaterialComponents_ExtendedFloatingActionButton -style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -style Widget_MaterialComponents_FloatingActionButton -style Widget_MaterialComponents_Light_ActionBar_Solid -style Widget_MaterialComponents_MaterialButtonToggleGroup -style Widget_MaterialComponents_MaterialCalendar -style Widget_MaterialComponents_MaterialCalendar_Day -style Widget_MaterialComponents_MaterialCalendar_Day_Invalid -style Widget_MaterialComponents_MaterialCalendar_Day_Selected -style Widget_MaterialComponents_MaterialCalendar_Day_Today -style Widget_MaterialComponents_MaterialCalendar_DayTextView -style Widget_MaterialComponents_MaterialCalendar_Fullscreen -style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -style Widget_MaterialComponents_MaterialCalendar_HeaderDivider -style Widget_MaterialComponents_MaterialCalendar_HeaderLayout -style Widget_MaterialComponents_MaterialCalendar_HeaderSelection -style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -style Widget_MaterialComponents_MaterialCalendar_HeaderTitle -style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -style Widget_MaterialComponents_MaterialCalendar_Item -style Widget_MaterialComponents_MaterialCalendar_Year -style Widget_MaterialComponents_MaterialCalendar_Year_Selected -style Widget_MaterialComponents_MaterialCalendar_Year_Today -style Widget_MaterialComponents_NavigationView -style Widget_MaterialComponents_PopupMenu -style Widget_MaterialComponents_PopupMenu_ContextMenu -style Widget_MaterialComponents_PopupMenu_ListPopupWindow -style Widget_MaterialComponents_PopupMenu_Overflow -style Widget_MaterialComponents_Snackbar -style Widget_MaterialComponents_Snackbar_FullWidth -style Widget_MaterialComponents_TabLayout -style Widget_MaterialComponents_TabLayout_Colored -style Widget_MaterialComponents_TabLayout_PrimarySurface -style Widget_MaterialComponents_TextInputEditText_FilledBox -style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -style Widget_MaterialComponents_TextInputEditText_OutlinedBox -style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -style Widget_MaterialComponents_TextInputLayout_FilledBox -style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -style Widget_MaterialComponents_TextInputLayout_OutlinedBox -style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -style Widget_MaterialComponents_TextView -style Widget_MaterialComponents_Toolbar -style Widget_MaterialComponents_Toolbar_Primary -style Widget_MaterialComponents_Toolbar_PrimarySurface -style Widget_MaterialComponents_Toolbar_Surface -style Widget_Support_CoordinatorLayout -style redboxButton -styleable ActionBar background backgroundSplit backgroundStacked contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation customNavigationLayout displayOptions divider elevation height hideOnContentScroll homeAsUpIndicator homeLayout icon indeterminateProgressStyle itemPadding logo navigationMode popupTheme progressBarPadding progressBarStyle subtitle subtitleTextStyle title titleTextStyle -styleable ActionBarLayout android_layout_gravity -styleable ActionMenuItemView android_minWidth -styleable ActionMenuView -styleable ActionMode background backgroundSplit closeItemLayout height subtitleTextStyle titleTextStyle -styleable ActivityChooserView expandActivityOverflowButtonDrawable initialActivityCount -styleable AlertDialog android_layout buttonIconDimen buttonPanelSideLayout listItemLayout listLayout multiChoiceItemLayout showTitle singleChoiceItemLayout -styleable AnimatedStateListDrawableCompat android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration -styleable AnimatedStateListDrawableItem android_id android_drawable -styleable AnimatedStateListDrawableTransition android_drawable android_toId android_fromId android_reversible -styleable AppBarLayout android_background android_touchscreenBlocksFocus android_keyboardNavigationCluster elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground -styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted -styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator -styleable AppCompatImageView android_src srcCompat tint tintMode -styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode -styleable AppCompatTextHelper android_textAppearance android_drawableTop android_drawableBottom android_drawableLeft android_drawableRight android_drawableStart android_drawableEnd -styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale -styleable AppCompatTheme android_windowIsFloating android_windowAnimationStyle actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle -styleable Autofill_InlineSuggestion autofillInlineSuggestionChip autofillInlineSuggestionEndIconStyle autofillInlineSuggestionStartIconStyle autofillInlineSuggestionSubtitle autofillInlineSuggestionTitle isAutofillInlineSuggestionTheme -styleable Badge backgroundColor badgeGravity badgeTextColor maxCharacterCount number -styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMode fabCradleMargin fabCradleRoundedCornerRadius fabCradleVerticalOffset hideOnScroll -styleable BottomNavigationView backgroundTint elevation itemBackground itemHorizontalTranslationEnabled itemIconSize itemIconTint itemRippleColor itemTextAppearanceActive itemTextAppearanceInactive itemTextColor labelVisibilityMode menu -styleable BottomSheetBehavior_Layout android_elevation backgroundTint behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed shapeAppearance shapeAppearanceOverlay -styleable ButtonBarLayout allowStacking -styleable Capability queryPatterns shortcutMatchRequired -styleable CardView android_minWidth android_minHeight cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop -styleable Chip android_textAppearance android_textColor android_ellipsize android_maxWidth android_text android_checkable checkedIcon checkedIconEnabled checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding -styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical singleLine singleSelection -styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleEnabled toolbarId -styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier -styleable ColorStateListItem android_color android_alpha alpha -styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode -styleable CoordinatorLayout keylines statusBarBackground -styleable CoordinatorLayout_Layout android_layout_gravity layout_anchor layout_anchorGravity layout_behavior layout_dodgeInsetEdges layout_insetEdge layout_keyline -styleable DrawerArrowToggle arrowHeadLength arrowShaftLength barLength color drawableSize gapBetweenBars spinBars thickness -styleable ExtendedFloatingActionButton elevation extendMotionSpec hideMotionSpec showMotionSpec shrinkMotionSpec -styleable ExtendedFloatingActionButton_Behavior_Layout behavior_autoHide behavior_autoShrink -styleable FloatingActionButton backgroundTint backgroundTintMode borderWidth elevation ensureMinTouchTargetSize fabCustomSize fabSize hideMotionSpec hoveredFocusedTranslationZ maxImageSize pressedTranslationZ rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec useCompatPadding -styleable FloatingActionButton_Behavior_Layout behavior_autoHide -styleable FlowLayout itemSpacing lineSpacing -styleable FontFamily fontProviderAuthority fontProviderCerts fontProviderFetchStrategy fontProviderFetchTimeout fontProviderPackage fontProviderQuery fontProviderSystemFontFamily -styleable FontFamilyFont android_font android_fontWeight android_fontStyle android_ttcIndex android_fontVariationSettings font fontStyle fontVariationSettings fontWeight ttcIndex -styleable ForegroundLinearLayout android_foreground android_foregroundGravity foregroundInsidePadding -styleable Fragment android_name android_id android_tag -styleable FragmentContainerView android_name android_tag -styleable GenericDraweeHierarchy actualImageScaleType backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio -styleable GradientColor android_startColor android_endColor android_type android_centerX android_centerY android_gradientRadius android_tileMode android_centerColor android_startX android_startY android_endX android_endY -styleable GradientColorItem android_color android_offset -styleable LinearLayoutCompat android_gravity android_orientation android_baselineAligned android_baselineAlignedChildIndex android_weightSum divider dividerPadding measureWithLargestChild showDividers -styleable LinearLayoutCompat_Layout android_layout_gravity android_layout_width android_layout_height android_layout_weight -styleable ListPopupWindow android_dropDownHorizontalOffset android_dropDownVerticalOffset -styleable LoadingImageView circleCrop imageAspectRatio imageAspectRatioAdjust -styleable MaterialAlertDialog backgroundInsetBottom backgroundInsetEnd backgroundInsetStart backgroundInsetTop -styleable MaterialAlertDialogTheme materialAlertDialogBodyTextStyle materialAlertDialogTheme materialAlertDialogTitleIconStyle materialAlertDialogTitlePanelStyle materialAlertDialogTitleTextStyle -styleable MaterialButton android_insetLeft android_insetRight android_insetTop android_insetBottom android_checkable backgroundTint backgroundTintMode cornerRadius elevation icon iconGravity iconPadding iconSize iconTint iconTintMode rippleColor shapeAppearance shapeAppearanceOverlay strokeColor strokeWidth -styleable MaterialButtonToggleGroup checkedButton singleSelection -styleable MaterialCalendar android_windowFullscreen dayInvalidStyle daySelectedStyle dayStyle dayTodayStyle rangeFillColor yearSelectedStyle yearStyle yearTodayStyle -styleable MaterialCalendarItem android_insetLeft android_insetRight android_insetTop android_insetBottom itemFillColor itemShapeAppearance itemShapeAppearanceOverlay itemStrokeColor itemStrokeWidth itemTextColor -styleable MaterialCardView android_checkable cardForegroundColor checkedIcon checkedIconTint rippleColor shapeAppearance shapeAppearanceOverlay state_dragged strokeColor strokeWidth -styleable MaterialCheckBox buttonTint useMaterialThemeColors -styleable MaterialRadioButton useMaterialThemeColors -styleable MaterialShape shapeAppearance shapeAppearanceOverlay -styleable MaterialTextAppearance android_lineHeight lineHeight -styleable MaterialTextView android_textAppearance android_lineHeight lineHeight -styleable MenuGroup android_enabled android_id android_visible android_menuCategory android_orderInCategory android_checkableBehavior -styleable MenuItem android_icon android_enabled android_id android_checked android_visible android_menuCategory android_orderInCategory android_title android_titleCondensed android_alphabeticShortcut android_numericShortcut android_checkable android_onClick actionLayout actionProviderClass actionViewClass alphabeticModifiers contentDescription iconTint iconTintMode numericModifiers showAsAction tooltipText -styleable MenuView android_windowAnimationStyle android_itemTextAppearance android_horizontalDivider android_verticalDivider android_headerBackground android_itemBackground android_itemIconDisabledAlpha preserveIconSpacing subMenuArrow -styleable NavigationView android_background android_fitsSystemWindows android_maxWidth elevation headerLayout itemBackground itemHorizontalPadding itemIconPadding itemIconSize itemIconTint itemMaxLines itemShapeAppearance itemShapeAppearanceOverlay itemShapeFillColor itemShapeInsetBottom itemShapeInsetEnd itemShapeInsetStart itemShapeInsetTop itemTextAppearance itemTextColor menu -styleable PopupWindow android_popupBackground android_popupAnimationStyle overlapAnchor -styleable PopupWindowBackgroundState state_above_anchor -styleable RecycleListView paddingBottomNoButtons paddingTopNoTitle -styleable RecyclerView android_orientation android_clipToPadding android_descendantFocusability fastScrollEnabled fastScrollHorizontalThumbDrawable fastScrollHorizontalTrackDrawable fastScrollVerticalThumbDrawable fastScrollVerticalTrackDrawable layoutManager reverseLayout spanCount stackFromEnd -styleable ScrimInsetsFrameLayout insetForeground -styleable ScrollingViewBehavior_Layout behavior_overlapTop -styleable SearchView android_focusable android_maxWidth android_inputType android_imeOptions closeIcon commitIcon defaultQueryHint goIcon iconifiedByDefault layout queryBackground queryHint searchHintIcon searchIcon submitBackground suggestionRowLayout voiceIcon -styleable ShapeAppearance cornerFamily cornerFamilyBottomLeft cornerFamilyBottomRight cornerFamilyTopLeft cornerFamilyTopRight cornerSize cornerSizeBottomLeft cornerSizeBottomRight cornerSizeTopLeft cornerSizeTopRight -styleable SignInButton buttonSize colorScheme scopeUris -styleable SimpleDraweeView actualImageResource actualImageUri backgroundImage fadeDuration failureImage failureImageScaleType overlayImage placeholderImage placeholderImageScaleType pressedStateOverlayImage progressBarAutoRotateInterval progressBarImage progressBarImageScaleType retryImage retryImageScaleType roundAsCircle roundBottomEnd roundBottomLeft roundBottomRight roundBottomStart roundTopEnd roundTopLeft roundTopRight roundTopStart roundWithOverlayColor roundedCornerRadius roundingBorderColor roundingBorderPadding roundingBorderWidth viewAspectRatio -styleable Snackbar snackbarButtonStyle snackbarStyle -styleable SnackbarLayout android_maxWidth actionTextColorAlpha animationMode backgroundOverlayColorAlpha elevation maxActionInlineWidth -styleable Spinner android_entries android_popupBackground android_prompt android_dropDownWidth popupTheme -styleable StateListDrawable android_dither android_visible android_variablePadding android_constantSize android_enterFadeDuration android_exitFadeDuration -styleable StateListDrawableItem android_drawable -styleable SwitchCompat android_textOn android_textOff android_thumb showText splitTrack switchMinWidth switchPadding switchTextAppearance thumbTextPadding thumbTint thumbTintMode track trackTint trackTintMode -styleable SwitchMaterial useMaterialThemeColors -styleable TabItem android_icon android_layout android_text -styleable TabLayout tabBackground tabContentStart tabGravity tabIconTint tabIconTintMode tabIndicator tabIndicatorAnimationDuration tabIndicatorColor tabIndicatorFullWidth tabIndicatorGravity tabIndicatorHeight tabInlineLabel tabMaxWidth tabMinWidth tabMode tabPadding tabPaddingBottom tabPaddingEnd tabPaddingStart tabPaddingTop tabRippleColor tabSelectedTextColor tabTextAppearance tabTextColor tabUnboundedRipple -styleable TextAppearance android_textSize android_typeface android_textStyle android_textColor android_textColorHint android_textColorLink android_shadowColor android_shadowDx android_shadowDy android_shadowRadius android_fontFamily android_textFontWeight fontFamily fontVariationSettings textAllCaps textLocale -styleable TextInputLayout android_textColorHint android_hint boxBackgroundColor boxBackgroundMode boxCollapsedPaddingTop boxCornerRadiusBottomEnd boxCornerRadiusBottomStart boxCornerRadiusTopEnd boxCornerRadiusTopStart boxStrokeColor boxStrokeWidth boxStrokeWidthFocused counterEnabled counterMaxLength counterOverflowTextAppearance counterOverflowTextColor counterTextAppearance counterTextColor endIconCheckable endIconContentDescription endIconDrawable endIconMode endIconTint endIconTintMode errorEnabled errorIconDrawable errorIconTint errorIconTintMode errorTextAppearance errorTextColor helperText helperTextEnabled helperTextTextAppearance helperTextTextColor hintAnimationEnabled hintEnabled hintTextAppearance hintTextColor passwordToggleContentDescription passwordToggleDrawable passwordToggleEnabled passwordToggleTint passwordToggleTintMode shapeAppearance shapeAppearanceOverlay startIconCheckable startIconContentDescription startIconDrawable startIconTint startIconTintMode -styleable ThemeEnforcement android_textAppearance enforceMaterialTheme enforceTextAppearance -styleable Toolbar android_gravity android_minHeight buttonGravity collapseContentDescription collapseIcon contentInsetEnd contentInsetEndWithActions contentInsetLeft contentInsetRight contentInsetStart contentInsetStartWithNavigation logo logoDescription maxButtonHeight menu navigationContentDescription navigationIcon popupTheme subtitle subtitleTextAppearance subtitleTextColor title titleMargin titleMarginBottom titleMarginEnd titleMarginStart titleMarginTop titleMargins titleTextAppearance titleTextColor -styleable View android_theme android_focusable paddingEnd paddingStart theme -styleable ViewBackgroundHelper android_background backgroundTint backgroundTintMode -styleable ViewPager2 android_orientation -styleable ViewStubCompat android_id android_layout android_inflatedId -xml rn_dev_preferences -xml standalone_badge -xml standalone_badge_gravity_bottom_end -xml standalone_badge_gravity_bottom_start -xml standalone_badge_gravity_top_start diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/apk/debug/app-debug.apk b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/apk/debug/app-debug.apk deleted file mode 100644 index 8332c1b..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/apk/debug/app-debug.apk and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/apk/debug/output-metadata.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/apk/debug/output-metadata.json deleted file mode 100644 index 1139d65..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/apk/debug/output-metadata.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "version": 3, - "artifactType": { - "type": "APK", - "kind": "Directory" - }, - "applicationId": "com.juspayintegrationexamplern", - "variantName": "debug", - "elements": [ - { - "type": "SINGLE", - "filters": [], - "attributes": [], - "versionCode": 1, - "versionName": "1.0", - "outputFile": "app-debug.apk" - } - ], - "elementType": "File" -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/logs/manifest-merger-debug-report.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/logs/manifest-merger-debug-report.txt deleted file mode 100644 index ace06f2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/outputs/logs/manifest-merger-debug-report.txt +++ /dev/null @@ -1,731 +0,0 @@ --- Merging decision tree log --- -manifest -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 -MERGED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 -MERGED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:8:1-18:12 -MERGED from [com.facebook.flipper:flipper-network-plugin:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/815ef42c88a83304b994bc6509d7d90d/transformed/jetified-flipper-network-plugin-0.125.0/AndroidManifest.xml:8:1-15:12 -MERGED from [com.facebook.flipper:flipper-fresco-plugin:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a4146a45a68dd900190edb77b209b1ce/transformed/jetified-flipper-fresco-plugin-0.125.0/AndroidManifest.xml:8:1-15:12 -MERGED from [:hyper-sdk-react] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/hyper-sdk-react/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:2:1-9:12 -MERGED from [:react-native-gesture-handler] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-gesture-handler/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:2:1-9:12 -MERGED from [:react-native-safe-area-context] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-safe-area-context/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:2:1-9:12 -MERGED from [:react-native-screens] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-screens/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.react:react-native:0.68.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/AndroidManifest.xml:2:1-11:12 -MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ab0145d736032d22db52044861f79546/transformed/swiperefreshlayout-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [org.webkit:android-jsc:r250230] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d36210c5b9a5ad4ea30a69b23620d40c/transformed/jetified-android-jsc-r250230/AndroidManifest.xml:2:1-11:12 -MERGED from [com.facebook.fresco:flipper:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/4a399621b5ef39f20864ed667232d47e/transformed/jetified-flipper-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:stetho:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/10335c46981ffe5ef65106f062fe9f62/transformed/jetified-stetho-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:fresco:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/295e24316e5ad32a888fc4a62cbd210c/transformed/jetified-fresco-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:soloader:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f73e7dd53d82c6bd6f0c23c7847d13b0/transformed/jetified-soloader-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:imagepipeline-okhttp3:2.5.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d24682e802087e4e6046cbc65ce8a364/transformed/jetified-imagepipeline-okhttp3-2.5.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:drawee:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/97f815c1686c025a6e64cfed884545e6/transformed/jetified-drawee-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:nativeimagefilters:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/1e70b1300c697960fd7860cce97c3b2c/transformed/jetified-nativeimagefilters-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:memory-type-native:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3b002480e0024f71f5c894751230bcd9/transformed/jetified-memory-type-native-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:memory-type-java:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b5e188b1ab843678c706e740d2850924/transformed/jetified-memory-type-java-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:imagepipeline-native:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ce0a9695f79f968424e1ed1a6f1c2ba4/transformed/jetified-imagepipeline-native-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.soloader:soloader:0.10.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6b15f697e22f6918906edc7ff9410721/transformed/jetified-soloader-0.10.3/AndroidManifest.xml:2:1-13:12 -MERGED from [com.facebook.fresco:memory-type-ashmem:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/23e306a5f5c5fb4563bd1e731e5b2905/transformed/jetified-memory-type-ashmem-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:imagepipeline:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fd3530320e28ad36cb9015d3a9188a3f/transformed/jetified-imagepipeline-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:nativeimagetranscoder:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/565d00615407b42fc0a98818cdbc2844/transformed/jetified-nativeimagetranscoder-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:imagepipeline-base:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/109b7f097b1792ad987f0791f0a6abe8/transformed/jetified-imagepipeline-base-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:2:1-82:12 -MERGED from [in.juspay:hyperapayupi:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/AndroidManifest.xml:2:1-11:12 -MERGED from [com.google.android.material:material:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.appcompat:appcompat:1.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:17:1-145:12 -MERGED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:17:1-31:12 -MERGED from [androidx.sqlite:sqlite-framework:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d20be0b8fe6dcfb4485d167d91a4df6b/transformed/sqlite-framework-2.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.autofill:autofill:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2d201a478871fdc2721fe6377af59e92/transformed/jetified-autofill-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [com.facebook.fresco:middleware:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a16a0f48058110bffed7ed8c2d49194a/transformed/jetified-middleware-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.facebook.fresco:ui-common:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/56478c43bbc7b5e2bba7ba3fe05878c8/transformed/jetified-ui-common-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [androidx.appcompat:appcompat-resources:1.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b91d55717f6878f85e2ec15cfa62e248/transformed/jetified-appcompat-resources-1.3.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/30eb6d3509f04650cb0a5945562dabc2/transformed/vectordrawable-animated-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.interpolator:interpolator:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/db22c71d4b7333885344ff1aba934177/transformed/interpolator-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/7c242163f08c077b2a20a9af1a9b11ec/transformed/coordinatorlayout-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.core:core-ktx:1.5.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/29b51d58d842896ea2aed3198e18973a/transformed/jetified-core-ktx-1.5.0/AndroidManifest.xml:2:1-9:12 -MERGED from [androidx.viewpager2:viewpager2:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8d1748e14c798d6a06bd397e5ac2f809/transformed/jetified-viewpager2-1.0.0/AndroidManifest.xml:17:1-24:12 -MERGED from [com.google.android.gms:play-services-auth-api-phone:17.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fe12e5e5dc428c5e67118d4d987548da/transformed/jetified-play-services-auth-api-phone-17.3.0/AndroidManifest.xml:2:1-7:12 -MERGED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:17:1-29:12 -MERGED from [com.google.android.gms:play-services-tasks:17.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b35812c61aeee3bf1fd978ee36248664/transformed/jetified-play-services-tasks-17.0.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:17:1-28:12 -MERGED from [androidx.fragment:fragment:1.3.4] /Users/arbindakumarprasad/.gradle/caches/transforms-3/67f79f5b0e7f197a0539e893d71b1fb0/transformed/fragment-1.3.4/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b50c53577c82f1c6e2d519c971228060/transformed/cursoradapter-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.activity:activity:1.2.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/097bec3f080d093b2e572ab1db2a6a0f/transformed/jetified-activity-1.2.3/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/48f7a43d50fe2b3afef5d141904b521f/transformed/drawerlayout-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a8b19360497b81693d24e76789ba0692/transformed/jetified-lifecycle-viewmodel-savedstate-2.3.1/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.savedstate:savedstate:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/696a5dc3d4d3c3825af561a2a9e108ac/transformed/jetified-savedstate-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.viewpager:viewpager:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f1046ba369eb1b9df2839863fe633cc9/transformed/viewpager-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.recyclerview:recyclerview:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/7cde1b4d80356d9bf8a9ef4184360460/transformed/recyclerview-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.customview:customview:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c1d269cb6ee6fbf7a76077aa56b3f3cb/transformed/customview-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.transition:transition:1.2.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/cc2f765b35afd2b22ce030514f91b7bc/transformed/transition-1.2.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/77b64df1b2c247b32599a426b98d488b/transformed/vectordrawable-1.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.loader:loader:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ffcaafb1f57c97cdbcf8989d99fbbb8/transformed/loader-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:17:1-26:12 -MERGED from [androidx.lifecycle:lifecycle-service:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f1afaefcf80aedb093cdb3f6bcf30c8a/transformed/jetified-lifecycle-service-2.1.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.lifecycle:lifecycle-runtime:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b9010cc6516f18b71dcf3715e7649aa2/transformed/lifecycle-runtime-2.3.1/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f97f3938c4f42f5b2ee83131e8287379/transformed/lifecycle-viewmodel-2.3.1/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.sqlite:sqlite:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/69b6e8f468498973035ef28fbce2897e/transformed/sqlite-2.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [in.juspay:hyper:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ff1aabd54fe892b0beffd16e5e772e1d/transformed/jetified-hyper-2.1.12/AndroidManifest.xml:2:1-9:12 -MERGED from [androidx.cardview:cardview:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ed39d0bef4d5aed1abd48267f544b76/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:17:1-27:12 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:17:1-33:12 -MERGED from [androidx.tracing:tracing:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c0987b49954b37eb4c96114e2561cba8/transformed/jetified-tracing-1.0.0/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.lifecycle:lifecycle-livedata:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/537ff1fee8c29163ad9e5df34f0c4028/transformed/lifecycle-livedata-2.1.0/AndroidManifest.xml:17:1-22:12 -MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a397401a4691db00f08d143f2fdbdf30/transformed/lifecycle-livedata-core-2.3.1/AndroidManifest.xml:17:1-24:12 -MERGED from [androidx.arch.core:core-runtime:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e9b43ecc72a8899f38bddde5b80e53f9/transformed/core-runtime-2.1.0/AndroidManifest.xml:17:1-24:12 -MERGED from [in.juspay.merchants:hyper.assets.geddit:1.0.18] /Users/arbindakumarprasad/.gradle/caches/transforms-3/828bcad923a0d5c9fbacca8b0d0c55fe/transformed/jetified-hyper.assets.geddit-1.0.18/AndroidManifest.xml:2:1-7:12 -MERGED from [com.facebook.fresco:fbcore:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8cb53a686dd91ee3337e43c41e3a6503/transformed/jetified-fbcore-2.6.0/AndroidManifest.xml:2:1-9:12 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:2:1-18:12 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:2:1-22:12 -MERGED from [com.amazon.android.amazonpay:apay-android-super-sdk:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/da844a34edf72574ee7cd6d9366d5715/transformed/jetified-apay-android-super-sdk-1.0.0/AndroidManifest.xml:2:1-12:12 -MERGED from [com.amazon.android.amazonpay:apay-android-common-interface:1.0.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2b85316e778f015e59476fb3755da244/transformed/jetified-apay-android-common-interface-1.0.1/AndroidManifest.xml:2:1-14:12 -MERGED from [androidx.annotation:annotation-experimental:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/9cc6330e21eed20419b62504e8e04773/transformed/jetified-annotation-experimental-1.1.0/AndroidManifest.xml:17:1-24:12 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:2:1-13:12 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:2:1-13:12 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:2:1-13:12 - package - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:2:3-43 - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:2:3-43 - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml - android:versionName - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml - xmlns:tools - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:3:5-51 - android:versionCode - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:1-25:12 - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml - xmlns:android - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:1:11-69 -uses-permission#android.permission.INTERNET -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:4:5-67 -MERGED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:15:5-67 -MERGED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:15:5-67 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:9:5-67 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:9:5-67 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:15:5-67 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:15:5-67 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:4:22-64 -application -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:6:5-24:19 -MERGED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:6:5-24:19 -MERGED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:6:5-24:19 -MERGED from [com.facebook.react:react-native:0.68.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/AndroidManifest.xml:9:5-20 -MERGED from [com.facebook.react:react-native:0.68.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/AndroidManifest.xml:9:5-20 -MERGED from [com.facebook.soloader:soloader:0.10.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6b15f697e22f6918906edc7ff9410721/transformed/jetified-soloader-0.10.3/AndroidManifest.xml:11:5-20 -MERGED from [com.facebook.soloader:soloader:0.10.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6b15f697e22f6918906edc7ff9410721/transformed/jetified-soloader-0.10.3/AndroidManifest.xml:11:5-20 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:57:5-80:19 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:57:5-80:19 -MERGED from [com.google.android.material:material:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/AndroidManifest.xml:22:5-20 -MERGED from [com.google.android.material:material:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/AndroidManifest.xml:22:5-20 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:30:5-143:19 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:30:5-143:19 -MERGED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:24:5-29:19 -MERGED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:24:5-29:19 -MERGED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:22:5-27:19 -MERGED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:22:5-27:19 -MERGED from [com.google.android.gms:play-services-tasks:17.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b35812c61aeee3bf1fd978ee36248664/transformed/jetified-play-services-tasks-17.0.0/AndroidManifest.xml:7:5-20 -MERGED from [com.google.android.gms:play-services-tasks:17.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b35812c61aeee3bf1fd978ee36248664/transformed/jetified-play-services-tasks-17.0.0/AndroidManifest.xml:7:5-20 -MERGED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:22:5-26:19 -MERGED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:22:5-26:19 -MERGED from [androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:24:5-89 -MERGED from [androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:24:5-89 -MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ed39d0bef4d5aed1abd48267f544b76/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:24:5-25:19 -MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ed39d0bef4d5aed1abd48267f544b76/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:24:5-25:19 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:25:5-31:19 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:25:5-31:19 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:19:5-20:19 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:19:5-20:19 -MERGED from [com.amazon.android.amazonpay:apay-android-super-sdk:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/da844a34edf72574ee7cd6d9366d5715/transformed/jetified-apay-android-super-sdk-1.0.0/AndroidManifest.xml:9:5-10:19 -MERGED from [com.amazon.android.amazonpay:apay-android-super-sdk:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/da844a34edf72574ee7cd6d9366d5715/transformed/jetified-apay-android-super-sdk-1.0.0/AndroidManifest.xml:9:5-10:19 -MERGED from [com.amazon.android.amazonpay:apay-android-common-interface:1.0.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2b85316e778f015e59476fb3755da244/transformed/jetified-apay-android-common-interface-1.0.1/AndroidManifest.xml:11:5-12:19 -MERGED from [com.amazon.android.amazonpay:apay-android-common-interface:1.0.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2b85316e778f015e59476fb3755da244/transformed/jetified-apay-android-common-interface-1.0.1/AndroidManifest.xml:11:5-12:19 - android:appComponentFactory - ADDED from [androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:24:18-86 - android:label - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:8:7-39 - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:8:7-39 - android:hardwareAccelerated - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:57:18-52 - tools:ignore - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:10:9-48 - android:roundIcon - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:10:7-52 - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:10:7-52 - tools:targetApi - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:9:9-29 - android:icon - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:9:7-41 - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:9:7-41 - android:theme - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:11:7-38 - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:11:7-38 - android:usesCleartextTraffic - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:8:9-44 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:7:7-38 - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:7:7-38 -activity#com.juspayintegrationexamplern.MainActivity -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:12:7-23:18 - android:label - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:14:9-41 - android:launchMode - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:16:9-40 - android:windowSoftInputMode - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:17:9-51 - android:exported - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:18:9-32 - android:configChanges - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:15:9-118 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:13:9-37 -intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.LAUNCHER -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:19:9-22:25 -action#android.intent.action.MAIN -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:20:13-65 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:20:21-62 -category#android.intent.category.LAUNCHER -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:21:13-73 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml:21:23-70 -uses-sdk -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml reason: use-sdk injection requested -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml -MERGED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:11:5-13:41 -MERGED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:11:5-13:41 -MERGED from [com.facebook.flipper:flipper-network-plugin:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/815ef42c88a83304b994bc6509d7d90d/transformed/jetified-flipper-network-plugin-0.125.0/AndroidManifest.xml:11:5-13:41 -MERGED from [com.facebook.flipper:flipper-network-plugin:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/815ef42c88a83304b994bc6509d7d90d/transformed/jetified-flipper-network-plugin-0.125.0/AndroidManifest.xml:11:5-13:41 -MERGED from [com.facebook.flipper:flipper-fresco-plugin:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a4146a45a68dd900190edb77b209b1ce/transformed/jetified-flipper-fresco-plugin-0.125.0/AndroidManifest.xml:11:5-13:41 -MERGED from [com.facebook.flipper:flipper-fresco-plugin:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a4146a45a68dd900190edb77b209b1ce/transformed/jetified-flipper-fresco-plugin-0.125.0/AndroidManifest.xml:11:5-13:41 -MERGED from [:hyper-sdk-react] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/hyper-sdk-react/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:hyper-sdk-react] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/hyper-sdk-react/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:react-native-gesture-handler] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-gesture-handler/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:react-native-gesture-handler] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-gesture-handler/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:react-native-safe-area-context] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-safe-area-context/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:react-native-safe-area-context] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-safe-area-context/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:react-native-screens] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-screens/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [:react-native-screens] /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/node_modules/react-native-screens/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.react:react-native:0.68.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.react:react-native:0.68.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/667d482b726f4c04aba0885cd13aee7c/transformed/jetified-react-native-0.68.0/AndroidManifest.xml:5:5-7:41 -MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ab0145d736032d22db52044861f79546/transformed/swiperefreshlayout-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.swiperefreshlayout:swiperefreshlayout:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ab0145d736032d22db52044861f79546/transformed/swiperefreshlayout-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [org.webkit:android-jsc:r250230] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d36210c5b9a5ad4ea30a69b23620d40c/transformed/jetified-android-jsc-r250230/AndroidManifest.xml:7:5-9:41 -MERGED from [org.webkit:android-jsc:r250230] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d36210c5b9a5ad4ea30a69b23620d40c/transformed/jetified-android-jsc-r250230/AndroidManifest.xml:7:5-9:41 -MERGED from [com.facebook.fresco:flipper:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/4a399621b5ef39f20864ed667232d47e/transformed/jetified-flipper-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:flipper:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/4a399621b5ef39f20864ed667232d47e/transformed/jetified-flipper-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:stetho:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/10335c46981ffe5ef65106f062fe9f62/transformed/jetified-stetho-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:stetho:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/10335c46981ffe5ef65106f062fe9f62/transformed/jetified-stetho-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:fresco:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/295e24316e5ad32a888fc4a62cbd210c/transformed/jetified-fresco-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:fresco:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/295e24316e5ad32a888fc4a62cbd210c/transformed/jetified-fresco-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:soloader:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f73e7dd53d82c6bd6f0c23c7847d13b0/transformed/jetified-soloader-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:soloader:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f73e7dd53d82c6bd6f0c23c7847d13b0/transformed/jetified-soloader-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline-okhttp3:2.5.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d24682e802087e4e6046cbc65ce8a364/transformed/jetified-imagepipeline-okhttp3-2.5.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline-okhttp3:2.5.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d24682e802087e4e6046cbc65ce8a364/transformed/jetified-imagepipeline-okhttp3-2.5.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:drawee:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/97f815c1686c025a6e64cfed884545e6/transformed/jetified-drawee-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:drawee:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/97f815c1686c025a6e64cfed884545e6/transformed/jetified-drawee-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:nativeimagefilters:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/1e70b1300c697960fd7860cce97c3b2c/transformed/jetified-nativeimagefilters-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:nativeimagefilters:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/1e70b1300c697960fd7860cce97c3b2c/transformed/jetified-nativeimagefilters-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:memory-type-native:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3b002480e0024f71f5c894751230bcd9/transformed/jetified-memory-type-native-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:memory-type-native:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3b002480e0024f71f5c894751230bcd9/transformed/jetified-memory-type-native-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:memory-type-java:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b5e188b1ab843678c706e740d2850924/transformed/jetified-memory-type-java-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:memory-type-java:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b5e188b1ab843678c706e740d2850924/transformed/jetified-memory-type-java-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline-native:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ce0a9695f79f968424e1ed1a6f1c2ba4/transformed/jetified-imagepipeline-native-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline-native:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ce0a9695f79f968424e1ed1a6f1c2ba4/transformed/jetified-imagepipeline-native-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.soloader:soloader:0.10.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6b15f697e22f6918906edc7ff9410721/transformed/jetified-soloader-0.10.3/AndroidManifest.xml:7:5-9:41 -MERGED from [com.facebook.soloader:soloader:0.10.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6b15f697e22f6918906edc7ff9410721/transformed/jetified-soloader-0.10.3/AndroidManifest.xml:7:5-9:41 -MERGED from [com.facebook.fresco:memory-type-ashmem:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/23e306a5f5c5fb4563bd1e731e5b2905/transformed/jetified-memory-type-ashmem-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:memory-type-ashmem:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/23e306a5f5c5fb4563bd1e731e5b2905/transformed/jetified-memory-type-ashmem-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fd3530320e28ad36cb9015d3a9188a3f/transformed/jetified-imagepipeline-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fd3530320e28ad36cb9015d3a9188a3f/transformed/jetified-imagepipeline-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:nativeimagetranscoder:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/565d00615407b42fc0a98818cdbc2844/transformed/jetified-nativeimagetranscoder-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:nativeimagetranscoder:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/565d00615407b42fc0a98818cdbc2844/transformed/jetified-nativeimagetranscoder-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline-base:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/109b7f097b1792ad987f0791f0a6abe8/transformed/jetified-imagepipeline-base-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:imagepipeline-base:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/109b7f097b1792ad987f0791f0a6abe8/transformed/jetified-imagepipeline-base-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:5:5-7:41 -MERGED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:5:5-7:41 -MERGED from [in.juspay:hyperapayupi:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/AndroidManifest.xml:6:5-9:158 -MERGED from [in.juspay:hyperapayupi:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/AndroidManifest.xml:6:5-9:158 -MERGED from [com.google.android.material:material:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/AndroidManifest.xml:20:5-44 -MERGED from [com.google.android.material:material:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/094f1c96d7de23a592fdbe1f990f684e/transformed/material-1.1.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.appcompat:appcompat:1.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.appcompat:appcompat:1.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fcf2421dbdbf0c2ac60c1bcb11d0c12c/transformed/appcompat-1.3.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:21:5-23:41 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:21:5-23:41 -MERGED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.sqlite:sqlite-framework:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d20be0b8fe6dcfb4485d167d91a4df6b/transformed/sqlite-framework-2.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.sqlite:sqlite-framework:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/d20be0b8fe6dcfb4485d167d91a4df6b/transformed/sqlite-framework-2.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.autofill:autofill:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2d201a478871fdc2721fe6377af59e92/transformed/jetified-autofill-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.autofill:autofill:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2d201a478871fdc2721fe6377af59e92/transformed/jetified-autofill-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [com.facebook.fresco:middleware:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a16a0f48058110bffed7ed8c2d49194a/transformed/jetified-middleware-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:middleware:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a16a0f48058110bffed7ed8c2d49194a/transformed/jetified-middleware-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:ui-common:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/56478c43bbc7b5e2bba7ba3fe05878c8/transformed/jetified-ui-common-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:ui-common:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/56478c43bbc7b5e2bba7ba3fe05878c8/transformed/jetified-ui-common-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [androidx.appcompat:appcompat-resources:1.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b91d55717f6878f85e2ec15cfa62e248/transformed/jetified-appcompat-resources-1.3.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.appcompat:appcompat-resources:1.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b91d55717f6878f85e2ec15cfa62e248/transformed/jetified-appcompat-resources-1.3.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/30eb6d3509f04650cb0a5945562dabc2/transformed/vectordrawable-animated-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.vectordrawable:vectordrawable-animated:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/30eb6d3509f04650cb0a5945562dabc2/transformed/vectordrawable-animated-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.interpolator:interpolator:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/db22c71d4b7333885344ff1aba934177/transformed/interpolator-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.interpolator:interpolator:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/db22c71d4b7333885344ff1aba934177/transformed/interpolator-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/7c242163f08c077b2a20a9af1a9b11ec/transformed/coordinatorlayout-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.coordinatorlayout:coordinatorlayout:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/7c242163f08c077b2a20a9af1a9b11ec/transformed/coordinatorlayout-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.core:core-ktx:1.5.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/29b51d58d842896ea2aed3198e18973a/transformed/jetified-core-ktx-1.5.0/AndroidManifest.xml:5:5-7:41 -MERGED from [androidx.core:core-ktx:1.5.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/29b51d58d842896ea2aed3198e18973a/transformed/jetified-core-ktx-1.5.0/AndroidManifest.xml:5:5-7:41 -MERGED from [androidx.viewpager2:viewpager2:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8d1748e14c798d6a06bd397e5ac2f809/transformed/jetified-viewpager2-1.0.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.viewpager2:viewpager2:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8d1748e14c798d6a06bd397e5ac2f809/transformed/jetified-viewpager2-1.0.0/AndroidManifest.xml:20:5-22:41 -MERGED from [com.google.android.gms:play-services-auth-api-phone:17.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fe12e5e5dc428c5e67118d4d987548da/transformed/jetified-play-services-auth-api-phone-17.3.0/AndroidManifest.xml:5:5-44 -MERGED from [com.google.android.gms:play-services-auth-api-phone:17.3.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/fe12e5e5dc428c5e67118d4d987548da/transformed/jetified-play-services-auth-api-phone-17.3.0/AndroidManifest.xml:5:5-44 -MERGED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:20:5-44 -MERGED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:20:5-44 -MERGED from [com.google.android.gms:play-services-tasks:17.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b35812c61aeee3bf1fd978ee36248664/transformed/jetified-play-services-tasks-17.0.0/AndroidManifest.xml:5:5-44 -MERGED from [com.google.android.gms:play-services-tasks:17.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b35812c61aeee3bf1fd978ee36248664/transformed/jetified-play-services-tasks-17.0.0/AndroidManifest.xml:5:5-44 -MERGED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:20:5-44 -MERGED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.fragment:fragment:1.3.4] /Users/arbindakumarprasad/.gradle/caches/transforms-3/67f79f5b0e7f197a0539e893d71b1fb0/transformed/fragment-1.3.4/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.fragment:fragment:1.3.4] /Users/arbindakumarprasad/.gradle/caches/transforms-3/67f79f5b0e7f197a0539e893d71b1fb0/transformed/fragment-1.3.4/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b50c53577c82f1c6e2d519c971228060/transformed/cursoradapter-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.cursoradapter:cursoradapter:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b50c53577c82f1c6e2d519c971228060/transformed/cursoradapter-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.activity:activity:1.2.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/097bec3f080d093b2e572ab1db2a6a0f/transformed/jetified-activity-1.2.3/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.activity:activity:1.2.3] /Users/arbindakumarprasad/.gradle/caches/transforms-3/097bec3f080d093b2e572ab1db2a6a0f/transformed/jetified-activity-1.2.3/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/48f7a43d50fe2b3afef5d141904b521f/transformed/drawerlayout-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.drawerlayout:drawerlayout:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/48f7a43d50fe2b3afef5d141904b521f/transformed/drawerlayout-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a8b19360497b81693d24e76789ba0692/transformed/jetified-lifecycle-viewmodel-savedstate-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-viewmodel-savedstate:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a8b19360497b81693d24e76789ba0692/transformed/jetified-lifecycle-viewmodel-savedstate-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.savedstate:savedstate:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/696a5dc3d4d3c3825af561a2a9e108ac/transformed/jetified-savedstate-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.savedstate:savedstate:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/696a5dc3d4d3c3825af561a2a9e108ac/transformed/jetified-savedstate-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.viewpager:viewpager:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f1046ba369eb1b9df2839863fe633cc9/transformed/viewpager-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.viewpager:viewpager:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f1046ba369eb1b9df2839863fe633cc9/transformed/viewpager-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.recyclerview:recyclerview:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/7cde1b4d80356d9bf8a9ef4184360460/transformed/recyclerview-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.recyclerview:recyclerview:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/7cde1b4d80356d9bf8a9ef4184360460/transformed/recyclerview-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.customview:customview:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c1d269cb6ee6fbf7a76077aa56b3f3cb/transformed/customview-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.customview:customview:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c1d269cb6ee6fbf7a76077aa56b3f3cb/transformed/customview-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.transition:transition:1.2.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/cc2f765b35afd2b22ce030514f91b7bc/transformed/transition-1.2.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.transition:transition:1.2.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/cc2f765b35afd2b22ce030514f91b7bc/transformed/transition-1.2.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/77b64df1b2c247b32599a426b98d488b/transformed/vectordrawable-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.vectordrawable:vectordrawable:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/77b64df1b2c247b32599a426b98d488b/transformed/vectordrawable-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.loader:loader:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ffcaafb1f57c97cdbcf8989d99fbbb8/transformed/loader-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.loader:loader:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ffcaafb1f57c97cdbcf8989d99fbbb8/transformed/loader-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.core:core:1.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/91a0df06f69c84d4dcba0a0f6502a849/transformed/core-1.6.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-service:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f1afaefcf80aedb093cdb3f6bcf30c8a/transformed/jetified-lifecycle-service-2.1.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.lifecycle:lifecycle-service:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f1afaefcf80aedb093cdb3f6bcf30c8a/transformed/jetified-lifecycle-service-2.1.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.lifecycle:lifecycle-runtime:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b9010cc6516f18b71dcf3715e7649aa2/transformed/lifecycle-runtime-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-runtime:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/b9010cc6516f18b71dcf3715e7649aa2/transformed/lifecycle-runtime-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f97f3938c4f42f5b2ee83131e8287379/transformed/lifecycle-viewmodel-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-viewmodel:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/f97f3938c4f42f5b2ee83131e8287379/transformed/lifecycle-viewmodel-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.sqlite:sqlite:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/69b6e8f468498973035ef28fbce2897e/transformed/sqlite-2.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.sqlite:sqlite:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/69b6e8f468498973035ef28fbce2897e/transformed/sqlite-2.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [in.juspay:hyper:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ff1aabd54fe892b0beffd16e5e772e1d/transformed/jetified-hyper-2.1.12/AndroidManifest.xml:5:5-7:41 -MERGED from [in.juspay:hyper:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/ff1aabd54fe892b0beffd16e5e772e1d/transformed/jetified-hyper-2.1.12/AndroidManifest.xml:5:5-7:41 -MERGED from [androidx.cardview:cardview:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.cardview:cardview:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e09ff431baac271b73280e5aeaf996d4/transformed/cardview-1.0.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ed39d0bef4d5aed1abd48267f544b76/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.versionedparcelable:versionedparcelable:1.1.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8ed39d0bef4d5aed1abd48267f544b76/transformed/versionedparcelable-1.1.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:21:5-23:41 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:21:5-23:41 -MERGED from [androidx.tracing:tracing:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c0987b49954b37eb4c96114e2561cba8/transformed/jetified-tracing-1.0.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.tracing:tracing:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c0987b49954b37eb4c96114e2561cba8/transformed/jetified-tracing-1.0.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-livedata:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/537ff1fee8c29163ad9e5df34f0c4028/transformed/lifecycle-livedata-2.1.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.lifecycle:lifecycle-livedata:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/537ff1fee8c29163ad9e5df34f0c4028/transformed/lifecycle-livedata-2.1.0/AndroidManifest.xml:20:5-44 -MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a397401a4691db00f08d143f2fdbdf30/transformed/lifecycle-livedata-core-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.lifecycle:lifecycle-livedata-core:2.3.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/a397401a4691db00f08d143f2fdbdf30/transformed/lifecycle-livedata-core-2.3.1/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.arch.core:core-runtime:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e9b43ecc72a8899f38bddde5b80e53f9/transformed/core-runtime-2.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.arch.core:core-runtime:2.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e9b43ecc72a8899f38bddde5b80e53f9/transformed/core-runtime-2.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [in.juspay.merchants:hyper.assets.geddit:1.0.18] /Users/arbindakumarprasad/.gradle/caches/transforms-3/828bcad923a0d5c9fbacca8b0d0c55fe/transformed/jetified-hyper.assets.geddit-1.0.18/AndroidManifest.xml:5:5-44 -MERGED from [in.juspay.merchants:hyper.assets.geddit:1.0.18] /Users/arbindakumarprasad/.gradle/caches/transforms-3/828bcad923a0d5c9fbacca8b0d0c55fe/transformed/jetified-hyper.assets.geddit-1.0.18/AndroidManifest.xml:5:5-44 -MERGED from [com.facebook.fresco:fbcore:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8cb53a686dd91ee3337e43c41e3a6503/transformed/jetified-fbcore-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.facebook.fresco:fbcore:2.6.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/8cb53a686dd91ee3337e43c41e3a6503/transformed/jetified-fbcore-2.6.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:7:5-9:41 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:7:5-9:41 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:7:5-9:41 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:7:5-9:41 -MERGED from [com.amazon.android.amazonpay:apay-android-super-sdk:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/da844a34edf72574ee7cd6d9366d5715/transformed/jetified-apay-android-super-sdk-1.0.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.amazon.android.amazonpay:apay-android-super-sdk:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/da844a34edf72574ee7cd6d9366d5715/transformed/jetified-apay-android-super-sdk-1.0.0/AndroidManifest.xml:5:5-7:41 -MERGED from [com.amazon.android.amazonpay:apay-android-common-interface:1.0.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2b85316e778f015e59476fb3755da244/transformed/jetified-apay-android-common-interface-1.0.1/AndroidManifest.xml:7:5-9:41 -MERGED from [com.amazon.android.amazonpay:apay-android-common-interface:1.0.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/2b85316e778f015e59476fb3755da244/transformed/jetified-apay-android-common-interface-1.0.1/AndroidManifest.xml:7:5-9:41 -MERGED from [androidx.annotation:annotation-experimental:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/9cc6330e21eed20419b62504e8e04773/transformed/jetified-annotation-experimental-1.1.0/AndroidManifest.xml:20:5-22:41 -MERGED from [androidx.annotation:annotation-experimental:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/9cc6330e21eed20419b62504e8e04773/transformed/jetified-annotation-experimental-1.1.0/AndroidManifest.xml:20:5-22:41 -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml -INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml - tools:overrideLibrary - ADDED from [in.juspay:hyperapayupi:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6cbc1fa2e4503c0a7d36f6436819bf7d/transformed/jetified-hyperapayupi-2.1.12/AndroidManifest.xml:9:9-155 - android:targetSdkVersion - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml - android:minSdkVersion - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml - INJECTED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml -uses-permission#android.permission.SYSTEM_ALERT_WINDOW -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:5:5-77 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:5:22-75 -activity#com.facebook.react.devsupport.DevSettingsActivity -ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:11:9-111 - android:exported - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:11:84-108 - android:name - ADDED from /Users/arbindakumarprasad/Juspay/github/juspay-sdk-integration-demo/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml:11:19-83 -uses-permission#android.permission.ACCESS_WIFI_STATE -ADDED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:16:5-76 - android:name - ADDED from [com.facebook.flipper:flipper:0.125.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/c043accd5e328fb9309a849578369125/transformed/jetified-flipper-0.125.0/AndroidManifest.xml:16:22-73 -uses-permission#android.permission.ACCESS_NETWORK_STATE -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:10:5-79 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:26:5-79 -MERGED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:26:5-79 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:16:5-79 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:16:5-79 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:10:22-76 -uses-permission#android.permission.READ_PHONE_STATE -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:11:5-75 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:11:22-72 -queries -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:13:5-55:15 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:11:5-13:15 -MERGED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:11:5-13:15 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:11:5-17:15 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:11:5-17:15 -intent#data:host:pay+data:pathPattern:.*+data:scheme:upi -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:14:9-19:18 -data -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:15:13-18:40 - android:host - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:16:17-35 - android:scheme - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:18:17-37 - android:pathPattern - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:17:17-41 -intent#action:name:android.support.customtabs.action.CustomTabsService -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:20:9-22:18 -action#android.support.customtabs.action.CustomTabsService -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:21:13-90 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:21:21-87 -intent#data:host:mandate+data:pathPattern:.*+data:scheme:upi -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:23:9-28:18 -intent#data:pathPattern:.*+data:scheme:upi -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:29:9-33:18 -intent#data:host:pay+data:pathPattern:.*+data:scheme:juspay -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:34:9-39:18 -intent#data:host:checkout+data:pathPattern:.*+data:scheme:credpay -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:40:9-45:18 -package#com.tatadigital.tcp.dev -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:47:9-59 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:47:18-56 -package#com.tatadigital.tcp -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:48:9-55 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:48:18-52 -intent#action:name:android.intent.action.VIEW+data:mimeType:application/uri -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:50:9-54:18 -action#android.intent.action.VIEW -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:51:13-65 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:51:21-62 -activity#in.juspay.hypersdk.core.CompletionActivity -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:58:9-60:40 - android:exported - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:60:13-37 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:59:13-70 -activity#in.juspay.hypersdk.core.CustomtabActivity -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:61:9-64:47 - android:launchMode - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:64:13-44 - android:exported - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:63:13-37 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:62:13-69 -activity#in.juspay.hypersdk.core.CustomtabResult -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:65:9-79:20 - android:launchMode - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:68:13-44 - android:exported - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:67:13-36 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:66:13-67 -intent-filter#action:name:android.intent.action.VIEW+category:name:android.intent.category.BROWSABLE+category:name:android.intent.category.DEFAULT+data:host:${applicationId}+data:scheme:juspay -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:69:13-78:29 -intent-filter#action:name:android.intent.action.VIEW+category:name:android.intent.category.BROWSABLE+category:name:android.intent.category.DEFAULT+data:host:com.juspayintegrationexamplern+data:scheme:juspay -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:69:13-78:29 -category#android.intent.category.DEFAULT -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:72:17-76 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:72:27-73 -category#android.intent.category.BROWSABLE -ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:73:17-78 - android:name - ADDED from [in.juspay:hypersdk:2.1.12] /Users/arbindakumarprasad/.gradle/caches/transforms-3/3282e89184e577a5977bf449861d1bc7/transformed/jetified-hypersdk-2.1.12/AndroidManifest.xml:73:27-75 -uses-permission#android.permission.WAKE_LOCK -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:25:5-68 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:25:22-65 -uses-permission#android.permission.RECEIVE_BOOT_COMPLETED -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:27:5-81 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:27:22-78 -uses-permission#android.permission.FOREGROUND_SERVICE -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:28:5-77 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:28:22-74 -provider#androidx.startup.InitializationProvider -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:31:9-39:20 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:26:9-30:34 -MERGED from [androidx.startup:startup-runtime:1.0.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/89bd6aeba8523c318b0102f258d9d1de/transformed/jetified-startup-runtime-1.0.0/AndroidManifest.xml:26:9-30:34 - tools:node - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:35:13-31 - android:authorities - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:33:13-68 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:34:13-37 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:32:13-67 -meta-data#androidx.work.WorkManagerInitializer -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:36:13-38:52 - android:value - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:38:17-49 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:37:17-68 -service#androidx.work.impl.background.systemalarm.SystemAlarmService -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:41:9-46:35 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:44:13-72 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:45:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:46:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:43:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:42:13-88 -service#androidx.work.impl.background.systemjob.SystemJobService -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:47:9-53:35 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:50:13-70 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:51:13-36 - android:permission - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:52:13-69 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:53:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:49:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:48:13-84 -service#androidx.work.impl.foreground.SystemForegroundService -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:54:9-59:35 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:57:13-77 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:58:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:59:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:56:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:55:13-81 -receiver#androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:61:9-66:35 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:64:13-35 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:65:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:66:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:63:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:62:13-88 -receiver#androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:67:9-77:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:70:13-36 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:71:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:72:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:69:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:68:13-106 -intent-filter#action:name:android.intent.action.ACTION_POWER_CONNECTED+action:name:android.intent.action.ACTION_POWER_DISCONNECTED -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:73:13-76:29 -action#android.intent.action.ACTION_POWER_CONNECTED -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:74:17-87 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:74:25-84 -action#android.intent.action.ACTION_POWER_DISCONNECTED -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:75:17-90 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:75:25-87 -receiver#androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:78:9-88:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:81:13-36 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:82:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:83:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:80:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:79:13-104 -intent-filter#action:name:android.intent.action.BATTERY_LOW+action:name:android.intent.action.BATTERY_OKAY -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:84:13-87:29 -action#android.intent.action.BATTERY_OKAY -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:85:17-77 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:85:25-74 -action#android.intent.action.BATTERY_LOW -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:86:17-76 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:86:25-73 -receiver#androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:89:9-99:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:92:13-36 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:93:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:94:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:91:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:90:13-104 -intent-filter#action:name:android.intent.action.DEVICE_STORAGE_LOW+action:name:android.intent.action.DEVICE_STORAGE_OK -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:95:13-98:29 -action#android.intent.action.DEVICE_STORAGE_LOW -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:96:17-83 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:96:25-80 -action#android.intent.action.DEVICE_STORAGE_OK -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:97:17-82 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:97:25-79 -receiver#androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:100:9-109:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:103:13-36 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:104:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:105:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:102:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:101:13-103 -intent-filter#action:name:android.net.conn.CONNECTIVITY_CHANGE -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:106:13-108:29 -action#android.net.conn.CONNECTIVITY_CHANGE -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:107:17-79 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:107:25-76 -receiver#androidx.work.impl.background.systemalarm.RescheduleReceiver -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:110:9-121:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:113:13-36 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:114:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:115:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:112:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:111:13-88 -intent-filter#action:name:android.intent.action.BOOT_COMPLETED+action:name:android.intent.action.TIMEZONE_CHANGED+action:name:android.intent.action.TIME_SET -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:116:13-120:29 -action#android.intent.action.BOOT_COMPLETED -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:117:17-79 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:117:25-76 -action#android.intent.action.TIME_SET -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:118:17-73 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:118:25-70 -action#android.intent.action.TIMEZONE_CHANGED -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:119:17-81 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:119:25-78 -receiver#androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:122:9-131:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:125:13-72 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:126:13-37 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:127:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:124:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:123:13-99 -intent-filter#action:name:androidx.work.impl.background.systemalarm.UpdateProxies -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:128:13-130:29 -action#androidx.work.impl.background.systemalarm.UpdateProxies -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:129:17-98 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:129:25-95 -receiver#androidx.work.impl.diagnostics.DiagnosticsReceiver -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:132:9-142:20 - android:enabled - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:135:13-35 - android:exported - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:136:13-36 - android:permission - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:137:13-57 - tools:targetApi - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:138:13-32 - android:directBootAware - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:134:13-44 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:133:13-78 -intent-filter#action:name:androidx.work.diagnostics.REQUEST_DIAGNOSTICS -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:139:13-141:29 -action#androidx.work.diagnostics.REQUEST_DIAGNOSTICS -ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:140:17-88 - android:name - ADDED from [androidx.work:work-runtime:2.7.1] /Users/arbindakumarprasad/.gradle/caches/transforms-3/dddb64bb6ae741c5b6184d5d86ffe2c7/transformed/work-runtime-2.7.1/AndroidManifest.xml:140:25-85 -service#androidx.room.MultiInstanceInvalidationService -ADDED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:25:9-28:40 - android:exported - ADDED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:28:13-37 - android:directBootAware - ADDED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:27:13-43 - android:name - ADDED from [androidx.room:room-runtime:2.2.5] /Users/arbindakumarprasad/.gradle/caches/transforms-3/e5195bd0ded971ca46a79f7b2e9b96f5/transformed/room-runtime-2.2.5/AndroidManifest.xml:26:13-74 -activity#com.google.android.gms.common.api.GoogleApiActivity -ADDED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:23:9-26:75 - android:exported - ADDED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:25:13-37 - android:theme - ADDED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:26:13-72 - android:name - ADDED from [com.google.android.gms:play-services-base:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/6e27d668a3298c9566aec2b71de355ed/transformed/jetified-play-services-base-17.1.0/AndroidManifest.xml:24:13-79 -meta-data#com.google.android.gms.version -ADDED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:23:9-25:69 - android:value - ADDED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:25:13-66 - android:name - ADDED from [com.google.android.gms:play-services-basement:17.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/460389fece1edbf06b8ee6acd4a8b039/transformed/jetified-play-services-basement-17.1.0/AndroidManifest.xml:24:13-58 -package#in.amazon.mShop.android.shopping -ADDED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:12:9-68 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:12:9-68 -MERGED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:12:9-68 - android:name - ADDED from [com.amazon.android.amazonpay:apay-android-instrumentation:1.1.0] /Users/arbindakumarprasad/.gradle/caches/transforms-3/82cb4702377c82db81aec7865120c7e3/transformed/jetified-apay-android-instrumentation-1.1.0/AndroidManifest.xml:12:18-65 -intent#action:name:com.amazon.mShop.kuber.service.PREFETCH_SERVICE -ADDED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:14:9-16:18 -action#com.amazon.mShop.kuber.service.PREFETCH_SERVICE -ADDED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:15:13-86 - android:name - ADDED from [com.amazon.android.amazonpay:apay-android-upi-sdk:1.0.2] /Users/arbindakumarprasad/.gradle/caches/transforms-3/5d3fe9ce88d60e748b2fbb968c6532b4/transformed/jetified-apay-android-upi-sdk-1.0.2/AndroidManifest.xml:15:21-83 diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin deleted file mode 100644 index 3b0defc..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build_defs.bzl b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build_defs.bzl deleted file mode 100644 index fff270f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/build_defs.bzl +++ /dev/null @@ -1,19 +0,0 @@ -"""Helper definitions to glob .aar and .jar targets""" - -def create_aar_targets(aarfiles): - for aarfile in aarfiles: - name = "aars__" + aarfile[aarfile.rindex("/") + 1:aarfile.rindex(".aar")] - lib_deps.append(":" + name) - android_prebuilt_aar( - name = name, - aar = aarfile, - ) - -def create_jar_targets(jarfiles): - for jarfile in jarfiles: - name = "jars__" + jarfile[jarfile.rindex("/") + 1:jarfile.rindex(".jar")] - lib_deps.append(":" + name) - prebuilt_jar( - name = name, - binary_jar = jarfile, - ) diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/debug.keystore b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/debug.keystore deleted file mode 100644 index 364e105..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/debug.keystore and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/proguard-rules.pro b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/proguard-rules.pro deleted file mode 100644 index 11b0257..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/proguard-rules.pro +++ /dev/null @@ -1,10 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the proguardFiles -# directive in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml deleted file mode 100644 index 4b185bc..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/debug/AndroidManifest.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/debug/java/com/juspayintegrationexamplern/ReactNativeFlipper.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/debug/java/com/juspayintegrationexamplern/ReactNativeFlipper.java deleted file mode 100644 index 5d44283..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/debug/java/com/juspayintegrationexamplern/ReactNativeFlipper.java +++ /dev/null @@ -1,73 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - *

This source code is licensed under the MIT license found in the LICENSE file in the root - * directory of this source tree. - */ -package com.juspayintegrationexamplern; - -import android.content.Context; -import com.facebook.flipper.android.AndroidFlipperClient; -import com.facebook.flipper.android.utils.FlipperUtils; -import com.facebook.flipper.core.FlipperClient; -import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin; -import com.facebook.flipper.plugins.databases.DatabasesFlipperPlugin; -import com.facebook.flipper.plugins.fresco.FrescoFlipperPlugin; -import com.facebook.flipper.plugins.inspector.DescriptorMapping; -import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin; -import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor; -import com.facebook.flipper.plugins.network.NetworkFlipperPlugin; -import com.facebook.flipper.plugins.react.ReactFlipperPlugin; -import com.facebook.flipper.plugins.sharedpreferences.SharedPreferencesFlipperPlugin; -import com.facebook.react.ReactInstanceEventListener; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.bridge.ReactContext; -import com.facebook.react.modules.network.NetworkingModule; -import okhttp3.OkHttpClient; - -public class ReactNativeFlipper { - public static void initializeFlipper(Context context, ReactInstanceManager reactInstanceManager) { - if (FlipperUtils.shouldEnableFlipper(context)) { - final FlipperClient client = AndroidFlipperClient.getInstance(context); - - client.addPlugin(new InspectorFlipperPlugin(context, DescriptorMapping.withDefaults())); - client.addPlugin(new ReactFlipperPlugin()); - client.addPlugin(new DatabasesFlipperPlugin(context)); - client.addPlugin(new SharedPreferencesFlipperPlugin(context)); - client.addPlugin(CrashReporterPlugin.getInstance()); - - NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin(); - NetworkingModule.setCustomClientBuilder( - new NetworkingModule.CustomClientBuilder() { - @Override - public void apply(OkHttpClient.Builder builder) { - builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin)); - } - }); - client.addPlugin(networkFlipperPlugin); - client.start(); - - // Fresco Plugin needs to ensure that ImagePipelineFactory is initialized - // Hence we run if after all native modules have been initialized - ReactContext reactContext = reactInstanceManager.getCurrentReactContext(); - if (reactContext == null) { - reactInstanceManager.addReactInstanceEventListener( - new ReactInstanceEventListener() { - @Override - public void onReactContextInitialized(ReactContext reactContext) { - reactInstanceManager.removeReactInstanceEventListener(this); - reactContext.runOnNativeModulesQueueThread( - new Runnable() { - @Override - public void run() { - client.addPlugin(new FrescoFlipperPlugin()); - } - }); - } - }); - } else { - client.addPlugin(new FrescoFlipperPlugin()); - } - } - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml deleted file mode 100644 index b4cd65c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/AndroidManifest.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainActivity.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainActivity.java deleted file mode 100644 index 7be6e8c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainActivity.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.juspayintegrationexamplern; - -import com.facebook.react.ReactActivity; -import com.facebook.react.ReactActivityDelegate; -import com.facebook.react.ReactRootView; -import in.juspay.hypersdkreact.HyperSdkReactModule; - -public class MainActivity extends ReactActivity { - - /** - * Returns the name of the main component registered from JavaScript. This is used to schedule - * rendering of the component. - */ - @Override - protected String getMainComponentName() { - return "juspayIntegrationExampleRN"; - } - - /** - * Returns the instance of the {@link ReactActivityDelegate}. There the RootView is created and - * you can specify the rendered you wish to use (Fabric or the older renderer). - */ - @Override - protected ReactActivityDelegate createReactActivityDelegate() { - return new MainActivityDelegate(this, getMainComponentName()); - } - // block:start:android-permissions-handling - @Override - public void onRequestPermissionsResult(int requestCode, String[] permissions, int[] grantResults) { - super.onRequestPermissionsResult(requestCode, permissions, grantResults); - HyperSdkReactModule.onRequestPermissionsResult(requestCode, permissions, grantResults); - } - // block:end:android-permissions-handling - - public static class MainActivityDelegate extends ReactActivityDelegate { - public MainActivityDelegate(ReactActivity activity, String mainComponentName) { - super(activity, mainComponentName); - } - - @Override - protected ReactRootView createRootView() { - ReactRootView reactRootView = new ReactRootView(getContext()); - // If you opted-in for the New Architecture, we enable the Fabric Renderer. - reactRootView.setIsFabric(BuildConfig.IS_NEW_ARCHITECTURE_ENABLED); - return reactRootView; - } - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainApplication.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainApplication.java deleted file mode 100644 index 8c7ed0f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/MainApplication.java +++ /dev/null @@ -1,91 +0,0 @@ -package com.juspayintegrationexamplern; - -import android.app.Application; -import android.content.Context; -import com.facebook.react.PackageList; -import com.facebook.react.ReactApplication; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.ReactNativeHost; -import com.facebook.react.ReactPackage; -import com.facebook.react.config.ReactFeatureFlags; -import com.facebook.soloader.SoLoader; -import com.juspayintegrationexamplern.newarchitecture.MainApplicationReactNativeHost; -import java.lang.reflect.InvocationTargetException; -import java.util.List; - -public class MainApplication extends Application implements ReactApplication { - - private final ReactNativeHost mReactNativeHost = - new ReactNativeHost(this) { - @Override - public boolean getUseDeveloperSupport() { - return BuildConfig.DEBUG; - } - - @Override - protected List getPackages() { - @SuppressWarnings("UnnecessaryLocalVariable") - List packages = new PackageList(this).getPackages(); - // Packages that cannot be autolinked yet can be added manually here, for example: - // packages.add(new MyReactNativePackage()); - return packages; - } - - @Override - protected String getJSMainModuleName() { - return "index"; - } - }; - - private final ReactNativeHost mNewArchitectureNativeHost = - new MainApplicationReactNativeHost(this); - - @Override - public ReactNativeHost getReactNativeHost() { - if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) { - return mNewArchitectureNativeHost; - } else { - return mReactNativeHost; - } - } - - @Override - public void onCreate() { - super.onCreate(); - // If you opted-in for the New Architecture, we enable the TurboModule system - ReactFeatureFlags.useTurboModules = BuildConfig.IS_NEW_ARCHITECTURE_ENABLED; - SoLoader.init(this, /* native exopackage */ false); - initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); - } - - /** - * Loads Flipper in React Native templates. Call this in the onCreate method with something like - * initializeFlipper(this, getReactNativeHost().getReactInstanceManager()); - * - * @param context - * @param reactInstanceManager - */ - private static void initializeFlipper( - Context context, ReactInstanceManager reactInstanceManager) { - if (BuildConfig.DEBUG) { - try { - /* - We use reflection here to pick up the class that initializes Flipper, - since Flipper library is not available in release mode - */ - Class aClass = Class.forName("com.juspayintegrationexamplern.ReactNativeFlipper"); - aClass - .getMethod("initializeFlipper", Context.class, ReactInstanceManager.class) - .invoke(null, context, reactInstanceManager); - } catch (ClassNotFoundException e) { - e.printStackTrace(); - } catch (NoSuchMethodException e) { - e.printStackTrace(); - } catch (IllegalAccessException e) { - e.printStackTrace(); - } catch (InvocationTargetException e) { - e.printStackTrace(); - } - } - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.java deleted file mode 100644 index 8ed7e23..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/MainApplicationReactNativeHost.java +++ /dev/null @@ -1,116 +0,0 @@ -package com.juspayintegrationexamplern.newarchitecture; - -import android.app.Application; -import androidx.annotation.NonNull; -import com.facebook.react.PackageList; -import com.facebook.react.ReactInstanceManager; -import com.facebook.react.ReactNativeHost; -import com.facebook.react.ReactPackage; -import com.facebook.react.ReactPackageTurboModuleManagerDelegate; -import com.facebook.react.bridge.JSIModulePackage; -import com.facebook.react.bridge.JSIModuleProvider; -import com.facebook.react.bridge.JSIModuleSpec; -import com.facebook.react.bridge.JSIModuleType; -import com.facebook.react.bridge.JavaScriptContextHolder; -import com.facebook.react.bridge.ReactApplicationContext; -import com.facebook.react.bridge.UIManager; -import com.facebook.react.fabric.ComponentFactory; -import com.facebook.react.fabric.CoreComponentsRegistry; -import com.facebook.react.fabric.EmptyReactNativeConfig; -import com.facebook.react.fabric.FabricJSIModuleProvider; -import com.facebook.react.uimanager.ViewManagerRegistry; -import com.juspayintegrationexamplern.BuildConfig; -import com.juspayintegrationexamplern.newarchitecture.components.MainComponentsRegistry; -import com.juspayintegrationexamplern.newarchitecture.modules.MainApplicationTurboModuleManagerDelegate; -import java.util.ArrayList; -import java.util.List; - -/** - * A {@link ReactNativeHost} that helps you load everything needed for the New Architecture, both - * TurboModule delegates and the Fabric Renderer. - * - *

Please note that this class is used ONLY if you opt-in for the New Architecture (see the - * `newArchEnabled` property). Is ignored otherwise. - */ -public class MainApplicationReactNativeHost extends ReactNativeHost { - public MainApplicationReactNativeHost(Application application) { - super(application); - } - - @Override - public boolean getUseDeveloperSupport() { - return BuildConfig.DEBUG; - } - - @Override - protected List getPackages() { - List packages = new PackageList(this).getPackages(); - // Packages that cannot be autolinked yet can be added manually here, for example: - // packages.add(new MyReactNativePackage()); - // TurboModules must also be loaded here providing a valid TurboReactPackage implementation: - // packages.add(new TurboReactPackage() { ... }); - // If you have custom Fabric Components, their ViewManagers should also be loaded here - // inside a ReactPackage. - return packages; - } - - @Override - protected String getJSMainModuleName() { - return "index"; - } - - @NonNull - @Override - protected ReactPackageTurboModuleManagerDelegate.Builder - getReactPackageTurboModuleManagerDelegateBuilder() { - // Here we provide the ReactPackageTurboModuleManagerDelegate Builder. This is necessary - // for the new architecture and to use TurboModules correctly. - return new MainApplicationTurboModuleManagerDelegate.Builder(); - } - - @Override - protected JSIModulePackage getJSIModulePackage() { - return new JSIModulePackage() { - @Override - public List getJSIModules( - final ReactApplicationContext reactApplicationContext, - final JavaScriptContextHolder jsContext) { - final List specs = new ArrayList<>(); - - // Here we provide a new JSIModuleSpec that will be responsible of providing the - // custom Fabric Components. - specs.add( - new JSIModuleSpec() { - @Override - public JSIModuleType getJSIModuleType() { - return JSIModuleType.UIManager; - } - - @Override - public JSIModuleProvider getJSIModuleProvider() { - final ComponentFactory componentFactory = new ComponentFactory(); - CoreComponentsRegistry.register(componentFactory); - - // Here we register a Components Registry. - // The one that is generated with the template contains no components - // and just provides you the one from React Native core. - MainComponentsRegistry.register(componentFactory); - - final ReactInstanceManager reactInstanceManager = getReactInstanceManager(); - - ViewManagerRegistry viewManagerRegistry = - new ViewManagerRegistry( - reactInstanceManager.getOrCreateViewManagers(reactApplicationContext)); - - return new FabricJSIModuleProvider( - reactApplicationContext, - componentFactory, - new EmptyReactNativeConfig(), - viewManagerRegistry); - } - }); - return specs; - } - }; - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.java deleted file mode 100644 index f7e4b8c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.juspayintegrationexamplern.newarchitecture.components; - -import com.facebook.jni.HybridData; -import com.facebook.proguard.annotations.DoNotStrip; -import com.facebook.react.fabric.ComponentFactory; -import com.facebook.soloader.SoLoader; - -/** - * Class responsible to load the custom Fabric Components. This class has native methods and needs a - * corresponding C++ implementation/header file to work correctly (already placed inside the jni/ - * folder for you). - * - *

Please note that this class is used ONLY if you opt-in for the New Architecture (see the - * `newArchEnabled` property). Is ignored otherwise. - */ -@DoNotStrip -public class MainComponentsRegistry { - static { - SoLoader.loadLibrary("fabricjni"); - } - - @DoNotStrip private final HybridData mHybridData; - - @DoNotStrip - private native HybridData initHybrid(ComponentFactory componentFactory); - - @DoNotStrip - private MainComponentsRegistry(ComponentFactory componentFactory) { - mHybridData = initHybrid(componentFactory); - } - - @DoNotStrip - public static MainComponentsRegistry register(ComponentFactory componentFactory) { - return new MainComponentsRegistry(componentFactory); - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java deleted file mode 100644 index daf317d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/java/com/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +++ /dev/null @@ -1,48 +0,0 @@ -package com.juspayintegrationexamplern.newarchitecture.modules; - -import com.facebook.jni.HybridData; -import com.facebook.react.ReactPackage; -import com.facebook.react.ReactPackageTurboModuleManagerDelegate; -import com.facebook.react.bridge.ReactApplicationContext; -import com.facebook.soloader.SoLoader; -import java.util.List; - -/** - * Class responsible to load the TurboModules. This class has native methods and needs a - * corresponding C++ implementation/header file to work correctly (already placed inside the jni/ - * folder for you). - * - *

Please note that this class is used ONLY if you opt-in for the New Architecture (see the - * `newArchEnabled` property). Is ignored otherwise. - */ -public class MainApplicationTurboModuleManagerDelegate - extends ReactPackageTurboModuleManagerDelegate { - - private static volatile boolean sIsSoLibraryLoaded; - - protected MainApplicationTurboModuleManagerDelegate( - ReactApplicationContext reactApplicationContext, List packages) { - super(reactApplicationContext, packages); - } - - protected native HybridData initHybrid(); - - native boolean canCreateTurboModule(String moduleName); - - public static class Builder extends ReactPackageTurboModuleManagerDelegate.Builder { - protected MainApplicationTurboModuleManagerDelegate build( - ReactApplicationContext context, List packages) { - return new MainApplicationTurboModuleManagerDelegate(context, packages); - } - } - - @Override - protected synchronized void maybeLoadOtherSoLibraries() { - if (!sIsSoLibraryLoaded) { - // If you change the name of your application .so file in the Android.mk file, - // make sure you update the name here as well. - SoLoader.loadLibrary("juspayintegrationexamplern_appmodules"); - sIsSoLibraryLoaded = true; - } - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/Android.mk b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/Android.mk deleted file mode 100644 index ac5c1b5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/Android.mk +++ /dev/null @@ -1,49 +0,0 @@ -THIS_DIR := $(call my-dir) - -include $(REACT_ANDROID_DIR)/Android-prebuilt.mk - -# If you wish to add a custom TurboModule or Fabric component in your app you -# will have to include the following autogenerated makefile. -# include $(GENERATED_SRC_DIR)/codegen/jni/Android.mk -include $(CLEAR_VARS) - -LOCAL_PATH := $(THIS_DIR) - -# You can customize the name of your application .so file here. -LOCAL_MODULE := juspayintegrationexamplern_appmodules - -LOCAL_C_INCLUDES := $(LOCAL_PATH) -LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/*.cpp) -LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) - -# If you wish to add a custom TurboModule or Fabric component in your app you -# will have to uncomment those lines to include the generated source -# files from the codegen (placed in $(GENERATED_SRC_DIR)/codegen/jni) -# -# LOCAL_C_INCLUDES += $(GENERATED_SRC_DIR)/codegen/jni -# LOCAL_SRC_FILES += $(wildcard $(GENERATED_SRC_DIR)/codegen/jni/*.cpp) -# LOCAL_EXPORT_C_INCLUDES += $(GENERATED_SRC_DIR)/codegen/jni - -# Here you should add any native library you wish to depend on. -LOCAL_SHARED_LIBRARIES := \ - libfabricjni \ - libfbjni \ - libfolly_futures \ - libfolly_json \ - libglog \ - libjsi \ - libreact_codegen_rncore \ - libreact_debug \ - libreact_nativemodule_core \ - libreact_render_componentregistry \ - libreact_render_core \ - libreact_render_debug \ - libreact_render_graphics \ - librrc_view \ - libruntimeexecutor \ - libturbomodulejsijni \ - libyoga - -LOCAL_CFLAGS := -DLOG_TAG=\"ReactNative\" -fexceptions -frtti -std=c++17 -Wall - -include $(BUILD_SHARED_LIBRARY) diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.cpp b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.cpp deleted file mode 100644 index 0ac23cc..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include "MainApplicationModuleProvider.h" - -#include - -namespace facebook { -namespace react { - -std::shared_ptr MainApplicationModuleProvider( - const std::string moduleName, - const JavaTurboModule::InitParams ¶ms) { - // Here you can provide your own module provider for TurboModules coming from - // either your application or from external libraries. The approach to follow - // is similar to the following (for a library called `samplelibrary`: - // - // auto module = samplelibrary_ModuleProvider(moduleName, params); - // if (module != nullptr) { - // return module; - // } - // return rncore_ModuleProvider(moduleName, params); - return rncore_ModuleProvider(moduleName, params); -} - -} // namespace react -} // namespace facebook diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.h b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.h deleted file mode 100644 index 0fa43fa..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationModuleProvider.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include -#include - -#include - -namespace facebook { -namespace react { - -std::shared_ptr MainApplicationModuleProvider( - const std::string moduleName, - const JavaTurboModule::InitParams ¶ms); - -} // namespace react -} // namespace facebook diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp deleted file mode 100644 index dbbdc3d..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include "MainApplicationTurboModuleManagerDelegate.h" -#include "MainApplicationModuleProvider.h" - -namespace facebook { -namespace react { - -jni::local_ref -MainApplicationTurboModuleManagerDelegate::initHybrid( - jni::alias_ref) { - return makeCxxInstance(); -} - -void MainApplicationTurboModuleManagerDelegate::registerNatives() { - registerHybrid({ - makeNativeMethod( - "initHybrid", MainApplicationTurboModuleManagerDelegate::initHybrid), - makeNativeMethod( - "canCreateTurboModule", - MainApplicationTurboModuleManagerDelegate::canCreateTurboModule), - }); -} - -std::shared_ptr -MainApplicationTurboModuleManagerDelegate::getTurboModule( - const std::string name, - const std::shared_ptr jsInvoker) { - // Not implemented yet: provide pure-C++ NativeModules here. - return nullptr; -} - -std::shared_ptr -MainApplicationTurboModuleManagerDelegate::getTurboModule( - const std::string name, - const JavaTurboModule::InitParams ¶ms) { - return MainApplicationModuleProvider(name, params); -} - -bool MainApplicationTurboModuleManagerDelegate::canCreateTurboModule( - std::string name) { - return getTurboModule(name, nullptr) != nullptr || - getTurboModule(name, {.moduleName = name}) != nullptr; -} - -} // namespace react -} // namespace facebook diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h deleted file mode 100644 index b87760c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +++ /dev/null @@ -1,38 +0,0 @@ -#include -#include - -#include -#include - -namespace facebook { -namespace react { - -class MainApplicationTurboModuleManagerDelegate - : public jni::HybridClass< - MainApplicationTurboModuleManagerDelegate, - TurboModuleManagerDelegate> { - public: - // Adapt it to the package you used for your Java class. - static constexpr auto kJavaDescriptor = - "Lcom/juspayintegrationexamplern/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate;"; - - static jni::local_ref initHybrid(jni::alias_ref); - - static void registerNatives(); - - std::shared_ptr getTurboModule( - const std::string name, - const std::shared_ptr jsInvoker) override; - std::shared_ptr getTurboModule( - const std::string name, - const JavaTurboModule::InitParams ¶ms) override; - - /** - * Test-only method. Allows user to verify whether a TurboModule can be - * created by instances of this class. - */ - bool canCreateTurboModule(std::string name); -}; - -} // namespace react -} // namespace facebook diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.cpp b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.cpp deleted file mode 100644 index 8f7edff..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.cpp +++ /dev/null @@ -1,61 +0,0 @@ -#include "MainComponentsRegistry.h" - -#include -#include -#include -#include - -namespace facebook { -namespace react { - -MainComponentsRegistry::MainComponentsRegistry(ComponentFactory *delegate) {} - -std::shared_ptr -MainComponentsRegistry::sharedProviderRegistry() { - auto providerRegistry = CoreComponentsRegistry::sharedProviderRegistry(); - - // Custom Fabric Components go here. You can register custom - // components coming from your App or from 3rd party libraries here. - // - // providerRegistry->add(concreteComponentDescriptorProvider< - // AocViewerComponentDescriptor>()); - return providerRegistry; -} - -jni::local_ref -MainComponentsRegistry::initHybrid( - jni::alias_ref, - ComponentFactory *delegate) { - auto instance = makeCxxInstance(delegate); - - auto buildRegistryFunction = - [](EventDispatcher::Weak const &eventDispatcher, - ContextContainer::Shared const &contextContainer) - -> ComponentDescriptorRegistry::Shared { - auto registry = MainComponentsRegistry::sharedProviderRegistry() - ->createComponentDescriptorRegistry( - {eventDispatcher, contextContainer}); - - auto mutableRegistry = - std::const_pointer_cast(registry); - - mutableRegistry->setFallbackComponentDescriptor( - std::make_shared( - ComponentDescriptorParameters{ - eventDispatcher, contextContainer, nullptr})); - - return registry; - }; - - delegate->buildRegistryFunction = buildRegistryFunction; - return instance; -} - -void MainComponentsRegistry::registerNatives() { - registerHybrid({ - makeNativeMethod("initHybrid", MainComponentsRegistry::initHybrid), - }); -} - -} // namespace react -} // namespace facebook diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.h b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.h deleted file mode 100644 index 447ba2c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/MainComponentsRegistry.h +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace facebook { -namespace react { - -class MainComponentsRegistry - : public facebook::jni::HybridClass { - public: - // Adapt it to the package you used for your Java class. - constexpr static auto kJavaDescriptor = - "Lcom/juspayintegrationexamplern/newarchitecture/components/MainComponentsRegistry;"; - - static void registerNatives(); - - MainComponentsRegistry(ComponentFactory *delegate); - - private: - static std::shared_ptr - sharedProviderRegistry(); - - static jni::local_ref initHybrid( - jni::alias_ref, - ComponentFactory *delegate); -}; - -} // namespace react -} // namespace facebook diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/OnLoad.cpp b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/OnLoad.cpp deleted file mode 100644 index c569b6e..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/jni/OnLoad.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include -#include "MainApplicationTurboModuleManagerDelegate.h" -#include "MainComponentsRegistry.h" - -JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) { - return facebook::jni::initialize(vm, [] { - facebook::react::MainApplicationTurboModuleManagerDelegate:: - registerNatives(); - facebook::react::MainComponentsRegistry::registerNatives(); - }); -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/drawable/rn_edit_text_material.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/drawable/rn_edit_text_material.xml deleted file mode 100644 index f35d996..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/drawable/rn_edit_text_material.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index a2f5908..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 1b52399..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index ff10afd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 115a4c7..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index dcd3cd8..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index 459ca60..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 8ca12fe..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 8e19b41..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index b824ebd..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index 4c19a13..0000000 Binary files a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml deleted file mode 100644 index 903612a..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - juspayIntegrationExampleRN - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml deleted file mode 100644 index 7ba83a2..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/app/src/main/res/values/styles.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/build.gradle b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/build.gradle deleted file mode 100644 index 18d8182..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/build.gradle +++ /dev/null @@ -1,56 +0,0 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - -buildscript { - ext { - buildToolsVersion = "31.0.0" - minSdkVersion = 21 - compileSdkVersion = 31 - targetSdkVersion = 31 - ndkVersion = "21.4.7075529" - // block:start:add-ext-property - - clientId = "" - hyperSDKVersion = "2.1.12" - - // block:end:add-ext-property - } - repositories { - google() - mavenCentral() - } - dependencies { - classpath('com.android.tools.build:gradle:7.3.0') - classpath("com.facebook.react:react-native-gradle-plugin") - classpath("de.undercouch:gradle-download-task:4.1.2") - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } -} - -allprojects { - repositories { - maven { - // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url("$rootDir/../node_modules/react-native/android") - } - maven { - // Android JSC is installed from npm - url("$rootDir/../node_modules/jsc-android/dist") - } - mavenCentral { - // We don't want to fetch react-native from Maven Central as there are - // older versions over there. - content { - excludeGroup "com.facebook.react" - } - } - google() - maven { url 'https://www.jitpack.io' } - // block:start:hyper-sdk-maven-url - - maven { url "https://maven.juspay.in/jp-build-packages/hyper-sdk/" } - - // block:end:hyper-sdk-maven-url - } -} - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradle.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradle.properties deleted file mode 100644 index fa4feae..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradle.properties +++ /dev/null @@ -1,40 +0,0 @@ -# Project-wide Gradle settings. - -# IDE (e.g. Android Studio) users: -# Gradle settings configured through the IDE *will override* -# any settings specified in this file. - -# For more details on how to configure your build environment visit -# http://www.gradle.org/docs/current/userguide/build_environment.html - -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -# Default value: -Xmx512m -XX:MaxMetaspaceSize=256m -org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m - -# When configured, Gradle will run in incubating parallel mode. -# This option should only be used with decoupled projects. More details, visit -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true - -# AndroidX package structure to make it clearer which packages are bundled with the -# Android operating system, and which are packaged with your app's APK -# https://developer.android.com/topic/libraries/support-library/androidx-rn -android.useAndroidX=true -# Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true - -# Version of flipper SDK to use with React Native -FLIPPER_VERSION=0.125.0 - -# Use this property to specify which architecture you want to build. -# You can also override it from the CLI using -# ./gradlew -PreactNativeArchitectures=x86_64 -reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 - -# Use this property to enable support to the new architecture. -# This will allow you to use TurboModules and the Fabric render in -# your application. You should enable this flag either if you want -# to write custom TurboModules/Fabric components OR use libraries that -# are providing them. -newArchEnabled=false diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradle/wrapper/gradle-wrapper.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradle/wrapper/gradle-wrapper.properties deleted file mode 100644 index 8049c68..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradle/wrapper/gradle-wrapper.properties +++ /dev/null @@ -1,5 +0,0 @@ -distributionBase=GRADLE_USER_HOME -distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip -zipStoreBase=GRADLE_USER_HOME -zipStorePath=wrapper/dists diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradlew b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradlew deleted file mode 100755 index a69d9cb..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradlew +++ /dev/null @@ -1,240 +0,0 @@ -#!/bin/sh - -# -# Copyright © 2015-2021 the original authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -############################################################################## -# -# Gradle start up script for POSIX generated by Gradle. -# -# Important for running: -# -# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is -# noncompliant, but you have some other compliant shell such as ksh or -# bash, then to run this script, type that shell name before the whole -# command line, like: -# -# ksh Gradle -# -# Busybox and similar reduced shells will NOT work, because this script -# requires all of these POSIX shell features: -# * functions; -# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», -# «${var#prefix}», «${var%suffix}», and «$( cmd )»; -# * compound commands having a testable exit status, especially «case»; -# * various built-in commands including «command», «set», and «ulimit». -# -# Important for patching: -# -# (2) This script targets any POSIX shell, so it avoids extensions provided -# by Bash, Ksh, etc; in particular arrays are avoided. -# -# The "traditional" practice of packing multiple parameters into a -# space-separated string is a well documented source of bugs and security -# problems, so this is (mostly) avoided, by progressively accumulating -# options in "$@", and eventually passing that to Java. -# -# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, -# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; -# see the in-line comments for details. -# -# There are tweaks for specific operating systems such as AIX, CygWin, -# Darwin, MinGW, and NonStop. -# -# (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt -# within the Gradle project. -# -# You can find Gradle at https://github.com/gradle/gradle/. -# -############################################################################## - -# Attempt to set APP_HOME - -# Resolve links: $0 may be a link -app_path=$0 - -# Need this for daisy-chained symlinks. -while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] -do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac -done - -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" -APP_BASE_NAME=${0##*/} - -# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' - -# Use the maximum available, or set MAX_FD != -1 to use that value. -MAX_FD=maximum - -warn () { - echo "$*" -} >&2 - -die () { - echo - echo "$*" - echo - exit 1 -} >&2 - -# OS specific support (must be 'true' or 'false'). -cygwin=false -msys=false -darwin=false -nonstop=false -case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; -esac - -CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar - - -# Determine the Java command to use to start the JVM. -if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." - fi -else - JAVACMD=java - which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. - -Please set the JAVA_HOME variable in your environment to match the -location of your Java installation." -fi - -# Increase the maximum file descriptors if we can. -if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac -fi - -# Collect all arguments for the java command, stacking in reverse order: -# * args from the command line -# * the main class name -# * -classpath -# * -D...appname settings -# * --module-path (only if needed) -# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. - -# For Cygwin or MSYS, switch paths to Windows format before running java -if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done -fi - -# Collect all arguments for the java command; -# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of -# shell script including quotes and variable substitutions, so put them in -# double quotes to make sure that they get re-expanded; and -# * put everything else in single quotes, so that it's not re-expanded. - -set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" - -# Stop when "xargs" is not available. -if ! command -v xargs >/dev/null 2>&1 -then - die "xargs is not available" -fi - -# Use "xargs" to parse quoted args. -# -# With -n1 it outputs one arg per line, with the quotes and backslashes removed. -# -# In Bash we could simply go: -# -# readarray ARGS < <( xargs -n1 <<<"$var" ) && -# set -- "${ARGS[@]}" "$@" -# -# but POSIX shell has neither arrays nor command substitution, so instead we -# post-process each arg (as a line of input to sed) to backslash-escape any -# character that might be a shell metacharacter, then use eval to reverse -# that process (while maintaining the separation between arguments), and wrap -# the whole thing up as a single "set" statement. -# -# This will of course break if any of these variables contains a newline or -# an unmatched quote. -# - -eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' - -exec "$JAVACMD" "$@" diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradlew.bat b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradlew.bat deleted file mode 100644 index 53a6b23..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/gradlew.bat +++ /dev/null @@ -1,91 +0,0 @@ -@rem -@rem Copyright 2015 the original author or authors. -@rem -@rem Licensed under the Apache License, Version 2.0 (the "License"); -@rem you may not use this file except in compliance with the License. -@rem You may obtain a copy of the License at -@rem -@rem https://www.apache.org/licenses/LICENSE-2.0 -@rem -@rem Unless required by applicable law or agreed to in writing, software -@rem distributed under the License is distributed on an "AS IS" BASIS, -@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -@rem See the License for the specific language governing permissions and -@rem limitations under the License. -@rem - -@if "%DEBUG%"=="" @echo off -@rem ########################################################################## -@rem -@rem Gradle startup script for Windows -@rem -@rem ########################################################################## - -@rem Set local scope for the variables with windows NT shell -if "%OS%"=="Windows_NT" setlocal - -set DIRNAME=%~dp0 -if "%DIRNAME%"=="" set DIRNAME=. -set APP_BASE_NAME=%~n0 -set APP_HOME=%DIRNAME% - -@rem Resolve any "." and ".." in APP_HOME to make it shorter. -for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi - -@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" - -@rem Find java.exe -if defined JAVA_HOME goto findJavaFromJavaHome - -set JAVA_EXE=java.exe -%JAVA_EXE% -version >NUL 2>&1 -if %ERRORLEVEL% equ 0 goto execute - -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:findJavaFromJavaHome -set JAVA_HOME=%JAVA_HOME:"=% -set JAVA_EXE=%JAVA_HOME%/bin/java.exe - -if exist "%JAVA_EXE%" goto execute - -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. - -goto fail - -:execute -@rem Setup the command line - -set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar - - -@rem Execute Gradle -"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* - -:end -@rem End local scope for the variables with windows NT shell -if %ERRORLEVEL% equ 0 goto mainEnd - -:fail -rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of -rem the _cmd.exe /c_ return code! -set EXIT_CODE=%ERRORLEVEL% -if %EXIT_CODE% equ 0 set EXIT_CODE=1 -if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% -exit /b %EXIT_CODE% - -:mainEnd -if "%OS%"=="Windows_NT" endlocal - -:omega diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/local.properties b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/local.properties deleted file mode 100644 index 5ffc788..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/local.properties +++ /dev/null @@ -1,8 +0,0 @@ -## This file must *NOT* be checked into Version Control Systems, -# as it contains information specific to your local configuration. -# -# Location of the SDK. This is only used by Gradle. -# For customization when using a Version Control System, please read the -# header note. -#Wed May 03 19:31:20 IST 2023 -sdk.dir=/Users/arbindakumarprasad/Library/Android/sdk diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/settings.gradle b/react-native-new-integration/payment-page-react-native-class-integration-demo/android/settings.gradle deleted file mode 100644 index c7b31ed..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/android/settings.gradle +++ /dev/null @@ -1,9 +0,0 @@ -rootProject.name = 'juspayIntegrationExampleRN' -apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) -include ':app' -includeBuild('../node_modules/react-native-gradle-plugin') - -if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") { - include(":ReactAndroid") - project(":ReactAndroid").projectDir = file('../node_modules/react-native/ReactAndroid') -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/app.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/app.json deleted file mode 100644 index 34d6672..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/app.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "juspayIntegrationExampleRN", - "displayName": "juspayIntegrationExampleRN" -} \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/babel.config.js b/react-native-new-integration/payment-page-react-native-class-integration-demo/babel.config.js deleted file mode 100644 index f842b77..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/babel.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - presets: ['module:metro-react-native-babel-preset'], -}; diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/index.js b/react-native-new-integration/payment-page-react-native-class-integration-demo/index.js deleted file mode 100644 index a850d03..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/index.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * @format - */ - -import {AppRegistry} from 'react-native'; -import App from './App'; -import {name as appName} from './app.json'; - -AppRegistry.registerComponent(appName, () => App); diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/MerchantConfig.txt b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/MerchantConfig.txt deleted file mode 100644 index cea8e9c..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/MerchantConfig.txt +++ /dev/null @@ -1 +0,0 @@ -clientId = zepto \ No newline at end of file diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/Podfile b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/Podfile deleted file mode 100644 index 0019dd1..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/Podfile +++ /dev/null @@ -1,49 +0,0 @@ -require_relative '../node_modules/react-native/scripts/react_native_pods' -require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' - -platform :ios, '11.0' -install! 'cocoapods', :deterministic_uuids => false - -target 'juspayIntegrationExampleRN' do - config = use_native_modules! - - # Flags change depending on the env values. - flags = get_default_flags() - - use_react_native!( - :path => config[:reactNativePath], - # to enable hermes on iOS, change `false` to `true` and then install pods - :hermes_enabled => flags[:hermes_enabled], - :fabric_enabled => flags[:fabric_enabled], - # An absolute path to your application root. - :app_path => "#{Pod::Config.instance.installation_root}/.." - ) - - target 'juspayIntegrationExampleRNTests' do - inherit! :complete - # Pods for testing - end - - # Enables Flipper. - # - # Note that if you have use_frameworks! enabled, Flipper will not work and - # you should disable the next line. - use_flipper!() - - post_install do |installer| - react_native_post_install(installer) - __apply_Xcode_12_5_M1_post_install_workaround(installer) - end - # block:start:add-ios-postinstall-script - - post_install do |installer| - fuse_path = "./Pods/HyperSDK/Fuse.rb" - clean_assets = false # Pass true to re-download all the assets - if File.exist?(fuse_path) - if system("ruby", fuse_path.to_s, clean_assets.to_s) - end - end - end - - # block:end:add-ios-postinstall-script -end diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/project.pbxproj b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/project.pbxproj deleted file mode 100644 index cd30b76..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/project.pbxproj +++ /dev/null @@ -1,698 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 54; - objects = { - -/* Begin PBXBuildFile section */ - 00E356F31AD99517003FC87E /* juspayIntegrationExampleRNTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* juspayIntegrationExampleRNTests.m */; }; - 0C80B921A6F3F58F76C31292 /* libPods-juspayIntegrationExampleRN.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-juspayIntegrationExampleRN.a */; }; - 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; }; - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; - 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 7699B88040F8A987B510C191 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a */; }; - 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = juspayIntegrationExampleRN; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 00E356EE1AD99517003FC87E /* juspayIntegrationExampleRNTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = juspayIntegrationExampleRNTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* juspayIntegrationExampleRNTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = juspayIntegrationExampleRNTests.m; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* juspayIntegrationExampleRN.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = juspayIntegrationExampleRN.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = juspayIntegrationExampleRN/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = juspayIntegrationExampleRN/AppDelegate.mm; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = juspayIntegrationExampleRN/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = juspayIntegrationExampleRN/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = juspayIntegrationExampleRN/main.m; sourceTree = ""; }; - 19F6CBCC0A4E27FBF8BF4A61 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B4392A12AC88292D35C810B /* Pods-juspayIntegrationExampleRN.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN.debug.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN.debug.xcconfig"; sourceTree = ""; }; - 5709B34CF0A7D63546082F79 /* Pods-juspayIntegrationExampleRN.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN.release.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN.release.xcconfig"; sourceTree = ""; }; - 5B7EB9410499542E8C5724F5 /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig"; sourceTree = ""; }; - 5DCACB8F33CDC322A6C60F78 /* libPods-juspayIntegrationExampleRN.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-juspayIntegrationExampleRN.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = juspayIntegrationExampleRN/LaunchScreen.storyboard; sourceTree = ""; }; - 89C6BE57DB24E9ADA2F236DE /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig"; path = "Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig"; sourceTree = ""; }; - ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 00E356EB1AD99517003FC87E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7699B88040F8A987B510C191 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 0C80B921A6F3F58F76C31292 /* libPods-juspayIntegrationExampleRN.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 00E356EF1AD99517003FC87E /* juspayIntegrationExampleRNTests */ = { - isa = PBXGroup; - children = ( - 00E356F21AD99517003FC87E /* juspayIntegrationExampleRNTests.m */, - 00E356F01AD99517003FC87E /* Supporting Files */, - ); - path = juspayIntegrationExampleRNTests; - sourceTree = ""; - }; - 00E356F01AD99517003FC87E /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 00E356F11AD99517003FC87E /* Info.plist */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 13B07FAE1A68108700A75B9A /* juspayIntegrationExampleRN */ = { - isa = PBXGroup; - children = ( - 13B07FAF1A68108700A75B9A /* AppDelegate.h */, - 13B07FB01A68108700A75B9A /* AppDelegate.mm */, - 13B07FB51A68108700A75B9A /* Images.xcassets */, - 13B07FB61A68108700A75B9A /* Info.plist */, - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, - 13B07FB71A68108700A75B9A /* main.m */, - ); - name = juspayIntegrationExampleRN; - sourceTree = ""; - }; - 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { - isa = PBXGroup; - children = ( - ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - 5DCACB8F33CDC322A6C60F78 /* libPods-juspayIntegrationExampleRN.a */, - 19F6CBCC0A4E27FBF8BF4A61 /* libPods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 832341AE1AAA6A7D00B99B32 /* Libraries */ = { - isa = PBXGroup; - children = ( - ); - name = Libraries; - sourceTree = ""; - }; - 83CBB9F61A601CBA00E9B192 = { - isa = PBXGroup; - children = ( - 13B07FAE1A68108700A75B9A /* juspayIntegrationExampleRN */, - 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* juspayIntegrationExampleRNTests */, - 83CBBA001A601CBA00E9B192 /* Products */, - 2D16E6871FA4F8E400B85C8A /* Frameworks */, - BBD78D7AC51CEA395F1C20DB /* Pods */, - ); - indentWidth = 2; - sourceTree = ""; - tabWidth = 2; - usesTabs = 0; - }; - 83CBBA001A601CBA00E9B192 /* Products */ = { - isa = PBXGroup; - children = ( - 13B07F961A680F5B00A75B9A /* juspayIntegrationExampleRN.app */, - 00E356EE1AD99517003FC87E /* juspayIntegrationExampleRNTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - BBD78D7AC51CEA395F1C20DB /* Pods */ = { - isa = PBXGroup; - children = ( - 3B4392A12AC88292D35C810B /* Pods-juspayIntegrationExampleRN.debug.xcconfig */, - 5709B34CF0A7D63546082F79 /* Pods-juspayIntegrationExampleRN.release.xcconfig */, - 5B7EB9410499542E8C5724F5 /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig */, - 89C6BE57DB24E9ADA2F236DE /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* juspayIntegrationExampleRNTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRNTests" */; - buildPhases = ( - A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */, - 00E356EA1AD99517003FC87E /* Sources */, - 00E356EB1AD99517003FC87E /* Frameworks */, - 00E356EC1AD99517003FC87E /* Resources */, - C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */, - F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - 00E356F51AD99517003FC87E /* PBXTargetDependency */, - ); - name = juspayIntegrationExampleRNTests; - productName = juspayIntegrationExampleRNTests; - productReference = 00E356EE1AD99517003FC87E /* juspayIntegrationExampleRNTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; - 13B07F861A680F5B00A75B9A /* juspayIntegrationExampleRN */ = { - isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRN" */; - buildPhases = ( - C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */, - FD10A7F022414F080027D42C /* Start Packager */, - 13B07F871A680F5B00A75B9A /* Sources */, - 13B07F8C1A680F5B00A75B9A /* Frameworks */, - 13B07F8E1A680F5B00A75B9A /* Resources */, - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, - 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */, - E235C05ADACE081382539298 /* [CP] Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = juspayIntegrationExampleRN; - productName = juspayIntegrationExampleRN; - productReference = 13B07F961A680F5B00A75B9A /* juspayIntegrationExampleRN.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 83CBB9F71A601CBA00E9B192 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 1210; - TargetAttributes = { - 00E356ED1AD99517003FC87E = { - CreatedOnToolsVersion = 6.2; - TestTargetID = 13B07F861A680F5B00A75B9A; - }; - 13B07F861A680F5B00A75B9A = { - LastSwiftMigration = 1120; - }; - }; - }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "juspayIntegrationExampleRN" */; - compatibilityVersion = "Xcode 12.0"; - developmentRegion = en; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 83CBB9F61A601CBA00E9B192; - productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 13B07F861A680F5B00A75B9A /* juspayIntegrationExampleRN */, - 00E356ED1AD99517003FC87E /* juspayIntegrationExampleRNTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 00E356EC1AD99517003FC87E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F8E1A680F5B00A75B9A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, - 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Bundle React Native code and images"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -e\n\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; - }; - 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-juspayIntegrationExampleRN-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; - showEnvVarsInLog = 0; - }; - C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Embed Pods Frameworks"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN/Pods-juspayIntegrationExampleRN-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-resources-${CONFIGURATION}-input-files.xcfilelist", - ); - name = "[CP] Copy Pods Resources"; - outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-resources-${CONFIGURATION}-output-files.xcfilelist", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests/Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - FD10A7F022414F080027D42C /* Start Packager */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - ); - name = "Start Packager"; - outputFileListPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 00E356EA1AD99517003FC87E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 00E356F31AD99517003FC87E /* juspayIntegrationExampleRNTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 13B07F871A680F5B00A75B9A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */, - 13B07FC11A68108700A75B9A /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* juspayIntegrationExampleRN */; - targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 00E356F61AD99517003FC87E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = juspayIntegrationExampleRNTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - "$(inherited)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/juspayIntegrationExampleRN.app/juspayIntegrationExampleRN"; - }; - name = Debug; - }; - 00E356F71AD99517003FC87E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-juspayIntegrationExampleRN-juspayIntegrationExampleRNTests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = juspayIntegrationExampleRNTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "-ObjC", - "-lc++", - "$(inherited)", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/juspayIntegrationExampleRN.app/juspayIntegrationExampleRN"; - }; - name = Release; - }; - 13B07F941A680F5B00A75B9A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-juspayIntegrationExampleRN.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1; - ENABLE_BITCODE = NO; - INFOPLIST_FILE = juspayIntegrationExampleRN/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = juspayIntegrationExampleRN; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 13B07F951A680F5B00A75B9A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-juspayIntegrationExampleRN.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CLANG_ENABLE_MODULES = YES; - CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = juspayIntegrationExampleRN/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - "-lc++", - ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = juspayIntegrationExampleRN; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; - 83CBBA201A601CBA00E9B192 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - /usr/lib/swift, - "$(inherited)", - ); - LIBRARY_SEARCH_PATHS = ( - "\"$(SDKROOT)/usr/lib/swift\"", - "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", - "\"$(inherited)\"", - ); - MTL_ENABLE_DEBUG_INFO = YES; - ONLY_ACTIVE_ARCH = YES; - OTHER_CPLUSPLUSFLAGS = ( - "$(OTHER_CFLAGS)", - "-DFOLLY_NO_CONFIG", - "-DFOLLY_MOBILE=1", - "-DFOLLY_USE_LIBCPP=1", - ); - SDKROOT = iphoneos; - }; - name = Debug; - }; - 83CBBA211A601CBA00E9B192 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; - CLANG_CXX_LANGUAGE_STANDARD = "c++17"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = ""; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; - LD_RUNPATH_SEARCH_PATHS = ( - /usr/lib/swift, - "$(inherited)", - ); - LIBRARY_SEARCH_PATHS = ( - "\"$(SDKROOT)/usr/lib/swift\"", - "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"", - "\"$(inherited)\"", - ); - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_CPLUSPLUSFLAGS = ( - "$(OTHER_CFLAGS)", - "-DFOLLY_NO_CONFIG", - "-DFOLLY_MOBILE=1", - "-DFOLLY_USE_LIBCPP=1", - ); - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRNTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 00E356F61AD99517003FC87E /* Debug */, - 00E356F71AD99517003FC87E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "juspayIntegrationExampleRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 13B07F941A680F5B00A75B9A /* Debug */, - 13B07F951A680F5B00A75B9A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "juspayIntegrationExampleRN" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 83CBBA201A601CBA00E9B192 /* Debug */, - 83CBBA211A601CBA00E9B192 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/xcshareddata/xcschemes/juspayIntegrationExampleRN.xcscheme b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/xcshareddata/xcschemes/juspayIntegrationExampleRN.xcscheme deleted file mode 100644 index 6377c64..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN.xcodeproj/xcshareddata/xcschemes/juspayIntegrationExampleRN.xcscheme +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.h b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.h deleted file mode 100644 index ef1de86..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.h +++ /dev/null @@ -1,8 +0,0 @@ -#import -#import - -@interface AppDelegate : UIResponder - -@property (nonatomic, strong) UIWindow *window; - -@end diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.mm b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.mm deleted file mode 100644 index b88b794..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/AppDelegate.mm +++ /dev/null @@ -1,108 +0,0 @@ -#import "AppDelegate.h" - -#import -#import -#import - -#import - -#if RCT_NEW_ARCH_ENABLED -#import -#import -#import -#import -#import -#import - -#import - -@interface AppDelegate () { - RCTTurboModuleManager *_turboModuleManager; - RCTSurfacePresenterBridgeAdapter *_bridgeAdapter; - std::shared_ptr _reactNativeConfig; - facebook::react::ContextContainer::Shared _contextContainer; -} -@end -#endif - -@implementation AppDelegate - -- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -{ - RCTAppSetupPrepareApp(application); - - RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; - -#if RCT_NEW_ARCH_ENABLED - _contextContainer = std::make_shared(); - _reactNativeConfig = std::make_shared(); - _contextContainer->insert("ReactNativeConfig", _reactNativeConfig); - _bridgeAdapter = [[RCTSurfacePresenterBridgeAdapter alloc] initWithBridge:bridge contextContainer:_contextContainer]; - bridge.surfacePresenter = _bridgeAdapter.surfacePresenter; -#endif - - UIView *rootView = RCTAppSetupDefaultRootView(bridge, @"juspayIntegrationExampleRN", nil); - - if (@available(iOS 13.0, *)) { - rootView.backgroundColor = [UIColor systemBackgroundColor]; - } else { - rootView.backgroundColor = [UIColor whiteColor]; - } - - self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; - UIViewController *rootViewController = [UIViewController new]; - rootViewController.view = rootView; - self.window.rootViewController = rootViewController; - [self.window makeKeyAndVisible]; - return YES; -} - -- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge -{ -#if DEBUG - return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"]; -#else - return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; -#endif -} - -#if RCT_NEW_ARCH_ENABLED - -#pragma mark - RCTCxxBridgeDelegate - -- (std::unique_ptr)jsExecutorFactoryForBridge:(RCTBridge *)bridge -{ - _turboModuleManager = [[RCTTurboModuleManager alloc] initWithBridge:bridge - delegate:self - jsInvoker:bridge.jsCallInvoker]; - return RCTAppSetupDefaultJsExecutorFactory(bridge, _turboModuleManager); -} - -#pragma mark RCTTurboModuleManagerDelegate - -- (Class)getModuleClassFromName:(const char *)name -{ - return RCTCoreModulesClassProvider(name); -} - -- (std::shared_ptr)getTurboModule:(const std::string &)name - jsInvoker:(std::shared_ptr)jsInvoker -{ - return nullptr; -} - -- (std::shared_ptr)getTurboModule:(const std::string &)name - initParams: - (const facebook::react::ObjCTurboModule::InitParams &)params -{ - return nullptr; -} - -- (id)getModuleInstanceFromClass:(Class)moduleClass -{ - return RCTAppSetupDefaultModuleFromClass(moduleClass); -} - -#endif - -@end diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/AppIcon.appiconset/Contents.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 8121323..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "idiom" : "ios-marketing", - "scale" : "1x", - "size" : "1024x1024" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/Contents.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/Contents.json deleted file mode 100644 index 2d92bd5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Images.xcassets/Contents.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "info" : { - "version" : 1, - "author" : "xcode" - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Info.plist b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Info.plist deleted file mode 100644 index 353033f..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/Info.plist +++ /dev/null @@ -1,55 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - juspayIntegrationExampleRN - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSAppTransportSecurity - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - NSLocationWhenInUseUsageDescription - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/LaunchScreen.storyboard b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/LaunchScreen.storyboard deleted file mode 100644 index 95daac0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/LaunchScreen.storyboard +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/main.m b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/main.m deleted file mode 100644 index d645c72..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRN/main.m +++ /dev/null @@ -1,10 +0,0 @@ -#import - -#import "AppDelegate.h" - -int main(int argc, char *argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/Info.plist b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/Info.plist deleted file mode 100644 index ba72822..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/juspayIntegrationExampleRNTests.m b/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/juspayIntegrationExampleRNTests.m deleted file mode 100644 index 6caf106..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/ios/juspayIntegrationExampleRNTests/juspayIntegrationExampleRNTests.m +++ /dev/null @@ -1,66 +0,0 @@ -#import -#import - -#import -#import - -#define TIMEOUT_SECONDS 600 -#define TEXT_TO_LOOK_FOR @"Welcome to React" - -@interface juspayIntegrationExampleRNTests : XCTestCase - -@end - -@implementation juspayIntegrationExampleRNTests - -- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL (^)(UIView *view))test -{ - if (test(view)) { - return YES; - } - for (UIView *subview in [view subviews]) { - if ([self findSubviewInView:subview matching:test]) { - return YES; - } - } - return NO; -} - -- (void)testRendersWelcomeScreen -{ - UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController]; - NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS]; - BOOL foundElement = NO; - - __block NSString *redboxError = nil; -#ifdef DEBUG - RCTSetLogFunction( - ^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) { - if (level >= RCTLogLevelError) { - redboxError = message; - } - }); -#endif - - while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) { - [[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; - [[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; - - foundElement = [self findSubviewInView:vc.view - matching:^BOOL(UIView *view) { - if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) { - return YES; - } - return NO; - }]; - } - -#ifdef DEBUG - RCTSetLogFunction(RCTDefaultLogFunction); -#endif - - XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); - XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); -} - -@end diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/metro.config.js b/react-native-new-integration/payment-page-react-native-class-integration-demo/metro.config.js deleted file mode 100644 index e91aba9..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/metro.config.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * Metro configuration for React Native - * https://github.com/facebook/react-native - * - * @format - */ - -module.exports = { - transformer: { - getTransformOptions: async () => ({ - transform: { - experimentalImportSupport: false, - inlineRequires: true, - }, - }), - }, -}; diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/package-lock.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/package-lock.json deleted file mode 100644 index b498aa0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/package-lock.json +++ /dev/null @@ -1,21719 +0,0 @@ -{ - "name": "juspayintegrationexamplern", - "version": "0.0.1", - "lockfileVersion": 2, - "requires": true, - "packages": { - "": { - "name": "juspayintegrationexamplern", - "version": "0.0.1", - "dependencies": { - "@react-navigation/core": "^3.0.0", - "@react-navigation/native": "^3.0.0", - "hyper-sdk-react": "^3.0.1", - "react": "17.0.2", - "react-native": "0.68.0", - "react-native-gesture-handler": "^1.10.3", - "react-native-safe-area-context": "^4.2.4", - "react-native-screens": "^3.20.0", - "react-native-uuid": "^2.0.1", - "react-navigation": "^3.0.0" - }, - "devDependencies": { - "@babel/core": "^7.12.9", - "@babel/runtime": "^7.12.5", - "@react-native-community/eslint-config": "^2.0.0", - "babel-jest": "^26.6.3", - "eslint": "^7.32.0", - "jest": "^26.6.3", - "metro-react-native-babel-preset": "^0.67.0", - "react-test-renderer": "17.0.2" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", - "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", - "dependencies": { - "@babel/highlight": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.21.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.7.tgz", - "integrity": "sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz", - "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==", - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.8", - "@babel/parser": "^7.17.8", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.5.tgz", - "integrity": "sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==", - "dependencies": { - "@babel/types": "^7.21.5", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.21.5.tgz", - "integrity": "sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==", - "dependencies": { - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz", - "integrity": "sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==", - "dependencies": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "browserslist": "^4.21.3", - "lru-cache": "^5.1.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.8.tgz", - "integrity": "sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz", - "integrity": "sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz", - "integrity": "sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", - "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", - "dependencies": { - "@babel/template": "^7.20.7", - "@babel/types": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.5.tgz", - "integrity": "sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==", - "dependencies": { - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", - "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==", - "dependencies": { - "@babel/types": "^7.21.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz", - "integrity": "sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz", - "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.21.5.tgz", - "integrity": "sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", - "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==", - "dependencies": { - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", - "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", - "dependencies": { - "@babel/types": "^7.20.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", - "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", - "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", - "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", - "dependencies": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz", - "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==", - "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/parser": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", - "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==", - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", - "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", - "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", - "peer": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", - "peer": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz", - "integrity": "sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-export-default-from": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "peer": true, - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", - "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==", - "peer": true, - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "peer": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", - "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz", - "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", - "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz", - "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", - "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", - "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", - "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz", - "integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz", - "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/template": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz", - "integrity": "sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "peer": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz", - "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-flow": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz", - "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", - "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", - "peer": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz", - "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==", - "dependencies": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", - "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", - "peer": true, - "dependencies": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-identifier": "^7.19.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "peer": true, - "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", - "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", - "peer": true, - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-assign": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.16.7.tgz", - "integrity": "sha512-R8mawvm3x0COTJtveuoqZIjNypn2FjfvXZr4pSQ8VhEFBuQGBz4XhHasZtHXjgXU4XptZ4HtGof3NoYc93ZH9Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz", - "integrity": "sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz", - "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "regenerator-transform": "^0.15.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz", - "integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "babel-plugin-polyfill-corejs2": "^0.3.0", - "babel-plugin-polyfill-corejs3": "^0.5.0", - "babel-plugin-polyfill-regenerator": "^0.3.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", - "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typescript": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz", - "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-typescript": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz", - "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.5.tgz", - "integrity": "sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==", - "peer": true, - "dependencies": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", - "@babel/plugin-proposal-async-generator-functions": "^7.20.7", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.21.0", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.21.0", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.21.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.21.5", - "@babel/plugin-transform-async-to-generator": "^7.20.7", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.21.0", - "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.21.5", - "@babel/plugin-transform-destructuring": "^7.21.3", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.5", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-modules-systemjs": "^7.20.11", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.21.3", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.21.5", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.20.7", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.21.5", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.5", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", - "peer": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", - "peer": true, - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.16.7.tgz", - "integrity": "sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-flow-strip-types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "peer": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz", - "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-typescript": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/register": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", - "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", - "dependencies": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.5", - "source-map-support": "^0.5.16" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" - }, - "node_modules/@babel/runtime": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz", - "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==", - "dependencies": { - "regenerator-runtime": "^0.13.4" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz", - "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==", - "dependencies": { - "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz", - "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==", - "dependencies": { - "@babel/helper-string-parser": "^7.21.5", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true - }, - "node_modules/@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", - "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", - "dev": true, - "dependencies": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - }, - "bin": { - "watch": "cli.js" - }, - "engines": { - "node": ">=0.1.95" - } - }, - "node_modules/@egjs/hammerjs": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", - "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==", - "dependencies": { - "@types/hammerjs": "^2.0.36" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", - "dev": true, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@hapi/hoek": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz", - "integrity": "sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==" - }, - "node_modules/@hapi/topo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", - "dev": true, - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz", - "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz", - "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==", - "dev": true, - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/core/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@jest/create-cache-key-function": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz", - "integrity": "sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==", - "dependencies": { - "@jest/types": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/create-cache-key-function/node_modules/@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/create-cache-key-function/node_modules/@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz", - "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==", - "dev": true, - "dependencies": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz", - "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz", - "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==", - "dev": true, - "dependencies": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/reporters": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz", - "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==", - "dev": true, - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - }, - "engines": { - "node": ">= 10.14.2" - }, - "optionalDependencies": { - "node-notifier": "^8.0.0" - } - }, - "node_modules/@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz", - "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==", - "dev": true, - "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz", - "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==", - "dev": true, - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz", - "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==", - "dev": true, - "dependencies": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz", - "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", - "dev": true, - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", - "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - } - }, - "node_modules/@react-native-community/cli-debugger-ui": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz", - "integrity": "sha512-G4SA6jFI0j22o+j+kYP8/7sxzbCDqSp2QiHA/X5E0lsGEd2o9qN2zbIjiFr8b8k+VVAYSUONhoC0+uKuINvmkA==", - "dependencies": { - "serve-static": "^1.13.1" - } - }, - "node_modules/@react-native-community/cli-hermes": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-6.3.0.tgz", - "integrity": "sha512-Uhbm9bubyZLZ12vFCIfWbE/Qi3SBTbYIN/TC08EudTLhv/KbPomCQnmFsnJ7AXQFuOZJs73mBxoEAYSbRbwyVA==", - "dependencies": { - "@react-native-community/cli-platform-android": "^6.3.0", - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "hermes-profile-transformer": "^0.0.6", - "ip": "^1.1.5" - } - }, - "node_modules/@react-native-community/cli-hermes/node_modules/@react-native-community/cli-platform-android": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-6.3.0.tgz", - "integrity": "sha512-d5ufyYcvrZoHznYm5bjBXaiHIJv552t5gYtQpnUsxBhHSQ8QlaNmlLUyeSPRDfOw4ND9b0tPHqs4ufwx6vp/fQ==", - "dependencies": { - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "jetifier": "^1.6.2", - "lodash": "^4.17.15", - "logkitty": "^0.7.1", - "slash": "^3.0.0", - "xmldoc": "^1.1.2" - } - }, - "node_modules/@react-native-community/cli-platform-android": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-7.0.1.tgz", - "integrity": "sha512-nOr0aMkxAymCnbtsQwXBlyoRN2Y+IzC7Qz5T+/zyWwEbTY8SKQI8uV+8+qttUvzSvuXa2PeXsTWluuliOS8KCw==", - "dependencies": { - "@react-native-community/cli-tools": "^7.0.1", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "jetifier": "^1.6.2", - "lodash": "^4.17.15", - "logkitty": "^0.7.1", - "slash": "^3.0.0", - "xmldoc": "^1.1.2" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/@react-native-community/cli-tools": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz", - "integrity": "sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g==", - "dependencies": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "ora": "^5.4.1", - "semver": "^6.3.0", - "shell-quote": "^1.7.3" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "dependencies": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-platform-android/node_modules/shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" - }, - "node_modules/@react-native-community/cli-platform-ios": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-7.0.1.tgz", - "integrity": "sha512-PLRIbzrCzSedmpjuFtQqcqUD45G8q7sEciI1lf5zUbVMXqjIBwJWS7iz8235PyWwj8J4MNHohLC+oyRueFtbGg==", - "dependencies": { - "@react-native-community/cli-tools": "^7.0.1", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "glob": "^7.1.3", - "js-yaml": "^3.13.1", - "lodash": "^4.17.15", - "ora": "^5.4.1", - "plist": "^3.0.2", - "xcode": "^3.0.0" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/@react-native-community/cli-tools": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz", - "integrity": "sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g==", - "dependencies": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "ora": "^5.4.1", - "semver": "^6.3.0", - "shell-quote": "^1.7.3" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "dependencies": { - "restore-cursor": "^3.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "dependencies": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@react-native-community/cli-platform-ios/node_modules/shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" - }, - "node_modules/@react-native-community/cli-plugin-metro": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-7.0.3.tgz", - "integrity": "sha512-HJrEkFbxv9DNixsGwO+Q0zCcZMghDltyzeB9yQ//D5ZR4ZUEuAIPrRDdEp9xVw0WkBxAIZs6KXLux2/yPMwLhA==", - "dependencies": { - "@react-native-community/cli-server-api": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "metro": "^0.67.0", - "metro-config": "^0.67.0", - "metro-core": "^0.67.0", - "metro-react-native-babel-transformer": "^0.67.0", - "metro-resolver": "^0.67.0", - "metro-runtime": "^0.67.0", - "readline": "^1.3.0" - } - }, - "node_modules/@react-native-community/cli-server-api": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-7.0.3.tgz", - "integrity": "sha512-JDrLsrkBgNxbG2u3fouoVGL9tKrXUrTsaNwr+oCV+3XyMwbVe42r/OaQ681/iW/7mHXjuVkDnMcp7BMg7e2yJg==", - "dependencies": { - "@react-native-community/cli-debugger-ui": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "compression": "^1.7.1", - "connect": "^3.6.5", - "errorhandler": "^1.5.0", - "nocache": "^2.1.0", - "pretty-format": "^26.6.2", - "serve-static": "^1.13.1", - "ws": "^7.5.1" - } - }, - "node_modules/@react-native-community/cli-tools": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-6.2.0.tgz", - "integrity": "sha512-08ssz4GMEnRxC/1FgTTN/Ud7mExQi5xMphItPjfHiTxpZPhrFn+IMx6mya0ncFEhhxQ207wYlJMRLPRRdBZ8oA==", - "dependencies": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "semver": "^6.3.0", - "shell-quote": "1.6.1" - } - }, - "node_modules/@react-native-community/cli-tools/node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@react-native-community/cli-types": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-6.0.0.tgz", - "integrity": "sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw==", - "dependencies": { - "ora": "^3.4.0" - } - }, - "node_modules/@react-native-community/eslint-config": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/eslint-config/-/eslint-config-2.0.0.tgz", - "integrity": "sha512-vHaMMfvMp9BWCQQ0lNIXibOJTcXIbYUQ8dSUsMOsrXgVkeVQJj88OwrKS00rQyqwMaC4/a6HuDiFzYUkGKOpVg==", - "dev": true, - "dependencies": { - "@react-native-community/eslint-plugin": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^3.1.0", - "@typescript-eslint/parser": "^3.1.0", - "babel-eslint": "^10.1.0", - "eslint-config-prettier": "^6.10.1", - "eslint-plugin-eslint-comments": "^3.1.2", - "eslint-plugin-flowtype": "2.50.3", - "eslint-plugin-jest": "22.4.1", - "eslint-plugin-prettier": "3.1.2", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.4", - "eslint-plugin-react-native": "^3.8.1", - "prettier": "^2.0.2" - }, - "peerDependencies": { - "eslint": ">=6" - } - }, - "node_modules/@react-native-community/eslint-plugin": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz", - "integrity": "sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==", - "dev": true - }, - "node_modules/@react-native/assets": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@react-native/assets/-/assets-1.0.0.tgz", - "integrity": "sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==" - }, - "node_modules/@react-native/normalize-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.0.0.tgz", - "integrity": "sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw==" - }, - "node_modules/@react-native/polyfills": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native/polyfills/-/polyfills-2.0.0.tgz", - "integrity": "sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==" - }, - "node_modules/@react-navigation/core": { - "version": "3.7.9", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-3.7.9.tgz", - "integrity": "sha512-EknbzM8OI9A5alRxXtQRV5Awle68B+z1QAxNty5DxmlS3BNfmduWNGnim159ROyqxkuDffK9L/U/Tbd45mx+Jg==", - "dependencies": { - "hoist-non-react-statics": "^3.3.2", - "path-to-regexp": "^1.8.0", - "query-string": "^6.13.6", - "react-is": "^16.13.0" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@react-navigation/core/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/@react-navigation/native": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-3.8.4.tgz", - "integrity": "sha512-gXSVcL7bfFDyVkvyg1FiAqTCIgZub5K1X/TZqURBs2CPqDpfX1OsCtB9D33eTF14SpbfgHW866btqrrxoCACfg==", - "dependencies": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.9" - } - }, - "node_modules/@sideway/address": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", - "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", - "dependencies": { - "@hapi/hoek": "^9.0.0" - } - }, - "node_modules/@sideway/formula": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz", - "integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==" - }, - "node_modules/@sideway/pinpoint": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" - }, - "node_modules/@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", - "dev": true, - "dependencies": { - "type-detect": "4.0.8" - } - }, - "node_modules/@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", - "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", - "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.3.0" - } - }, - "node_modules/@types/eslint-visitor-keys": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", - "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==", - "dev": true - }, - "node_modules/@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/hammerjs": { - "version": "2.0.41", - "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz", - "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA==" - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "node_modules/@types/node": { - "version": "17.0.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz", - "integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==" - }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "node_modules/@types/prettier": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", - "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==", - "dev": true - }, - "node_modules/@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", - "dev": true - }, - "node_modules/@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz", - "integrity": "sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==", - "dev": true, - "dependencies": { - "@typescript-eslint/experimental-utils": "3.10.1", - "debug": "^4.1.1", - "functional-red-black-tree": "^1.0.1", - "regexpp": "^3.0.0", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^3.0.0", - "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/experimental-utils": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz", - "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz", - "integrity": "sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==", - "dev": true, - "dependencies": { - "@types/eslint-visitor-keys": "^1.0.0", - "@typescript-eslint/experimental-utils": "3.10.1", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^5.0.0 || ^6.0.0 || ^7.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/types": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz", - "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==", - "dev": true, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz", - "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/visitor-keys": "3.10.1", - "debug": "^4.1.1", - "glob": "^7.1.6", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz", - "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": "^8.10.0 || ^10.13.0 || >=11.10.1" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/abab": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", - "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==", - "dev": true - }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "engines": { - "node": ">=6.5" - } - }, - "node_modules/absolute-path": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/absolute-path/-/absolute-path-0.0.0.tgz", - "integrity": "sha1-p4di+9rftSl76ZsV01p4Wy8JW/c=" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dev": true, - "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dev": true, - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/anser": { - "version": "1.4.10", - "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", - "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==" - }, - "node_modules/ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-escapes/node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-fragments": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz", - "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==", - "dependencies": { - "colorette": "^1.0.7", - "slice-ansi": "^2.0.0", - "strip-ansi": "^5.0.0" - } - }, - "node_modules/ansi-fragments/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-fragments/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ansi-fragments/node_modules/astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/ansi-fragments/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/ansi-fragments/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/ansi-fragments/node_modules/is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", - "engines": { - "node": ">=4" - } - }, - "node_modules/ansi-fragments/node_modules/slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", - "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", - "dependencies": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-fragments/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/appdirsjs": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.6.tgz", - "integrity": "sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w==" - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array-filter": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", - "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=" - }, - "node_modules/array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-map": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", - "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=" - }, - "node_modules/array-reduce": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", - "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=" - }, - "node_modules/array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", - "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "node_modules/assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "dependencies": { - "tslib": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "dependencies": { - "lodash": "^4.17.14" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", - "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-eslint": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "deprecated": "babel-eslint is now @babel/eslint-parser. This package will no longer receive updates.", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - }, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "eslint": ">= 4.12.1" - } - }, - "node_modules/babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz", - "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==", - "dev": true, - "dependencies": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", - "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", - "dev": true, - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-jest-hoist": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz", - "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==", - "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", - "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", - "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.1", - "core-js-compat": "^3.21.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", - "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-syntax-trailing-function-commas": { - "version": "7.0.0-beta.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz", - "integrity": "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==" - }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-fbjs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz", - "integrity": "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==", - "dependencies": { - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-syntax-class-properties": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.0.0", - "@babel/plugin-syntax-jsx": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-block-scoped-functions": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/plugin-transform-for-of": "^7.0.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-member-expression-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-object-super": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-property-literals": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-template-literals": "^7.0.0", - "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-jest": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz", - "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==", - "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": ">= 10.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "dependencies": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "dependencies": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - } - }, - "node_modules/bl/node_modules/readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/bplist-creator": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz", - "integrity": "sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==", - "dependencies": { - "stream-buffers": "2.2.x" - } - }, - "node_modules/bplist-parser": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz", - "integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==", - "dependencies": { - "big-integer": "1.6.x" - }, - "engines": { - "node": ">= 5.10.0" - } - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", - "dev": true - }, - "node_modules/browserslist": { - "version": "4.21.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001449", - "electron-to-chromium": "^1.4.284", - "node-releases": "^2.0.8", - "update-browserslist-db": "^1.0.10" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "dependencies": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "dependencies": { - "callsites": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/caller-callsite/node_modules/callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=", - "engines": { - "node": ">=4" - } - }, - "node_modules/caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "dependencies": { - "caller-callsite": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001482", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001482.tgz", - "integrity": "sha512-F1ZInsg53cegyjroxLNW9DmrEQ1SuGRTO1QlpA0o2/6OpQ0gFeDRoq1yFmnr8Sakn9qwwt9DmbxHB6w167OSuQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dev": true, - "dependencies": { - "rsvp": "^4.8.4" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - }, - "node_modules/cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz", - "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==", - "dev": true - }, - "node_modules/class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "dependencies": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "dependencies": { - "restore-cursor": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "node_modules/clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true, - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", - "dev": true - }, - "node_modules/collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "dependencies": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/colorette": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/command-exists": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz", - "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" - }, - "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "node_modules/component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "node_modules/connect": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "dependencies": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/connect/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/connect/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/core-js-compat": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.30.1.tgz", - "integrity": "sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==", - "dependencies": { - "browserslist": "^4.21.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "dependencies": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cosmiconfig/node_modules/import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "dependencies": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cosmiconfig/node_modules/resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=", - "engines": { - "node": ">=4" - } - }, - "node_modules/cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "dependencies": { - "node-fetch": "2.6.7" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/cross-spawn/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/cssom": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", - "dev": true - }, - "node_modules/cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", - "dev": true, - "dependencies": { - "cssom": "~0.3.6" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cssstyle/node_modules/cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "dev": true - }, - "node_modules/data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", - "dev": true, - "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/dayjs": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.0.tgz", - "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==" - }, - "node_modules/debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", - "peer": true - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decimal.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", - "dev": true - }, - "node_modules/decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/deepmerge": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz", - "integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "dependencies": { - "clone": "^1.0.2" - } - }, - "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dev": true, - "dependencies": { - "object-keys": "^1.0.12" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "dependencies": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-property/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/denodeify": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz", - "integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=" - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/deprecated-react-native-prop-types": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz", - "integrity": "sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA==", - "dependencies": { - "@react-native/normalize-color": "*", - "invariant": "*", - "prop-types": "*" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "dev": true, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/domexception": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", - "dev": true, - "dependencies": { - "webidl-conversions": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/domexception/node_modules/webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "node_modules/electron-to-chromium": { - "version": "1.4.380", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.380.tgz", - "integrity": "sha512-XKGdI4pWM78eLH2cbXJHiBnWUwFSzZM7XujsB6stDiGu9AeSqziedP6amNLpJzE3i0rLTcfAwdCTs5ecP5yeSg==" - }, - "node_modules/emittery": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz", - "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "dependencies": { - "once": "^1.4.0" - } - }, - "node_modules/enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "dependencies": { - "ansi-colors": "^4.1.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/envinfo": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==", - "bin": { - "envinfo": "dist/cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/error-stack-parser": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", - "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", - "dependencies": { - "stackframe": "^1.1.1" - } - }, - "node_modules/errorhandler": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", - "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==", - "dependencies": { - "accepts": "~1.3.7", - "escape-html": "~1.0.3" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/es-abstract": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", - "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dev": true, - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", - "dev": true, - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/escodegen/node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dev": true, - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dev": true, - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", - "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", - "dev": true, - "dependencies": { - "get-stdin": "^6.0.0" - }, - "bin": { - "eslint-config-prettier-check": "bin/cli.js" - }, - "peerDependencies": { - "eslint": ">=3.14.1" - } - }, - "node_modules/eslint-plugin-eslint-comments": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz", - "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^1.0.5", - "ignore": "^5.0.5" - }, - "engines": { - "node": ">=6.5.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=4.19.1" - } - }, - "node_modules/eslint-plugin-eslint-comments/node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/eslint-plugin-flowtype": { - "version": "2.50.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz", - "integrity": "sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==", - "dev": true, - "dependencies": { - "lodash": "^4.17.10" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": ">=2.0.0" - } - }, - "node_modules/eslint-plugin-jest": { - "version": "22.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz", - "integrity": "sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg==", - "dev": true, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-plugin-prettier": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz", - "integrity": "sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==", - "dev": true, - "dependencies": { - "prettier-linter-helpers": "^1.0.0" - }, - "engines": { - "node": ">=6.0.0" - }, - "peerDependencies": { - "eslint": ">= 5.0.0", - "prettier": ">= 1.13.0" - } - }, - "node_modules/eslint-plugin-react": { - "version": "7.29.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", - "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", - "dev": true, - "dependencies": { - "array-includes": "^3.1.4", - "array.prototype.flatmap": "^1.2.5", - "doctrine": "^2.1.0", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.0", - "object.values": "^1.1.5", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.6" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" - } - }, - "node_modules/eslint-plugin-react-native": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz", - "integrity": "sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.7.4", - "eslint-plugin-react-native-globals": "^0.1.1" - }, - "peerDependencies": { - "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7" - } - }, - "node_modules/eslint-plugin-react-native-globals": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz", - "integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==", - "dev": true - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", - "dev": true, - "dependencies": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/eslint-scope/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/eslint/node_modules/@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.10.4" - } - }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint/node_modules/globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/globals/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", - "dev": true, - "dependencies": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dev": true, - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/exec-sh": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz", - "integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==", - "dev": true - }, - "node_modules/execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "dependencies": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/execa/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/execa/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/execa/node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/execa/node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/execa/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "dependencies": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/expand-brackets/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/expect": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz", - "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "dependencies": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extend-shallow/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "dependencies": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/extglob/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "node_modules/fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "node_modules/fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", - "dependencies": { - "bser": "2.1.1" - } - }, - "node_modules/fbjs": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.4.tgz", - "integrity": "sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==", - "dependencies": { - "cross-fetch": "^3.1.5", - "fbjs-css-vars": "^1.0.0", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.30" - } - }, - "node_modules/fbjs-css-vars": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz", - "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==" - }, - "node_modules/fbjs/node_modules/promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/filter-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/finalhandler/node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-cache-dir/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", - "engines": { - "node": ">=4" - } - }, - "node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flat-cache/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", - "dev": true - }, - "node_modules/flow-parser": { - "version": "0.121.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.121.0.tgz", - "integrity": "sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dev": true, - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "dependencies": { - "map-cache": "^0.2.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "node_modules/fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "dev": true, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "node_modules/growly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", - "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", - "dev": true, - "optional": true - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dev": true, - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "dependencies": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "dependencies": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/has-values/node_modules/kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hermes-engine": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/hermes-engine/-/hermes-engine-0.11.0.tgz", - "integrity": "sha512-7aMUlZja2IyLYAcZ69NBnwJAR5ZOYlSllj0oMpx08a8HzxHOys0eKCzfphrf6D0vX1JGO1QQvVsQKe6TkYherw==" - }, - "node_modules/hermes-estree": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.5.0.tgz", - "integrity": "sha512-1h8rvG23HhIR5K6Kt0e5C7BC72J1Ath/8MmSta49vxXp/j6wl7IMHvIRFYBQr35tWnQY97dSGR2uoAJ5pHUQkg==" - }, - "node_modules/hermes-parser": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.5.0.tgz", - "integrity": "sha512-ARnJBScKAkkq8j3BHrNGBUv/4cSpZNbKDsVizEtzmsFeqC67Dopa5s4XRe+e3wN52Dh5Mj2kDB5wJvhcxwDkPg==", - "dependencies": { - "hermes-estree": "0.5.0" - } - }, - "node_modules/hermes-profile-transformer": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz", - "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==", - "dependencies": { - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/hermes-profile-transformer/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", - "dev": true, - "dependencies": { - "whatwg-encoding": "^1.0.5" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "dev": true, - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "dev": true, - "engines": { - "node": ">=8.12.0" - } - }, - "node_modules/hyper-sdk-react": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/hyper-sdk-react/-/hyper-sdk-react-3.0.1.tgz", - "integrity": "sha512-ugx67JWFvWt0x3HnmCso4sgDM48/hNIucCWrySd89Aph/RMTDy5/HNnUSDx8zrBWCel2bmv/cxA82zxz6wHmag==", - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/image-size": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz", - "integrity": "sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==", - "bin": { - "image-size": "bin/image-size.js" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-fresh/node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "dev": true, - "dependencies": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dev": true, - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "node_modules/is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "dependencies": { - "ci-info": "^2.0.0" - }, - "bin": { - "is-ci": "bin.js" - } - }, - "node_modules/is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, - "optional": true, - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "dev": true - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dev": true, - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "node_modules/is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", - "dev": true, - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", - "dev": true, - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz", - "integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==", - "dev": true, - "dependencies": { - "@jest/core": "^26.6.3", - "import-local": "^3.0.2", - "jest-cli": "^26.6.3" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-changed-files": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz", - "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-changed-files/node_modules/execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/jest-changed-files/node_modules/get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "dependencies": { - "pump": "^3.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-changed-files/node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-changed-files/node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-changed-files/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz", - "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==", - "dev": true, - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - }, - "peerDependencies": { - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "ts-node": { - "optional": true - } - } - }, - "node_modules/jest-config/node_modules/deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz", - "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==", - "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-each": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz", - "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz", - "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==", - "dev": true, - "dependencies": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz", - "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==", - "dev": true, - "dependencies": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==", - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz", - "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - }, - "engines": { - "node": ">= 10.14.2" - }, - "optionalDependencies": { - "fsevents": "^2.1.2" - } - }, - "node_modules/jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz", - "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==", - "dev": true, - "dependencies": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz", - "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==", - "dev": true, - "dependencies": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz", - "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz", - "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz", - "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", - "dev": true, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" - }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } - } - }, - "node_modules/jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz", - "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==", - "dev": true, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", - "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-resolve-dependencies": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz", - "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz", - "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==", - "dev": true, - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz", - "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==", - "dev": true, - "dependencies": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - }, - "bin": { - "jest-runtime": "bin/jest-runtime.js" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", - "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", - "dev": true, - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz", - "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", - "dev": true, - "dependencies": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-snapshot/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dev": true, - "dependencies": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz", - "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==", - "dependencies": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-validate/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-watcher": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz", - "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==", - "dev": true, - "dependencies": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest/node_modules/jest-cli": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz", - "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==", - "dev": true, - "dependencies": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/jetifier": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/jetifier/-/jetifier-1.6.8.tgz", - "integrity": "sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw==", - "bin": { - "jetifier": "bin/jetify", - "jetifier-standalone": "bin/jetifier-standalone", - "jetify": "bin/jetify" - } - }, - "node_modules/joi": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.0.tgz", - "integrity": "sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==", - "dependencies": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", - "@sideway/formula": "^3.0.0", - "@sideway/pinpoint": "^2.0.0" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsc-android": { - "version": "250230.2.1", - "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250230.2.1.tgz", - "integrity": "sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==" - }, - "node_modules/jscodeshift": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.13.1.tgz", - "integrity": "sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==", - "dependencies": { - "@babel/core": "^7.13.16", - "@babel/parser": "^7.13.16", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", - "@babel/plugin-proposal-optional-chaining": "^7.13.12", - "@babel/plugin-transform-modules-commonjs": "^7.13.8", - "@babel/preset-flow": "^7.13.13", - "@babel/preset-typescript": "^7.13.0", - "@babel/register": "^7.13.16", - "babel-core": "^7.0.0-bridge.0", - "chalk": "^4.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.2.4", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.20.4", - "temp": "^0.8.4", - "write-file-atomic": "^2.3.0" - }, - "bin": { - "jscodeshift": "bin/jscodeshift.js" - }, - "peerDependencies": { - "@babel/preset-env": "^7.1.6" - } - }, - "node_modules/jscodeshift/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jscodeshift/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jscodeshift/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jscodeshift/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jscodeshift/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jscodeshift/node_modules/rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/jscodeshift/node_modules/temp": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", - "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", - "dependencies": { - "rimraf": "~2.6.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/jscodeshift/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jscodeshift/node_modules/write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "dependencies": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - }, - "node_modules/jsdom": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", - "dev": true, - "dependencies": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - } - }, - "node_modules/jsdom/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", - "dev": true, - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", - "engines": { - "node": "*" - } - }, - "node_modules/jsx-ast-utils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz", - "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==", - "dev": true, - "dependencies": { - "array-includes": "^3.1.4", - "object.assign": "^4.1.2" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/klaw": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", - "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", - "optionalDependencies": { - "graceful-fs": "^4.1.9" - } - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/levn/node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/levn/node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" - }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, - "node_modules/log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", - "dependencies": { - "chalk": "^2.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/logkitty": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz", - "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==", - "dependencies": { - "ansi-fragments": "^0.2.1", - "dayjs": "^1.8.15", - "yargs": "^15.1.0" - }, - "bin": { - "logkitty": "bin/logkitty.js" - } - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "dependencies": { - "tmpl": "1.0.5" - } - }, - "node_modules/map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "dependencies": { - "object-visit": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "node_modules/metro": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro/-/metro-0.67.0.tgz", - "integrity": "sha512-DwuBGAFcAivoac/swz8Lp7Y5Bcge1tzT7T6K0nf1ubqJP8YzBUtyR4pkjEYVUzVu/NZf7O54kHSPVu1ibYzOBQ==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/template": "^7.0.0", - "@babel/traverse": "^7.14.0", - "@babel/types": "^7.0.0", - "absolute-path": "^0.0.0", - "accepts": "^1.3.7", - "async": "^2.4.0", - "chalk": "^4.0.0", - "ci-info": "^2.0.0", - "connect": "^3.6.5", - "debug": "^2.2.0", - "denodeify": "^1.2.1", - "error-stack-parser": "^2.0.6", - "fs-extra": "^1.0.0", - "graceful-fs": "^4.1.3", - "hermes-parser": "0.5.0", - "image-size": "^0.6.0", - "invariant": "^2.2.4", - "jest-haste-map": "^27.3.1", - "jest-worker": "^26.0.0", - "lodash.throttle": "^4.1.1", - "metro-babel-transformer": "0.67.0", - "metro-cache": "0.67.0", - "metro-cache-key": "0.67.0", - "metro-config": "0.67.0", - "metro-core": "0.67.0", - "metro-hermes-compiler": "0.67.0", - "metro-inspector-proxy": "0.67.0", - "metro-minify-uglify": "0.67.0", - "metro-react-native-babel-preset": "0.67.0", - "metro-resolver": "0.67.0", - "metro-runtime": "0.67.0", - "metro-source-map": "0.67.0", - "metro-symbolicate": "0.67.0", - "metro-transform-plugins": "0.67.0", - "metro-transform-worker": "0.67.0", - "mime-types": "^2.1.27", - "mkdirp": "^0.5.1", - "node-fetch": "^2.2.0", - "nullthrows": "^1.1.1", - "rimraf": "^2.5.4", - "serialize-error": "^2.1.0", - "source-map": "^0.5.6", - "strip-ansi": "^6.0.0", - "temp": "0.8.3", - "throat": "^5.0.0", - "ws": "^7.5.1", - "yargs": "^15.3.1" - }, - "bin": { - "metro": "src/cli.js" - } - }, - "node_modules/metro-babel-transformer": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.67.0.tgz", - "integrity": "sha512-SBqc4nq/dgsPNFm+mpWcQQzJaXnh0nrfz2pSnZC4i6zMtIakrTWb8SQ78jOU1FZVEZ3nu9xCYVHS9Tbr/LoEuw==", - "dependencies": { - "@babel/core": "^7.14.0", - "hermes-parser": "0.5.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "node_modules/metro-cache": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.67.0.tgz", - "integrity": "sha512-IY5dXiR76L75b2ue/mv+9vW8g5hdQJU6YEe81lj6gTSoUrhcONT0rzY+Gh5QOS2Kk6z9utZQMvd9PRKL9/635A==", - "dependencies": { - "metro-core": "0.67.0", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4" - } - }, - "node_modules/metro-cache-key": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.67.0.tgz", - "integrity": "sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA==" - }, - "node_modules/metro-config": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.67.0.tgz", - "integrity": "sha512-ThAwUmzZwTbKyyrIn2bKIcJDPDBS0LKAbqJZQioflvBGfcgA21h3fdL3IxRmvCEl6OnkEWI0Tn1Z9w2GLAjf2g==", - "dependencies": { - "cosmiconfig": "^5.0.5", - "jest-validate": "^26.5.2", - "metro": "0.67.0", - "metro-cache": "0.67.0", - "metro-core": "0.67.0", - "metro-runtime": "0.67.0" - } - }, - "node_modules/metro-core": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.67.0.tgz", - "integrity": "sha512-TOa/ShE1bUq83fGNfV6rFwyfZ288M8ydmWN3g9C2OW8emOHLhJslYD/SIU4DhDkP/99yaJluIALdZ2g0+pCrvQ==", - "dependencies": { - "jest-haste-map": "^27.3.1", - "lodash.throttle": "^4.1.1", - "metro-resolver": "0.67.0" - } - }, - "node_modules/metro-core/node_modules/@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro-core/node_modules/@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/metro-core/node_modules/ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - }, - "node_modules/metro-core/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/metro-core/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro-core/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro-core/node_modules/jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro-core/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/metro-core/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/metro-hermes-compiler": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz", - "integrity": "sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ==" - }, - "node_modules/metro-inspector-proxy": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.67.0.tgz", - "integrity": "sha512-5Ubjk94qpNaU3OT2IZa4/dec09bauic1hzWms4czorBzDenkp4kYXG9/aWTmgQLtCk92H3Q8jKl1PQRxUSkrOQ==", - "dependencies": { - "connect": "^3.6.5", - "debug": "^2.2.0", - "ws": "^7.5.1", - "yargs": "^15.3.1" - }, - "bin": { - "metro-inspector-proxy": "src/cli.js" - } - }, - "node_modules/metro-inspector-proxy/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/metro-inspector-proxy/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/metro-minify-uglify": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.67.0.tgz", - "integrity": "sha512-4CmM5b3MTAmQ/yFEfsHOhD2SuBObB2YF6PKzXZc4agUsQVVtkrrNElaiWa8w26vrTzA9emwcyurxMf4Nl3lYPQ==", - "dependencies": { - "uglify-es": "^3.1.9" - } - }, - "node_modules/metro-react-native-babel-preset": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz", - "integrity": "sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig==", - "dependencies": { - "@babel/core": "^7.14.0", - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-export-default-from": "^7.0.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.0.0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.0.0", - "@babel/plugin-syntax-export-default-from": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.2.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-syntax-optional-chaining": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-async-to-generator": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.0.0", - "@babel/plugin-transform-exponentiation-operator": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/plugin-transform-for-of": "^7.0.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-object-assign": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-react-jsx-self": "^7.0.0", - "@babel/plugin-transform-react-jsx-source": "^7.0.0", - "@babel/plugin-transform-regenerator": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-sticky-regex": "^7.0.0", - "@babel/plugin-transform-template-literals": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.5.0", - "@babel/plugin-transform-unicode-regex": "^7.0.0", - "@babel/template": "^7.0.0", - "react-refresh": "^0.4.0" - }, - "peerDependencies": { - "@babel/core": "*" - } - }, - "node_modules/metro-react-native-babel-transformer": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.67.0.tgz", - "integrity": "sha512-P0JT09n7T01epUtgL9mH6BPat3xn4JjBakl4lWHdL61cvEGcrxuIom1eoFFKkgU/K5AVLU4aCAttHS7nSFCcEQ==", - "dependencies": { - "@babel/core": "^7.14.0", - "babel-preset-fbjs": "^3.4.0", - "hermes-parser": "0.5.0", - "metro-babel-transformer": "0.67.0", - "metro-react-native-babel-preset": "0.67.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1" - }, - "peerDependencies": { - "@babel/core": "*" - } - }, - "node_modules/metro-resolver": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.67.0.tgz", - "integrity": "sha512-d2KS/zAyOA/z/q4/ff41rAp+1txF4H6qItwpsls/RHStV2j6PqgRHUzq/3ga+VIeoUJntYJ8nGW3+3qSrhFlig==", - "dependencies": { - "absolute-path": "^0.0.0" - } - }, - "node_modules/metro-runtime": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.67.0.tgz", - "integrity": "sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g==" - }, - "node_modules/metro-source-map": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.67.0.tgz", - "integrity": "sha512-yxypInsRo3SfS00IgTuL6a2W2tfwLY//vA2E+GeqGBF5zTbJZAhwNGIEl8S87XXZhwzJcxf5/8LjJC1YDzabww==", - "dependencies": { - "@babel/traverse": "^7.14.0", - "@babel/types": "^7.0.0", - "invariant": "^2.2.4", - "metro-symbolicate": "0.67.0", - "nullthrows": "^1.1.1", - "ob1": "0.67.0", - "source-map": "^0.5.6", - "vlq": "^1.0.0" - } - }, - "node_modules/metro-source-map/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/metro-symbolicate": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.67.0.tgz", - "integrity": "sha512-ZqVVcfa0xSz40eFzA5P8pCF3V6Tna9RU1prFzAJTa3j9dCGqwh0HTXC8AIkMtgX7hNdZrCJI1YipzUBlwkT0/A==", - "dependencies": { - "invariant": "^2.2.4", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1", - "source-map": "^0.5.6", - "through2": "^2.0.1", - "vlq": "^1.0.0" - }, - "bin": { - "metro-symbolicate": "src/index.js" - }, - "engines": { - "node": ">=8.3" - } - }, - "node_modules/metro-symbolicate/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/metro-transform-plugins": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.67.0.tgz", - "integrity": "sha512-DQFoSDIJdTMPDTUlKaCNJjEXiHGwFNneAF9wDSJ3luO5gigM7t7MuSaPzF4hpjmfmcfPnRhP6AEn9jcza2Sh8Q==", - "dependencies": { - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/template": "^7.0.0", - "@babel/traverse": "^7.14.0", - "nullthrows": "^1.1.1" - } - }, - "node_modules/metro-transform-worker": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.67.0.tgz", - "integrity": "sha512-29n+JdTb80ROiv/wDiBVlY/xRAF/nrjhp/Udv/XJl1DZb+x7JEiPxpbpthPhwwl+AYxVrostGB0W06WJ61hfiw==", - "dependencies": { - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/types": "^7.0.0", - "babel-preset-fbjs": "^3.4.0", - "metro": "0.67.0", - "metro-babel-transformer": "0.67.0", - "metro-cache": "0.67.0", - "metro-cache-key": "0.67.0", - "metro-hermes-compiler": "0.67.0", - "metro-source-map": "0.67.0", - "metro-transform-plugins": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "node_modules/metro/node_modules/@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro/node_modules/@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/metro/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/metro/node_modules/fs-extra": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz", - "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=", - "dependencies": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0" - } - }, - "node_modules/metro/node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/metro/node_modules/jest-haste-map/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/metro/node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro/node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro/node_modules/jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/metro/node_modules/jest-util/node_modules/ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - }, - "node_modules/metro/node_modules/jsonfile": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/metro/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/metro/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/metro/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" - }, - "node_modules/mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "dependencies": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mixin-deep/node_modules/is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "dependencies": { - "is-plain-object": "^2.0.4" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" - }, - "node_modules/nocache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz", - "integrity": "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", - "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", - "dependencies": { - "minimatch": "^3.0.2" - }, - "engines": { - "node": ">= 0.10.5" - } - }, - "node_modules/node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/node-fetch/node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" - }, - "node_modules/node-fetch/node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" - }, - "node_modules/node-fetch/node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" - }, - "node_modules/node-notifier": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz", - "integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==", - "dev": true, - "optional": true, - "dependencies": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - } - }, - "node_modules/node-notifier/node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "optional": true, - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/node-notifier/node_modules/semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "optional": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-notifier/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "optional": true, - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" - }, - "node_modules/node-stream-zip": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz", - "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==", - "engines": { - "node": ">=0.12.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/antelle" - } - }, - "node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/normalize-package-data/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "dependencies": { - "path-key": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/nullthrows": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", - "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" - }, - "node_modules/nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", - "dev": true - }, - "node_modules/ob1": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.67.0.tgz", - "integrity": "sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g==" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "dependencies": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "dependencies": { - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.hasown": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", - "dev": true, - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", - "dependencies": { - "is-wsl": "^1.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/optionator/node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/optionator/node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/ora": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", - "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", - "dependencies": { - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-spinners": "^2.0.0", - "log-symbols": "^2.2.0", - "strip-ansi": "^5.2.0", - "wcwidth": "^1.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/ora/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/ora/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ora/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ora/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/ora/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/ora/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/ora/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/ora/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz", - "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "dependencies": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", - "engines": { - "node": ">=4" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "dependencies": { - "isarray": "0.0.1" - } - }, - "node_modules/path-to-regexp/node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/plist": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.5.tgz", - "integrity": "sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==", - "dependencies": { - "base64-js": "^1.5.1", - "xmlbuilder": "^9.0.7" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prettier": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", - "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", - "dev": true, - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "dependencies": { - "fast-diff": "^1.1.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", - "dependencies": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", - "dev": true, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/promise": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", - "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", - "dependencies": { - "asap": "~2.0.6" - } - }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true - }, - "node_modules/pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "dependencies": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "node_modules/punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/query-string": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", - "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", - "dependencies": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-devtools-core": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.24.3.tgz", - "integrity": "sha512-+htKZxLxDN14jhRG3+IXRiJqNSGHUiPYrMtv9e7qlZxcbKeJjVs+C/hd8kZF5rydp3faBwFN6ZpTaZnLA3/ZGA==", - "dependencies": { - "shell-quote": "^1.6.1", - "ws": "^7" - } - }, - "node_modules/react-freeze": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.0.tgz", - "integrity": "sha512-yQaiOqDmoKqks56LN9MTgY06O0qQHgV4FUrikH357DydArSZHQhl0BJFqGKIZoTqi8JizF9Dxhuk1FIZD6qCaw==", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": "^17.0.0" - } - }, - "node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/react-native": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.0.tgz", - "integrity": "sha512-Qi8KpG9rqiU0hVp05GKkuRe8iAVhblYMwpnwG3wkBi99Z/X8iZ0jD1b1UW0/y6oesmCyGQAxpsB36imU8zg1AQ==", - "dependencies": { - "@jest/create-cache-key-function": "^27.0.1", - "@react-native-community/cli": "^7.0.3", - "@react-native-community/cli-platform-android": "^7.0.1", - "@react-native-community/cli-platform-ios": "^7.0.1", - "@react-native/assets": "1.0.0", - "@react-native/normalize-color": "2.0.0", - "@react-native/polyfills": "2.0.0", - "abort-controller": "^3.0.0", - "anser": "^1.4.9", - "base64-js": "^1.1.2", - "deprecated-react-native-prop-types": "^2.3.0", - "event-target-shim": "^5.0.1", - "hermes-engine": "~0.11.0", - "invariant": "^2.2.4", - "jsc-android": "^250230.2.1", - "metro-react-native-babel-transformer": "0.67.0", - "metro-runtime": "0.67.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1", - "pretty-format": "^26.5.2", - "promise": "^8.0.3", - "react-devtools-core": "^4.23.0", - "react-native-codegen": "^0.0.13", - "react-native-gradle-plugin": "^0.0.5", - "react-refresh": "^0.4.0", - "react-shallow-renderer": "16.14.1", - "regenerator-runtime": "^0.13.2", - "scheduler": "^0.20.2", - "stacktrace-parser": "^0.1.3", - "use-subscription": "^1.0.0", - "whatwg-fetch": "^3.0.0", - "ws": "^6.1.4" - }, - "bin": { - "react-native": "cli.js" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/react-native-codegen": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.0.13.tgz", - "integrity": "sha512-rCh1P+s0Q4N6vNgS97ckafbhJRztz22+0l0VZoyQC06F07J98kI5cUByH0ATypPRIdpkMbAZc59DoPdDFc01bg==", - "dependencies": { - "@babel/parser": "^7.14.0", - "flow-parser": "^0.121.0", - "jscodeshift": "^0.13.1", - "nullthrows": "^1.1.1" - } - }, - "node_modules/react-native-gesture-handler": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz", - "integrity": "sha512-cBGMi1IEsIVMgoox4RvMx7V2r6bNKw0uR1Mu1o7NbuHS6BRSVLq0dP34l2ecnPlC+jpWd3le6Yg1nrdCjby2Mw==", - "dependencies": { - "@egjs/hammerjs": "^2.0.17", - "fbjs": "^3.0.0", - "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.2.4", - "prop-types": "^15.7.2" - } - }, - "node_modules/react-native-gradle-plugin": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.5.tgz", - "integrity": "sha512-kGupXo+pD2mB6Z+Oyowor3qlCroiS32FNGoiGQdwU19u8o+NNhEZKwoKfC5Qt03bMZSmFlcAlTyf79vrS2BZKQ==", - "dependencies": { - "react-native-codegen": "*" - } - }, - "node_modules/react-native-safe-area-context": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.4.tgz", - "integrity": "sha512-OOX+W2G4YYufvryonn6Kw6YnyT8ZThkxPHZBD04NLHaZmicUaaDVII/PZ3M5fD1o5N62+T+8K4bCS5Un2ggvkA==", - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-native-safe-area-view": { - "version": "0.14.9", - "resolved": "https://registry.npmjs.org/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz", - "integrity": "sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A==", - "dependencies": { - "hoist-non-react-statics": "^2.3.1" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-native-safe-area-view/node_modules/hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - }, - "node_modules/react-native-screens": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.20.0.tgz", - "integrity": "sha512-joWUKWAVHxymP3mL9gYApFHAsbd9L6ZcmpoZa6Sl3W/82bvvNVMqcfP7MeNqVCg73qZ8yL4fW+J/syusHleUgg==", - "dependencies": { - "react-freeze": "^1.0.0", - "warn-once": "^0.1.0" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-native-tab-view": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz", - "integrity": "sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ==", - "dependencies": { - "prop-types": "^15.6.1" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-native-uuid": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/react-native-uuid/-/react-native-uuid-2.0.1.tgz", - "integrity": "sha512-cptnoIbL53GTCrWlb/+jrDC6tvb7ypIyzbXNJcpR3Vab0mkeaaVd5qnB3f0whXYzS+SMoSQLcUUB0gEWqkPC0g==", - "engines": { - "node": ">=10.0.0", - "npm": ">=6.0.0" - } - }, - "node_modules/react-native/node_modules/@react-native-community/cli": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-7.0.3.tgz", - "integrity": "sha512-WyJOA829KAhU1pw2MDQt0YhOS9kyR2KqyqgJyTuQhzFVCBPX4F5aDEkZYYn4jdldaDHCPrLJ3ho3gxYTXy+x7w==", - "dependencies": { - "@react-native-community/cli-debugger-ui": "^7.0.3", - "@react-native-community/cli-hermes": "^6.3.0", - "@react-native-community/cli-plugin-metro": "^7.0.3", - "@react-native-community/cli-server-api": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "@react-native-community/cli-types": "^6.0.0", - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "command-exists": "^1.2.8", - "commander": "^2.19.0", - "cosmiconfig": "^5.1.0", - "deepmerge": "^3.2.0", - "envinfo": "^7.7.2", - "execa": "^1.0.0", - "find-up": "^4.1.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "graceful-fs": "^4.1.3", - "joi": "^17.2.1", - "leven": "^3.1.0", - "lodash": "^4.17.15", - "minimist": "^1.2.0", - "node-stream-zip": "^1.9.1", - "ora": "^3.4.0", - "pretty-format": "^26.6.2", - "prompts": "^2.4.0", - "semver": "^6.3.0", - "serve-static": "^1.13.1", - "strip-ansi": "^5.2.0", - "sudo-prompt": "^9.0.0", - "wcwidth": "^1.0.1" - }, - "bin": { - "react-native": "build/bin.js" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "react-native": "*" - } - }, - "node_modules/react-native/node_modules/ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==", - "engines": { - "node": ">=6" - } - }, - "node_modules/react-native/node_modules/strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "dependencies": { - "ansi-regex": "^4.1.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/react-native/node_modules/ws": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", - "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", - "dependencies": { - "async-limiter": "~1.0.0" - } - }, - "node_modules/react-native/node_modules/ws/node_modules/async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, - "node_modules/react-navigation": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-3.13.0.tgz", - "integrity": "sha512-r64bTImY2aNye8wtd39ubouVB6ZMJqjVQYKxH4LFmOav4FsI59fQTDN7sZzyJa29owowYw/wVkh+NWGT+tdD1A==", - "deprecated": "This package is no longer supported. Please use @react-navigation/native instead. See https://reactnavigation.org/docs/getting-started/ for usage guide", - "dependencies": { - "@react-navigation/core": "~3.5.1", - "@react-navigation/native": "~3.6.2", - "react-navigation-drawer": "~1.4.0", - "react-navigation-stack": "1.5.3", - "react-navigation-tabs": "~1.2.0" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-navigation/node_modules/@react-navigation/core": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-3.5.2.tgz", - "integrity": "sha512-HgKXci1h74aETgm5CXMBoIWG8R7VZG1eUUHYb3BdxwekdiZjW1P/srjiXzsCqFGlsESnVIOIkzT4DqI9J752Bw==", - "dependencies": { - "hoist-non-react-statics": "^3.3.0", - "path-to-regexp": "^1.7.0", - "query-string": "^6.4.2", - "react-is": "^16.8.6" - }, - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-navigation/node_modules/@react-navigation/native": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-3.6.5.tgz", - "integrity": "sha512-ttEmnokFVf09CvrkzlPIdfA693KfYcRxTYf9OZwp0Ll6El27UYjJD4arwGc+zvlohjTErCdba6CAKV702Wv28w==", - "dependencies": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.8" - }, - "peerDependencies": { - "@react-navigation/core": "^3.0.0", - "react": "*", - "react-native": "*", - "react-native-gesture-handler": "*" - } - }, - "node_modules/react-navigation/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/react-navigation/node_modules/react-native-screens": { - "version": "1.0.0-alpha.23", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-1.0.0-alpha.23.tgz", - "integrity": "sha512-tOxHGQUN83MTmQB4ghoQkibqOdGiX4JQEmeyEv96MKWO/x8T2PJv84ECUos9hD3blPRQwVwSpAid1PPPhrVEaw==", - "peer": true, - "dependencies": { - "debounce": "^1.2.0" - }, - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, - "node_modules/react-navigation/node_modules/react-navigation-drawer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/react-navigation-drawer/-/react-navigation-drawer-1.4.0.tgz", - "integrity": "sha512-ZyWBozcjB2aZ7vwCALv90cYA2NpDjM+WALaiYRshvPvue8l7cqynePbHK8GhlMGyJDwZqp4MxQmu8u1XAKp3Bw==", - "deprecated": "This package is no longer supported. Please use @react-navigation/drawer instead. See https://reactnavigation.org/docs/drawer-navigator/ for usage guide", - "dependencies": { - "react-native-tab-view": "^1.2.0" - }, - "peerDependencies": { - "@react-navigation/core": "*", - "@react-navigation/native": "*", - "react": "*", - "react-native": "*", - "react-native-gesture-handler": "^1.0.12", - "react-native-screens": "^1.0.0 || ^1.0.0-alpha" - } - }, - "node_modules/react-navigation/node_modules/react-navigation-stack": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/react-navigation-stack/-/react-navigation-stack-1.5.3.tgz", - "integrity": "sha512-MQcwDVbZUYsTtDJb5cFOSm+K+e7KpUCoROaGoUOR+JHWE3uuaJ3pd/Nu+32a57J98TNBf4qq0+2TPJWl6z6IBg==", - "deprecated": "This package is no longer supported. Please use @react-navigation/stack instead. See https://reactnavigation.org/docs/stack-navigator/ for usage guide", - "dependencies": { - "prop-types": "^15.7.2" - }, - "peerDependencies": { - "@react-navigation/core": "^3.5.0", - "@react-navigation/native": "^3.6.2", - "react": "*", - "react-native": "*", - "react-native-gesture-handler": "^1.0.0", - "react-native-screens": "^1.0.0 || ^1.0.0-alpha" - } - }, - "node_modules/react-navigation/node_modules/react-navigation-tabs": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/react-navigation-tabs/-/react-navigation-tabs-1.2.0.tgz", - "integrity": "sha512-I6vq3XX4ub9KhWQzcrggznls+2Z2C6w2ro46vokDGGvJ02CBpQRar7J0ETV29Ot5AJY67HucNUmZdH3yDFckmQ==", - "deprecated": "This package is no longer supported. Please use @react-navigation/bottom-tabs instead. See https://reactnavigation.org/docs/bottom-tab-navigator/ for usage guide", - "dependencies": { - "hoist-non-react-statics": "^2.5.0", - "prop-types": "^15.6.1", - "react-native-tab-view": "^1.4.1" - }, - "peerDependencies": { - "react": "*", - "react-native": "*", - "react-native-screens": "^1.0.0 || ^1.0.0-alpha" - } - }, - "node_modules/react-navigation/node_modules/react-navigation-tabs/node_modules/hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - }, - "node_modules/react-refresh": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz", - "integrity": "sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-shallow-renderer": { - "version": "16.14.1", - "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz", - "integrity": "sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==", - "dependencies": { - "object-assign": "^4.1.1", - "react-is": "^16.12.0 || ^17.0.0" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0" - } - }, - "node_modules/react-test-renderer": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz", - "integrity": "sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==", - "dev": true, - "dependencies": { - "object-assign": "^4.1.1", - "react-is": "^17.0.2", - "react-shallow-renderer": "^16.13.1", - "scheduler": "^0.20.2" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg/node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/readline": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz", - "integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw=" - }, - "node_modules/recast": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz", - "integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==", - "dependencies": { - "ast-types": "0.14.2", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tslib": "^2.0.1" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - }, - "node_modules/regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "dependencies": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/regexp.prototype.flags": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz", - "integrity": "sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", - "dev": true - }, - "node_modules/repeat-element": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", - "dependencies": { - "is-core-module": "^2.8.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=", - "deprecated": "https://github.com/lydell/resolve-url#deprecated" - }, - "node_modules/restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "dependencies": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/restore-cursor/node_modules/mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/restore-cursor/node_modules/onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "dependencies": { - "mimic-fn": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", - "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", - "dev": true, - "engines": { - "node": "6.* || >= 7.*" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "dependencies": { - "ret": "~0.1.10" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "node_modules/sane": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", - "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", - "deprecated": "some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added", - "dev": true, - "dependencies": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "bin": { - "sane": "src/cli.js" - }, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/sane/node_modules/anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dev": true, - "dependencies": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "node_modules/sane/node_modules/braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "dependencies": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "dependencies": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "dependencies": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "dependencies": { - "remove-trailing-separator": "^1.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sane/node_modules/to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "node_modules/saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dev": true, - "dependencies": { - "xmlchars": "^2.2.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serialize-error": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz", - "integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "node_modules/set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "dependencies": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/set-value/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "dependencies": { - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", - "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", - "dependencies": { - "array-filter": "~0.0.0", - "array-map": "~0.0.0", - "array-reduce": "~0.0.0", - "jsonify": "~0.0.0" - } - }, - "node_modules/shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true, - "optional": true - }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "node_modules/simple-plist": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz", - "integrity": "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==", - "dependencies": { - "bplist-creator": "0.1.0", - "bplist-parser": "0.3.1", - "plist": "^3.0.5" - } - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "dependencies": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "dependencies": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "dependencies": { - "is-descriptor": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "dependencies": { - "kind-of": "^6.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-node/node_modules/is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "dependencies": { - "kind-of": "^3.2.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon-util/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/snapdragon/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "node_modules/snapdragon/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated" - }, - "node_modules/spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", - "dev": true - }, - "node_modules/split-on-first": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "dependencies": { - "extend-shallow": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "node_modules/stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/stackframe": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.1.tgz", - "integrity": "sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg==" - }, - "node_modules/stacktrace-parser": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz", - "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==", - "dependencies": { - "type-fest": "^0.7.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/stacktrace-parser/node_modules/type-fest": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", - "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "dependencies": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "dependencies": { - "is-descriptor": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=", - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=", - "engines": { - "node": ">=4" - } - }, - "node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dev": true, - "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", - "side-channel": "^1.0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/sudo-prompt": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz", - "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==" - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", - "dev": true - }, - "node_modules/table": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", - "dev": true, - "dependencies": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/table/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/table/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - }, - "node_modules/temp": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz", - "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=", - "engines": [ - "node >=0.8.0" - ], - "dependencies": { - "os-tmpdir": "^1.0.0", - "rimraf": "~2.2.6" - } - }, - "node_modules/temp/node_modules/rimraf": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", - "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=", - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "dev": true, - "dependencies": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dev": true, - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true - }, - "node_modules/throat": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", - "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==" - }, - "node_modules/through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "node_modules/tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-object-path/node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "dependencies": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/to-regex-range/node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", - "dev": true, - "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.1.2" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tr46": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", - "dev": true, - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "dependencies": { - "tslib": "^1.8.1" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - } - }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, - "node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", - "dev": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=12.20" - } - }, - "node_modules/ua-parser-js": { - "version": "0.7.35", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.35.tgz", - "integrity": "sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/ua-parser-js" - }, - { - "type": "paypal", - "url": "https://paypal.me/faisalman" - } - ], - "engines": { - "node": "*" - } - }, - "node_modules/uglify-es": { - "version": "3.3.9", - "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz", - "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", - "deprecated": "support for ECMAScript is superseded by `uglify-js` as of v3.13.0", - "dependencies": { - "commander": "~2.13.0", - "source-map": "~0.6.1" - }, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/uglify-es/node_modules/commander": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", - "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" - }, - "node_modules/unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", - "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "engines": { - "node": ">=4" - } - }, - "node_modules/union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "dependencies": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "dependencies": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "dependencies": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "dependencies": { - "isarray": "1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/unset-value/node_modules/has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=", - "deprecated": "Please see https://github.com/lydell/urix#deprecated" - }, - "node_modules/use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/use-subscription": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/use-subscription/-/use-subscription-1.6.0.tgz", - "integrity": "sha512-0Y/cTLlZfw547tJhJMoRA16OUbVqRm6DmvGpiGbmLST6BIA5KU5cKlvlz8DVMrACnWpyEjCkgmhLatthP4jUbA==", - "peerDependencies": { - "react": "^18.0.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "node_modules/v8-to-istanbul": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz", - "integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==", - "dev": true, - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/v8-to-istanbul/node_modules/source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/vlq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz", - "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==" - }, - "node_modules/w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", - "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", - "dev": true, - "dependencies": { - "browser-process-hrtime": "^1.0.0" - } - }, - "node_modules/w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", - "dev": true, - "dependencies": { - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "dependencies": { - "makeerror": "1.0.12" - } - }, - "node_modules/warn-once": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.0.tgz", - "integrity": "sha512-recZTSvuaH/On5ZU5ywq66y99lImWqzP93+AiUo9LUwG8gXHW+LJjhOd6REJHm7qb0niYqrEQJvbHSQfuJtTqA==" - }, - "node_modules/wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", - "dependencies": { - "defaults": "^1.0.3" - } - }, - "node_modules/webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", - "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", - "dev": true, - "engines": { - "node": ">=10.4" - } - }, - "node_modules/whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", - "dev": true, - "dependencies": { - "iconv-lite": "0.4.24" - } - }, - "node_modules/whatwg-fetch": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" - }, - "node_modules/whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", - "dev": true - }, - "node_modules/whatwg-url": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", - "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", - "dev": true, - "dependencies": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dev": true, - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "dependencies": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", - "dev": true - }, - "node_modules/xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "dev": true - }, - "node_modules/xmldoc": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz", - "integrity": "sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ==", - "dependencies": { - "sax": "^1.2.1" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", - "dependencies": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "dependencies": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - }, - "engines": { - "node": ">=6" - } - } - }, - "dependencies": { - "@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", - "requires": { - "@jridgewell/trace-mapping": "^0.3.0" - } - }, - "@babel/code-frame": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz", - "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==", - "requires": { - "@babel/highlight": "^7.18.6" - } - }, - "@babel/compat-data": { - "version": "7.21.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.7.tgz", - "integrity": "sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==" - }, - "@babel/core": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz", - "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==", - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.8", - "@babel/parser": "^7.17.8", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", - "semver": "^6.3.0" - } - }, - "@babel/generator": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.5.tgz", - "integrity": "sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==", - "requires": { - "@babel/types": "^7.21.5", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - } - }, - "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.21.5.tgz", - "integrity": "sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==", - "requires": { - "@babel/types": "^7.21.5" - } - }, - "@babel/helper-compilation-targets": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz", - "integrity": "sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==", - "requires": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "browserslist": "^4.21.3", - "lru-cache": "^5.1.1", - "semver": "^6.3.0" - }, - "dependencies": { - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "requires": { - "yallist": "^3.0.2" - } - }, - "yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - } - } - }, - "@babel/helper-create-class-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.8.tgz", - "integrity": "sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" - } - }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.8.tgz", - "integrity": "sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1", - "semver": "^6.3.0" - } - }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - } - }, - "@babel/helper-environment-visitor": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz", - "integrity": "sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==" - }, - "@babel/helper-function-name": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", - "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", - "requires": { - "@babel/template": "^7.20.7", - "@babel/types": "^7.21.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-member-expression-to-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.5.tgz", - "integrity": "sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==", - "requires": { - "@babel/types": "^7.21.5" - } - }, - "@babel/helper-module-imports": { - "version": "7.21.4", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz", - "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==", - "requires": { - "@babel/types": "^7.21.4" - } - }, - "@babel/helper-module-transforms": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz", - "integrity": "sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==", - "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - } - }, - "@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-plugin-utils": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz", - "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==" - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - } - }, - "@babel/helper-replace-supers": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.21.5.tgz", - "integrity": "sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==", - "requires": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - } - }, - "@babel/helper-simple-access": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz", - "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==", - "requires": { - "@babel/types": "^7.21.5" - } - }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", - "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", - "requires": { - "@babel/types": "^7.20.0" - } - }, - "@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "requires": { - "@babel/types": "^7.18.6" - } - }, - "@babel/helper-string-parser": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz", - "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==" - }, - "@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==" - }, - "@babel/helper-validator-option": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", - "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==" - }, - "@babel/helper-wrap-function": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", - "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", - "requires": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - } - }, - "@babel/helpers": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz", - "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==", - "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" - } - }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "@babel/parser": { - "version": "7.21.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", - "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==" - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", - "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" - } - }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", - "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", - "peer": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - } - }, - "@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", - "peer": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - } - }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - } - }, - "@babel/plugin-proposal-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz", - "integrity": "sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-export-default-from": "^7.16.7" - } - }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - } - }, - "@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - } - }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - } - }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - } - }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - } - }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "requires": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - } - }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - } - }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - } - }, - "@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "peer": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", - "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==", - "peer": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - } - }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "peer": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" - } - }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-export-default-from": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz", - "integrity": "sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" - } - }, - "@babel/plugin-syntax-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz", - "integrity": "sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" - } - }, - "@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" - } - }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" - } - }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" - } - }, - "@babel/plugin-syntax-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", - "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz", - "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==", - "requires": { - "@babel/helper-plugin-utils": "^7.21.5" - } - }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", - "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9" - } - }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", - "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-classes": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz", - "integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - } - }, - "@babel/plugin-transform-computed-properties": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz", - "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/template": "^7.20.7" - } - }, - "@babel/plugin-transform-destructuring": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz", - "integrity": "sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==", - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "peer": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-flow-strip-types": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz", - "integrity": "sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-flow": "^7.16.7" - } - }, - "@babel/plugin-transform-for-of": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz", - "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.21.5" - } - }, - "@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "requires": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-modules-amd": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", - "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", - "peer": true, - "requires": { - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz", - "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==", - "requires": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" - } - }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", - "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", - "peer": true, - "requires": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-identifier": "^7.19.1" - } - }, - "@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "peer": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", - "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", - "peer": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-object-assign": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.16.7.tgz", - "integrity": "sha512-R8mawvm3x0COTJtveuoqZIjNypn2FjfvXZr4pSQ8VhEFBuQGBz4XhHasZtHXjgXU4XptZ4HtGof3NoYc93ZH9Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - } - }, - "@babel/plugin-transform-parameters": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz", - "integrity": "sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.20.2" - } - }, - "@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-react-display-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", - "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" - } - }, - "@babel/plugin-transform-react-jsx-self": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz", - "integrity": "sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-react-jsx-source": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz", - "integrity": "sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7" - } - }, - "@babel/plugin-transform-regenerator": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz", - "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==", - "requires": { - "@babel/helper-plugin-utils": "^7.21.5", - "regenerator-transform": "^0.15.1" - } - }, - "@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-runtime": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz", - "integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==", - "requires": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "babel-plugin-polyfill-corejs2": "^0.3.0", - "babel-plugin-polyfill-corejs3": "^0.5.0", - "babel-plugin-polyfill-regenerator": "^0.3.0", - "semver": "^6.3.0" - } - }, - "@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", - "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", - "requires": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" - } - }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" - } - }, - "@babel/plugin-transform-typescript": { - "version": "7.16.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz", - "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==", - "requires": { - "@babel/helper-create-class-features-plugin": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-typescript": "^7.16.7" - } - }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz", - "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.21.5" - } - }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } - }, - "@babel/preset-env": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.5.tgz", - "integrity": "sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==", - "peer": true, - "requires": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-compilation-targets": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7", - "@babel/plugin-proposal-async-generator-functions": "^7.20.7", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.21.0", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.21.0", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.21.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-import-meta": "^7.10.4", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.21.5", - "@babel/plugin-transform-async-to-generator": "^7.20.7", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.21.0", - "@babel/plugin-transform-classes": "^7.21.0", - "@babel/plugin-transform-computed-properties": "^7.21.5", - "@babel/plugin-transform-destructuring": "^7.21.3", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.21.5", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.20.11", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-modules-systemjs": "^7.20.11", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.21.3", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.21.5", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.20.7", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.21.5", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.21.5", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", - "semver": "^6.3.0" - }, - "dependencies": { - "babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", - "peer": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", - "peer": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.3" - } - } - } - }, - "@babel/preset-flow": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.16.7.tgz", - "integrity": "sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-flow-strip-types": "^7.16.7" - } - }, - "@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "peer": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - } - }, - "@babel/preset-typescript": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz", - "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==", - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-typescript": "^7.16.7" - } - }, - "@babel/register": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.17.7.tgz", - "integrity": "sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==", - "requires": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.5", - "source-map-support": "^0.5.16" - } - }, - "@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" - }, - "@babel/runtime": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.8.tgz", - "integrity": "sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA==", - "requires": { - "regenerator-runtime": "^0.13.4" - } - }, - "@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" - } - }, - "@babel/traverse": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz", - "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==", - "requires": { - "@babel/code-frame": "^7.21.4", - "@babel/generator": "^7.21.5", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.5", - "@babel/types": "^7.21.5", - "debug": "^4.1.0", - "globals": "^11.1.0" - } - }, - "@babel/types": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz", - "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==", - "requires": { - "@babel/helper-string-parser": "^7.21.5", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" - } - }, - "@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true - }, - "@cnakazawa/watch": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz", - "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==", - "dev": true, - "requires": { - "exec-sh": "^0.3.2", - "minimist": "^1.2.0" - } - }, - "@egjs/hammerjs": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz", - "integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==", - "requires": { - "@types/hammerjs": "^2.0.36" - } - }, - "@eslint/eslintrc": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", - "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", - "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.1.1", - "espree": "^7.3.0", - "globals": "^13.9.0", - "ignore": "^4.0.6", - "import-fresh": "^3.2.1", - "js-yaml": "^3.13.1", - "minimatch": "^3.0.4", - "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } - } - }, - "@hapi/hoek": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.2.1.tgz", - "integrity": "sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw==" - }, - "@hapi/topo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@humanwhocodes/config-array": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", - "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", - "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^1.2.0", - "debug": "^4.1.1", - "minimatch": "^3.0.4" - } - }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true - }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - } - }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true - }, - "@jest/console": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz", - "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^26.6.2", - "jest-util": "^26.6.2", - "slash": "^3.0.0" - } - }, - "@jest/core": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz", - "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/reporters": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-changed-files": "^26.6.2", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-resolve-dependencies": "^26.6.3", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "jest-watcher": "^26.6.2", - "micromatch": "^4.0.2", - "p-each-series": "^2.1.0", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "@jest/create-cache-key-function": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz", - "integrity": "sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==", - "requires": { - "@jest/types": "^27.5.1" - }, - "dependencies": { - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "requires": { - "@types/yargs-parser": "*" - } - } - } - }, - "@jest/environment": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz", - "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==", - "dev": true, - "requires": { - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2" - } - }, - "@jest/fake-timers": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz", - "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@sinonjs/fake-timers": "^6.0.1", - "@types/node": "*", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - } - }, - "@jest/globals": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz", - "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==", - "dev": true, - "requires": { - "@jest/environment": "^26.6.2", - "@jest/types": "^26.6.2", - "expect": "^26.6.2" - } - }, - "@jest/reporters": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz", - "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==", - "dev": true, - "requires": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.4", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^4.0.3", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.0.2", - "jest-haste-map": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "node-notifier": "^8.0.0", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^7.0.0" - } - }, - "@jest/source-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz", - "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==", - "dev": true, - "requires": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.4", - "source-map": "^0.6.0" - } - }, - "@jest/test-result": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz", - "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - } - }, - "@jest/test-sequencer": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz", - "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==", - "dev": true, - "requires": { - "@jest/test-result": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-runner": "^26.6.3", - "jest-runtime": "^26.6.3" - } - }, - "@jest/transform": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz", - "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==", - "dev": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/types": "^26.6.2", - "babel-plugin-istanbul": "^6.0.0", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.4", - "jest-haste-map": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-util": "^26.6.2", - "micromatch": "^4.0.2", - "pirates": "^4.0.1", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - } - }, - "@jest/types": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz", - "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0" - } - }, - "@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" - }, - "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" - }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" - }, - "@jridgewell/trace-mapping": { - "version": "0.3.18", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz", - "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==", - "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - } - }, - "@react-native-community/cli-debugger-ui": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz", - "integrity": "sha512-G4SA6jFI0j22o+j+kYP8/7sxzbCDqSp2QiHA/X5E0lsGEd2o9qN2zbIjiFr8b8k+VVAYSUONhoC0+uKuINvmkA==", - "requires": { - "serve-static": "^1.13.1" - } - }, - "@react-native-community/cli-hermes": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-hermes/-/cli-hermes-6.3.0.tgz", - "integrity": "sha512-Uhbm9bubyZLZ12vFCIfWbE/Qi3SBTbYIN/TC08EudTLhv/KbPomCQnmFsnJ7AXQFuOZJs73mBxoEAYSbRbwyVA==", - "requires": { - "@react-native-community/cli-platform-android": "^6.3.0", - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "hermes-profile-transformer": "^0.0.6", - "ip": "^1.1.5" - }, - "dependencies": { - "@react-native-community/cli-platform-android": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-6.3.0.tgz", - "integrity": "sha512-d5ufyYcvrZoHznYm5bjBXaiHIJv552t5gYtQpnUsxBhHSQ8QlaNmlLUyeSPRDfOw4ND9b0tPHqs4ufwx6vp/fQ==", - "requires": { - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "jetifier": "^1.6.2", - "lodash": "^4.17.15", - "logkitty": "^0.7.1", - "slash": "^3.0.0", - "xmldoc": "^1.1.2" - } - } - } - }, - "@react-native-community/cli-platform-android": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-android/-/cli-platform-android-7.0.1.tgz", - "integrity": "sha512-nOr0aMkxAymCnbtsQwXBlyoRN2Y+IzC7Qz5T+/zyWwEbTY8SKQI8uV+8+qttUvzSvuXa2PeXsTWluuliOS8KCw==", - "requires": { - "@react-native-community/cli-tools": "^7.0.1", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "jetifier": "^1.6.2", - "lodash": "^4.17.15", - "logkitty": "^0.7.1", - "slash": "^3.0.0", - "xmldoc": "^1.1.2" - }, - "dependencies": { - "@react-native-community/cli-tools": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz", - "integrity": "sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g==", - "requires": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "ora": "^5.4.1", - "semver": "^6.3.0", - "shell-quote": "^1.7.3" - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - } - }, - "mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - }, - "ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "requires": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - } - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" - } - } - }, - "@react-native-community/cli-platform-ios": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-platform-ios/-/cli-platform-ios-7.0.1.tgz", - "integrity": "sha512-PLRIbzrCzSedmpjuFtQqcqUD45G8q7sEciI1lf5zUbVMXqjIBwJWS7iz8235PyWwj8J4MNHohLC+oyRueFtbGg==", - "requires": { - "@react-native-community/cli-tools": "^7.0.1", - "chalk": "^4.1.2", - "execa": "^1.0.0", - "glob": "^7.1.3", - "js-yaml": "^3.13.1", - "lodash": "^4.17.15", - "ora": "^5.4.1", - "plist": "^3.0.2", - "xcode": "^3.0.0" - }, - "dependencies": { - "@react-native-community/cli-tools": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz", - "integrity": "sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g==", - "requires": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "ora": "^5.4.1", - "semver": "^6.3.0", - "shell-quote": "^1.7.3" - } - }, - "cli-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", - "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", - "requires": { - "restore-cursor": "^3.1.0" - } - }, - "log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", - "requires": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - } - }, - "mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - }, - "ora": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", - "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", - "requires": { - "bl": "^4.1.0", - "chalk": "^4.1.0", - "cli-cursor": "^3.1.0", - "cli-spinners": "^2.5.0", - "is-interactive": "^1.0.0", - "is-unicode-supported": "^0.1.0", - "log-symbols": "^4.1.0", - "strip-ansi": "^6.0.0", - "wcwidth": "^1.0.1" - } - }, - "restore-cursor": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", - "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", - "requires": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - } - }, - "shell-quote": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz", - "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" - } - } - }, - "@react-native-community/cli-plugin-metro": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-7.0.3.tgz", - "integrity": "sha512-HJrEkFbxv9DNixsGwO+Q0zCcZMghDltyzeB9yQ//D5ZR4ZUEuAIPrRDdEp9xVw0WkBxAIZs6KXLux2/yPMwLhA==", - "requires": { - "@react-native-community/cli-server-api": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "chalk": "^4.1.2", - "metro": "^0.67.0", - "metro-config": "^0.67.0", - "metro-core": "^0.67.0", - "metro-react-native-babel-transformer": "^0.67.0", - "metro-resolver": "^0.67.0", - "metro-runtime": "^0.67.0", - "readline": "^1.3.0" - } - }, - "@react-native-community/cli-server-api": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-server-api/-/cli-server-api-7.0.3.tgz", - "integrity": "sha512-JDrLsrkBgNxbG2u3fouoVGL9tKrXUrTsaNwr+oCV+3XyMwbVe42r/OaQ681/iW/7mHXjuVkDnMcp7BMg7e2yJg==", - "requires": { - "@react-native-community/cli-debugger-ui": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "compression": "^1.7.1", - "connect": "^3.6.5", - "errorhandler": "^1.5.0", - "nocache": "^2.1.0", - "pretty-format": "^26.6.2", - "serve-static": "^1.13.1", - "ws": "^7.5.1" - } - }, - "@react-native-community/cli-tools": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-tools/-/cli-tools-6.2.0.tgz", - "integrity": "sha512-08ssz4GMEnRxC/1FgTTN/Ud7mExQi5xMphItPjfHiTxpZPhrFn+IMx6mya0ncFEhhxQ207wYlJMRLPRRdBZ8oA==", - "requires": { - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "lodash": "^4.17.15", - "mime": "^2.4.1", - "node-fetch": "^2.6.0", - "open": "^6.2.0", - "semver": "^6.3.0", - "shell-quote": "1.6.1" - }, - "dependencies": { - "mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" - } - } - }, - "@react-native-community/cli-types": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/cli-types/-/cli-types-6.0.0.tgz", - "integrity": "sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw==", - "requires": { - "ora": "^3.4.0" - } - }, - "@react-native-community/eslint-config": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/eslint-config/-/eslint-config-2.0.0.tgz", - "integrity": "sha512-vHaMMfvMp9BWCQQ0lNIXibOJTcXIbYUQ8dSUsMOsrXgVkeVQJj88OwrKS00rQyqwMaC4/a6HuDiFzYUkGKOpVg==", - "dev": true, - "requires": { - "@react-native-community/eslint-plugin": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^3.1.0", - "@typescript-eslint/parser": "^3.1.0", - "babel-eslint": "^10.1.0", - "eslint-config-prettier": "^6.10.1", - "eslint-plugin-eslint-comments": "^3.1.2", - "eslint-plugin-flowtype": "2.50.3", - "eslint-plugin-jest": "22.4.1", - "eslint-plugin-prettier": "3.1.2", - "eslint-plugin-react": "^7.20.0", - "eslint-plugin-react-hooks": "^4.0.4", - "eslint-plugin-react-native": "^3.8.1", - "prettier": "^2.0.2" - } - }, - "@react-native-community/eslint-plugin": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz", - "integrity": "sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ==", - "dev": true - }, - "@react-native/assets": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@react-native/assets/-/assets-1.0.0.tgz", - "integrity": "sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==" - }, - "@react-native/normalize-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.0.0.tgz", - "integrity": "sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw==" - }, - "@react-native/polyfills": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@react-native/polyfills/-/polyfills-2.0.0.tgz", - "integrity": "sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==" - }, - "@react-navigation/core": { - "version": "3.7.9", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-3.7.9.tgz", - "integrity": "sha512-EknbzM8OI9A5alRxXtQRV5Awle68B+z1QAxNty5DxmlS3BNfmduWNGnim159ROyqxkuDffK9L/U/Tbd45mx+Jg==", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "path-to-regexp": "^1.8.0", - "query-string": "^6.13.6", - "react-is": "^16.13.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "@react-navigation/native": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-3.8.4.tgz", - "integrity": "sha512-gXSVcL7bfFDyVkvyg1FiAqTCIgZub5K1X/TZqURBs2CPqDpfX1OsCtB9D33eTF14SpbfgHW866btqrrxoCACfg==", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.9" - } - }, - "@sideway/address": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", - "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", - "requires": { - "@hapi/hoek": "^9.0.0" - } - }, - "@sideway/formula": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.0.tgz", - "integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==" - }, - "@sideway/pinpoint": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", - "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" - }, - "@sinonjs/commons": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", - "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", - "dev": true, - "requires": { - "type-detect": "4.0.8" - } - }, - "@sinonjs/fake-timers": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz", - "integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==", - "dev": true, - "requires": { - "@sinonjs/commons": "^1.7.0" - } - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true - }, - "@types/babel__core": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", - "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0" - } - }, - "@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", - "dev": true, - "requires": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "@types/babel__traverse": { - "version": "7.14.2", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", - "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", - "dev": true, - "requires": { - "@babel/types": "^7.3.0" - } - }, - "@types/eslint-visitor-keys": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", - "integrity": "sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==", - "dev": true - }, - "@types/graceful-fs": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", - "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", - "requires": { - "@types/node": "*" - } - }, - "@types/hammerjs": { - "version": "2.0.41", - "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz", - "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA==" - }, - "@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "requires": { - "@types/istanbul-lib-coverage": "*" - } - }, - "@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "requires": { - "@types/istanbul-lib-report": "*" - } - }, - "@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "@types/node": { - "version": "17.0.23", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.23.tgz", - "integrity": "sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==" - }, - "@types/normalize-package-data": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", - "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", - "dev": true - }, - "@types/prettier": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", - "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==", - "dev": true - }, - "@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", - "dev": true - }, - "@types/yargs": { - "version": "15.0.14", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", - "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "@typescript-eslint/eslint-plugin": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz", - "integrity": "sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==", - "dev": true, - "requires": { - "@typescript-eslint/experimental-utils": "3.10.1", - "debug": "^4.1.1", - "functional-red-black-tree": "^1.0.1", - "regexpp": "^3.0.0", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "@typescript-eslint/experimental-utils": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz", - "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - } - }, - "@typescript-eslint/parser": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz", - "integrity": "sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==", - "dev": true, - "requires": { - "@types/eslint-visitor-keys": "^1.0.0", - "@typescript-eslint/experimental-utils": "3.10.1", - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/typescript-estree": "3.10.1", - "eslint-visitor-keys": "^1.1.0" - } - }, - "@typescript-eslint/types": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz", - "integrity": "sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==", - "dev": true - }, - "@typescript-eslint/typescript-estree": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz", - "integrity": "sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==", - "dev": true, - "requires": { - "@typescript-eslint/types": "3.10.1", - "@typescript-eslint/visitor-keys": "3.10.1", - "debug": "^4.1.1", - "glob": "^7.1.6", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "semver": "^7.3.2", - "tsutils": "^3.17.1" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "@typescript-eslint/visitor-keys": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz", - "integrity": "sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, - "abab": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", - "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==", - "dev": true - }, - "abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "requires": { - "event-target-shim": "^5.0.0" - } - }, - "absolute-path": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/absolute-path/-/absolute-path-0.0.0.tgz", - "integrity": "sha1-p4di+9rftSl76ZsV01p4Wy8JW/c=" - }, - "accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "requires": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - } - }, - "acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "dev": true - }, - "acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dev": true, - "requires": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} - }, - "acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "dev": true - }, - "agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dev": true, - "requires": { - "debug": "4" - } - }, - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "anser": { - "version": "1.4.10", - "resolved": "https://registry.npmjs.org/anser/-/anser-1.4.10.tgz", - "integrity": "sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==" - }, - "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", - "dev": true - }, - "ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "requires": { - "type-fest": "^0.21.3" - }, - "dependencies": { - "type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true - } - } - }, - "ansi-fragments": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/ansi-fragments/-/ansi-fragments-0.2.1.tgz", - "integrity": "sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==", - "requires": { - "colorette": "^1.0.7", - "slice-ansi": "^2.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "astral-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", - "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, - "slice-ansi": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", - "integrity": "sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==", - "requires": { - "ansi-styles": "^3.2.0", - "astral-regex": "^1.0.0", - "is-fullwidth-code-point": "^2.0.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - } - } - }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "requires": { - "color-convert": "^2.0.1" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "appdirsjs": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/appdirsjs/-/appdirsjs-1.2.6.tgz", - "integrity": "sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w==" - }, - "argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "requires": { - "sprintf-js": "~1.0.2" - } - }, - "arr-diff": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" - }, - "arr-flatten": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" - }, - "arr-union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" - }, - "array-filter": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", - "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=" - }, - "array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "is-string": "^1.0.7" - } - }, - "array-map": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", - "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=" - }, - "array-reduce": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", - "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=" - }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" - }, - "array.prototype.flatmap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz", - "integrity": "sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" - } - }, - "asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" - }, - "assign-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "ast-types": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.14.2.tgz", - "integrity": "sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==", - "requires": { - "tslib": "^2.0.1" - } - }, - "astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true - }, - "async": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", - "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", - "requires": { - "lodash": "^4.17.14" - } - }, - "asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", - "dev": true - }, - "atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" - }, - "babel-core": { - "version": "7.0.0-bridge.0", - "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", - "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==", - "requires": {} - }, - "babel-eslint": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz", - "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/parser": "^7.7.0", - "@babel/traverse": "^7.7.0", - "@babel/types": "^7.7.0", - "eslint-visitor-keys": "^1.0.0", - "resolve": "^1.12.0" - } - }, - "babel-jest": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.6.3.tgz", - "integrity": "sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==", - "dev": true, - "requires": { - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/babel__core": "^7.1.7", - "babel-plugin-istanbul": "^6.0.0", - "babel-preset-jest": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "slash": "^3.0.0" - } - }, - "babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "dependencies": { - "istanbul-lib-instrument": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", - "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", - "dev": true, - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - } - } - } - }, - "babel-plugin-jest-hoist": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz", - "integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==", - "dev": true, - "requires": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - } - }, - "babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", - "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", - "semver": "^6.1.1" - } - }, - "babel-plugin-polyfill-corejs3": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", - "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.1", - "core-js-compat": "^3.21.0" - } - }, - "babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", - "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.1" - } - }, - "babel-plugin-syntax-trailing-function-commas": { - "version": "7.0.0-beta.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz", - "integrity": "sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==" - }, - "babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, - "requires": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - } - }, - "babel-preset-fbjs": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz", - "integrity": "sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==", - "requires": { - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-syntax-class-properties": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.0.0", - "@babel/plugin-syntax-jsx": "^7.0.0", - "@babel/plugin-syntax-object-rest-spread": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-block-scoped-functions": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/plugin-transform-for-of": "^7.0.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-member-expression-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-object-super": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-property-literals": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-template-literals": "^7.0.0", - "babel-plugin-syntax-trailing-function-commas": "^7.0.0-beta.0" - } - }, - "babel-preset-jest": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz", - "integrity": "sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==", - "dev": true, - "requires": { - "babel-plugin-jest-hoist": "^26.6.2", - "babel-preset-current-node-syntax": "^1.0.0" - } - }, - "balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "base": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", - "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "requires": { - "cache-base": "^1.0.1", - "class-utils": "^0.3.5", - "component-emitter": "^1.2.1", - "define-property": "^1.0.0", - "isobject": "^3.0.1", - "mixin-deep": "^1.2.0", - "pascalcase": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" - }, - "big-integer": { - "version": "1.6.51", - "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", - "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==" - }, - "bl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", - "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", - "requires": { - "buffer": "^5.5.0", - "inherits": "^2.0.4", - "readable-stream": "^3.4.0" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, - "bplist-creator": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz", - "integrity": "sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==", - "requires": { - "stream-buffers": "2.2.x" - } - }, - "bplist-parser": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz", - "integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==", - "requires": { - "big-integer": "1.6.x" - } - }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "requires": { - "fill-range": "^7.0.1" - } - }, - "browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==", - "dev": true - }, - "browserslist": { - "version": "4.21.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", - "requires": { - "caniuse-lite": "^1.0.30001449", - "electron-to-chromium": "^1.4.284", - "node-releases": "^2.0.8", - "update-browserslist-db": "^1.0.10" - } - }, - "bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "requires": { - "node-int64": "^0.4.0" - } - }, - "buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "requires": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" - }, - "cache-base": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", - "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "requires": { - "collection-visit": "^1.0.0", - "component-emitter": "^1.2.1", - "get-value": "^2.0.6", - "has-value": "^1.0.0", - "isobject": "^3.0.1", - "set-value": "^2.0.0", - "to-object-path": "^0.3.0", - "union-value": "^1.0.0", - "unset-value": "^1.0.0" - } - }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - } - }, - "caller-callsite": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", - "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", - "requires": { - "callsites": "^2.0.0" - }, - "dependencies": { - "callsites": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", - "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" - } - } - }, - "caller-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", - "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", - "requires": { - "caller-callsite": "^2.0.0" - } - }, - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "caniuse-lite": { - "version": "1.0.30001482", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001482.tgz", - "integrity": "sha512-F1ZInsg53cegyjroxLNW9DmrEQ1SuGRTO1QlpA0o2/6OpQ0gFeDRoq1yFmnr8Sakn9qwwt9DmbxHB6w167OSuQ==" - }, - "capture-exit": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-2.0.0.tgz", - "integrity": "sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==", - "dev": true, - "requires": { - "rsvp": "^4.8.4" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "dev": true - }, - "ci-info": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", - "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==" - }, - "cjs-module-lexer": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz", - "integrity": "sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==", - "dev": true - }, - "class-utils": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", - "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "requires": { - "arr-union": "^3.1.0", - "define-property": "^0.2.5", - "isobject": "^3.0.0", - "static-extend": "^0.1.1" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "cli-cursor": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", - "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", - "requires": { - "restore-cursor": "^2.0.0" - } - }, - "cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" - }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - } - }, - "clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" - }, - "clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "requires": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - } - }, - "co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true - }, - "collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==", - "dev": true - }, - "collection-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { - "map-visit": "^1.0.0", - "object-visit": "^1.0.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "colorette": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", - "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" - }, - "combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dev": true, - "requires": { - "delayed-stream": "~1.0.0" - } - }, - "command-exists": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz", - "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" - }, - "commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" - }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" - }, - "compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "requires": { - "mime-db": ">= 1.43.0 < 2" - } - }, - "compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "requires": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" - }, - "connect": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "requires": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "requires": { - "safe-buffer": "~5.1.1" - } - }, - "copy-descriptor": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" - }, - "core-js-compat": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.30.1.tgz", - "integrity": "sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==", - "requires": { - "browserslist": "^4.21.5" - } - }, - "core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "cosmiconfig": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", - "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==", - "requires": { - "import-fresh": "^2.0.0", - "is-directory": "^0.3.1", - "js-yaml": "^3.13.1", - "parse-json": "^4.0.0" - }, - "dependencies": { - "import-fresh": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", - "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", - "requires": { - "caller-path": "^2.0.0", - "resolve-from": "^3.0.0" - } - }, - "resolve-from": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", - "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" - } - } - }, - "cross-fetch": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", - "integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==", - "requires": { - "node-fetch": "2.6.7" - } - }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "dependencies": { - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - } - } - }, - "cssom": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==", - "dev": true - }, - "cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", - "dev": true, - "requires": { - "cssom": "~0.3.6" - }, - "dependencies": { - "cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", - "dev": true - } - } - }, - "data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", - "dev": true, - "requires": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - } - }, - "dayjs": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.0.tgz", - "integrity": "sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug==" - }, - "debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", - "peer": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "requires": { - "ms": "2.1.2" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "decimal.js": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", - "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", - "dev": true - }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" - }, - "deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "deepmerge": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-3.3.0.tgz", - "integrity": "sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==" - }, - "defaults": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", - "requires": { - "clone": "^1.0.2" - } - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dev": true, - "requires": { - "object-keys": "^1.0.12" - } - }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, - "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true - }, - "denodeify": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/denodeify/-/denodeify-1.2.1.tgz", - "integrity": "sha1-OjYof1A05pnnV3kBBSwubJQlFjE=" - }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - }, - "deprecated-react-native-prop-types": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz", - "integrity": "sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA==", - "requires": { - "@react-native/normalize-color": "*", - "invariant": "*", - "prop-types": "*" - } - }, - "destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" - }, - "detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "dev": true - }, - "diff-sequences": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-26.6.2.tgz", - "integrity": "sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==", - "dev": true - }, - "doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "domexception": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", - "dev": true, - "requires": { - "webidl-conversions": "^5.0.0" - }, - "dependencies": { - "webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "dev": true - } - } - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "electron-to-chromium": { - "version": "1.4.380", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.380.tgz", - "integrity": "sha512-XKGdI4pWM78eLH2cbXJHiBnWUwFSzZM7XujsB6stDiGu9AeSqziedP6amNLpJzE3i0rLTcfAwdCTs5ecP5yeSg==" - }, - "emittery": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.7.2.tgz", - "integrity": "sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==", - "dev": true - }, - "emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", - "requires": { - "once": "^1.4.0" - } - }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", - "dev": true, - "requires": { - "ansi-colors": "^4.1.1" - } - }, - "envinfo": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.8.1.tgz", - "integrity": "sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==" - }, - "error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "requires": { - "is-arrayish": "^0.2.1" - } - }, - "error-stack-parser": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.7.tgz", - "integrity": "sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA==", - "requires": { - "stackframe": "^1.1.1" - } - }, - "errorhandler": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/errorhandler/-/errorhandler-1.5.1.tgz", - "integrity": "sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==", - "requires": { - "accepts": "~1.3.7", - "escape-html": "~1.0.3" - } - }, - "es-abstract": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", - "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.1.1", - "get-symbol-description": "^1.0.0", - "has": "^1.0.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "is-callable": "^1.2.4", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", - "is-string": "^1.0.7", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" - } - }, - "es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dev": true, - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" - }, - "escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", - "dev": true, - "requires": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1", - "source-map": "~0.6.1" - }, - "dependencies": { - "levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", - "dev": true, - "requires": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - } - }, - "optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dev": true, - "requires": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - } - } - } - }, - "eslint": { - "version": "7.32.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", - "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", - "dev": true, - "requires": { - "@babel/code-frame": "7.12.11", - "@eslint/eslintrc": "^0.4.3", - "@humanwhocodes/config-array": "^0.5.0", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.0.1", - "doctrine": "^3.0.0", - "enquirer": "^2.3.5", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^2.1.0", - "eslint-visitor-keys": "^2.0.0", - "espree": "^7.3.1", - "esquery": "^1.4.0", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "functional-red-black-tree": "^1.0.1", - "glob-parent": "^5.1.2", - "globals": "^13.6.0", - "ignore": "^4.0.6", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "js-yaml": "^3.13.1", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.0.4", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "progress": "^2.0.0", - "regexpp": "^3.1.0", - "semver": "^7.2.1", - "strip-ansi": "^6.0.0", - "strip-json-comments": "^3.1.0", - "table": "^6.0.9", - "text-table": "^0.2.0", - "v8-compile-cache": "^2.0.3" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", - "dev": true, - "requires": { - "@babel/highlight": "^7.10.4" - } - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - }, - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - }, - "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - }, - "dependencies": { - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "eslint-config-prettier": { - "version": "6.15.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", - "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", - "dev": true, - "requires": { - "get-stdin": "^6.0.0" - } - }, - "eslint-plugin-eslint-comments": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz", - "integrity": "sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5", - "ignore": "^5.0.5" - }, - "dependencies": { - "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "dev": true - } - } - }, - "eslint-plugin-flowtype": { - "version": "2.50.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz", - "integrity": "sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==", - "dev": true, - "requires": { - "lodash": "^4.17.10" - } - }, - "eslint-plugin-jest": { - "version": "22.4.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz", - "integrity": "sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg==", - "dev": true, - "requires": {} - }, - "eslint-plugin-prettier": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz", - "integrity": "sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==", - "dev": true, - "requires": { - "prettier-linter-helpers": "^1.0.0" - } - }, - "eslint-plugin-react": { - "version": "7.29.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", - "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", - "dev": true, - "requires": { - "array-includes": "^3.1.4", - "array.prototype.flatmap": "^1.2.5", - "doctrine": "^2.1.0", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.5", - "object.fromentries": "^2.0.5", - "object.hasown": "^1.1.0", - "object.values": "^1.1.5", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.3", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.6" - }, - "dependencies": { - "doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "requires": { - "esutils": "^2.0.2" - } - }, - "resolve": { - "version": "2.0.0-next.3", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.3.tgz", - "integrity": "sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==", - "dev": true, - "requires": { - "is-core-module": "^2.2.0", - "path-parse": "^1.0.6" - } - } - } - }, - "eslint-plugin-react-hooks": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz", - "integrity": "sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ==", - "dev": true, - "requires": {} - }, - "eslint-plugin-react-native": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz", - "integrity": "sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA==", - "dev": true, - "requires": { - "@babel/traverse": "^7.7.4", - "eslint-plugin-react-native-globals": "^0.1.1" - } - }, - "eslint-plugin-react-native-globals": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz", - "integrity": "sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g==", - "dev": true - }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "dependencies": { - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - } - } - }, - "eslint-utils": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", - "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "dev": true - }, - "espree": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", - "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", - "dev": true, - "requires": { - "acorn": "^7.4.0", - "acorn-jsx": "^5.3.1", - "eslint-visitor-keys": "^1.3.0" - } - }, - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" - }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", - "dev": true, - "requires": { - "estraverse": "^5.1.0" - } - }, - "esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dev": true, - "requires": { - "estraverse": "^5.2.0" - } - }, - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - }, - "esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" - }, - "exec-sh": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.6.tgz", - "integrity": "sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==", - "dev": true - }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - }, - "shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", - "requires": { - "shebang-regex": "^1.0.0" - } - }, - "shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" - }, - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "requires": { - "isexe": "^2.0.0" - } - } - } - }, - "exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", - "dev": true - }, - "expand-brackets": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "requires": { - "debug": "^2.3.3", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "posix-character-classes": "^0.1.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "expect": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/expect/-/expect-26.6.2.tgz", - "integrity": "sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "ansi-styles": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-regex-util": "^26.0.0" - } - }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "extglob": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", - "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "requires": { - "array-unique": "^0.3.2", - "define-property": "^1.0.0", - "expand-brackets": "^2.1.4", - "extend-shallow": "^2.0.1", - "fragment-cache": "^0.2.1", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true - }, - "fast-diff": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz", - "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", - "dev": true - }, - "fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", - "dev": true - }, - "fb-watchman": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", - "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", - "requires": { - "bser": "2.1.1" - } - }, - "fbjs": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-3.0.4.tgz", - "integrity": "sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==", - "requires": { - "cross-fetch": "^3.1.5", - "fbjs-css-vars": "^1.0.0", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.30" - }, - "dependencies": { - "promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "requires": { - "asap": "~2.0.3" - } - } - } - }, - "fbjs-css-vars": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz", - "integrity": "sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==" - }, - "file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "requires": { - "flat-cache": "^3.0.4" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "filter-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", - "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=" - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - } - } - }, - "find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", - "requires": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "dependencies": { - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "requires": { - "p-limit": "^2.0.0" - } - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" - }, - "pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", - "requires": { - "find-up": "^3.0.0" - } - } - } - }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dev": true, - "requires": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, - "flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", - "dev": true - }, - "flow-parser": { - "version": "0.121.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.121.0.tgz", - "integrity": "sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg==" - }, - "for-in": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" - }, - "form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - } - }, - "fragment-cache": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "requires": { - "map-cache": "^0.2.2" - } - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "optional": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "functional-red-black-tree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", - "dev": true - }, - "gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1" - } - }, - "get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "dev": true - }, - "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", - "dev": true - }, - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - }, - "get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - } - }, - "get-value": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" - }, - "glob": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", - "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" - }, - "graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "growly": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", - "integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=", - "dev": true, - "optional": true - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" - }, - "has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "dev": true - }, - "has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dev": true, - "requires": { - "has-symbols": "^1.0.2" - } - }, - "has-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { - "get-value": "^2.0.6", - "has-values": "^1.0.0", - "isobject": "^3.0.0" - } - }, - "has-values": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "requires": { - "is-number": "^3.0.0", - "kind-of": "^4.0.0" - }, - "dependencies": { - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "hermes-engine": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/hermes-engine/-/hermes-engine-0.11.0.tgz", - "integrity": "sha512-7aMUlZja2IyLYAcZ69NBnwJAR5ZOYlSllj0oMpx08a8HzxHOys0eKCzfphrf6D0vX1JGO1QQvVsQKe6TkYherw==" - }, - "hermes-estree": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.5.0.tgz", - "integrity": "sha512-1h8rvG23HhIR5K6Kt0e5C7BC72J1Ath/8MmSta49vxXp/j6wl7IMHvIRFYBQr35tWnQY97dSGR2uoAJ5pHUQkg==" - }, - "hermes-parser": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.5.0.tgz", - "integrity": "sha512-ARnJBScKAkkq8j3BHrNGBUv/4cSpZNbKDsVizEtzmsFeqC67Dopa5s4XRe+e3wN52Dh5Mj2kDB5wJvhcxwDkPg==", - "requires": { - "hermes-estree": "0.5.0" - } - }, - "hermes-profile-transformer": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz", - "integrity": "sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==", - "requires": { - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" - } - } - }, - "hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "requires": { - "react-is": "^16.7.0" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", - "dev": true, - "requires": { - "whatwg-encoding": "^1.0.5" - } - }, - "html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true - }, - "http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "requires": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - } - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "https-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", - "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", - "dev": true, - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "human-signals": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", - "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", - "dev": true - }, - "hyper-sdk-react": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/hyper-sdk-react/-/hyper-sdk-react-3.0.1.tgz", - "integrity": "sha512-ugx67JWFvWt0x3HnmCso4sgDM48/hNIucCWrySd89Aph/RMTDy5/HNnUSDx8zrBWCel2bmv/cxA82zxz6wHmag==", - "requires": {} - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" - }, - "ignore": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", - "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", - "dev": true - }, - "image-size": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.6.3.tgz", - "integrity": "sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==" - }, - "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, - "requires": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - } - } - }, - "import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "requires": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - } - }, - "imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "internal-slot": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", - "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", - "dev": true, - "requires": { - "get-intrinsic": "^1.1.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - } - }, - "invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "requires": { - "loose-envify": "^1.0.0" - } - }, - "ip": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", - "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" - }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dev": true, - "requires": { - "has-bigints": "^1.0.1" - } - }, - "is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "is-callable": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", - "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", - "dev": true - }, - "is-ci": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", - "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", - "dev": true, - "requires": { - "ci-info": "^2.0.0" - } - }, - "is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "requires": { - "has": "^1.0.3" - } - }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } - } - }, - "is-directory": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", - "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" - }, - "is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true, - "optional": true - }, - "is-extendable": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" - }, - "is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", - "dev": true - }, - "is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" - }, - "is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true - }, - "is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "requires": { - "is-extglob": "^2.1.1" - } - }, - "is-interactive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", - "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" - }, - "is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "dev": true - }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "requires": { - "isobject": "^3.0.1" - } - }, - "is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", - "dev": true - }, - "is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - } - }, - "is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dev": true, - "requires": { - "call-bind": "^1.0.2" - } - }, - "is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" - }, - "is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dev": true, - "requires": { - "has-tostringtag": "^1.0.0" - } - }, - "is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dev": true, - "requires": { - "has-symbols": "^1.0.2" - } - }, - "is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", - "dev": true - }, - "is-unicode-supported": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", - "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" - }, - "is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2" - } - }, - "is-windows": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" - }, - "is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" - }, - "isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" - }, - "isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" - }, - "istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "dev": true - }, - "istanbul-lib-instrument": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", - "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", - "dev": true, - "requires": { - "@babel/core": "^7.7.5", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.0.0", - "semver": "^6.3.0" - } - }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", - "dev": true, - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dev": true, - "requires": { - "semver": "^6.0.0" - } - } - } - }, - "istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - } - }, - "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", - "dev": true, - "requires": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - } - }, - "jest": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz", - "integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==", - "dev": true, - "requires": { - "@jest/core": "^26.6.3", - "import-local": "^3.0.2", - "jest-cli": "^26.6.3" - }, - "dependencies": { - "jest-cli": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-26.6.3.tgz", - "integrity": "sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==", - "dev": true, - "requires": { - "@jest/core": "^26.6.3", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "import-local": "^3.0.2", - "is-ci": "^2.0.0", - "jest-config": "^26.6.3", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "prompts": "^2.0.1", - "yargs": "^15.4.1" - } - } - } - }, - "jest-changed-files": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz", - "integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "execa": "^4.0.0", - "throat": "^5.0.0" - }, - "dependencies": { - "execa": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", - "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", - "dev": true, - "requires": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "human-signals": "^1.1.1", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.0", - "onetime": "^5.1.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - } - }, - "get-stream": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", - "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", - "dev": true, - "requires": { - "pump": "^3.0.0" - } - }, - "is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true - }, - "npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "requires": { - "path-key": "^3.0.0" - } - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - } - } - }, - "jest-config": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-26.6.3.tgz", - "integrity": "sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==", - "dev": true, - "requires": { - "@babel/core": "^7.1.0", - "@jest/test-sequencer": "^26.6.3", - "@jest/types": "^26.6.2", - "babel-jest": "^26.6.3", - "chalk": "^4.0.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.4", - "jest-environment-jsdom": "^26.6.2", - "jest-environment-node": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-jasmine2": "^26.6.3", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", - "dev": true - } - } - }, - "jest-diff": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz", - "integrity": "sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "diff-sequences": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-docblock": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-26.0.0.tgz", - "integrity": "sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==", - "dev": true, - "requires": { - "detect-newline": "^3.0.0" - } - }, - "jest-each": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz", - "integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2" - } - }, - "jest-environment-jsdom": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz", - "integrity": "sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==", - "dev": true, - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2", - "jsdom": "^16.4.0" - } - }, - "jest-environment-node": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-26.6.2.tgz", - "integrity": "sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==", - "dev": true, - "requires": { - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "jest-mock": "^26.6.2", - "jest-util": "^26.6.2" - } - }, - "jest-get-type": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz", - "integrity": "sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==" - }, - "jest-haste-map": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz", - "integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.1.2", - "graceful-fs": "^4.2.4", - "jest-regex-util": "^26.0.0", - "jest-serializer": "^26.6.2", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "micromatch": "^4.0.2", - "sane": "^4.0.3", - "walker": "^1.0.7" - } - }, - "jest-jasmine2": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz", - "integrity": "sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==", - "dev": true, - "requires": { - "@babel/traverse": "^7.1.0", - "@jest/environment": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^26.6.2", - "is-generator-fn": "^2.0.0", - "jest-each": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "pretty-format": "^26.6.2", - "throat": "^5.0.0" - } - }, - "jest-leak-detector": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz", - "integrity": "sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==", - "dev": true, - "requires": { - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-matcher-utils": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz", - "integrity": "sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==", - "dev": true, - "requires": { - "chalk": "^4.0.0", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "pretty-format": "^26.6.2" - } - }, - "jest-message-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-26.6.2.tgz", - "integrity": "sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "micromatch": "^4.0.2", - "pretty-format": "^26.6.2", - "slash": "^3.0.0", - "stack-utils": "^2.0.2" - } - }, - "jest-mock": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-26.6.2.tgz", - "integrity": "sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*" - } - }, - "jest-pnp-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", - "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", - "dev": true, - "requires": {} - }, - "jest-regex-util": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz", - "integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==", - "dev": true - }, - "jest-resolve": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-26.6.2.tgz", - "integrity": "sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^26.6.2", - "read-pkg-up": "^7.0.1", - "resolve": "^1.18.1", - "slash": "^3.0.0" - } - }, - "jest-resolve-dependencies": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz", - "integrity": "sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-snapshot": "^26.6.2" - } - }, - "jest-runner": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-26.6.3.tgz", - "integrity": "sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.7.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-docblock": "^26.0.0", - "jest-haste-map": "^26.6.2", - "jest-leak-detector": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "jest-runtime": "^26.6.3", - "jest-util": "^26.6.2", - "jest-worker": "^26.6.2", - "source-map-support": "^0.5.6", - "throat": "^5.0.0" - } - }, - "jest-runtime": { - "version": "26.6.3", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz", - "integrity": "sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==", - "dev": true, - "requires": { - "@jest/console": "^26.6.2", - "@jest/environment": "^26.6.2", - "@jest/fake-timers": "^26.6.2", - "@jest/globals": "^26.6.2", - "@jest/source-map": "^26.6.2", - "@jest/test-result": "^26.6.2", - "@jest/transform": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/yargs": "^15.0.0", - "chalk": "^4.0.0", - "cjs-module-lexer": "^0.6.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.4", - "jest-config": "^26.6.3", - "jest-haste-map": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-mock": "^26.6.2", - "jest-regex-util": "^26.0.0", - "jest-resolve": "^26.6.2", - "jest-snapshot": "^26.6.2", - "jest-util": "^26.6.2", - "jest-validate": "^26.6.2", - "slash": "^3.0.0", - "strip-bom": "^4.0.0", - "yargs": "^15.4.1" - } - }, - "jest-serializer": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", - "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", - "dev": true, - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - } - }, - "jest-snapshot": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-26.6.2.tgz", - "integrity": "sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==", - "dev": true, - "requires": { - "@babel/types": "^7.0.0", - "@jest/types": "^26.6.2", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.0.0", - "chalk": "^4.0.0", - "expect": "^26.6.2", - "graceful-fs": "^4.2.4", - "jest-diff": "^26.6.2", - "jest-get-type": "^26.3.0", - "jest-haste-map": "^26.6.2", - "jest-matcher-utils": "^26.6.2", - "jest-message-util": "^26.6.2", - "jest-resolve": "^26.6.2", - "natural-compare": "^1.4.0", - "pretty-format": "^26.6.2", - "semver": "^7.3.2" - }, - "dependencies": { - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - } - } - }, - "jest-util": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.6.2.tgz", - "integrity": "sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==", - "dev": true, - "requires": { - "@jest/types": "^26.6.2", - "@types/node": "*", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.4", - "is-ci": "^2.0.0", - "micromatch": "^4.0.2" - } - }, - "jest-validate": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz", - "integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==", - "requires": { - "@jest/types": "^26.6.2", - "camelcase": "^6.0.0", - "chalk": "^4.0.0", - "jest-get-type": "^26.3.0", - "leven": "^3.1.0", - "pretty-format": "^26.6.2" - }, - "dependencies": { - "camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" - } - } - }, - "jest-watcher": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz", - "integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==", - "dev": true, - "requires": { - "@jest/test-result": "^26.6.2", - "@jest/types": "^26.6.2", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^26.6.2", - "string-length": "^4.0.1" - } - }, - "jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - } - }, - "jetifier": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/jetifier/-/jetifier-1.6.8.tgz", - "integrity": "sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw==" - }, - "joi": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-17.6.0.tgz", - "integrity": "sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==", - "requires": { - "@hapi/hoek": "^9.0.0", - "@hapi/topo": "^5.0.0", - "@sideway/address": "^4.1.3", - "@sideway/formula": "^3.0.0", - "@sideway/pinpoint": "^2.0.0" - } - }, - "js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "requires": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - } - }, - "jsc-android": { - "version": "250230.2.1", - "resolved": "https://registry.npmjs.org/jsc-android/-/jsc-android-250230.2.1.tgz", - "integrity": "sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==" - }, - "jscodeshift": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/jscodeshift/-/jscodeshift-0.13.1.tgz", - "integrity": "sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==", - "requires": { - "@babel/core": "^7.13.16", - "@babel/parser": "^7.13.16", - "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", - "@babel/plugin-proposal-optional-chaining": "^7.13.12", - "@babel/plugin-transform-modules-commonjs": "^7.13.8", - "@babel/preset-flow": "^7.13.13", - "@babel/preset-typescript": "^7.13.0", - "@babel/register": "^7.13.16", - "babel-core": "^7.0.0-bridge.0", - "chalk": "^4.1.2", - "flow-parser": "0.*", - "graceful-fs": "^4.2.4", - "micromatch": "^3.1.10", - "neo-async": "^2.5.0", - "node-dir": "^0.1.17", - "recast": "^0.20.4", - "temp": "^0.8.4", - "write-file-atomic": "^2.3.0" - }, - "dependencies": { - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "rimraf": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz", - "integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==", - "requires": { - "glob": "^7.1.3" - } - }, - "temp": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.4.tgz", - "integrity": "sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==", - "requires": { - "rimraf": "~2.6.2" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - }, - "write-file-atomic": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", - "integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==", - "requires": { - "graceful-fs": "^4.1.11", - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.2" - } - } - } - }, - "jsdom": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", - "dev": true, - "requires": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "dependencies": { - "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", - "dev": true - } - } - }, - "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" - }, - "json-parse-better-errors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", - "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" - }, - "json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", - "dev": true - }, - "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==" - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "jsonify": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", - "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" - }, - "jsx-ast-utils": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz", - "integrity": "sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==", - "dev": true, - "requires": { - "array-includes": "^3.1.4", - "object.assign": "^4.1.2" - } - }, - "kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" - }, - "klaw": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", - "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=", - "requires": { - "graceful-fs": "^4.1.9" - } - }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" - }, - "leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==" - }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - } - } - }, - "lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" - }, - "lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" - }, - "lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, - "log-symbols": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", - "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", - "requires": { - "chalk": "^2.0.1" - }, - "dependencies": { - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "logkitty": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/logkitty/-/logkitty-0.7.1.tgz", - "integrity": "sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==", - "requires": { - "ansi-fragments": "^0.2.1", - "dayjs": "^1.8.15", - "yargs": "^15.1.0" - } - }, - "loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "requires": { - "js-tokens": "^3.0.0 || ^4.0.0" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - } - } - }, - "makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "requires": { - "tmpl": "1.0.5" - } - }, - "map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" - }, - "map-visit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "requires": { - "object-visit": "^1.0.0" - } - }, - "merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "metro": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro/-/metro-0.67.0.tgz", - "integrity": "sha512-DwuBGAFcAivoac/swz8Lp7Y5Bcge1tzT7T6K0nf1ubqJP8YzBUtyR4pkjEYVUzVu/NZf7O54kHSPVu1ibYzOBQ==", - "requires": { - "@babel/code-frame": "^7.0.0", - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/template": "^7.0.0", - "@babel/traverse": "^7.14.0", - "@babel/types": "^7.0.0", - "absolute-path": "^0.0.0", - "accepts": "^1.3.7", - "async": "^2.4.0", - "chalk": "^4.0.0", - "ci-info": "^2.0.0", - "connect": "^3.6.5", - "debug": "^2.2.0", - "denodeify": "^1.2.1", - "error-stack-parser": "^2.0.6", - "fs-extra": "^1.0.0", - "graceful-fs": "^4.1.3", - "hermes-parser": "0.5.0", - "image-size": "^0.6.0", - "invariant": "^2.2.4", - "jest-haste-map": "^27.3.1", - "jest-worker": "^26.0.0", - "lodash.throttle": "^4.1.1", - "metro-babel-transformer": "0.67.0", - "metro-cache": "0.67.0", - "metro-cache-key": "0.67.0", - "metro-config": "0.67.0", - "metro-core": "0.67.0", - "metro-hermes-compiler": "0.67.0", - "metro-inspector-proxy": "0.67.0", - "metro-minify-uglify": "0.67.0", - "metro-react-native-babel-preset": "0.67.0", - "metro-resolver": "0.67.0", - "metro-runtime": "0.67.0", - "metro-source-map": "0.67.0", - "metro-symbolicate": "0.67.0", - "metro-transform-plugins": "0.67.0", - "metro-transform-worker": "0.67.0", - "mime-types": "^2.1.27", - "mkdirp": "^0.5.1", - "node-fetch": "^2.2.0", - "nullthrows": "^1.1.1", - "rimraf": "^2.5.4", - "serialize-error": "^2.1.0", - "source-map": "^0.5.6", - "strip-ansi": "^6.0.0", - "temp": "0.8.3", - "throat": "^5.0.0", - "ws": "^7.5.1", - "yargs": "^15.3.1" - }, - "dependencies": { - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "fs-extra": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz", - "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=", - "requires": { - "graceful-fs": "^4.1.2", - "jsonfile": "^2.1.0", - "klaw": "^1.0.0" - } - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "dependencies": { - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - } - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==" - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - }, - "jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "dependencies": { - "ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - } - } - }, - "jsonfile": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", - "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=", - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "metro-babel-transformer": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-babel-transformer/-/metro-babel-transformer-0.67.0.tgz", - "integrity": "sha512-SBqc4nq/dgsPNFm+mpWcQQzJaXnh0nrfz2pSnZC4i6zMtIakrTWb8SQ78jOU1FZVEZ3nu9xCYVHS9Tbr/LoEuw==", - "requires": { - "@babel/core": "^7.14.0", - "hermes-parser": "0.5.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "metro-cache": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-cache/-/metro-cache-0.67.0.tgz", - "integrity": "sha512-IY5dXiR76L75b2ue/mv+9vW8g5hdQJU6YEe81lj6gTSoUrhcONT0rzY+Gh5QOS2Kk6z9utZQMvd9PRKL9/635A==", - "requires": { - "metro-core": "0.67.0", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.4" - } - }, - "metro-cache-key": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-cache-key/-/metro-cache-key-0.67.0.tgz", - "integrity": "sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA==" - }, - "metro-config": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-config/-/metro-config-0.67.0.tgz", - "integrity": "sha512-ThAwUmzZwTbKyyrIn2bKIcJDPDBS0LKAbqJZQioflvBGfcgA21h3fdL3IxRmvCEl6OnkEWI0Tn1Z9w2GLAjf2g==", - "requires": { - "cosmiconfig": "^5.0.5", - "jest-validate": "^26.5.2", - "metro": "0.67.0", - "metro-cache": "0.67.0", - "metro-core": "0.67.0", - "metro-runtime": "0.67.0" - } - }, - "metro-core": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-core/-/metro-core-0.67.0.tgz", - "integrity": "sha512-TOa/ShE1bUq83fGNfV6rFwyfZ288M8ydmWN3g9C2OW8emOHLhJslYD/SIU4DhDkP/99yaJluIALdZ2g0+pCrvQ==", - "requires": { - "jest-haste-map": "^27.3.1", - "lodash.throttle": "^4.1.1", - "metro-resolver": "0.67.0" - }, - "dependencies": { - "@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "requires": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - } - }, - "@types/yargs": { - "version": "16.0.4", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", - "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", - "requires": { - "@types/yargs-parser": "*" - } - }, - "ci-info": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", - "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" - }, - "jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "requires": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "fsevents": "^2.3.2", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - } - }, - "jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==" - }, - "jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "requires": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - } - }, - "jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "requires": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - } - }, - "jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "requires": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - } - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "requires": { - "has-flag": "^4.0.0" - } - } - } - }, - "metro-hermes-compiler": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz", - "integrity": "sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ==" - }, - "metro-inspector-proxy": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-inspector-proxy/-/metro-inspector-proxy-0.67.0.tgz", - "integrity": "sha512-5Ubjk94qpNaU3OT2IZa4/dec09bauic1hzWms4czorBzDenkp4kYXG9/aWTmgQLtCk92H3Q8jKl1PQRxUSkrOQ==", - "requires": { - "connect": "^3.6.5", - "debug": "^2.2.0", - "ws": "^7.5.1", - "yargs": "^15.3.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "metro-minify-uglify": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-minify-uglify/-/metro-minify-uglify-0.67.0.tgz", - "integrity": "sha512-4CmM5b3MTAmQ/yFEfsHOhD2SuBObB2YF6PKzXZc4agUsQVVtkrrNElaiWa8w26vrTzA9emwcyurxMf4Nl3lYPQ==", - "requires": { - "uglify-es": "^3.1.9" - } - }, - "metro-react-native-babel-preset": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz", - "integrity": "sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig==", - "requires": { - "@babel/core": "^7.14.0", - "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-proposal-export-default-from": "^7.0.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.0.0", - "@babel/plugin-proposal-optional-chaining": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.0.0", - "@babel/plugin-syntax-export-default-from": "^7.0.0", - "@babel/plugin-syntax-flow": "^7.2.0", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0", - "@babel/plugin-syntax-optional-chaining": "^7.0.0", - "@babel/plugin-transform-arrow-functions": "^7.0.0", - "@babel/plugin-transform-async-to-generator": "^7.0.0", - "@babel/plugin-transform-block-scoping": "^7.0.0", - "@babel/plugin-transform-classes": "^7.0.0", - "@babel/plugin-transform-computed-properties": "^7.0.0", - "@babel/plugin-transform-destructuring": "^7.0.0", - "@babel/plugin-transform-exponentiation-operator": "^7.0.0", - "@babel/plugin-transform-flow-strip-types": "^7.0.0", - "@babel/plugin-transform-for-of": "^7.0.0", - "@babel/plugin-transform-function-name": "^7.0.0", - "@babel/plugin-transform-literals": "^7.0.0", - "@babel/plugin-transform-modules-commonjs": "^7.0.0", - "@babel/plugin-transform-object-assign": "^7.0.0", - "@babel/plugin-transform-parameters": "^7.0.0", - "@babel/plugin-transform-react-display-name": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", - "@babel/plugin-transform-react-jsx-self": "^7.0.0", - "@babel/plugin-transform-react-jsx-source": "^7.0.0", - "@babel/plugin-transform-regenerator": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.0.0", - "@babel/plugin-transform-shorthand-properties": "^7.0.0", - "@babel/plugin-transform-spread": "^7.0.0", - "@babel/plugin-transform-sticky-regex": "^7.0.0", - "@babel/plugin-transform-template-literals": "^7.0.0", - "@babel/plugin-transform-typescript": "^7.5.0", - "@babel/plugin-transform-unicode-regex": "^7.0.0", - "@babel/template": "^7.0.0", - "react-refresh": "^0.4.0" - } - }, - "metro-react-native-babel-transformer": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.67.0.tgz", - "integrity": "sha512-P0JT09n7T01epUtgL9mH6BPat3xn4JjBakl4lWHdL61cvEGcrxuIom1eoFFKkgU/K5AVLU4aCAttHS7nSFCcEQ==", - "requires": { - "@babel/core": "^7.14.0", - "babel-preset-fbjs": "^3.4.0", - "hermes-parser": "0.5.0", - "metro-babel-transformer": "0.67.0", - "metro-react-native-babel-preset": "0.67.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "metro-resolver": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-resolver/-/metro-resolver-0.67.0.tgz", - "integrity": "sha512-d2KS/zAyOA/z/q4/ff41rAp+1txF4H6qItwpsls/RHStV2j6PqgRHUzq/3ga+VIeoUJntYJ8nGW3+3qSrhFlig==", - "requires": { - "absolute-path": "^0.0.0" - } - }, - "metro-runtime": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-runtime/-/metro-runtime-0.67.0.tgz", - "integrity": "sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g==" - }, - "metro-source-map": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-source-map/-/metro-source-map-0.67.0.tgz", - "integrity": "sha512-yxypInsRo3SfS00IgTuL6a2W2tfwLY//vA2E+GeqGBF5zTbJZAhwNGIEl8S87XXZhwzJcxf5/8LjJC1YDzabww==", - "requires": { - "@babel/traverse": "^7.14.0", - "@babel/types": "^7.0.0", - "invariant": "^2.2.4", - "metro-symbolicate": "0.67.0", - "nullthrows": "^1.1.1", - "ob1": "0.67.0", - "source-map": "^0.5.6", - "vlq": "^1.0.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "metro-symbolicate": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-symbolicate/-/metro-symbolicate-0.67.0.tgz", - "integrity": "sha512-ZqVVcfa0xSz40eFzA5P8pCF3V6Tna9RU1prFzAJTa3j9dCGqwh0HTXC8AIkMtgX7hNdZrCJI1YipzUBlwkT0/A==", - "requires": { - "invariant": "^2.2.4", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1", - "source-map": "^0.5.6", - "through2": "^2.0.1", - "vlq": "^1.0.0" - }, - "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "metro-transform-plugins": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-transform-plugins/-/metro-transform-plugins-0.67.0.tgz", - "integrity": "sha512-DQFoSDIJdTMPDTUlKaCNJjEXiHGwFNneAF9wDSJ3luO5gigM7t7MuSaPzF4hpjmfmcfPnRhP6AEn9jcza2Sh8Q==", - "requires": { - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/template": "^7.0.0", - "@babel/traverse": "^7.14.0", - "nullthrows": "^1.1.1" - } - }, - "metro-transform-worker": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/metro-transform-worker/-/metro-transform-worker-0.67.0.tgz", - "integrity": "sha512-29n+JdTb80ROiv/wDiBVlY/xRAF/nrjhp/Udv/XJl1DZb+x7JEiPxpbpthPhwwl+AYxVrostGB0W06WJ61hfiw==", - "requires": { - "@babel/core": "^7.14.0", - "@babel/generator": "^7.14.0", - "@babel/parser": "^7.14.0", - "@babel/types": "^7.0.0", - "babel-preset-fbjs": "^3.4.0", - "metro": "0.67.0", - "metro-babel-transformer": "0.67.0", - "metro-cache": "0.67.0", - "metro-cache-key": "0.67.0", - "metro-hermes-compiler": "0.67.0", - "metro-source-map": "0.67.0", - "metro-transform-plugins": "0.67.0", - "nullthrows": "^1.1.1" - } - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - }, - "mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" - }, - "mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { - "mime-db": "1.52.0" - } - }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" - }, - "mixin-deep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", - "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "requires": { - "for-in": "^1.0.2", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } - } - }, - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "requires": { - "minimist": "^1.2.6" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "nanomatch": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", - "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "fragment-cache": "^0.2.1", - "is-windows": "^1.0.2", - "kind-of": "^6.0.2", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.1" - } - }, - "natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", - "dev": true - }, - "negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - }, - "neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" - }, - "nocache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz", - "integrity": "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==" - }, - "node-dir": { - "version": "0.1.17", - "resolved": "https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz", - "integrity": "sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU=", - "requires": { - "minimatch": "^3.0.2" - } - }, - "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "requires": { - "whatwg-url": "^5.0.0" - }, - "dependencies": { - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" - }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - } - } - }, - "node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" - }, - "node-notifier": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz", - "integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==", - "dev": true, - "optional": true, - "requires": { - "growly": "^1.3.0", - "is-wsl": "^2.2.0", - "semver": "^7.3.2", - "shellwords": "^0.1.1", - "uuid": "^8.3.0", - "which": "^2.0.2" - }, - "dependencies": { - "is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dev": true, - "optional": true, - "requires": { - "is-docker": "^2.0.0" - } - }, - "semver": { - "version": "7.3.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", - "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", - "dev": true, - "optional": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "optional": true - } - } - }, - "node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" - }, - "node-stream-zip": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/node-stream-zip/-/node-stream-zip-1.15.0.tgz", - "integrity": "sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==" - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - }, - "dependencies": { - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } - } - }, - "normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" - }, - "npm-run-path": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", - "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", - "requires": { - "path-key": "^2.0.0" - } - }, - "nullthrows": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz", - "integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==" - }, - "nwsapi": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", - "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==", - "dev": true - }, - "ob1": { - "version": "0.67.0", - "resolved": "https://registry.npmjs.org/ob1/-/ob1-0.67.0.tgz", - "integrity": "sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g==" - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, - "object-copy": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "requires": { - "copy-descriptor": "^0.1.0", - "define-property": "^0.2.5", - "kind-of": "^3.0.3" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", - "dev": true - }, - "object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true - }, - "object-visit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { - "isobject": "^3.0.0" - } - }, - "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", - "object-keys": "^1.1.1" - } - }, - "object.entries": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", - "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.fromentries": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", - "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.hasown": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.0.tgz", - "integrity": "sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==", - "dev": true, - "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "object.pick": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "requires": { - "isobject": "^3.0.1" - } - }, - "object.values": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", - "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1" - } - }, - "on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "requires": { - "ee-first": "1.1.1" - } - }, - "on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==" - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { - "wrappy": "1" - } - }, - "onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "requires": { - "mimic-fn": "^2.1.0" - } - }, - "open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", - "requires": { - "is-wsl": "^1.1.0" - } - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "dependencies": { - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - } - } - }, - "ora": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/ora/-/ora-3.4.0.tgz", - "integrity": "sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==", - "requires": { - "chalk": "^2.4.2", - "cli-cursor": "^2.1.0", - "cli-spinners": "^2.0.0", - "log-symbols": "^2.2.0", - "strip-ansi": "^5.2.0", - "wcwidth": "^1.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "requires": { - "has-flag": "^3.0.0" - } - } - } - }, - "os-tmpdir": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" - }, - "p-each-series": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.2.0.tgz", - "integrity": "sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==", - "dev": true - }, - "p-finally": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", - "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "requires": { - "p-limit": "^2.2.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "requires": { - "callsites": "^3.0.0" - } - }, - "parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", - "requires": { - "error-ex": "^1.3.1", - "json-parse-better-errors": "^1.0.1" - } - }, - "parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", - "dev": true - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "pascalcase": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" - }, - "path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", - "requires": { - "isarray": "0.0.1" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" - } - } - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" - }, - "pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "plist": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/plist/-/plist-3.0.5.tgz", - "integrity": "sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA==", - "requires": { - "base64-js": "^1.5.1", - "xmlbuilder": "^9.0.7" - } - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", - "dev": true - }, - "prettier": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.6.2.tgz", - "integrity": "sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==", - "dev": true - }, - "prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "requires": { - "fast-diff": "^1.1.2" - } - }, - "pretty-format": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz", - "integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==", - "requires": { - "@jest/types": "^26.6.2", - "ansi-regex": "^5.0.0", - "ansi-styles": "^4.0.0", - "react-is": "^17.0.1" - } - }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "progress": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", - "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", - "dev": true - }, - "promise": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.1.0.tgz", - "integrity": "sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q==", - "requires": { - "asap": "~2.0.6" - } - }, - "prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - } - }, - "prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "requires": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - }, - "dependencies": { - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - } - } - }, - "psl": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", - "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==", - "dev": true - }, - "pump": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", - "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", - "requires": { - "end-of-stream": "^1.1.0", - "once": "^1.3.1" - } - }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true - }, - "query-string": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", - "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", - "requires": { - "decode-uri-component": "^0.2.0", - "filter-obj": "^1.1.0", - "split-on-first": "^1.0.0", - "strict-uri-encode": "^2.0.0" - } - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "react-devtools-core": { - "version": "4.24.3", - "resolved": "https://registry.npmjs.org/react-devtools-core/-/react-devtools-core-4.24.3.tgz", - "integrity": "sha512-+htKZxLxDN14jhRG3+IXRiJqNSGHUiPYrMtv9e7qlZxcbKeJjVs+C/hd8kZF5rydp3faBwFN6ZpTaZnLA3/ZGA==", - "requires": { - "shell-quote": "^1.6.1", - "ws": "^7" - } - }, - "react-freeze": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/react-freeze/-/react-freeze-1.0.0.tgz", - "integrity": "sha512-yQaiOqDmoKqks56LN9MTgY06O0qQHgV4FUrikH357DydArSZHQhl0BJFqGKIZoTqi8JizF9Dxhuk1FIZD6qCaw==", - "requires": {} - }, - "react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "react-native": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/react-native/-/react-native-0.68.0.tgz", - "integrity": "sha512-Qi8KpG9rqiU0hVp05GKkuRe8iAVhblYMwpnwG3wkBi99Z/X8iZ0jD1b1UW0/y6oesmCyGQAxpsB36imU8zg1AQ==", - "requires": { - "@jest/create-cache-key-function": "^27.0.1", - "@react-native-community/cli": "^7.0.3", - "@react-native-community/cli-platform-android": "^7.0.1", - "@react-native-community/cli-platform-ios": "^7.0.1", - "@react-native/assets": "1.0.0", - "@react-native/normalize-color": "2.0.0", - "@react-native/polyfills": "2.0.0", - "abort-controller": "^3.0.0", - "anser": "^1.4.9", - "base64-js": "^1.1.2", - "deprecated-react-native-prop-types": "^2.3.0", - "event-target-shim": "^5.0.1", - "hermes-engine": "~0.11.0", - "invariant": "^2.2.4", - "jsc-android": "^250230.2.1", - "metro-react-native-babel-transformer": "0.67.0", - "metro-runtime": "0.67.0", - "metro-source-map": "0.67.0", - "nullthrows": "^1.1.1", - "pretty-format": "^26.5.2", - "promise": "^8.0.3", - "react-devtools-core": "^4.23.0", - "react-native-codegen": "^0.0.13", - "react-native-gradle-plugin": "^0.0.5", - "react-refresh": "^0.4.0", - "react-shallow-renderer": "16.14.1", - "regenerator-runtime": "^0.13.2", - "scheduler": "^0.20.2", - "stacktrace-parser": "^0.1.3", - "use-subscription": "^1.0.0", - "whatwg-fetch": "^3.0.0", - "ws": "^6.1.4" - }, - "dependencies": { - "@react-native-community/cli": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@react-native-community/cli/-/cli-7.0.3.tgz", - "integrity": "sha512-WyJOA829KAhU1pw2MDQt0YhOS9kyR2KqyqgJyTuQhzFVCBPX4F5aDEkZYYn4jdldaDHCPrLJ3ho3gxYTXy+x7w==", - "requires": { - "@react-native-community/cli-debugger-ui": "^7.0.3", - "@react-native-community/cli-hermes": "^6.3.0", - "@react-native-community/cli-plugin-metro": "^7.0.3", - "@react-native-community/cli-server-api": "^7.0.3", - "@react-native-community/cli-tools": "^6.2.0", - "@react-native-community/cli-types": "^6.0.0", - "appdirsjs": "^1.2.4", - "chalk": "^4.1.2", - "command-exists": "^1.2.8", - "commander": "^2.19.0", - "cosmiconfig": "^5.1.0", - "deepmerge": "^3.2.0", - "envinfo": "^7.7.2", - "execa": "^1.0.0", - "find-up": "^4.1.0", - "fs-extra": "^8.1.0", - "glob": "^7.1.3", - "graceful-fs": "^4.1.3", - "joi": "^17.2.1", - "leven": "^3.1.0", - "lodash": "^4.17.15", - "minimist": "^1.2.0", - "node-stream-zip": "^1.9.1", - "ora": "^3.4.0", - "pretty-format": "^26.6.2", - "prompts": "^2.4.0", - "semver": "^6.3.0", - "serve-static": "^1.13.1", - "strip-ansi": "^5.2.0", - "sudo-prompt": "^9.0.0", - "wcwidth": "^1.0.1" - } - }, - "ansi-regex": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.1.tgz", - "integrity": "sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==" - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "ws": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-6.2.2.tgz", - "integrity": "sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==", - "requires": { - "async-limiter": "~1.0.0" - }, - "dependencies": { - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - } - } - } - } - }, - "react-native-codegen": { - "version": "0.0.13", - "resolved": "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.0.13.tgz", - "integrity": "sha512-rCh1P+s0Q4N6vNgS97ckafbhJRztz22+0l0VZoyQC06F07J98kI5cUByH0ATypPRIdpkMbAZc59DoPdDFc01bg==", - "requires": { - "@babel/parser": "^7.14.0", - "flow-parser": "^0.121.0", - "jscodeshift": "^0.13.1", - "nullthrows": "^1.1.1" - } - }, - "react-native-gesture-handler": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz", - "integrity": "sha512-cBGMi1IEsIVMgoox4RvMx7V2r6bNKw0uR1Mu1o7NbuHS6BRSVLq0dP34l2ecnPlC+jpWd3le6Yg1nrdCjby2Mw==", - "requires": { - "@egjs/hammerjs": "^2.0.17", - "fbjs": "^3.0.0", - "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.2.4", - "prop-types": "^15.7.2" - } - }, - "react-native-gradle-plugin": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.5.tgz", - "integrity": "sha512-kGupXo+pD2mB6Z+Oyowor3qlCroiS32FNGoiGQdwU19u8o+NNhEZKwoKfC5Qt03bMZSmFlcAlTyf79vrS2BZKQ==", - "requires": { - "react-native-codegen": "*" - } - }, - "react-native-safe-area-context": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.2.4.tgz", - "integrity": "sha512-OOX+W2G4YYufvryonn6Kw6YnyT8ZThkxPHZBD04NLHaZmicUaaDVII/PZ3M5fD1o5N62+T+8K4bCS5Un2ggvkA==", - "requires": {} - }, - "react-native-safe-area-view": { - "version": "0.14.9", - "resolved": "https://registry.npmjs.org/react-native-safe-area-view/-/react-native-safe-area-view-0.14.9.tgz", - "integrity": "sha512-WII/ulhpVyL/qbYb7vydq7dJAfZRBcEhg4/UWt6F6nAKpLa3gAceMOxBxI914ppwSP/TdUsandFy6lkJQE0z4A==", - "requires": { - "hoist-non-react-statics": "^2.3.1" - }, - "dependencies": { - "hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - } - } - }, - "react-native-screens": { - "version": "3.20.0", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.20.0.tgz", - "integrity": "sha512-joWUKWAVHxymP3mL9gYApFHAsbd9L6ZcmpoZa6Sl3W/82bvvNVMqcfP7MeNqVCg73qZ8yL4fW+J/syusHleUgg==", - "requires": { - "react-freeze": "^1.0.0", - "warn-once": "^0.1.0" - } - }, - "react-native-tab-view": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-1.4.1.tgz", - "integrity": "sha512-Bke8KkDcDhvB/z0AS7MnQKMD2p6Kwfc1rSKlMOvg9CC5CnClQ2QEnhPSbwegKDYhUkBI92iH/BYy7hNSm5kbUQ==", - "requires": { - "prop-types": "^15.6.1" - } - }, - "react-native-uuid": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/react-native-uuid/-/react-native-uuid-2.0.1.tgz", - "integrity": "sha512-cptnoIbL53GTCrWlb/+jrDC6tvb7ypIyzbXNJcpR3Vab0mkeaaVd5qnB3f0whXYzS+SMoSQLcUUB0gEWqkPC0g==" - }, - "react-navigation": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/react-navigation/-/react-navigation-3.13.0.tgz", - "integrity": "sha512-r64bTImY2aNye8wtd39ubouVB6ZMJqjVQYKxH4LFmOav4FsI59fQTDN7sZzyJa29owowYw/wVkh+NWGT+tdD1A==", - "requires": { - "@react-navigation/core": "~3.5.1", - "@react-navigation/native": "~3.6.2", - "react-navigation-drawer": "~1.4.0", - "react-navigation-stack": "1.5.3", - "react-navigation-tabs": "~1.2.0" - }, - "dependencies": { - "@react-navigation/core": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-3.5.2.tgz", - "integrity": "sha512-HgKXci1h74aETgm5CXMBoIWG8R7VZG1eUUHYb3BdxwekdiZjW1P/srjiXzsCqFGlsESnVIOIkzT4DqI9J752Bw==", - "requires": { - "hoist-non-react-statics": "^3.3.0", - "path-to-regexp": "^1.7.0", - "query-string": "^6.4.2", - "react-is": "^16.8.6" - } - }, - "@react-navigation/native": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-3.6.5.tgz", - "integrity": "sha512-ttEmnokFVf09CvrkzlPIdfA693KfYcRxTYf9OZwp0Ll6El27UYjJD4arwGc+zvlohjTErCdba6CAKV702Wv28w==", - "requires": { - "hoist-non-react-statics": "^3.3.2", - "react-native-safe-area-view": "^0.14.8" - } - }, - "react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "react-native-screens": { - "version": "1.0.0-alpha.23", - "resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-1.0.0-alpha.23.tgz", - "integrity": "sha512-tOxHGQUN83MTmQB4ghoQkibqOdGiX4JQEmeyEv96MKWO/x8T2PJv84ECUos9hD3blPRQwVwSpAid1PPPhrVEaw==", - "peer": true, - "requires": { - "debounce": "^1.2.0" - } - }, - "react-navigation-drawer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/react-navigation-drawer/-/react-navigation-drawer-1.4.0.tgz", - "integrity": "sha512-ZyWBozcjB2aZ7vwCALv90cYA2NpDjM+WALaiYRshvPvue8l7cqynePbHK8GhlMGyJDwZqp4MxQmu8u1XAKp3Bw==", - "requires": { - "react-native-tab-view": "^1.2.0" - } - }, - "react-navigation-stack": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/react-navigation-stack/-/react-navigation-stack-1.5.3.tgz", - "integrity": "sha512-MQcwDVbZUYsTtDJb5cFOSm+K+e7KpUCoROaGoUOR+JHWE3uuaJ3pd/Nu+32a57J98TNBf4qq0+2TPJWl6z6IBg==", - "requires": { - "prop-types": "^15.7.2" - } - }, - "react-navigation-tabs": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/react-navigation-tabs/-/react-navigation-tabs-1.2.0.tgz", - "integrity": "sha512-I6vq3XX4ub9KhWQzcrggznls+2Z2C6w2ro46vokDGGvJ02CBpQRar7J0ETV29Ot5AJY67HucNUmZdH3yDFckmQ==", - "requires": { - "hoist-non-react-statics": "^2.5.0", - "prop-types": "^15.6.1", - "react-native-tab-view": "^1.4.1" - }, - "dependencies": { - "hoist-non-react-statics": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", - "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" - } - } - } - } - }, - "react-refresh": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz", - "integrity": "sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==" - }, - "react-shallow-renderer": { - "version": "16.14.1", - "resolved": "https://registry.npmjs.org/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz", - "integrity": "sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg==", - "requires": { - "object-assign": "^4.1.1", - "react-is": "^16.12.0 || ^17.0.0" - } - }, - "react-test-renderer": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-17.0.2.tgz", - "integrity": "sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ==", - "dev": true, - "requires": { - "object-assign": "^4.1.1", - "react-is": "^17.0.2", - "react-shallow-renderer": "^16.13.1", - "scheduler": "^0.20.2" - } - }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - } - }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "readline": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz", - "integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw=" - }, - "recast": { - "version": "0.20.5", - "resolved": "https://registry.npmjs.org/recast/-/recast-0.20.5.tgz", - "integrity": "sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==", - "requires": { - "ast-types": "0.14.2", - "esprima": "~4.0.0", - "source-map": "~0.6.1", - "tslib": "^2.0.1" - } - }, - "regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "requires": { - "regenerate": "^1.4.2" - } - }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" - }, - "regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "requires": { - "@babel/runtime": "^7.8.4" - } - }, - "regex-not": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", - "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "requires": { - "extend-shallow": "^3.0.2", - "safe-regex": "^1.1.0" - } - }, - "regexp.prototype.flags": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz", - "integrity": "sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true - }, - "regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", - "requires": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - } - }, - "regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "requires": { - "jsesc": "~0.5.0" - }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" - } - } - }, - "remove-trailing-separator": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", - "dev": true - }, - "repeat-element": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==" - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", - "requires": { - "is-core-module": "^2.8.1", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, - "resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "requires": { - "resolve-from": "^5.0.0" - } - }, - "resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true - }, - "resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" - }, - "restore-cursor": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", - "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", - "requires": { - "onetime": "^2.0.0", - "signal-exit": "^3.0.2" - }, - "dependencies": { - "mimic-fn": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", - "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" - }, - "onetime": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", - "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", - "requires": { - "mimic-fn": "^1.0.0" - } - } - } - }, - "ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" - }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { - "glob": "^7.1.3" - } - }, - "rsvp": { - "version": "4.8.5", - "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", - "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", - "dev": true - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safe-regex": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "requires": { - "ret": "~0.1.10" - } - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true - }, - "sane": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/sane/-/sane-4.1.0.tgz", - "integrity": "sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==", - "dev": true, - "requires": { - "@cnakazawa/watch": "^1.0.3", - "anymatch": "^2.0.0", - "capture-exit": "^2.0.0", - "exec-sh": "^0.3.2", - "execa": "^1.0.0", - "fb-watchman": "^2.0.0", - "micromatch": "^3.1.4", - "minimist": "^1.1.1", - "walker": "~1.0.5" - }, - "dependencies": { - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "dev": true, - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - } - }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "dev": true, - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "dev": true, - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "dev": true, - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "dev": true, - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" - } - }, - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "dev": true, - "requires": { - "remove-trailing-separator": "^1.0.1" - } - }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "dev": true, - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - } - } - } - }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dev": true, - "requires": { - "xmlchars": "^2.2.0" - } - }, - "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" - }, - "send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "requires": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - }, - "dependencies": { - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } - } - }, - "serialize-error": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz", - "integrity": "sha1-ULZ51WNc34Rme9yOWa9OW4HV9go=" - }, - "serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "set-value": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", - "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "requires": { - "extend-shallow": "^2.0.1", - "is-extendable": "^0.1.1", - "is-plain-object": "^2.0.3", - "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } - } - }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", - "requires": { - "kind-of": "^6.0.2" - } - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "shell-quote": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", - "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", - "requires": { - "array-filter": "~0.0.0", - "array-map": "~0.0.0", - "array-reduce": "~0.0.0", - "jsonify": "~0.0.0" - } - }, - "shellwords": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", - "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true, - "optional": true - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dev": true, - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - } - }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "simple-plist": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz", - "integrity": "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==", - "requires": { - "bplist-creator": "0.1.0", - "bplist-parser": "0.3.1", - "plist": "^3.0.5" - } - }, - "sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" - }, - "slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - } - }, - "snapdragon": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", - "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "requires": { - "base": "^0.11.1", - "debug": "^2.2.0", - "define-property": "^0.2.5", - "extend-shallow": "^2.0.1", - "map-cache": "^0.2.2", - "source-map": "^0.5.6", - "source-map-resolve": "^0.5.0", - "use": "^3.1.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } - } - }, - "snapdragon-node": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", - "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "requires": { - "define-property": "^1.0.0", - "isobject": "^3.0.0", - "snapdragon-util": "^3.0.1" - }, - "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } - } - }, - "snapdragon-util": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", - "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "requires": { - "kind-of": "^3.2.0" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" - }, - "source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "requires": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" - }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", - "dev": true, - "requires": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", - "dev": true - }, - "spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "requires": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", - "dev": true - }, - "split-on-first": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", - "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==" - }, - "split-string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", - "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "requires": { - "extend-shallow": "^3.0.0" - } - }, - "sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "stack-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", - "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", - "dev": true, - "requires": { - "escape-string-regexp": "^2.0.0" - }, - "dependencies": { - "escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true - } - } - }, - "stackframe": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.2.1.tgz", - "integrity": "sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg==" - }, - "stacktrace-parser": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz", - "integrity": "sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==", - "requires": { - "type-fest": "^0.7.1" - }, - "dependencies": { - "type-fest": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", - "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==" - } - } - }, - "static-extend": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "requires": { - "define-property": "^0.2.5", - "object-copy": "^0.1.0" - }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } - } - }, - "statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" - }, - "stream-buffers": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz", - "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=" - }, - "strict-uri-encode": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", - "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=" - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, - "string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dev": true, - "requires": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - } - }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, - "string.prototype.matchall": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", - "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", - "get-intrinsic": "^1.1.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.1", - "side-channel": "^1.0.4" - } - }, - "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", - "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "requires": { - "ansi-regex": "^5.0.1" - } - }, - "strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "dev": true - }, - "strip-eof": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", - "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" - }, - "strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true - }, - "strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true - }, - "sudo-prompt": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz", - "integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==" - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "requires": { - "has-flag": "^4.0.0" - } - }, - "supports-hyperlinks": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", - "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", - "dev": true, - "requires": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - } - }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - }, - "symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", - "dev": true - }, - "table": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.0.tgz", - "integrity": "sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA==", - "dev": true, - "requires": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "dependencies": { - "ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true - } - } - }, - "temp": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz", - "integrity": "sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k=", - "requires": { - "os-tmpdir": "^1.0.0", - "rimraf": "~2.2.6" - }, - "dependencies": { - "rimraf": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz", - "integrity": "sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI=" - } - } - }, - "terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "dev": true, - "requires": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - } - }, - "test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dev": true, - "requires": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - } - }, - "text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", - "dev": true - }, - "throat": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/throat/-/throat-5.0.0.tgz", - "integrity": "sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==" - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - } - }, - "tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" - }, - "to-object-path": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { - "kind-of": "^3.0.2" - }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } - } - }, - "to-regex": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", - "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "requires": { - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "regex-not": "^1.0.2", - "safe-regex": "^1.1.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "requires": { - "is-number": "^7.0.0" - }, - "dependencies": { - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" - } - } - }, - "toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" - }, - "tough-cookie": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", - "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", - "dev": true, - "requires": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.1.2" - } - }, - "tr46": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", - "dev": true, - "requires": { - "punycode": "^2.1.1" - } - }, - "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" - }, - "tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } - } - }, - "type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", - "dev": true, - "requires": { - "prelude-ls": "~1.1.2" - } - }, - "type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "dev": true - }, - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true - }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dev": true, - "requires": { - "is-typedarray": "^1.0.0" - } - }, - "typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", - "dev": true, - "peer": true - }, - "ua-parser-js": { - "version": "0.7.35", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.35.tgz", - "integrity": "sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==" - }, - "uglify-es": { - "version": "3.3.9", - "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz", - "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", - "requires": { - "commander": "~2.13.0", - "source-map": "~0.6.1" - }, - "dependencies": { - "commander": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", - "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==" - } - } - }, - "unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", - "which-boxed-primitive": "^1.0.2" - } - }, - "unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" - }, - "unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "requires": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - } - }, - "unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" - }, - "unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" - }, - "union-value": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", - "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "requires": { - "arr-union": "^3.1.0", - "get-value": "^2.0.6", - "is-extendable": "^0.1.1", - "set-value": "^2.0.1" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "unset-value": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "requires": { - "has-value": "^0.3.1", - "isobject": "^3.0.0" - }, - "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" - } - } - }, - "update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", - "requires": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - } - }, - "uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, - "urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" - }, - "use": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" - }, - "use-subscription": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/use-subscription/-/use-subscription-1.6.0.tgz", - "integrity": "sha512-0Y/cTLlZfw547tJhJMoRA16OUbVqRm6DmvGpiGbmLST6BIA5KU5cKlvlz8DVMrACnWpyEjCkgmhLatthP4jUbA==", - "requires": {} - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", - "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==" - }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true - }, - "v8-to-istanbul": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz", - "integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==", - "dev": true, - "requires": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", - "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", - "dev": true - } - } - }, - "validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "requires": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "vlq": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.1.tgz", - "integrity": "sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==" - }, - "w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", - "dev": true, - "requires": { - "browser-process-hrtime": "^1.0.0" - } - }, - "w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", - "dev": true, - "requires": { - "xml-name-validator": "^3.0.0" - } - }, - "walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "requires": { - "makeerror": "1.0.12" - } - }, - "warn-once": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/warn-once/-/warn-once-0.1.0.tgz", - "integrity": "sha512-recZTSvuaH/On5ZU5ywq66y99lImWqzP93+AiUo9LUwG8gXHW+LJjhOd6REJHm7qb0niYqrEQJvbHSQfuJtTqA==" - }, - "wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", - "requires": { - "defaults": "^1.0.3" - } - }, - "webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", - "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", - "dev": true - }, - "whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", - "dev": true, - "requires": { - "iconv-lite": "0.4.24" - } - }, - "whatwg-fetch": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" - }, - "whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==", - "dev": true - }, - "whatwg-url": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", - "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", - "dev": true, - "requires": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - } - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - }, - "which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dev": true, - "requires": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - } - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "dev": true - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - } - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" - }, - "write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "ws": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", - "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", - "requires": {} - }, - "xcode": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz", - "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==", - "requires": { - "simple-plist": "^1.1.0", - "uuid": "^7.0.3" - } - }, - "xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==", - "dev": true - }, - "xmlbuilder": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz", - "integrity": "sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=" - }, - "xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", - "dev": true - }, - "xmldoc": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/xmldoc/-/xmldoc-1.1.2.tgz", - "integrity": "sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ==", - "requires": { - "sax": "^1.2.1" - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - }, - "y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - } - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/package.json b/react-native-new-integration/payment-page-react-native-class-integration-demo/package.json deleted file mode 100644 index c513af5..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/package.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "name": "juspayintegrationexamplern", - "version": "0.0.1", - "private": true, - "scripts": { - "android": "react-native run-android", - "ios": "react-native run-ios", - "start": "react-native start", - "test": "jest", - "lint": "eslint ." - }, - "dependencies": { - "@react-navigation/core": "^3.0.0", - "@react-navigation/native": "^3.0.0", - "hyper-sdk-react": "^3.0.1", - "react": "17.0.2", - "react-native": "0.68.0", - "react-native-gesture-handler": "^1.10.3", - "react-native-safe-area-context": "^4.2.4", - "react-native-screens": "^3.20.0", - "react-native-uuid": "^2.0.1", - "react-navigation": "^3.0.0" - }, - "devDependencies": { - "@babel/core": "^7.12.9", - "@babel/runtime": "^7.12.5", - "@react-native-community/eslint-config": "^2.0.0", - "babel-jest": "^26.6.3", - "eslint": "^7.32.0", - "jest": "^26.6.3", - "metro-react-native-babel-preset": "^0.67.0", - "react-test-renderer": "17.0.2" - }, - "hyperSdkIOSVersion": "2.1.15", - "jest": { - "preset": "react-native" - } -} diff --git a/react-native-new-integration/payment-page-react-native-class-integration-demo/screens/Checkout.js b/react-native-new-integration/payment-page-react-native-class-integration-demo/screens/Checkout.js deleted file mode 100644 index a1c22b0..0000000 --- a/react-native-new-integration/payment-page-react-native-class-integration-demo/screens/Checkout.js +++ /dev/null @@ -1,187 +0,0 @@ -/* eslint-disable react-native/no-inline-styles */ -import React from 'react'; -import HyperSdkReact from 'hyper-sdk-react'; -import { - BackHandler, - Button, - NativeEventEmitter, - NativeModules, - ScrollView, - Text, -} from 'react-native'; -import {createStackNavigator} from 'react-navigation'; - -class Checkout extends React.Component { - constructor(props) { - super(props); - this.state = { - processPayload: {}, - }; - } - - //Setting event listener to check for process result - // block:start:event-handling-process - - componentDidMount() { - const eventEmitter = new NativeEventEmitter(NativeModules.HyperSdkReact); - eventEmitter.addListener('HyperEvent', resp => { - const data = JSON.parse(resp); - const event = data.event || ''; - switch (event) { - case 'initiate_result': - // this was already handled in homescreen where initiate was called - break; - case 'hide_loader': - // stop the processing loader - break; - //block:start:handle-process-result - - case 'process_result': - const error = data.error || false; - const innerPayload = data.payload || {}; - const status = innerPayload.status || ''; - const pi = innerPayload.paymentInstrument || ''; - const pig = innerPayload.paymentInstrumentGroup || ''; - - if (!error) { - // txn success, status should be "charged" - - //block:start:check-order-status - - // call orderStatus once to verify (false positives) - - //block:end:check-order-status - - //block:start:display-payment-status - - this.props.navigation.navigate('Success'); - - //block:end:display-payment-status - } else { - const errorCode = data.errorCode || ''; - const errorMessage = data.errorMessage || ''; - switch (status) { - case 'backpressed': - // user back-pressed from PP without initiating any txn - break; - case 'user_aborted': - // user initiated a txn and pressed back - // poll order status - this.props.navigation.navigate('Failure'); - break; - case 'pending_vbv': - case 'authorizing': - // txn in pending state - // poll order status until backend says fail or success - break; - case 'authorization_failed': - case 'authentication_failed': - case 'api_failure': - // txn failed - // poll orderStatus to verify (false negatives) - //block:start:display-payment-status - - this.props.navigation.navigate('Failure'); - - //block:end:display-payment-status - break; - case 'new': - // order created but txn failed - // very rare for V2 (signature based) - // also failure - // poll order status - this.props.navigation.navigate('Failure'); - break; - default: - // unknown status, this is also failure - // poll order status - this.props.navigation.navigate('Failure'); - } - // if txn was attempted, pi and pig would be non-empty - // can be used to show in UI if you are into that - // errorMessage can also be shown in UI - } - break; - - //block:end:handle-process-result - default: - console.log(data); - } - }); - - // block:start:fetch-process-payload - - //Get process payload from server after session API S2S call - this.setState({ - processPayload: { - requestId: 'dbba45aaf8dc408da474b7943b9e1d9f', - service: 'in.juspay.hyperpay', - payload: { - clientId: '', - amount: '10.0', - merchantId: '', - clientAuthToken: 'tkn_adbf808e1d2b4d95b41144d0960b5a7e', - clientAuthTokenExpiry: '2022-01-24T17:40:22Z', - environment: 'production', - action: 'paymentPage', - customerId: 'dummyCustId', - currency: 'INR', - customerPhone: '9876543210', - customerEmail: 'dummyemail@gmail.com', - orderId: 'yourUniqueOrderId', - }, - }, - }); - - // block:end:fetch-process-payload - - //Handling hardware backpress inside payment page - - // block:start:handle-hardware-backpress - - BackHandler.addEventListener('hardwareBackPress', () => { - return !HyperSdkReact.isNull() && HyperSdkReact.onBackPressed(); - }); - - // block:end:handle-hardware-backpress - } - - // block:end:event-handling-process - - // block:start:process-sdk - - startPayment() { - HyperSdkReact.process(JSON.stringify(this.state.processPayload)); - } - - // block:end:process-sdk - - render() { - return ( - - Initialized automatically on this screen - - - ) -} diff --git a/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Failure.js b/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Failure.js deleted file mode 100644 index 92fed6b..0000000 --- a/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Failure.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react' -import { View, Text } from 'react-native' - -export default function Failure() { - return ( - - Failure :( - - ) -} diff --git a/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Homescreen.js b/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Homescreen.js deleted file mode 100644 index db1c718..0000000 --- a/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Homescreen.js +++ /dev/null @@ -1,14 +0,0 @@ -import React from 'react' -import { View, Text, Button, ScrollView } from 'react-native' - -export default function Homescreen({navigation}) { - return ( - - Juspay Integration Example - - - ) -} diff --git a/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Success.js b/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Success.js deleted file mode 100644 index 2d252f5..0000000 --- a/react-native-new-integration/payment-page-react-native-functional-integration-demo/screens/Success.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react' -import { View, Text } from 'react-native' - -export default function Success() { - return ( - - Success :D - - ) -} diff --git a/react-native-new-integration/payment-page-react-native-functional-integration-demo/yarn.lock b/react-native-new-integration/payment-page-react-native-functional-integration-demo/yarn.lock deleted file mode 100644 index e3b4e45..0000000 --- a/react-native-new-integration/payment-page-react-native-functional-integration-demo/yarn.lock +++ /dev/null @@ -1,6874 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@ampproject/remapping@^2.1.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" - integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== - dependencies: - "@jridgewell/trace-mapping" "^0.3.0" - -"@babel/code-frame@7.12.11": - version "7.12.11" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" - integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - dependencies: - "@babel/highlight" "^7.10.4" - -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.7.tgz#44416b6bd7624b998f5b1af5d470856c40138789" - integrity sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg== - dependencies: - "@babel/highlight" "^7.16.7" - -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.0", "@babel/compat-data@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" - integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== - -"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.12.9", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.7.5": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.8.tgz#3dac27c190ebc3a4381110d46c80e77efe172e1a" - integrity sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ== - dependencies: - "@ampproject/remapping" "^2.1.0" - "@babel/code-frame" "^7.16.7" - "@babel/generator" "^7.17.7" - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-module-transforms" "^7.17.7" - "@babel/helpers" "^7.17.8" - "@babel/parser" "^7.17.8" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.17.3" - "@babel/types" "^7.17.0" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.1.2" - semver "^6.3.0" - -"@babel/generator@^7.14.0", "@babel/generator@^7.17.3", "@babel/generator@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad" - integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w== - dependencies: - "@babel/types" "^7.17.0" - jsesc "^2.5.1" - source-map "^0.5.0" - -"@babel/helper-annotate-as-pure@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" - integrity sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz#38d138561ea207f0f69eb1626a418e4f7e6a580b" - integrity sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA== - dependencies: - "@babel/helper-explode-assignable-expression" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46" - integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== - dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-validator-option" "^7.16.7" - browserslist "^4.17.5" - semver "^6.3.0" - -"@babel/helper-create-class-features-plugin@^7.16.7": - version "7.17.6" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9" - integrity sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-member-expression-to-functions" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - -"@babel/helper-create-regexp-features-plugin@^7.16.7": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz#1dcc7d40ba0c6b6b25618997c5dbfd310f186fe1" - integrity sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - regexpu-core "^5.0.1" - -"@babel/helper-define-polyfill-provider@^0.3.1": - version "0.3.1" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" - integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== - dependencies: - "@babel/helper-compilation-targets" "^7.13.0" - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/traverse" "^7.13.0" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - semver "^6.1.2" - -"@babel/helper-environment-visitor@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7" - integrity sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-explode-assignable-expression@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" - integrity sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-function-name@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz#f1ec51551fb1c8956bc8dd95f38523b6cf375f8f" - integrity sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA== - dependencies: - "@babel/helper-get-function-arity" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/helper-get-function-arity@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" - integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-hoist-variables@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246" - integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-member-expression-to-functions@^7.16.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4" - integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw== - dependencies: - "@babel/types" "^7.17.0" - -"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" - integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-module-transforms@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd" - integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw== - dependencies: - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-simple-access" "^7.17.7" - "@babel/helper-split-export-declaration" "^7.16.7" - "@babel/helper-validator-identifier" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.17.3" - "@babel/types" "^7.17.0" - -"@babel/helper-optimise-call-expression@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz#a34e3560605abbd31a18546bd2aad3e6d9a174f2" - integrity sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5" - integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA== - -"@babel/helper-remap-async-to-generator@^7.16.8": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz#29ffaade68a367e2ed09c90901986918d25e57e3" - integrity sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-wrap-function" "^7.16.8" - "@babel/types" "^7.16.8" - -"@babel/helper-replace-supers@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz#e9f5f5f32ac90429c1a4bdec0f231ef0c2838ab1" - integrity sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw== - dependencies: - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-member-expression-to-functions" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/traverse" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/helper-simple-access@^7.17.7": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367" - integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA== - dependencies: - "@babel/types" "^7.17.0" - -"@babel/helper-skip-transparent-expression-wrappers@^7.16.0": - version "7.16.0" - resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09" - integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw== - dependencies: - "@babel/types" "^7.16.0" - -"@babel/helper-split-export-declaration@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz#0b648c0c42da9d3920d85ad585f2778620b8726b" - integrity sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw== - dependencies: - "@babel/types" "^7.16.7" - -"@babel/helper-validator-identifier@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" - integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== - -"@babel/helper-validator-option@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" - integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ== - -"@babel/helper-wrap-function@^7.16.8": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz#58afda087c4cd235de92f7ceedebca2c41274200" - integrity sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw== - dependencies: - "@babel/helper-function-name" "^7.16.7" - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.16.8" - "@babel/types" "^7.16.8" - -"@babel/helpers@^7.17.8": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.8.tgz#288450be8c6ac7e4e44df37bcc53d345e07bc106" - integrity sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw== - dependencies: - "@babel/template" "^7.16.7" - "@babel/traverse" "^7.17.3" - "@babel/types" "^7.17.0" - -"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7": - version "7.16.10" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" - integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== - dependencies: - "@babel/helper-validator-identifier" "^7.16.7" - chalk "^2.0.0" - js-tokens "^4.0.0" - -"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.8", "@babel/parser@^7.7.0": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240" - integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ== - -"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" - integrity sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-proposal-export-default-from@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.16.7.tgz#a40ab158ca55627b71c5513f03d3469026a9e929" - integrity sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-export-default-from" "^7.16.7" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0", "@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz#141fc20b6857e59459d430c850a0011e36561d99" - integrity sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - -"@babel/plugin-proposal-object-rest-spread@^7.0.0": - version "7.17.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz#d9eb649a54628a51701aef7e0ea3d17e2b9dd390" - integrity sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw== - dependencies: - "@babel/compat-data" "^7.17.0" - "@babel/helper-compilation-targets" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.16.7" - -"@babel/plugin-proposal-optional-catch-binding@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz#c623a430674ffc4ab732fd0a0ae7722b67cb74cf" - integrity sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - -"@babel/plugin-proposal-optional-chaining@^7.0.0", "@babel/plugin-proposal-optional-chaining@^7.13.12": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz#7cd629564724816c0e8a969535551f943c64c39a" - integrity sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-bigint@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz#4c9a6f669f5d0cdf1b90a1671e9a146be5300cea" - integrity sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.0.0", "@babel/plugin-syntax-class-properties@^7.8.3": - version "7.12.13" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" - integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-dynamic-import@^7.0.0": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-export-default-from@^7.0.0", "@babel/plugin-syntax-export-default-from@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.16.7.tgz#fa89cf13b60de2c3f79acdc2b52a21174c6de060" - integrity sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.16.7", "@babel/plugin-syntax-flow@^7.2.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.16.7.tgz#202b147e5892b8452bbb0bb269c7ed2539ab8832" - integrity sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-syntax-import-meta@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51" - integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz#50b6571d13f764266a113d77c82b4a6508bbe665" - integrity sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-syntax-logical-assignment-operators@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" - integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0", "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.8.3": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" - integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.0.0", "@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.8.3": - version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c" - integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== - dependencies: - "@babel/helper-plugin-utils" "^7.14.5" - -"@babel/plugin-syntax-typescript@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8" - integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-arrow-functions@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz#44125e653d94b98db76369de9c396dc14bef4154" - integrity sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-async-to-generator@^7.0.0": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz#b83dff4b970cf41f1b819f8b49cc0cfbaa53a808" - integrity sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg== - dependencies: - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-remap-async-to-generator" "^7.16.8" - -"@babel/plugin-transform-block-scoped-functions@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz#4d0d57d9632ef6062cdf354bb717102ee042a620" - integrity sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-block-scoping@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz#f50664ab99ddeaee5bc681b8f3a6ea9d72ab4f87" - integrity sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-classes@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz#8f4b9562850cd973de3b498f1218796eb181ce00" - integrity sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-optimise-call-expression" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz#66dee12e46f61d2aae7a73710f591eb3df616470" - integrity sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-destructuring@^7.0.0": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz#49dc2675a7afa9a5e4c6bdee636061136c3408d1" - integrity sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-exponentiation-operator@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz#efa9862ef97e9e9e5f653f6ddc7b665e8536fe9b" - integrity sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.16.7.tgz#291fb140c78dabbf87f2427e7c7c332b126964b8" - integrity sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-flow" "^7.16.7" - -"@babel/plugin-transform-for-of@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz#649d639d4617dff502a9a158c479b3b556728d8c" - integrity sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-function-name@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz#5ab34375c64d61d083d7d2f05c38d90b97ec65cf" - integrity sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA== - dependencies: - "@babel/helper-compilation-targets" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz#254c9618c5ff749e87cb0c0cef1a0a050c0bdab1" - integrity sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-member-expression-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz#6e5dcf906ef8a098e630149d14c867dd28f92384" - integrity sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.13.8": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.7.tgz#d86b217c8e45bb5f2dbc11eefc8eab62cf980d19" - integrity sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA== - dependencies: - "@babel/helper-module-transforms" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-simple-access" "^7.17.7" - babel-plugin-dynamic-import-node "^2.3.3" - -"@babel/plugin-transform-object-assign@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.16.7.tgz#5fe08d63dccfeb6a33aa2638faf98e5c584100f8" - integrity sha512-R8mawvm3x0COTJtveuoqZIjNypn2FjfvXZr4pSQ8VhEFBuQGBz4XhHasZtHXjgXU4XptZ4HtGof3NoYc93ZH9Q== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-object-super@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz#ac359cf8d32cf4354d27a46867999490b6c32a94" - integrity sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-replace-supers" "^7.16.7" - -"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.16.7": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz#a1721f55b99b736511cb7e0152f61f17688f331f" - integrity sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-property-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz#2dadac85155436f22c696c4827730e0fe1057a55" - integrity sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-display-name@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz#7b6d40d232f4c0f550ea348593db3b21e2404340" - integrity sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-jsx-self@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.16.7.tgz#f432ad0cba14c4a1faf44f0076c69e42a4d4479e" - integrity sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-jsx-source@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.16.7.tgz#1879c3f23629d287cc6186a6c683154509ec70c0" - integrity sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-react-jsx@^7.0.0": - version "7.17.3" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz#eac1565da176ccb1a715dae0b4609858808008c1" - integrity sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.16.7" - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-jsx" "^7.16.7" - "@babel/types" "^7.17.0" - -"@babel/plugin-transform-regenerator@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz#9e7576dc476cb89ccc5096fff7af659243b4adeb" - integrity sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q== - dependencies: - regenerator-transform "^0.14.2" - -"@babel/plugin-transform-runtime@^7.0.0": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz#0a2e08b5e2b2d95c4b1d3b3371a2180617455b70" - integrity sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A== - dependencies: - "@babel/helper-module-imports" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - babel-plugin-polyfill-corejs2 "^0.3.0" - babel-plugin-polyfill-corejs3 "^0.5.0" - babel-plugin-polyfill-regenerator "^0.3.0" - semver "^6.3.0" - -"@babel/plugin-transform-shorthand-properties@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz#e8549ae4afcf8382f711794c0c7b6b934c5fbd2a" - integrity sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-spread@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz#a303e2122f9f12e0105daeedd0f30fb197d8ff44" - integrity sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-skip-transparent-expression-wrappers" "^7.16.0" - -"@babel/plugin-transform-sticky-regex@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz#c84741d4f4a38072b9a1e2e3fd56d359552e8660" - integrity sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-template-literals@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz#f3d1c45d28967c8e80f53666fc9c3e50618217ab" - integrity sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/plugin-transform-typescript@^7.16.7", "@babel/plugin-transform-typescript@^7.5.0": - version "7.16.8" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0" - integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/plugin-syntax-typescript" "^7.16.7" - -"@babel/plugin-transform-unicode-regex@^7.0.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz#0f7aa4a501198976e25e82702574c34cfebe9ef2" - integrity sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.16.7" - "@babel/helper-plugin-utils" "^7.16.7" - -"@babel/preset-flow@^7.13.13": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.16.7.tgz#7fd831323ab25eeba6e4b77a589f680e30581cbd" - integrity sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-validator-option" "^7.16.7" - "@babel/plugin-transform-flow-strip-types" "^7.16.7" - -"@babel/preset-typescript@^7.13.0": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9" - integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ== - dependencies: - "@babel/helper-plugin-utils" "^7.16.7" - "@babel/helper-validator-option" "^7.16.7" - "@babel/plugin-transform-typescript" "^7.16.7" - -"@babel/register@^7.13.16": - version "7.17.7" - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.17.7.tgz#5eef3e0f4afc07e25e847720e7b987ae33f08d0b" - integrity sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA== - dependencies: - clone-deep "^4.0.1" - find-cache-dir "^2.0.0" - make-dir "^2.1.0" - pirates "^4.0.5" - source-map-support "^0.5.16" - -"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4": - version "7.17.8" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.8.tgz#3e56e4aff81befa55ac3ac6a0967349fd1c5bca2" - integrity sha512-dQpEpK0O9o6lj6oPu0gRDbbnk+4LeHlNcBpspf6Olzt3GIX4P1lWF1gS+pHLDFlaJvbR6q7jCfQ08zA4QJBnmA== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/template@^7.0.0", "@babel/template@^7.16.7", "@babel/template@^7.3.3": - version "7.16.7" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155" - integrity sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w== - dependencies: - "@babel/code-frame" "^7.16.7" - "@babel/parser" "^7.16.7" - "@babel/types" "^7.16.7" - -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": - version "7.17.3" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" - integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== - dependencies: - "@babel/code-frame" "^7.16.7" - "@babel/generator" "^7.17.3" - "@babel/helper-environment-visitor" "^7.16.7" - "@babel/helper-function-name" "^7.16.7" - "@babel/helper-hoist-variables" "^7.16.7" - "@babel/helper-split-export-declaration" "^7.16.7" - "@babel/parser" "^7.17.3" - "@babel/types" "^7.17.0" - debug "^4.1.0" - globals "^11.1.0" - -"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.7.0": - version "7.17.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" - integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== - dependencies: - "@babel/helper-validator-identifier" "^7.16.7" - to-fast-properties "^2.0.0" - -"@bcoe/v8-coverage@^0.2.3": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" - integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== - -"@cnakazawa/watch@^1.0.3": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" - integrity sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ== - dependencies: - exec-sh "^0.3.2" - minimist "^1.2.0" - -"@eslint/eslintrc@^0.4.3": - version "0.4.3" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" - integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw== - dependencies: - ajv "^6.12.4" - debug "^4.1.1" - espree "^7.3.0" - globals "^13.9.0" - ignore "^4.0.6" - import-fresh "^3.2.1" - js-yaml "^3.13.1" - minimatch "^3.0.4" - strip-json-comments "^3.1.1" - -"@hapi/hoek@^9.0.0": - version "9.2.1" - resolved "https://registry.yarnpkg.com/@hapi/hoek/-/hoek-9.2.1.tgz#9551142a1980503752536b5050fd99f4a7f13b17" - integrity sha512-gfta+H8aziZsm8pZa0vj04KO6biEiisppNgA1kbJvFrrWu9Vm7eaUEy76DIxsuTaWvti5fkJVhllWc6ZTE+Mdw== - -"@hapi/topo@^5.0.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012" - integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg== - dependencies: - "@hapi/hoek" "^9.0.0" - -"@humanwhocodes/config-array@^0.5.0": - version "0.5.0" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9" - integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg== - dependencies: - "@humanwhocodes/object-schema" "^1.2.0" - debug "^4.1.1" - minimatch "^3.0.4" - -"@humanwhocodes/object-schema@^1.2.0": - version "1.2.1" - resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" - integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== - -"@istanbuljs/load-nyc-config@^1.0.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced" - integrity sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ== - dependencies: - camelcase "^5.3.1" - find-up "^4.1.0" - get-package-type "^0.1.0" - js-yaml "^3.13.1" - resolve-from "^5.0.0" - -"@istanbuljs/schema@^0.1.2": - version "0.1.3" - resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" - integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== - -"@jest/console@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-26.6.2.tgz#4e04bc464014358b03ab4937805ee36a0aeb98f2" - integrity sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g== - dependencies: - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - jest-message-util "^26.6.2" - jest-util "^26.6.2" - slash "^3.0.0" - -"@jest/core@^26.6.3": - version "26.6.3" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad" - integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw== - dependencies: - "@jest/console" "^26.6.2" - "@jest/reporters" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.4" - jest-changed-files "^26.6.2" - jest-config "^26.6.3" - jest-haste-map "^26.6.2" - jest-message-util "^26.6.2" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-resolve-dependencies "^26.6.3" - jest-runner "^26.6.3" - jest-runtime "^26.6.3" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - jest-watcher "^26.6.2" - micromatch "^4.0.2" - p-each-series "^2.1.0" - rimraf "^3.0.0" - slash "^3.0.0" - strip-ansi "^6.0.0" - -"@jest/create-cache-key-function@^27.0.1": - version "27.5.1" - resolved "https://registry.yarnpkg.com/@jest/create-cache-key-function/-/create-cache-key-function-27.5.1.tgz#7448fae15602ea95c828f5eceed35c202a820b31" - integrity sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ== - dependencies: - "@jest/types" "^27.5.1" - -"@jest/environment@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-26.6.2.tgz#ba364cc72e221e79cc8f0a99555bf5d7577cf92c" - integrity sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA== - dependencies: - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - -"@jest/fake-timers@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-26.6.2.tgz#459c329bcf70cee4af4d7e3f3e67848123535aad" - integrity sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA== - dependencies: - "@jest/types" "^26.6.2" - "@sinonjs/fake-timers" "^6.0.1" - "@types/node" "*" - jest-message-util "^26.6.2" - jest-mock "^26.6.2" - jest-util "^26.6.2" - -"@jest/globals@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-26.6.2.tgz#5b613b78a1aa2655ae908eba638cc96a20df720a" - integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA== - dependencies: - "@jest/environment" "^26.6.2" - "@jest/types" "^26.6.2" - expect "^26.6.2" - -"@jest/reporters@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-26.6.2.tgz#1f518b99637a5f18307bd3ecf9275f6882a667f6" - integrity sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw== - dependencies: - "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - chalk "^4.0.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.2" - graceful-fs "^4.2.4" - istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^4.0.3" - istanbul-lib-report "^3.0.0" - istanbul-lib-source-maps "^4.0.0" - istanbul-reports "^3.0.2" - jest-haste-map "^26.6.2" - jest-resolve "^26.6.2" - jest-util "^26.6.2" - jest-worker "^26.6.2" - slash "^3.0.0" - source-map "^0.6.0" - string-length "^4.0.1" - terminal-link "^2.0.0" - v8-to-istanbul "^7.0.0" - optionalDependencies: - node-notifier "^8.0.0" - -"@jest/source-map@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-26.6.2.tgz#29af5e1e2e324cafccc936f218309f54ab69d535" - integrity sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA== - dependencies: - callsites "^3.0.0" - graceful-fs "^4.2.4" - source-map "^0.6.0" - -"@jest/test-result@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-26.6.2.tgz#55da58b62df134576cc95476efa5f7949e3f5f18" - integrity sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ== - dependencies: - "@jest/console" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/istanbul-lib-coverage" "^2.0.0" - collect-v8-coverage "^1.0.0" - -"@jest/test-sequencer@^26.6.3": - version "26.6.3" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17" - integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw== - dependencies: - "@jest/test-result" "^26.6.2" - graceful-fs "^4.2.4" - jest-haste-map "^26.6.2" - jest-runner "^26.6.3" - jest-runtime "^26.6.3" - -"@jest/transform@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-26.6.2.tgz#5ac57c5fa1ad17b2aae83e73e45813894dcf2e4b" - integrity sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA== - dependencies: - "@babel/core" "^7.1.0" - "@jest/types" "^26.6.2" - babel-plugin-istanbul "^6.0.0" - chalk "^4.0.0" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" - graceful-fs "^4.2.4" - jest-haste-map "^26.6.2" - jest-regex-util "^26.0.0" - jest-util "^26.6.2" - micromatch "^4.0.2" - pirates "^4.0.1" - slash "^3.0.0" - source-map "^0.6.1" - write-file-atomic "^3.0.0" - -"@jest/types@^26.6.2": - version "26.6.2" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e" - integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^15.0.0" - chalk "^4.0.0" - -"@jest/types@^27.5.1": - version "27.5.1" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.5.1.tgz#3c79ec4a8ba61c170bf937bcf9e98a9df175ec80" - integrity sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^16.0.0" - chalk "^4.0.0" - -"@jridgewell/resolve-uri@^3.0.3": - version "3.0.5" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" - integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== - -"@jridgewell/sourcemap-codec@^1.4.10": - version "1.4.11" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" - integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== - -"@jridgewell/trace-mapping@^0.3.0": - version "0.3.4" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" - integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== - dependencies: - "@jridgewell/resolve-uri" "^3.0.3" - "@jridgewell/sourcemap-codec" "^1.4.10" - -"@react-native-community/cli-debugger-ui@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-7.0.3.tgz#3eeeacc5a43513cbcae56e5e965d77726361bcb4" - integrity sha512-G4SA6jFI0j22o+j+kYP8/7sxzbCDqSp2QiHA/X5E0lsGEd2o9qN2zbIjiFr8b8k+VVAYSUONhoC0+uKuINvmkA== - dependencies: - serve-static "^1.13.1" - -"@react-native-community/cli-hermes@^6.3.0": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-6.3.0.tgz#92b2f07d08626a60f6893c3e3d57c1538c8fb5a7" - integrity sha512-Uhbm9bubyZLZ12vFCIfWbE/Qi3SBTbYIN/TC08EudTLhv/KbPomCQnmFsnJ7AXQFuOZJs73mBxoEAYSbRbwyVA== - dependencies: - "@react-native-community/cli-platform-android" "^6.3.0" - "@react-native-community/cli-tools" "^6.2.0" - chalk "^4.1.2" - hermes-profile-transformer "^0.0.6" - ip "^1.1.5" - -"@react-native-community/cli-platform-android@^6.3.0": - version "6.3.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-6.3.0.tgz#ab7d156bd69a392493323eeaba839a874c0e201f" - integrity sha512-d5ufyYcvrZoHznYm5bjBXaiHIJv552t5gYtQpnUsxBhHSQ8QlaNmlLUyeSPRDfOw4ND9b0tPHqs4ufwx6vp/fQ== - dependencies: - "@react-native-community/cli-tools" "^6.2.0" - chalk "^4.1.2" - execa "^1.0.0" - fs-extra "^8.1.0" - glob "^7.1.3" - jetifier "^1.6.2" - lodash "^4.17.15" - logkitty "^0.7.1" - slash "^3.0.0" - xmldoc "^1.1.2" - -"@react-native-community/cli-platform-android@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-7.0.1.tgz#d165897edf401f9bceff1f361ef446528133cb52" - integrity sha512-nOr0aMkxAymCnbtsQwXBlyoRN2Y+IzC7Qz5T+/zyWwEbTY8SKQI8uV+8+qttUvzSvuXa2PeXsTWluuliOS8KCw== - dependencies: - "@react-native-community/cli-tools" "^7.0.1" - chalk "^4.1.2" - execa "^1.0.0" - fs-extra "^8.1.0" - glob "^7.1.3" - jetifier "^1.6.2" - lodash "^4.17.15" - logkitty "^0.7.1" - slash "^3.0.0" - xmldoc "^1.1.2" - -"@react-native-community/cli-platform-ios@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-7.0.1.tgz#1c27af85229246b7a528e97f093e38859896cc93" - integrity sha512-PLRIbzrCzSedmpjuFtQqcqUD45G8q7sEciI1lf5zUbVMXqjIBwJWS7iz8235PyWwj8J4MNHohLC+oyRueFtbGg== - dependencies: - "@react-native-community/cli-tools" "^7.0.1" - chalk "^4.1.2" - execa "^1.0.0" - glob "^7.1.3" - js-yaml "^3.13.1" - lodash "^4.17.15" - ora "^5.4.1" - plist "^3.0.2" - xcode "^3.0.0" - -"@react-native-community/cli-plugin-metro@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-7.0.3.tgz#b381ed2f68a0b126e4fa238f1956a44846e1ef8a" - integrity sha512-HJrEkFbxv9DNixsGwO+Q0zCcZMghDltyzeB9yQ//D5ZR4ZUEuAIPrRDdEp9xVw0WkBxAIZs6KXLux2/yPMwLhA== - dependencies: - "@react-native-community/cli-server-api" "^7.0.3" - "@react-native-community/cli-tools" "^6.2.0" - chalk "^4.1.2" - metro "^0.67.0" - metro-config "^0.67.0" - metro-core "^0.67.0" - metro-react-native-babel-transformer "^0.67.0" - metro-resolver "^0.67.0" - metro-runtime "^0.67.0" - readline "^1.3.0" - -"@react-native-community/cli-server-api@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-7.0.3.tgz#ba9695a2fdfef22750d141153efd94baf641129b" - integrity sha512-JDrLsrkBgNxbG2u3fouoVGL9tKrXUrTsaNwr+oCV+3XyMwbVe42r/OaQ681/iW/7mHXjuVkDnMcp7BMg7e2yJg== - dependencies: - "@react-native-community/cli-debugger-ui" "^7.0.3" - "@react-native-community/cli-tools" "^6.2.0" - compression "^1.7.1" - connect "^3.6.5" - errorhandler "^1.5.0" - nocache "^2.1.0" - pretty-format "^26.6.2" - serve-static "^1.13.1" - ws "^7.5.1" - -"@react-native-community/cli-tools@^6.2.0": - version "6.2.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-6.2.0.tgz#8f4adc2d83ab96e5654348533c8fa602742c4fce" - integrity sha512-08ssz4GMEnRxC/1FgTTN/Ud7mExQi5xMphItPjfHiTxpZPhrFn+IMx6mya0ncFEhhxQ207wYlJMRLPRRdBZ8oA== - dependencies: - appdirsjs "^1.2.4" - chalk "^4.1.2" - lodash "^4.17.15" - mime "^2.4.1" - node-fetch "^2.6.0" - open "^6.2.0" - semver "^6.3.0" - shell-quote "1.6.1" - -"@react-native-community/cli-tools@^7.0.1": - version "7.0.1" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-7.0.1.tgz#73790d6ca2825e42a70a770c1b403a6777e690d6" - integrity sha512-0xra4hKNA5PR2zYVXsDMNiXMGaDNoNRYMY6eTP2aVIxQbqIcVMDWSyCA8wMWX5iOpMWg0cZGaQ6a77f3Rlb34g== - dependencies: - appdirsjs "^1.2.4" - chalk "^4.1.2" - lodash "^4.17.15" - mime "^2.4.1" - node-fetch "^2.6.0" - open "^6.2.0" - ora "^5.4.1" - semver "^6.3.0" - shell-quote "^1.7.3" - -"@react-native-community/cli-types@^6.0.0": - version "6.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-6.0.0.tgz#90269fbdc7229d5e3b8f2f3e029a94083551040d" - integrity sha512-K493Fk2DMJC0ZM8s8gnfseKxGasIhuDaCUDeLZcoCSFlrjKEuEs1BKKEJiev0CARhKEXKOyyp/uqYM9nWhisNw== - dependencies: - ora "^3.4.0" - -"@react-native-community/cli@^7.0.3": - version "7.0.3" - resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-7.0.3.tgz#1addb462d71786fcbbd266fbceb41819b8cf7839" - integrity sha512-WyJOA829KAhU1pw2MDQt0YhOS9kyR2KqyqgJyTuQhzFVCBPX4F5aDEkZYYn4jdldaDHCPrLJ3ho3gxYTXy+x7w== - dependencies: - "@react-native-community/cli-debugger-ui" "^7.0.3" - "@react-native-community/cli-hermes" "^6.3.0" - "@react-native-community/cli-plugin-metro" "^7.0.3" - "@react-native-community/cli-server-api" "^7.0.3" - "@react-native-community/cli-tools" "^6.2.0" - "@react-native-community/cli-types" "^6.0.0" - appdirsjs "^1.2.4" - chalk "^4.1.2" - command-exists "^1.2.8" - commander "^2.19.0" - cosmiconfig "^5.1.0" - deepmerge "^3.2.0" - envinfo "^7.7.2" - execa "^1.0.0" - find-up "^4.1.0" - fs-extra "^8.1.0" - glob "^7.1.3" - graceful-fs "^4.1.3" - joi "^17.2.1" - leven "^3.1.0" - lodash "^4.17.15" - minimist "^1.2.0" - node-stream-zip "^1.9.1" - ora "^3.4.0" - pretty-format "^26.6.2" - prompts "^2.4.0" - semver "^6.3.0" - serve-static "^1.13.1" - strip-ansi "^5.2.0" - sudo-prompt "^9.0.0" - wcwidth "^1.0.1" - -"@react-native-community/eslint-config@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@react-native-community/eslint-config/-/eslint-config-2.0.0.tgz#35dcc529a274803fc4e0a6b3d6c274551fb91774" - integrity sha512-vHaMMfvMp9BWCQQ0lNIXibOJTcXIbYUQ8dSUsMOsrXgVkeVQJj88OwrKS00rQyqwMaC4/a6HuDiFzYUkGKOpVg== - dependencies: - "@react-native-community/eslint-plugin" "^1.1.0" - "@typescript-eslint/eslint-plugin" "^3.1.0" - "@typescript-eslint/parser" "^3.1.0" - babel-eslint "^10.1.0" - eslint-config-prettier "^6.10.1" - eslint-plugin-eslint-comments "^3.1.2" - eslint-plugin-flowtype "2.50.3" - eslint-plugin-jest "22.4.1" - eslint-plugin-prettier "3.1.2" - eslint-plugin-react "^7.20.0" - eslint-plugin-react-hooks "^4.0.4" - eslint-plugin-react-native "^3.8.1" - prettier "^2.0.2" - -"@react-native-community/eslint-plugin@^1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@react-native-community/eslint-plugin/-/eslint-plugin-1.1.0.tgz#e42b1bef12d2415411519fd528e64b593b1363dc" - integrity sha512-W/J0fNYVO01tioHjvYWQ9m6RgndVtbElzYozBq1ZPrHO/iCzlqoySHl4gO/fpCl9QEFjvJfjPgtPMTMlsoq5DQ== - -"@react-native/assets@1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@react-native/assets/-/assets-1.0.0.tgz#c6f9bf63d274bafc8e970628de24986b30a55c8e" - integrity sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ== - -"@react-native/normalize-color@*", "@react-native/normalize-color@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.0.0.tgz#da955909432474a9a0fe1cbffc66576a0447f567" - integrity sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw== - -"@react-native/polyfills@2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa" - integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ== - -"@sideway/address@^4.1.3": - version "4.1.4" - resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0" - integrity sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw== - dependencies: - "@hapi/hoek" "^9.0.0" - -"@sideway/formula@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@sideway/formula/-/formula-3.0.0.tgz#fe158aee32e6bd5de85044be615bc08478a0a13c" - integrity sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg== - -"@sideway/pinpoint@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" - integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== - -"@sinonjs/commons@^1.7.0": - version "1.8.3" - resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.3.tgz#3802ddd21a50a949b6721ddd72da36e67e7f1b2d" - integrity sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ== - dependencies: - type-detect "4.0.8" - -"@sinonjs/fake-timers@^6.0.1": - version "6.0.1" - resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40" - integrity sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA== - dependencies: - "@sinonjs/commons" "^1.7.0" - -"@tootallnate/once@1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" - integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== - -"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7": - version "7.1.19" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460" - integrity sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - "@types/babel__generator" "*" - "@types/babel__template" "*" - "@types/babel__traverse" "*" - -"@types/babel__generator@*": - version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" - integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== - dependencies: - "@babel/types" "^7.0.0" - -"@types/babel__template@*": - version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" - integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== - dependencies: - "@babel/parser" "^7.1.0" - "@babel/types" "^7.0.0" - -"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": - version "7.14.2" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.2.tgz#ffcd470bbb3f8bf30481678fb5502278ca833a43" - integrity sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA== - dependencies: - "@babel/types" "^7.3.0" - -"@types/eslint-visitor-keys@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" - integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== - -"@types/graceful-fs@^4.1.2": - version "4.1.5" - resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" - integrity sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw== - dependencies: - "@types/node" "*" - -"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44" - integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g== - -"@types/istanbul-lib-report@*": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686" - integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg== - dependencies: - "@types/istanbul-lib-coverage" "*" - -"@types/istanbul-reports@^3.0.0": - version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz#9153fe98bba2bd565a63add9436d6f0d7f8468ff" - integrity sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw== - dependencies: - "@types/istanbul-lib-report" "*" - -"@types/json-schema@^7.0.3": - version "7.0.11" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" - integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== - -"@types/node@*": - version "17.0.23" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.23.tgz#3b41a6e643589ac6442bdbd7a4a3ded62f33f7da" - integrity sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw== - -"@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== - -"@types/prettier@^2.0.0": - version "2.4.4" - resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17" - integrity sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA== - -"@types/stack-utils@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" - integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== - -"@types/yargs-parser@*": - version "21.0.0" - resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b" - integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA== - -"@types/yargs@^15.0.0": - version "15.0.14" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06" - integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ== - dependencies: - "@types/yargs-parser" "*" - -"@types/yargs@^16.0.0": - version "16.0.4" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977" - integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw== - dependencies: - "@types/yargs-parser" "*" - -"@typescript-eslint/eslint-plugin@^3.1.0": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f" - integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ== - dependencies: - "@typescript-eslint/experimental-utils" "3.10.1" - debug "^4.1.1" - functional-red-black-tree "^1.0.1" - regexpp "^3.0.0" - semver "^7.3.2" - tsutils "^3.17.1" - -"@typescript-eslint/experimental-utils@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz#e179ffc81a80ebcae2ea04e0332f8b251345a686" - integrity sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw== - dependencies: - "@types/json-schema" "^7.0.3" - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/typescript-estree" "3.10.1" - eslint-scope "^5.0.0" - eslint-utils "^2.0.0" - -"@typescript-eslint/parser@^3.1.0": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467" - integrity sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw== - dependencies: - "@types/eslint-visitor-keys" "^1.0.0" - "@typescript-eslint/experimental-utils" "3.10.1" - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/typescript-estree" "3.10.1" - eslint-visitor-keys "^1.1.0" - -"@typescript-eslint/types@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727" - integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ== - -"@typescript-eslint/typescript-estree@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853" - integrity sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w== - dependencies: - "@typescript-eslint/types" "3.10.1" - "@typescript-eslint/visitor-keys" "3.10.1" - debug "^4.1.1" - glob "^7.1.6" - is-glob "^4.0.1" - lodash "^4.17.15" - semver "^7.3.2" - tsutils "^3.17.1" - -"@typescript-eslint/visitor-keys@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931" - integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ== - dependencies: - eslint-visitor-keys "^1.1.0" - -abab@^2.0.3, abab@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a" - integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== - -abort-controller@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" - integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== - dependencies: - event-target-shim "^5.0.0" - -absolute-path@^0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7" - integrity sha1-p4di+9rftSl76ZsV01p4Wy8JW/c= - -accepts@^1.3.7, accepts@~1.3.5, accepts@~1.3.7: - version "1.3.8" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" - integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== - dependencies: - mime-types "~2.1.34" - negotiator "0.6.3" - -acorn-globals@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-6.0.0.tgz#46cdd39f0f8ff08a876619b55f5ac8a6dc770b45" - integrity sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg== - dependencies: - acorn "^7.1.1" - acorn-walk "^7.1.1" - -acorn-jsx@^5.3.1: - version "5.3.2" - resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" - integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== - -acorn-walk@^7.1.1: - version "7.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" - integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - -acorn@^7.1.1, acorn@^7.4.0: - version "7.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" - integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - -acorn@^8.2.4: - version "8.7.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf" - integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ== - -agent-base@6: - version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== - dependencies: - debug "4" - -ajv@^6.10.0, ajv@^6.12.4: - version "6.12.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -ajv@^8.0.1: - version "8.11.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f" - integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg== - dependencies: - fast-deep-equal "^3.1.1" - json-schema-traverse "^1.0.0" - require-from-string "^2.0.2" - uri-js "^4.2.2" - -anser@^1.4.9: - version "1.4.10" - resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b" - integrity sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww== - -ansi-colors@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" - integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== - -ansi-escapes@^4.2.1: - version "4.3.2" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e" - integrity sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== - dependencies: - type-fest "^0.21.3" - -ansi-fragments@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/ansi-fragments/-/ansi-fragments-0.2.1.tgz#24409c56c4cc37817c3d7caa99d8969e2de5a05e" - integrity sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w== - dependencies: - colorette "^1.0.7" - slice-ansi "^2.0.0" - strip-ansi "^5.0.0" - -ansi-regex@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed" - integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g== - -ansi-regex@^5.0.0, ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -anymatch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" - integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw== - dependencies: - micromatch "^3.1.4" - normalize-path "^2.1.1" - -anymatch@^3.0.3: - version "3.1.2" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716" - integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -appdirsjs@^1.2.4: - version "1.2.6" - resolved "https://registry.yarnpkg.com/appdirsjs/-/appdirsjs-1.2.6.tgz#fccf9ee543315492867cacfcfd4a2b32257d30ac" - integrity sha512-D8wJNkqMCeQs3kLasatELsddox/Xqkhp+J07iXGyL54fVN7oc+nmNfYzGuCs1IEP6uBw+TfpuO3JKwc+lECy4w== - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-filter@~0.0.0: - version "0.0.1" - resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" - integrity sha1-fajPLiZijtcygDWB/SH2fKzS7uw= - -array-includes@^3.1.4: - version "3.1.4" - resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9" - integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - get-intrinsic "^1.1.1" - is-string "^1.0.7" - -array-map@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" - integrity sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI= - -array-reduce@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" - integrity sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -array.prototype.flatmap@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.5.tgz#908dc82d8a406930fdf38598d51e7411d18d4446" - integrity sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - es-abstract "^1.19.0" - -asap@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" - integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -ast-types@0.14.2: - version "0.14.2" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.14.2.tgz#600b882df8583e3cd4f2df5fa20fa83759d4bdfd" - integrity sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA== - dependencies: - tslib "^2.0.1" - -astral-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" - integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== - -astral-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" - integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async@^2.4.0: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - dependencies: - lodash "^4.17.14" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -babel-core@^7.0.0-bridge.0: - version "7.0.0-bridge.0" - resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece" - integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg== - -babel-eslint@^10.1.0: - version "10.1.0" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232" - integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/parser" "^7.7.0" - "@babel/traverse" "^7.7.0" - "@babel/types" "^7.7.0" - eslint-visitor-keys "^1.0.0" - resolve "^1.12.0" - -babel-jest@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056" - integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA== - dependencies: - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/babel__core" "^7.1.7" - babel-plugin-istanbul "^6.0.0" - babel-preset-jest "^26.6.2" - chalk "^4.0.0" - graceful-fs "^4.2.4" - slash "^3.0.0" - -babel-plugin-dynamic-import-node@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" - integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - dependencies: - object.assign "^4.1.0" - -babel-plugin-istanbul@^6.0.0: - version "6.1.1" - resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73" - integrity sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@istanbuljs/load-nyc-config" "^1.0.0" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-instrument "^5.0.4" - test-exclude "^6.0.0" - -babel-plugin-jest-hoist@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz#8185bd030348d254c6d7dd974355e6a28b21e62d" - integrity sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw== - dependencies: - "@babel/template" "^7.3.3" - "@babel/types" "^7.3.3" - "@types/babel__core" "^7.0.0" - "@types/babel__traverse" "^7.0.6" - -babel-plugin-polyfill-corejs2@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" - integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== - dependencies: - "@babel/compat-data" "^7.13.11" - "@babel/helper-define-polyfill-provider" "^0.3.1" - semver "^6.1.1" - -babel-plugin-polyfill-corejs3@^0.5.0: - version "0.5.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" - integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.1" - core-js-compat "^3.21.0" - -babel-plugin-polyfill-regenerator@^0.3.0: - version "0.3.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" - integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.1" - -babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0: - version "7.0.0-beta.0" - resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf" - integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ== - -babel-preset-current-node-syntax@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz#b4399239b89b2a011f9ddbe3e4f401fc40cff73b" - integrity sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ== - dependencies: - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-bigint" "^7.8.3" - "@babel/plugin-syntax-class-properties" "^7.8.3" - "@babel/plugin-syntax-import-meta" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.8.3" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.8.3" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-top-level-await" "^7.8.3" - -babel-preset-fbjs@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz#38a14e5a7a3b285a3f3a86552d650dca5cf6111c" - integrity sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow== - dependencies: - "@babel/plugin-proposal-class-properties" "^7.0.0" - "@babel/plugin-proposal-object-rest-spread" "^7.0.0" - "@babel/plugin-syntax-class-properties" "^7.0.0" - "@babel/plugin-syntax-flow" "^7.0.0" - "@babel/plugin-syntax-jsx" "^7.0.0" - "@babel/plugin-syntax-object-rest-spread" "^7.0.0" - "@babel/plugin-transform-arrow-functions" "^7.0.0" - "@babel/plugin-transform-block-scoped-functions" "^7.0.0" - "@babel/plugin-transform-block-scoping" "^7.0.0" - "@babel/plugin-transform-classes" "^7.0.0" - "@babel/plugin-transform-computed-properties" "^7.0.0" - "@babel/plugin-transform-destructuring" "^7.0.0" - "@babel/plugin-transform-flow-strip-types" "^7.0.0" - "@babel/plugin-transform-for-of" "^7.0.0" - "@babel/plugin-transform-function-name" "^7.0.0" - "@babel/plugin-transform-literals" "^7.0.0" - "@babel/plugin-transform-member-expression-literals" "^7.0.0" - "@babel/plugin-transform-modules-commonjs" "^7.0.0" - "@babel/plugin-transform-object-super" "^7.0.0" - "@babel/plugin-transform-parameters" "^7.0.0" - "@babel/plugin-transform-property-literals" "^7.0.0" - "@babel/plugin-transform-react-display-name" "^7.0.0" - "@babel/plugin-transform-react-jsx" "^7.0.0" - "@babel/plugin-transform-shorthand-properties" "^7.0.0" - "@babel/plugin-transform-spread" "^7.0.0" - "@babel/plugin-transform-template-literals" "^7.0.0" - babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0" - -babel-preset-jest@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-26.6.2.tgz#747872b1171df032252426586881d62d31798fee" - integrity sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ== - dependencies: - babel-plugin-jest-hoist "^26.6.2" - babel-preset-current-node-syntax "^1.0.0" - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -base64-js@^1.1.2, base64-js@^1.3.1, base64-js@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -big-integer@1.6.x: - version "1.6.51" - resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.51.tgz#0df92a5d9880560d3ff2d5fd20245c889d130686" - integrity sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg== - -bl@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -bplist-creator@0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.0.tgz#018a2d1b587f769e379ef5519103730f8963ba1e" - integrity sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg== - dependencies: - stream-buffers "2.2.x" - -bplist-parser@0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.1.tgz#e1c90b2ca2a9f9474cc72f6862bbf3fee8341fd1" - integrity sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA== - dependencies: - big-integer "1.6.x" - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1: - version "2.3.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -browser-process-hrtime@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" - integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - -browserslist@^4.17.5, browserslist@^4.19.1: - version "4.20.2" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88" - integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA== - dependencies: - caniuse-lite "^1.0.30001317" - electron-to-chromium "^1.4.84" - escalade "^3.1.1" - node-releases "^2.0.2" - picocolors "^1.0.0" - -bser@2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05" - integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ== - dependencies: - node-int64 "^0.4.0" - -buffer-from@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5" - integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== - -buffer@^5.5.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -callsites@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" - integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== - -camelcase@^5.0.0, camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -camelcase@^6.0.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" - integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== - -caniuse-lite@^1.0.30001317: - version "1.0.30001325" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001325.tgz#2b4ad19b77aa36f61f2eaf72e636d7481d55e606" - integrity sha512-sB1bZHjseSjDtijV1Hb7PB2Zd58Kyx+n/9EotvZ4Qcz2K3d0lWB8dB4nb8wN/TsOGFq3UuAm0zQZNQ4SoR7TrQ== - -capture-exit@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-2.0.0.tgz#fb953bfaebeb781f62898239dabb426d08a509a4" - integrity sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g== - dependencies: - rsvp "^4.8.4" - -chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -char-regex@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf" - integrity sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw== - -ci-info@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46" - integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ== - -ci-info@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.0.tgz#b4ed1fb6818dea4803a55c623041f9165d2066b2" - integrity sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw== - -cjs-module-lexer@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz#4186fcca0eae175970aee870b9fe2d6cf8d5655f" - integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw== - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -cli-cursor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" - integrity sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU= - dependencies: - restore-cursor "^2.0.0" - -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - -cli-spinners@^2.0.0, cli-spinners@^2.5.0: - version "2.6.1" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d" - integrity sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== - -cliui@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1" - integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.0" - wrap-ansi "^6.2.0" - -clone-deep@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387" - integrity sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== - dependencies: - is-plain-object "^2.0.4" - kind-of "^6.0.2" - shallow-clone "^3.0.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -co@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" - integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= - -collect-v8-coverage@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz#cc2c8e94fc18bbdffe64d6534570c8a673b27f59" - integrity sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg== - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -colorette@^1.0.7: - version "1.4.0" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" - integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== - -combined-stream@^1.0.8: - version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -command-exists@^1.2.8: - version "1.2.9" - resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" - integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== - -commander@^2.19.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commander@~2.13.0: - version "2.13.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.13.0.tgz#6964bca67685df7c1f1430c584f07d7597885b9c" - integrity sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA== - -commondir@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" - integrity sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs= - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -compressible@~2.0.16: - version "2.0.18" - resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba" - integrity sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg== - dependencies: - mime-db ">= 1.43.0 < 2" - -compression@^1.7.1: - version "1.7.4" - resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" - integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== - dependencies: - accepts "~1.3.5" - bytes "3.0.0" - compressible "~2.0.16" - debug "2.6.9" - on-headers "~1.0.2" - safe-buffer "5.1.2" - vary "~1.1.2" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -connect@^3.6.5: - version "3.7.0" - resolved "https://registry.yarnpkg.com/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8" - integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== - dependencies: - debug "2.6.9" - finalhandler "1.1.2" - parseurl "~1.3.3" - utils-merge "1.0.1" - -convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369" - integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA== - dependencies: - safe-buffer "~5.1.1" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-js-compat@^3.21.0: - version "3.21.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.21.1.tgz#cac369f67c8d134ff8f9bd1623e3bc2c42068c82" - integrity sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g== - dependencies: - browserslist "^4.19.1" - semver "7.0.0" - -core-util-is@~1.0.0: - version "1.0.3" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" - integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== - -cosmiconfig@^5.0.5, cosmiconfig@^5.1.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -cross-spawn@^6.0.0: - version "6.0.5" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^7.0.0, cross-spawn@^7.0.2: - version "7.0.3" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -cssom@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10" - integrity sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw== - -cssom@~0.3.6: - version "0.3.8" - resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssstyle@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852" - integrity sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== - dependencies: - cssom "~0.3.6" - -data-urls@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-2.0.0.tgz#156485a72963a970f5d5821aaf642bef2bf2db9b" - integrity sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ== - dependencies: - abab "^2.0.3" - whatwg-mimetype "^2.3.0" - whatwg-url "^8.0.0" - -dayjs@^1.8.15: - version "1.11.0" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.0.tgz#009bf7ef2e2ea2d5db2e6583d2d39a4b5061e805" - integrity sha512-JLC809s6Y948/FuCZPm5IX8rRhQwOiyMb2TfVVQEixG7P8Lm/gt5S7yoQZmC8x1UehI9Pb7sksEt4xx14m+7Ug== - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3: - version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1: - version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - -decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decimal.js@^10.2.1: - version "10.3.1" - resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783" - integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ== - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -deep-is@^0.1.3, deep-is@~0.1.3: - version "0.1.4" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" - integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== - -deepmerge@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.3.0.tgz#d3c47fd6f3a93d517b14426b0628a17b0125f5f7" - integrity sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA== - -deepmerge@^4.2.2: - version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" - integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -denodeify@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631" - integrity sha1-OjYof1A05pnnV3kBBSwubJQlFjE= - -depd@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - -deprecated-react-native-prop-types@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.3.0.tgz#c10c6ee75ff2b6de94bb127f142b814e6e08d9ab" - integrity sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA== - dependencies: - "@react-native/normalize-color" "*" - invariant "*" - prop-types "*" - -destroy@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" - integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== - -detect-newline@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" - integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== - -diff-sequences@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1" - integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q== - -doctrine@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" - integrity sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== - dependencies: - esutils "^2.0.2" - -doctrine@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - dependencies: - esutils "^2.0.2" - -domexception@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/domexception/-/domexception-2.0.1.tgz#fb44aefba793e1574b0af6aed2801d057529f304" - integrity sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg== - dependencies: - webidl-conversions "^5.0.0" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -electron-to-chromium@^1.4.84: - version "1.4.103" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.103.tgz#abfe376a4d70fa1e1b4b353b95df5d6dfd05da3a" - integrity sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg== - -emittery@^0.7.1: - version "0.7.2" - resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.7.2.tgz#25595908e13af0f5674ab419396e2fb394cdfa82" - integrity sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -end-of-stream@^1.1.0: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -enquirer@^2.3.5: - version "2.3.6" - resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" - integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== - dependencies: - ansi-colors "^4.1.1" - -envinfo@^7.7.2: - version "7.8.1" - resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475" - integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -error-stack-parser@^2.0.6: - version "2.0.7" - resolved "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.7.tgz#b0c6e2ce27d0495cf78ad98715e0cad1219abb57" - integrity sha512-chLOW0ZGRf4s8raLrDxa5sdkvPec5YdvwbFnqJme4rk0rFajP8mPtrDL1+I+CwrQDCjswDA5sREX7jYQDQs9vA== - dependencies: - stackframe "^1.1.1" - -errorhandler@^1.5.0: - version "1.5.1" - resolved "https://registry.yarnpkg.com/errorhandler/-/errorhandler-1.5.1.tgz#b9ba5d17cf90744cd1e851357a6e75bf806a9a91" - integrity sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A== - dependencies: - accepts "~1.3.7" - escape-html "~1.0.3" - -es-abstract@^1.19.0, es-abstract@^1.19.1: - version "1.19.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.2.tgz#8f7b696d8f15b167ae3640b4060670f3d054143f" - integrity sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.1.1" - get-symbol-description "^1.0.0" - has "^1.0.3" - has-symbols "^1.0.3" - internal-slot "^1.0.3" - is-callable "^1.2.4" - is-negative-zero "^2.0.2" - is-regex "^1.1.4" - is-shared-array-buffer "^1.0.1" - is-string "^1.0.7" - is-weakref "^1.0.2" - object-inspect "^1.12.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.4" - string.prototype.trimstart "^1.0.4" - unbox-primitive "^1.0.1" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -escalade@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" - integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escape-string-regexp@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz#a30304e99daa32e23b2fd20f51babd07cffca344" - integrity sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w== - -escape-string-regexp@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" - integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== - -escodegen@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-2.0.0.tgz#5e32b12833e8aa8fa35e1bf0befa89380484c7dd" - integrity sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw== - dependencies: - esprima "^4.0.1" - estraverse "^5.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -eslint-config-prettier@^6.10.1: - version "6.15.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" - integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== - dependencies: - get-stdin "^6.0.0" - -eslint-plugin-eslint-comments@^3.1.2: - version "3.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-comments/-/eslint-plugin-eslint-comments-3.2.0.tgz#9e1cd7b4413526abb313933071d7aba05ca12ffa" - integrity sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ== - dependencies: - escape-string-regexp "^1.0.5" - ignore "^5.0.5" - -eslint-plugin-flowtype@2.50.3: - version "2.50.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz#61379d6dce1d010370acd6681740fd913d68175f" - integrity sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ== - dependencies: - lodash "^4.17.10" - -eslint-plugin-jest@22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz#a5fd6f7a2a41388d16f527073b778013c5189a9c" - integrity sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg== - -eslint-plugin-prettier@3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" - integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== - dependencies: - prettier-linter-helpers "^1.0.0" - -eslint-plugin-react-hooks@^4.0.4: - version "4.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.4.0.tgz#71c39e528764c848d8253e1aa2c7024ed505f6c4" - integrity sha512-U3RVIfdzJaeKDQKEJbz5p3NW8/L80PCATJAfuojwbaEL+gBjfGdhUcGde+WGUW46Q5sr/NgxevsIiDtNXrvZaQ== - -eslint-plugin-react-native-globals@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz#ee1348bc2ceb912303ce6bdbd22e2f045ea86ea2" - integrity sha512-9aEPf1JEpiTjcFAmmyw8eiIXmcNZOqaZyHO77wgm0/dWfT/oxC1SrIq8ET38pMxHYrcB6Uew+TzUVsBeczF88g== - -eslint-plugin-react-native@^3.8.1: - version "3.11.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-react-native/-/eslint-plugin-react-native-3.11.0.tgz#c73b0886abb397867e5e6689d3a6a418682e6bac" - integrity sha512-7F3OTwrtQPfPFd+VygqKA2VZ0f2fz0M4gJmry/TRE18JBb94/OtMxwbL7Oqwu7FGyrdeIOWnXQbBAveMcSTZIA== - dependencies: - "@babel/traverse" "^7.7.4" - eslint-plugin-react-native-globals "^0.1.1" - -eslint-plugin-react@^7.20.0: - version "7.29.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz#4717de5227f55f3801a5fd51a16a4fa22b5914d2" - integrity sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ== - dependencies: - array-includes "^3.1.4" - array.prototype.flatmap "^1.2.5" - doctrine "^2.1.0" - estraverse "^5.3.0" - jsx-ast-utils "^2.4.1 || ^3.0.0" - minimatch "^3.1.2" - object.entries "^1.1.5" - object.fromentries "^2.0.5" - object.hasown "^1.1.0" - object.values "^1.1.5" - prop-types "^15.8.1" - resolve "^2.0.0-next.3" - semver "^6.3.0" - string.prototype.matchall "^4.0.6" - -eslint-scope@^5.0.0, eslint-scope@^5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" - integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== - dependencies: - esrecurse "^4.3.0" - estraverse "^4.1.1" - -eslint-utils@^2.0.0, eslint-utils@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" - integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - dependencies: - eslint-visitor-keys "^1.1.0" - -eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e" - integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== - -eslint-visitor-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303" - integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== - -eslint@^7.32.0: - version "7.32.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d" - integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA== - dependencies: - "@babel/code-frame" "7.12.11" - "@eslint/eslintrc" "^0.4.3" - "@humanwhocodes/config-array" "^0.5.0" - ajv "^6.10.0" - chalk "^4.0.0" - cross-spawn "^7.0.2" - debug "^4.0.1" - doctrine "^3.0.0" - enquirer "^2.3.5" - escape-string-regexp "^4.0.0" - eslint-scope "^5.1.1" - eslint-utils "^2.1.0" - eslint-visitor-keys "^2.0.0" - espree "^7.3.1" - esquery "^1.4.0" - esutils "^2.0.2" - fast-deep-equal "^3.1.3" - file-entry-cache "^6.0.1" - functional-red-black-tree "^1.0.1" - glob-parent "^5.1.2" - globals "^13.6.0" - ignore "^4.0.6" - import-fresh "^3.0.0" - imurmurhash "^0.1.4" - is-glob "^4.0.0" - js-yaml "^3.13.1" - json-stable-stringify-without-jsonify "^1.0.1" - levn "^0.4.1" - lodash.merge "^4.6.2" - minimatch "^3.0.4" - natural-compare "^1.4.0" - optionator "^0.9.1" - progress "^2.0.0" - regexpp "^3.1.0" - semver "^7.2.1" - strip-ansi "^6.0.0" - strip-json-comments "^3.1.0" - table "^6.0.9" - text-table "^0.2.0" - v8-compile-cache "^2.0.3" - -espree@^7.3.0, espree@^7.3.1: - version "7.3.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" - integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== - dependencies: - acorn "^7.4.0" - acorn-jsx "^5.3.1" - eslint-visitor-keys "^1.3.0" - -esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -esquery@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" - integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w== - dependencies: - estraverse "^5.1.0" - -esrecurse@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" - integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== - dependencies: - estraverse "^5.2.0" - -estraverse@^4.1.1: - version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" - integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -etag@~1.8.1: - version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" - integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= - -event-target-shim@^5.0.0, event-target-shim@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" - integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== - -exec-sh@^0.3.2: - version "0.3.6" - resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc" - integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== - -execa@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" - integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA== - dependencies: - cross-spawn "^6.0.0" - get-stream "^4.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -execa@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a" - integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA== - dependencies: - cross-spawn "^7.0.0" - get-stream "^5.0.0" - human-signals "^1.1.1" - is-stream "^2.0.0" - merge-stream "^2.0.0" - npm-run-path "^4.0.0" - onetime "^5.1.0" - signal-exit "^3.0.2" - strip-final-newline "^2.0.0" - -exit@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" - integrity sha1-BjJjj42HfMghB9MKD/8aF8uhzQw= - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -expect@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/expect/-/expect-26.6.2.tgz#c6b996bf26bf3fe18b67b2d0f51fc981ba934417" - integrity sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA== - dependencies: - "@jest/types" "^26.6.2" - ansi-styles "^4.0.0" - jest-get-type "^26.3.0" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-regex-util "^26.0.0" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-diff@^1.1.2: - version "1.2.0" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" - integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fb-watchman@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85" - integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg== - dependencies: - bser "2.1.1" - -file-entry-cache@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" - integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== - dependencies: - flat-cache "^3.0.4" - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finalhandler@1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -find-cache-dir@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.1.0.tgz#8d0f94cd13fe43c6c7c261a0d86115ca918c05f7" - integrity sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ== - dependencies: - commondir "^1.0.1" - make-dir "^2.0.0" - pkg-dir "^3.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -find-up@^4.0.0, find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -flat-cache@^3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" - integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== - dependencies: - flatted "^3.1.0" - rimraf "^3.0.2" - -flatted@^3.1.0: - version "3.2.5" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3" - integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg== - -flow-parser@0.*: - version "0.175.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.175.0.tgz#622c2e1dadeed0cc3d25779b143a0935bf515983" - integrity sha512-9XG5JGOjhODF+OQF5ufCw8XiGi+8B46scjr3Q49JxN7IDRdT2W+1AOuvKKd6j766/5E7qSuCn/dsq1y3hihntg== - -flow-parser@^0.121.0: - version "0.121.0" - resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.121.0.tgz#9f9898eaec91a9f7c323e9e992d81ab5c58e618f" - integrity sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg== - -for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -form-data@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" - integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.8" - mime-types "^2.1.12" - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fresh@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" - integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= - -fs-extra@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950" - integrity sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA= - dependencies: - graceful-fs "^4.1.2" - jsonfile "^2.1.0" - klaw "^1.0.0" - -fs-extra@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" - integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@^2.1.2, fsevents@^2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -functional-red-black-tree@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" - integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= - -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - -get-package-type@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a" - integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q== - -get-stdin@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== - -get-stream@^4.0.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" - integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w== - dependencies: - pump "^3.0.0" - -get-stream@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" - integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== - dependencies: - pump "^3.0.0" - -get-symbol-description@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6" - integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== - dependencies: - call-bind "^1.0.2" - get-intrinsic "^1.1.1" - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -glob-parent@^5.1.2: - version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: - version "7.2.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023" - integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^13.6.0, globals@^13.9.0: - version "13.13.0" - resolved "https://registry.yarnpkg.com/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b" - integrity sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A== - dependencies: - type-fest "^0.20.2" - -graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9: - version "4.2.10" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" - integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== - -growly@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" - integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= - -has-bigints@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" - integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" - integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== - -has-tostringtag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" - integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== - dependencies: - has-symbols "^1.0.2" - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hermes-engine@~0.11.0: - version "0.11.0" - resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.11.0.tgz#bb224730d230a02a5af02c4e090d1f52d57dd3db" - integrity sha512-7aMUlZja2IyLYAcZ69NBnwJAR5ZOYlSllj0oMpx08a8HzxHOys0eKCzfphrf6D0vX1JGO1QQvVsQKe6TkYherw== - -hermes-estree@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.5.0.tgz#36432a2b12f01b217244da098924efdfdfc12327" - integrity sha512-1h8rvG23HhIR5K6Kt0e5C7BC72J1Ath/8MmSta49vxXp/j6wl7IMHvIRFYBQr35tWnQY97dSGR2uoAJ5pHUQkg== - -hermes-parser@0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.5.0.tgz#8b678dd8b29a08b57cbaf60adba4896494c59a53" - integrity sha512-ARnJBScKAkkq8j3BHrNGBUv/4cSpZNbKDsVizEtzmsFeqC67Dopa5s4XRe+e3wN52Dh5Mj2kDB5wJvhcxwDkPg== - dependencies: - hermes-estree "0.5.0" - -hermes-profile-transformer@^0.0.6: - version "0.0.6" - resolved "https://registry.yarnpkg.com/hermes-profile-transformer/-/hermes-profile-transformer-0.0.6.tgz#bd0f5ecceda80dd0ddaae443469ab26fb38fc27b" - integrity sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ== - dependencies: - source-map "^0.7.3" - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - -html-encoding-sniffer@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz#42a6dc4fd33f00281176e8b23759ca4e4fa185f3" - integrity sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ== - dependencies: - whatwg-encoding "^1.0.5" - -html-escaper@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453" - integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== - -http-errors@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" - integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== - dependencies: - depd "2.0.0" - inherits "2.0.4" - setprototypeof "1.2.0" - statuses "2.0.1" - toidentifier "1.0.1" - -http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== - dependencies: - "@tootallnate/once" "1" - agent-base "6" - debug "4" - -https-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2" - integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA== - dependencies: - agent-base "6" - debug "4" - -human-signals@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" - integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -ieee754@^1.1.13: - version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -ignore@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc" - integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg== - -ignore@^5.0.5: - version "5.2.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" - integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== - -image-size@^0.6.0: - version "0.6.3" - resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2" - integrity sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA== - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -import-fresh@^3.0.0, import-fresh@^3.2.1: - version "3.3.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" - integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== - dependencies: - parent-module "^1.0.0" - resolve-from "^4.0.0" - -import-local@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.1.0.tgz#b4479df8a5fd44f6cdce24070675676063c95cb4" - integrity sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== - dependencies: - pkg-dir "^4.2.0" - resolve-cwd "^3.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@2.0.4, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -internal-slot@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c" - integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA== - dependencies: - get-intrinsic "^1.1.0" - has "^1.0.3" - side-channel "^1.0.4" - -invariant@*, invariant@^2.2.4: - version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" - integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== - dependencies: - loose-envify "^1.0.0" - -ip@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" - integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-bigint@^1.0.1: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3" - integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== - dependencies: - has-bigints "^1.0.1" - -is-boolean-object@^1.1.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719" - integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-callable@^1.1.4, is-callable@^1.2.4: - version "1.2.4" - resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945" - integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w== - -is-ci@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-2.0.0.tgz#6bc6334181810e04b5c22b3d589fdca55026404c" - integrity sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w== - dependencies: - ci-info "^2.0.0" - -is-core-module@^2.2.0, is-core-module@^2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.1.tgz#f59fdfca701d5879d0a6b100a40aa1560ce27211" - integrity sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA== - dependencies: - has "^1.0.3" - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.5" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" - integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== - dependencies: - has-tostringtag "^1.0.0" - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - -is-docker@^2.0.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-generator-fn@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-2.1.0.tgz#7d140adc389aaf3011a8f2a2a4cfa6faadffb118" - integrity sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ== - -is-glob@^4.0.0, is-glob@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-interactive@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" - integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== - -is-negative-zero@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150" - integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== - -is-number-object@^1.0.4: - version "1.0.7" - resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc" - integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== - dependencies: - has-tostringtag "^1.0.0" - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-potential-custom-element-name@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" - integrity sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== - -is-regex@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" - integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== - dependencies: - call-bind "^1.0.2" - has-tostringtag "^1.0.0" - -is-shared-array-buffer@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79" - integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== - dependencies: - call-bind "^1.0.2" - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-stream@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" - integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== - -is-string@^1.0.5, is-string@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd" - integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== - dependencies: - has-tostringtag "^1.0.0" - -is-symbol@^1.0.2, is-symbol@^1.0.3: - version "1.0.4" - resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c" - integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== - dependencies: - has-symbols "^1.0.2" - -is-typedarray@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-unicode-supported@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" - integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== - -is-weakref@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" - integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== - dependencies: - call-bind "^1.0.2" - -is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-wsl@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d" - integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0= - -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - -isarray@1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3" - integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== - -istanbul-lib-instrument@^4.0.3: - version "4.0.3" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d" - integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ== - dependencies: - "@babel/core" "^7.7.5" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.0.0" - semver "^6.3.0" - -istanbul-lib-instrument@^5.0.4: - version "5.1.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz#7b49198b657b27a730b8e9cb601f1e1bff24c59a" - integrity sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q== - dependencies: - "@babel/core" "^7.12.3" - "@babel/parser" "^7.14.7" - "@istanbuljs/schema" "^0.1.2" - istanbul-lib-coverage "^3.2.0" - semver "^6.3.0" - -istanbul-lib-report@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#7518fe52ea44de372f460a76b5ecda9ffb73d8a6" - integrity sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw== - dependencies: - istanbul-lib-coverage "^3.0.0" - make-dir "^3.0.0" - supports-color "^7.1.0" - -istanbul-lib-source-maps@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz#895f3a709fcfba34c6de5a42939022f3e4358551" - integrity sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw== - dependencies: - debug "^4.1.1" - istanbul-lib-coverage "^3.0.0" - source-map "^0.6.1" - -istanbul-reports@^3.0.2: - version "3.1.4" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-3.1.4.tgz#1b6f068ecbc6c331040aab5741991273e609e40c" - integrity sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw== - dependencies: - html-escaper "^2.0.0" - istanbul-lib-report "^3.0.0" - -jest-changed-files@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0" - integrity sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ== - dependencies: - "@jest/types" "^26.6.2" - execa "^4.0.0" - throat "^5.0.0" - -jest-cli@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a" - integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg== - dependencies: - "@jest/core" "^26.6.3" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - chalk "^4.0.0" - exit "^0.1.2" - graceful-fs "^4.2.4" - import-local "^3.0.2" - is-ci "^2.0.0" - jest-config "^26.6.3" - jest-util "^26.6.2" - jest-validate "^26.6.2" - prompts "^2.0.1" - yargs "^15.4.1" - -jest-config@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349" - integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg== - dependencies: - "@babel/core" "^7.1.0" - "@jest/test-sequencer" "^26.6.3" - "@jest/types" "^26.6.2" - babel-jest "^26.6.3" - chalk "^4.0.0" - deepmerge "^4.2.2" - glob "^7.1.1" - graceful-fs "^4.2.4" - jest-environment-jsdom "^26.6.2" - jest-environment-node "^26.6.2" - jest-get-type "^26.3.0" - jest-jasmine2 "^26.6.3" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - micromatch "^4.0.2" - pretty-format "^26.6.2" - -jest-diff@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-26.6.2.tgz#1aa7468b52c3a68d7d5c5fdcdfcd5e49bd164394" - integrity sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA== - dependencies: - chalk "^4.0.0" - diff-sequences "^26.6.2" - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-docblock@^26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-26.0.0.tgz#3e2fa20899fc928cb13bd0ff68bd3711a36889b5" - integrity sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w== - dependencies: - detect-newline "^3.0.0" - -jest-each@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-26.6.2.tgz#02526438a77a67401c8a6382dfe5999952c167cb" - integrity sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A== - dependencies: - "@jest/types" "^26.6.2" - chalk "^4.0.0" - jest-get-type "^26.3.0" - jest-util "^26.6.2" - pretty-format "^26.6.2" - -jest-environment-jsdom@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-26.6.2.tgz#78d09fe9cf019a357009b9b7e1f101d23bd1da3e" - integrity sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q== - dependencies: - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - jest-util "^26.6.2" - jsdom "^16.4.0" - -jest-environment-node@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-26.6.2.tgz#824e4c7fb4944646356f11ac75b229b0035f2b0c" - integrity sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag== - dependencies: - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - jest-mock "^26.6.2" - jest-util "^26.6.2" - -jest-get-type@^26.3.0: - version "26.3.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0" - integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig== - -jest-haste-map@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-26.6.2.tgz#dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa" - integrity sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w== - dependencies: - "@jest/types" "^26.6.2" - "@types/graceful-fs" "^4.1.2" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.4" - jest-regex-util "^26.0.0" - jest-serializer "^26.6.2" - jest-util "^26.6.2" - jest-worker "^26.6.2" - micromatch "^4.0.2" - sane "^4.0.3" - walker "^1.0.7" - optionalDependencies: - fsevents "^2.1.2" - -jest-haste-map@^27.3.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f" - integrity sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng== - dependencies: - "@jest/types" "^27.5.1" - "@types/graceful-fs" "^4.1.2" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^27.5.1" - jest-serializer "^27.5.1" - jest-util "^27.5.1" - jest-worker "^27.5.1" - micromatch "^4.0.4" - walker "^1.0.7" - optionalDependencies: - fsevents "^2.3.2" - -jest-jasmine2@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd" - integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg== - dependencies: - "@babel/traverse" "^7.1.0" - "@jest/environment" "^26.6.2" - "@jest/source-map" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - co "^4.6.0" - expect "^26.6.2" - is-generator-fn "^2.0.0" - jest-each "^26.6.2" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-runtime "^26.6.3" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - pretty-format "^26.6.2" - throat "^5.0.0" - -jest-leak-detector@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-26.6.2.tgz#7717cf118b92238f2eba65054c8a0c9c653a91af" - integrity sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg== - dependencies: - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-matcher-utils@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-26.6.2.tgz#8e6fd6e863c8b2d31ac6472eeb237bc595e53e7a" - integrity sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw== - dependencies: - chalk "^4.0.0" - jest-diff "^26.6.2" - jest-get-type "^26.3.0" - pretty-format "^26.6.2" - -jest-message-util@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-26.6.2.tgz#58173744ad6fc0506b5d21150b9be56ef001ca07" - integrity sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA== - dependencies: - "@babel/code-frame" "^7.0.0" - "@jest/types" "^26.6.2" - "@types/stack-utils" "^2.0.0" - chalk "^4.0.0" - graceful-fs "^4.2.4" - micromatch "^4.0.2" - pretty-format "^26.6.2" - slash "^3.0.0" - stack-utils "^2.0.2" - -jest-mock@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.6.2.tgz#d6cb712b041ed47fe0d9b6fc3474bc6543feb302" - integrity sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew== - dependencies: - "@jest/types" "^26.6.2" - "@types/node" "*" - -jest-pnp-resolver@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz#b704ac0ae028a89108a4d040b3f919dfddc8e33c" - integrity sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w== - -jest-regex-util@^26.0.0: - version "26.0.0" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28" - integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A== - -jest-regex-util@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.5.1.tgz#4da143f7e9fd1e542d4aa69617b38e4a78365b95" - integrity sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg== - -jest-resolve-dependencies@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6" - integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg== - dependencies: - "@jest/types" "^26.6.2" - jest-regex-util "^26.0.0" - jest-snapshot "^26.6.2" - -jest-resolve@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-26.6.2.tgz#a3ab1517217f469b504f1b56603c5bb541fbb507" - integrity sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ== - dependencies: - "@jest/types" "^26.6.2" - chalk "^4.0.0" - graceful-fs "^4.2.4" - jest-pnp-resolver "^1.2.2" - jest-util "^26.6.2" - read-pkg-up "^7.0.1" - resolve "^1.18.1" - slash "^3.0.0" - -jest-runner@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159" - integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ== - dependencies: - "@jest/console" "^26.6.2" - "@jest/environment" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - emittery "^0.7.1" - exit "^0.1.2" - graceful-fs "^4.2.4" - jest-config "^26.6.3" - jest-docblock "^26.0.0" - jest-haste-map "^26.6.2" - jest-leak-detector "^26.6.2" - jest-message-util "^26.6.2" - jest-resolve "^26.6.2" - jest-runtime "^26.6.3" - jest-util "^26.6.2" - jest-worker "^26.6.2" - source-map-support "^0.5.6" - throat "^5.0.0" - -jest-runtime@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b" - integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw== - dependencies: - "@jest/console" "^26.6.2" - "@jest/environment" "^26.6.2" - "@jest/fake-timers" "^26.6.2" - "@jest/globals" "^26.6.2" - "@jest/source-map" "^26.6.2" - "@jest/test-result" "^26.6.2" - "@jest/transform" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/yargs" "^15.0.0" - chalk "^4.0.0" - cjs-module-lexer "^0.6.0" - collect-v8-coverage "^1.0.0" - exit "^0.1.2" - glob "^7.1.3" - graceful-fs "^4.2.4" - jest-config "^26.6.3" - jest-haste-map "^26.6.2" - jest-message-util "^26.6.2" - jest-mock "^26.6.2" - jest-regex-util "^26.0.0" - jest-resolve "^26.6.2" - jest-snapshot "^26.6.2" - jest-util "^26.6.2" - jest-validate "^26.6.2" - slash "^3.0.0" - strip-bom "^4.0.0" - yargs "^15.4.1" - -jest-serializer@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-26.6.2.tgz#d139aafd46957d3a448f3a6cdabe2919ba0742d1" - integrity sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g== - dependencies: - "@types/node" "*" - graceful-fs "^4.2.4" - -jest-serializer@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.5.1.tgz#81438410a30ea66fd57ff730835123dea1fb1f64" - integrity sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w== - dependencies: - "@types/node" "*" - graceful-fs "^4.2.9" - -jest-snapshot@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-26.6.2.tgz#f3b0af1acb223316850bd14e1beea9837fb39c84" - integrity sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og== - dependencies: - "@babel/types" "^7.0.0" - "@jest/types" "^26.6.2" - "@types/babel__traverse" "^7.0.4" - "@types/prettier" "^2.0.0" - chalk "^4.0.0" - expect "^26.6.2" - graceful-fs "^4.2.4" - jest-diff "^26.6.2" - jest-get-type "^26.3.0" - jest-haste-map "^26.6.2" - jest-matcher-utils "^26.6.2" - jest-message-util "^26.6.2" - jest-resolve "^26.6.2" - natural-compare "^1.4.0" - pretty-format "^26.6.2" - semver "^7.3.2" - -jest-util@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1" - integrity sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q== - dependencies: - "@jest/types" "^26.6.2" - "@types/node" "*" - chalk "^4.0.0" - graceful-fs "^4.2.4" - is-ci "^2.0.0" - micromatch "^4.0.2" - -jest-util@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.5.1.tgz#3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9" - integrity sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw== - dependencies: - "@jest/types" "^27.5.1" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - -jest-validate@^26.5.2, jest-validate@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.6.2.tgz#23d380971587150467342911c3d7b4ac57ab20ec" - integrity sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ== - dependencies: - "@jest/types" "^26.6.2" - camelcase "^6.0.0" - chalk "^4.0.0" - jest-get-type "^26.3.0" - leven "^3.1.0" - pretty-format "^26.6.2" - -jest-watcher@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.6.2.tgz#a5b683b8f9d68dbcb1d7dae32172d2cca0592975" - integrity sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ== - dependencies: - "@jest/test-result" "^26.6.2" - "@jest/types" "^26.6.2" - "@types/node" "*" - ansi-escapes "^4.2.1" - chalk "^4.0.0" - jest-util "^26.6.2" - string-length "^4.0.1" - -jest-worker@^26.0.0, jest-worker@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.6.2.tgz#7f72cbc4d643c365e27b9fd775f9d0eaa9c7a8ed" - integrity sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^7.0.0" - -jest-worker@^27.5.1: - version "27.5.1" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0" - integrity sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest@^26.6.3: - version "26.6.3" - resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef" - integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q== - dependencies: - "@jest/core" "^26.6.3" - import-local "^3.0.2" - jest-cli "^26.6.3" - -jetifier@^1.6.2: - version "1.6.8" - resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-1.6.8.tgz#e88068697875cbda98c32472902c4d3756247798" - integrity sha512-3Zi16h6L5tXDRQJTb221cnRoVG9/9OvreLdLU2/ZjRv/GILL+2Cemt0IKvkowwkDpvouAU1DQPOJ7qaiHeIdrw== - -joi@^17.2.1: - version "17.6.0" - resolved "https://registry.yarnpkg.com/joi/-/joi-17.6.0.tgz#0bb54f2f006c09a96e75ce687957bd04290054b2" - integrity sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw== - dependencies: - "@hapi/hoek" "^9.0.0" - "@hapi/topo" "^5.0.0" - "@sideway/address" "^4.1.3" - "@sideway/formula" "^3.0.0" - "@sideway/pinpoint" "^2.0.0" - -"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsc-android@^250230.2.1: - version "250230.2.1" - resolved "https://registry.yarnpkg.com/jsc-android/-/jsc-android-250230.2.1.tgz#3790313a970586a03ab0ad47defbc84df54f1b83" - integrity sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q== - -jscodeshift@^0.13.1: - version "0.13.1" - resolved "https://registry.yarnpkg.com/jscodeshift/-/jscodeshift-0.13.1.tgz#69bfe51e54c831296380585c6d9e733512aecdef" - integrity sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ== - dependencies: - "@babel/core" "^7.13.16" - "@babel/parser" "^7.13.16" - "@babel/plugin-proposal-class-properties" "^7.13.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" - "@babel/plugin-proposal-optional-chaining" "^7.13.12" - "@babel/plugin-transform-modules-commonjs" "^7.13.8" - "@babel/preset-flow" "^7.13.13" - "@babel/preset-typescript" "^7.13.0" - "@babel/register" "^7.13.16" - babel-core "^7.0.0-bridge.0" - chalk "^4.1.2" - flow-parser "0.*" - graceful-fs "^4.2.4" - micromatch "^3.1.10" - neo-async "^2.5.0" - node-dir "^0.1.17" - recast "^0.20.4" - temp "^0.8.4" - write-file-atomic "^2.3.0" - -jsdom@^16.4.0: - version "16.7.0" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710" - integrity sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw== - dependencies: - abab "^2.0.5" - acorn "^8.2.4" - acorn-globals "^6.0.0" - cssom "^0.4.4" - cssstyle "^2.3.0" - data-urls "^2.0.0" - decimal.js "^10.2.1" - domexception "^2.0.1" - escodegen "^2.0.0" - form-data "^3.0.0" - html-encoding-sniffer "^2.0.1" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-potential-custom-element-name "^1.0.1" - nwsapi "^2.2.0" - parse5 "6.0.1" - saxes "^5.0.1" - symbol-tree "^3.2.4" - tough-cookie "^4.0.0" - w3c-hr-time "^1.0.2" - w3c-xmlserializer "^2.0.0" - webidl-conversions "^6.1.0" - whatwg-encoding "^1.0.5" - whatwg-mimetype "^2.3.0" - whatwg-url "^8.5.0" - ws "^7.4.6" - xml-name-validator "^3.0.0" - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-parse-better-errors@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema-traverse@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" - integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== - -json-stable-stringify-without-jsonify@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" - integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE= - -json5@^2.1.2: - version "2.2.1" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" - integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== - -jsonfile@^2.1.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" - integrity sha1-NzaitCi4e72gzIO1P6PWM6NcKug= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsonify@~0.0.0: - version "0.0.0" - resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" - integrity sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM= - -"jsx-ast-utils@^2.4.1 || ^3.0.0": - version "3.2.2" - resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz#6ab1e52c71dfc0c0707008a91729a9491fe9f76c" - integrity sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw== - dependencies: - array-includes "^3.1.4" - object.assign "^4.1.2" - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -klaw@^1.0.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" - integrity sha1-QIhDO0azsbolnXh4XY6W9zugJDk= - optionalDependencies: - graceful-fs "^4.1.9" - -kleur@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" - integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== - -leven@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2" - integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A== - -levn@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" - integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== - dependencies: - prelude-ls "^1.2.1" - type-check "~0.4.0" - -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== - dependencies: - p-locate "^4.1.0" - -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= - -lodash.merge@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" - integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== - -lodash.throttle@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" - integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ= - -lodash.truncate@^4.4.2: - version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" - integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM= - -lodash@^4.17.10, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.7.0: - version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" - -log-symbols@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503" - integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== - dependencies: - chalk "^4.1.0" - is-unicode-supported "^0.1.0" - -logkitty@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7" - integrity sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ== - dependencies: - ansi-fragments "^0.2.1" - dayjs "^1.8.15" - yargs "^15.1.0" - -loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" - integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== - dependencies: - js-tokens "^3.0.0 || ^4.0.0" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -make-dir@^2.0.0, make-dir@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" - integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== - dependencies: - pify "^4.0.1" - semver "^5.6.0" - -make-dir@^3.0.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" - integrity sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== - dependencies: - semver "^6.0.0" - -makeerror@1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.12.tgz#3e5dd2079a82e812e983cc6610c4a2cb0eaa801a" - integrity sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg== - dependencies: - tmpl "1.0.5" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -merge-stream@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60" - integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== - -metro-babel-transformer@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.67.0.tgz#42fe82af9953e5c62d9a8d7d544eb7be9020dd18" - integrity sha512-SBqc4nq/dgsPNFm+mpWcQQzJaXnh0nrfz2pSnZC4i6zMtIakrTWb8SQ78jOU1FZVEZ3nu9xCYVHS9Tbr/LoEuw== - dependencies: - "@babel/core" "^7.14.0" - hermes-parser "0.5.0" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - -metro-cache-key@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-cache-key/-/metro-cache-key-0.67.0.tgz#4df6a73cced199e1bddd0f3454bb931a27141eeb" - integrity sha512-FNJe5Rcb2uzY6G6tsqCf0RV4t2rCeX6vSHBxmP7k+4aI4NqX4evtPI0K82r221nBzm5DqNWCURZ0RYUT6jZMGA== - -metro-cache@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.67.0.tgz#928db5742542719677468c4d22ea29b71c7ec8fc" - integrity sha512-IY5dXiR76L75b2ue/mv+9vW8g5hdQJU6YEe81lj6gTSoUrhcONT0rzY+Gh5QOS2Kk6z9utZQMvd9PRKL9/635A== - dependencies: - metro-core "0.67.0" - mkdirp "^0.5.1" - rimraf "^2.5.4" - -metro-config@0.67.0, metro-config@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.67.0.tgz#5507d3b295bd10c87bd13dbe5a3033a357418786" - integrity sha512-ThAwUmzZwTbKyyrIn2bKIcJDPDBS0LKAbqJZQioflvBGfcgA21h3fdL3IxRmvCEl6OnkEWI0Tn1Z9w2GLAjf2g== - dependencies: - cosmiconfig "^5.0.5" - jest-validate "^26.5.2" - metro "0.67.0" - metro-cache "0.67.0" - metro-core "0.67.0" - metro-runtime "0.67.0" - -metro-core@0.67.0, metro-core@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.67.0.tgz#75066e11b4df220992abf9cd6200279dd87876c8" - integrity sha512-TOa/ShE1bUq83fGNfV6rFwyfZ288M8ydmWN3g9C2OW8emOHLhJslYD/SIU4DhDkP/99yaJluIALdZ2g0+pCrvQ== - dependencies: - jest-haste-map "^27.3.1" - lodash.throttle "^4.1.1" - metro-resolver "0.67.0" - -metro-hermes-compiler@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-hermes-compiler/-/metro-hermes-compiler-0.67.0.tgz#9c1340f1882fbf535145868d0d28211ca15b0477" - integrity sha512-X5Pr1jC8/kO6d1EBDJ6yhtuc5euHX89UDNv8qdPJHAET03xfFnlojRPwOw6il2udAH20WLBv+F5M9VY+58zspQ== - -metro-inspector-proxy@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-inspector-proxy/-/metro-inspector-proxy-0.67.0.tgz#22b360a837b07e9e2bc87a71af6154dd8fcc02a5" - integrity sha512-5Ubjk94qpNaU3OT2IZa4/dec09bauic1hzWms4czorBzDenkp4kYXG9/aWTmgQLtCk92H3Q8jKl1PQRxUSkrOQ== - dependencies: - connect "^3.6.5" - debug "^2.2.0" - ws "^7.5.1" - yargs "^15.3.1" - -metro-minify-uglify@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.67.0.tgz#28a77dbd78d9e558dba8c2f31c2b9c6f939df966" - integrity sha512-4CmM5b3MTAmQ/yFEfsHOhD2SuBObB2YF6PKzXZc4agUsQVVtkrrNElaiWa8w26vrTzA9emwcyurxMf4Nl3lYPQ== - dependencies: - uglify-es "^3.1.9" - -metro-react-native-babel-preset@0.67.0, metro-react-native-babel-preset@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.67.0.tgz#53aec093f53a09b56236a9bb534d76658efcbec7" - integrity sha512-tgTG4j0SKwLHbLRELMmgkgkjV1biYkWlGGKOmM484/fJC6bpDikdaFhfjsyE+W+qt7I5szbCPCickMTNQ+zwig== - dependencies: - "@babel/core" "^7.14.0" - "@babel/plugin-proposal-class-properties" "^7.0.0" - "@babel/plugin-proposal-export-default-from" "^7.0.0" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" - "@babel/plugin-proposal-object-rest-spread" "^7.0.0" - "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" - "@babel/plugin-proposal-optional-chaining" "^7.0.0" - "@babel/plugin-syntax-dynamic-import" "^7.0.0" - "@babel/plugin-syntax-export-default-from" "^7.0.0" - "@babel/plugin-syntax-flow" "^7.2.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" - "@babel/plugin-syntax-optional-chaining" "^7.0.0" - "@babel/plugin-transform-arrow-functions" "^7.0.0" - "@babel/plugin-transform-async-to-generator" "^7.0.0" - "@babel/plugin-transform-block-scoping" "^7.0.0" - "@babel/plugin-transform-classes" "^7.0.0" - "@babel/plugin-transform-computed-properties" "^7.0.0" - "@babel/plugin-transform-destructuring" "^7.0.0" - "@babel/plugin-transform-exponentiation-operator" "^7.0.0" - "@babel/plugin-transform-flow-strip-types" "^7.0.0" - "@babel/plugin-transform-for-of" "^7.0.0" - "@babel/plugin-transform-function-name" "^7.0.0" - "@babel/plugin-transform-literals" "^7.0.0" - "@babel/plugin-transform-modules-commonjs" "^7.0.0" - "@babel/plugin-transform-object-assign" "^7.0.0" - "@babel/plugin-transform-parameters" "^7.0.0" - "@babel/plugin-transform-react-display-name" "^7.0.0" - "@babel/plugin-transform-react-jsx" "^7.0.0" - "@babel/plugin-transform-react-jsx-self" "^7.0.0" - "@babel/plugin-transform-react-jsx-source" "^7.0.0" - "@babel/plugin-transform-regenerator" "^7.0.0" - "@babel/plugin-transform-runtime" "^7.0.0" - "@babel/plugin-transform-shorthand-properties" "^7.0.0" - "@babel/plugin-transform-spread" "^7.0.0" - "@babel/plugin-transform-sticky-regex" "^7.0.0" - "@babel/plugin-transform-template-literals" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.5.0" - "@babel/plugin-transform-unicode-regex" "^7.0.0" - "@babel/template" "^7.0.0" - react-refresh "^0.4.0" - -metro-react-native-babel-transformer@0.67.0, metro-react-native-babel-transformer@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.67.0.tgz#756d32eb3c05cab3d72fcb1700f8fd09322bb07f" - integrity sha512-P0JT09n7T01epUtgL9mH6BPat3xn4JjBakl4lWHdL61cvEGcrxuIom1eoFFKkgU/K5AVLU4aCAttHS7nSFCcEQ== - dependencies: - "@babel/core" "^7.14.0" - babel-preset-fbjs "^3.4.0" - hermes-parser "0.5.0" - metro-babel-transformer "0.67.0" - metro-react-native-babel-preset "0.67.0" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - -metro-resolver@0.67.0, metro-resolver@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.67.0.tgz#8143c716f77e468d1d42eca805243706eb349959" - integrity sha512-d2KS/zAyOA/z/q4/ff41rAp+1txF4H6qItwpsls/RHStV2j6PqgRHUzq/3ga+VIeoUJntYJ8nGW3+3qSrhFlig== - dependencies: - absolute-path "^0.0.0" - -metro-runtime@0.67.0, metro-runtime@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.67.0.tgz#a8888dfd06bcebbac3c99dcac7cd622510dd8ee0" - integrity sha512-IFtSL0JUt1xK3t9IoLflTDft82bjieSzdIJWLzrRzBMlesz8ox5bVmnpQbVQEwfYUpEOxbM3VOZauVbdCmXA7g== - -metro-source-map@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.67.0.tgz#e28db7253b9ca688e60d5710ebdccba60b45b2df" - integrity sha512-yxypInsRo3SfS00IgTuL6a2W2tfwLY//vA2E+GeqGBF5zTbJZAhwNGIEl8S87XXZhwzJcxf5/8LjJC1YDzabww== - dependencies: - "@babel/traverse" "^7.14.0" - "@babel/types" "^7.0.0" - invariant "^2.2.4" - metro-symbolicate "0.67.0" - nullthrows "^1.1.1" - ob1 "0.67.0" - source-map "^0.5.6" - vlq "^1.0.0" - -metro-symbolicate@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.67.0.tgz#16729d05663d28176895244b3d932a898fca2b45" - integrity sha512-ZqVVcfa0xSz40eFzA5P8pCF3V6Tna9RU1prFzAJTa3j9dCGqwh0HTXC8AIkMtgX7hNdZrCJI1YipzUBlwkT0/A== - dependencies: - invariant "^2.2.4" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - source-map "^0.5.6" - through2 "^2.0.1" - vlq "^1.0.0" - -metro-transform-plugins@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-transform-plugins/-/metro-transform-plugins-0.67.0.tgz#6122aa4e5e5f9a767cebcc5af6fd1695666683ce" - integrity sha512-DQFoSDIJdTMPDTUlKaCNJjEXiHGwFNneAF9wDSJ3luO5gigM7t7MuSaPzF4hpjmfmcfPnRhP6AEn9jcza2Sh8Q== - dependencies: - "@babel/core" "^7.14.0" - "@babel/generator" "^7.14.0" - "@babel/template" "^7.0.0" - "@babel/traverse" "^7.14.0" - nullthrows "^1.1.1" - -metro-transform-worker@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro-transform-worker/-/metro-transform-worker-0.67.0.tgz#5689553c25b0657aadefdf4ea2cd8dd06e18882a" - integrity sha512-29n+JdTb80ROiv/wDiBVlY/xRAF/nrjhp/Udv/XJl1DZb+x7JEiPxpbpthPhwwl+AYxVrostGB0W06WJ61hfiw== - dependencies: - "@babel/core" "^7.14.0" - "@babel/generator" "^7.14.0" - "@babel/parser" "^7.14.0" - "@babel/types" "^7.0.0" - babel-preset-fbjs "^3.4.0" - metro "0.67.0" - metro-babel-transformer "0.67.0" - metro-cache "0.67.0" - metro-cache-key "0.67.0" - metro-hermes-compiler "0.67.0" - metro-source-map "0.67.0" - metro-transform-plugins "0.67.0" - nullthrows "^1.1.1" - -metro@0.67.0, metro@^0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/metro/-/metro-0.67.0.tgz#8007a041d22de1cdb05184431c67eb7989eef6e0" - integrity sha512-DwuBGAFcAivoac/swz8Lp7Y5Bcge1tzT7T6K0nf1ubqJP8YzBUtyR4pkjEYVUzVu/NZf7O54kHSPVu1ibYzOBQ== - dependencies: - "@babel/code-frame" "^7.0.0" - "@babel/core" "^7.14.0" - "@babel/generator" "^7.14.0" - "@babel/parser" "^7.14.0" - "@babel/template" "^7.0.0" - "@babel/traverse" "^7.14.0" - "@babel/types" "^7.0.0" - absolute-path "^0.0.0" - accepts "^1.3.7" - async "^2.4.0" - chalk "^4.0.0" - ci-info "^2.0.0" - connect "^3.6.5" - debug "^2.2.0" - denodeify "^1.2.1" - error-stack-parser "^2.0.6" - fs-extra "^1.0.0" - graceful-fs "^4.1.3" - hermes-parser "0.5.0" - image-size "^0.6.0" - invariant "^2.2.4" - jest-haste-map "^27.3.1" - jest-worker "^26.0.0" - lodash.throttle "^4.1.1" - metro-babel-transformer "0.67.0" - metro-cache "0.67.0" - metro-cache-key "0.67.0" - metro-config "0.67.0" - metro-core "0.67.0" - metro-hermes-compiler "0.67.0" - metro-inspector-proxy "0.67.0" - metro-minify-uglify "0.67.0" - metro-react-native-babel-preset "0.67.0" - metro-resolver "0.67.0" - metro-runtime "0.67.0" - metro-source-map "0.67.0" - metro-symbolicate "0.67.0" - metro-transform-plugins "0.67.0" - metro-transform-worker "0.67.0" - mime-types "^2.1.27" - mkdirp "^0.5.1" - node-fetch "^2.2.0" - nullthrows "^1.1.1" - rimraf "^2.5.4" - serialize-error "^2.1.0" - source-map "^0.5.6" - strip-ansi "^6.0.0" - temp "0.8.3" - throat "^5.0.0" - ws "^7.5.1" - yargs "^15.3.1" - -micromatch@^3.1.10, micromatch@^3.1.4: - version "3.1.10" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -micromatch@^4.0.2, micromatch@^4.0.4: - version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== - dependencies: - braces "^3.0.2" - picomatch "^2.3.1" - -mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": - version "1.52.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" - integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== - -mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.34: - version "2.1.35" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" - integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== - dependencies: - mime-db "1.52.0" - -mime@1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" - integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== - -mime@^2.4.1: - version "2.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" - integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== - -mimic-fn@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" - integrity sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ== - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.6: - version "1.2.6" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44" - integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q== - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -mkdirp@^0.5.1: - version "0.5.6" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.6.tgz#7def03d2432dcae4ba1d611445c48396062255f6" - integrity sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw== - dependencies: - minimist "^1.2.6" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -ms@2.1.3: - version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" - integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -natural-compare@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" - integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc= - -negotiator@0.6.3: - version "0.6.3" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -neo-async@^2.5.0: - version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" - integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -nocache@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/nocache/-/nocache-2.1.0.tgz#120c9ffec43b5729b1d5de88cd71aa75a0ba491f" - integrity sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q== - -node-dir@^0.1.17: - version "0.1.17" - resolved "https://registry.yarnpkg.com/node-dir/-/node-dir-0.1.17.tgz#5f5665d93351335caabef8f1c554516cf5f1e4e5" - integrity sha1-X1Zl2TNRM1yqvvjxxVRRbPXx5OU= - dependencies: - minimatch "^3.0.2" - -node-fetch@^2.2.0, node-fetch@^2.6.0: - version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" - integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== - dependencies: - whatwg-url "^5.0.0" - -node-int64@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" - integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs= - -node-notifier@^8.0.0: - version "8.0.2" - resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5" - integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg== - dependencies: - growly "^1.3.0" - is-wsl "^2.2.0" - semver "^7.3.2" - shellwords "^0.1.1" - uuid "^8.3.0" - which "^2.0.2" - -node-releases@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.2.tgz#7139fe71e2f4f11b47d4d2986aaf8c48699e0c01" - integrity sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg== - -node-stream-zip@^1.9.1: - version "1.15.0" - resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.15.0.tgz#158adb88ed8004c6c49a396b50a6a5de3bca33ea" - integrity sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw== - -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" - integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= - dependencies: - remove-trailing-separator "^1.0.1" - -normalize-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -npm-run-path@^4.0.0: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea" - integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== - dependencies: - path-key "^3.0.0" - -nullthrows@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1" - integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw== - -nwsapi@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" - integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - -ob1@0.67.0: - version "0.67.0" - resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.67.0.tgz#91f104c90641b1af8c364fc82a4b2c7d0801072d" - integrity sha512-YvZtX8HKYackQ5PwdFIuuNFVsMChRPHvnARRRT0Vk59xsBvL5t9U1Ock3M1sYrKj+Gp73+0q9xcHLAxI+xLi5g== - -object-assign@^4.1.1: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-inspect@^1.12.0, object-inspect@^1.9.0: - version "1.12.0" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0" - integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g== - -object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.assign@^4.1.0, object.assign@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" - object-keys "^1.1.1" - -object.entries@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861" - integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - -object.fromentries@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.5.tgz#7b37b205109c21e741e605727fe8b0ad5fa08251" - integrity sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - -object.hasown@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.0.tgz#7232ed266f34d197d15cac5880232f7a4790afe5" - integrity sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.19.1" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -object.values@^1.1.5: - version "1.1.5" - resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac" - integrity sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - -on-finished@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" - integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== - dependencies: - ee-first "1.1.1" - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -on-headers@~1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.2.tgz#772b0ae6aaa525c399e489adfad90c403eb3c28f" - integrity sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA== - -once@^1.3.0, once@^1.3.1, once@^1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -onetime@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" - integrity sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ= - dependencies: - mimic-fn "^1.0.0" - -onetime@^5.1.0: - version "5.1.2" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -open@^6.2.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/open/-/open-6.4.0.tgz#5c13e96d0dc894686164f18965ecfe889ecfc8a9" - integrity sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg== - dependencies: - is-wsl "^1.1.0" - -optionator@^0.8.1: - version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" - -optionator@^0.9.1: - version "0.9.1" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499" - integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw== - dependencies: - deep-is "^0.1.3" - fast-levenshtein "^2.0.6" - levn "^0.4.1" - prelude-ls "^1.2.1" - type-check "^0.4.0" - word-wrap "^1.2.3" - -ora@^3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/ora/-/ora-3.4.0.tgz#bf0752491059a3ef3ed4c85097531de9fdbcd318" - integrity sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg== - dependencies: - chalk "^2.4.2" - cli-cursor "^2.1.0" - cli-spinners "^2.0.0" - log-symbols "^2.2.0" - strip-ansi "^5.2.0" - wcwidth "^1.0.1" - -ora@^5.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/ora/-/ora-5.4.1.tgz#1b2678426af4ac4a509008e5e4ac9e9959db9e18" - integrity sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== - dependencies: - bl "^4.1.0" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-spinners "^2.5.0" - is-interactive "^1.0.0" - is-unicode-supported "^0.1.0" - log-symbols "^4.1.0" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -p-each-series@^2.1.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" - integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-limit@^2.0.0, p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== - dependencies: - p-limit "^2.2.0" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -parent-module@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" - integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== - dependencies: - callsites "^3.0.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse-json@^5.0.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -parse5@6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" - integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== - -parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-key@^3.0.0, path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.6, path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -picocolors@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== - -picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -pify@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" - integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== - -pirates@^4.0.1, pirates@^4.0.5: - version "4.0.5" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b" - integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ== - -pkg-dir@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3" - integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw== - dependencies: - find-up "^3.0.0" - -pkg-dir@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" - integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== - dependencies: - find-up "^4.0.0" - -plist@^3.0.2, plist@^3.0.5: - version "3.0.5" - resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.5.tgz#2cbeb52d10e3cdccccf0c11a63a85d830970a987" - integrity sha512-83vX4eYdQp3vP9SxuYgEM/G/pJQqLUz/V/xzPrzruLs7fz7jxGQ1msZ/mg1nwZxUSuOp4sb+/bEIbRrbzZRxDA== - dependencies: - base64-js "^1.5.1" - xmlbuilder "^9.0.7" - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -prelude-ls@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" - integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -prettier-linter-helpers@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" - integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== - dependencies: - fast-diff "^1.1.2" - -prettier@^2.0.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.2.tgz#e26d71a18a74c3d0f0597f55f01fb6c06c206032" - integrity sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew== - -pretty-format@^26.5.2, pretty-format@^26.6.2: - version "26.6.2" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93" - integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg== - dependencies: - "@jest/types" "^26.6.2" - ansi-regex "^5.0.0" - ansi-styles "^4.0.0" - react-is "^17.0.1" - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -progress@^2.0.0: - version "2.0.3" - resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8" - integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== - -promise@^8.0.3: - version "8.1.0" - resolved "https://registry.yarnpkg.com/promise/-/promise-8.1.0.tgz#697c25c3dfe7435dd79fcd58c38a135888eaf05e" - integrity sha512-W04AqnILOL/sPRXziNicCjSNRruLAuIHEOVBazepu0545DDNGYHz7ar9ZgZ1fMU8/MA4mVxp5rkBWRi6OXIy3Q== - dependencies: - asap "~2.0.6" - -prompts@^2.0.1, prompts@^2.4.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069" - integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== - dependencies: - kleur "^3.0.3" - sisteransi "^1.0.5" - -prop-types@*, prop-types@^15.8.1: - version "15.8.1" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" - integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== - dependencies: - loose-envify "^1.4.0" - object-assign "^4.1.1" - react-is "^16.13.1" - -psl@^1.1.33: - version "1.8.0" - resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - -pump@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" - integrity sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== - dependencies: - end-of-stream "^1.1.0" - once "^1.3.1" - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -range-parser@~1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" - integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== - -react-devtools-core@^4.23.0: - version "4.24.3" - resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-4.24.3.tgz#371fef3f5c639db0dc59eeef334dd5e10ac61661" - integrity sha512-+htKZxLxDN14jhRG3+IXRiJqNSGHUiPYrMtv9e7qlZxcbKeJjVs+C/hd8kZF5rydp3faBwFN6ZpTaZnLA3/ZGA== - dependencies: - shell-quote "^1.6.1" - ws "^7" - -"react-is@^16.12.0 || ^17.0.0", react-is@^17.0.1, react-is@^17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" - integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== - -react-is@^16.13.1: - version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" - integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== - -react-native-codegen@*: - version "0.0.14" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.14.tgz#1c8a9d39935e611a22765aefb06c2d81b2341672" - integrity sha512-i3TtOB7IWIhaKZCg7EMBcXmNtaxEMFyzGQ4Zf6ZR1esj6gs36OWpYj357nSqeqzPKUqb8P1pUvmhoLIK4uVNeQ== - dependencies: - "@babel/parser" "^7.14.0" - flow-parser "^0.121.0" - jscodeshift "^0.13.1" - nullthrows "^1.1.1" - -react-native-codegen@^0.0.13: - version "0.0.13" - resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.13.tgz#4cc94546fc75a5dbe9350d59c10108f2efe6bc17" - integrity sha512-rCh1P+s0Q4N6vNgS97ckafbhJRztz22+0l0VZoyQC06F07J98kI5cUByH0ATypPRIdpkMbAZc59DoPdDFc01bg== - dependencies: - "@babel/parser" "^7.14.0" - flow-parser "^0.121.0" - jscodeshift "^0.13.1" - nullthrows "^1.1.1" - -react-native-gradle-plugin@^0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.5.tgz#1f20d437b140eda65b6e3bdf6eb102bbab1a5a10" - integrity sha512-kGupXo+pD2mB6Z+Oyowor3qlCroiS32FNGoiGQdwU19u8o+NNhEZKwoKfC5Qt03bMZSmFlcAlTyf79vrS2BZKQ== - dependencies: - react-native-codegen "*" - -react-native@0.68.0: - version "0.68.0" - resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.68.0.tgz#00204818c7fa5a9802ee73f3905a6d9b1c945a31" - integrity sha512-Qi8KpG9rqiU0hVp05GKkuRe8iAVhblYMwpnwG3wkBi99Z/X8iZ0jD1b1UW0/y6oesmCyGQAxpsB36imU8zg1AQ== - dependencies: - "@jest/create-cache-key-function" "^27.0.1" - "@react-native-community/cli" "^7.0.3" - "@react-native-community/cli-platform-android" "^7.0.1" - "@react-native-community/cli-platform-ios" "^7.0.1" - "@react-native/assets" "1.0.0" - "@react-native/normalize-color" "2.0.0" - "@react-native/polyfills" "2.0.0" - abort-controller "^3.0.0" - anser "^1.4.9" - base64-js "^1.1.2" - deprecated-react-native-prop-types "^2.3.0" - event-target-shim "^5.0.1" - hermes-engine "~0.11.0" - invariant "^2.2.4" - jsc-android "^250230.2.1" - metro-react-native-babel-transformer "0.67.0" - metro-runtime "0.67.0" - metro-source-map "0.67.0" - nullthrows "^1.1.1" - pretty-format "^26.5.2" - promise "^8.0.3" - react-devtools-core "^4.23.0" - react-native-codegen "^0.0.13" - react-native-gradle-plugin "^0.0.5" - react-refresh "^0.4.0" - react-shallow-renderer "16.14.1" - regenerator-runtime "^0.13.2" - scheduler "^0.20.2" - stacktrace-parser "^0.1.3" - use-subscription "^1.0.0" - whatwg-fetch "^3.0.0" - ws "^6.1.4" - -react-refresh@^0.4.0: - version "0.4.3" - resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.3.tgz#966f1750c191672e76e16c2efa569150cc73ab53" - integrity sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA== - -react-shallow-renderer@16.14.1, react-shallow-renderer@^16.13.1: - version "16.14.1" - resolved "https://registry.yarnpkg.com/react-shallow-renderer/-/react-shallow-renderer-16.14.1.tgz#bf0d02df8a519a558fd9b8215442efa5c840e124" - integrity sha512-rkIMcQi01/+kxiTE9D3fdS959U1g7gs+/rborw++42m1O9FAQiNI/UNRZExVUoAOprn4umcXf+pFRou8i4zuBg== - dependencies: - object-assign "^4.1.1" - react-is "^16.12.0 || ^17.0.0" - -react-test-renderer@17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-17.0.2.tgz#4cd4ae5ef1ad5670fc0ef776e8cc7e1231d9866c" - integrity sha512-yaQ9cB89c17PUb0x6UfWRs7kQCorVdHlutU1boVPEsB8IDZH6n9tHxMacc3y0JoXOJUsZb/t/Mb8FUWMKaM7iQ== - dependencies: - object-assign "^4.1.1" - react-is "^17.0.2" - react-shallow-renderer "^16.13.1" - scheduler "^0.20.2" - -react@17.0.2: - version "17.0.2" - resolved "https://registry.yarnpkg.com/react/-/react-17.0.2.tgz#d0b5cc516d29eb3eee383f75b62864cfb6800037" - integrity sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== - dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - -readable-stream@^3.4.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readable-stream@~2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readline@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/readline/-/readline-1.3.0.tgz#c580d77ef2cfc8752b132498060dc9793a7ac01c" - integrity sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw= - -recast@^0.20.4: - version "0.20.5" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" - integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ== - dependencies: - ast-types "0.14.2" - esprima "~4.0.0" - source-map "~0.6.1" - tslib "^2.0.1" - -regenerate-unicode-properties@^10.0.1: - version "10.0.1" - resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz#7f442732aa7934a3740c779bb9b3340dccc1fb56" - integrity sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw== - dependencies: - regenerate "^1.4.2" - -regenerate@^1.4.2: - version "1.4.2" - resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" - integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - -regenerator-runtime@^0.13.2, regenerator-runtime@^0.13.4: - version "0.13.9" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52" - integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA== - -regenerator-transform@^0.14.2: - version "0.14.5" - resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" - integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - dependencies: - "@babel/runtime" "^7.8.4" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regexp.prototype.flags@^1.4.1: - version "1.4.1" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.1.tgz#b3f4c0059af9e47eca9f3f660e51d81307e72307" - integrity sha512-pMR7hBVUUGI7PMA37m2ofIdQCsomVnas+Jn5UPGAHQ+/LlwKm/aTLJHdasmHRzlfeZwHiAOaRSo2rbBDm3nNUQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -regexpp@^3.0.0, regexpp@^3.1.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2" - integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg== - -regexpu-core@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.0.1.tgz#c531122a7840de743dcf9c83e923b5560323ced3" - integrity sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw== - dependencies: - regenerate "^1.4.2" - regenerate-unicode-properties "^10.0.1" - regjsgen "^0.6.0" - regjsparser "^0.8.2" - unicode-match-property-ecmascript "^2.0.0" - unicode-match-property-value-ecmascript "^2.0.0" - -regjsgen@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.6.0.tgz#83414c5354afd7d6627b16af5f10f41c4e71808d" - integrity sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA== - -regjsparser@^0.8.2: - version "0.8.4" - resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.8.4.tgz#8a14285ffcc5de78c5b95d62bbf413b6bc132d5f" - integrity sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA== - dependencies: - jsesc "~0.5.0" - -remove-trailing-separator@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" - integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= - -repeat-element@^1.1.2: - version "1.1.4" - resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" - integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== - -repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-from-string@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" - integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -resolve-cwd@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d" - integrity sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== - dependencies: - resolve-from "^5.0.0" - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-from@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" - integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== - -resolve-from@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" - integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.18.1: - version "1.22.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198" - integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw== - dependencies: - is-core-module "^2.8.1" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -resolve@^2.0.0-next.3: - version "2.0.0-next.3" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.3.tgz#d41016293d4a8586a39ca5d9b5f15cbea1f55e46" - integrity sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q== - dependencies: - is-core-module "^2.2.0" - path-parse "^1.0.6" - -restore-cursor@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" - integrity sha1-n37ih/gv0ybU/RYpI9YhKe7g368= - dependencies: - onetime "^2.0.0" - signal-exit "^3.0.2" - -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -rimraf@^2.5.4: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -rimraf@^3.0.0, rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rimraf@~2.2.6: - version "2.2.8" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582" - integrity sha1-5Dm+Kq7jJzIZUnMPmaiSnk/FBYI= - -rimraf@~2.6.2: - version "2.6.3" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== - dependencies: - glob "^7.1.3" - -rsvp@^4.8.4: - version "4.8.5" - resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-4.8.5.tgz#c8f155311d167f68f21e168df71ec5b083113734" - integrity sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA== - -safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sane@^4.0.3: - version "4.1.0" - resolved "https://registry.yarnpkg.com/sane/-/sane-4.1.0.tgz#ed881fd922733a6c461bc189dc2b6c006f3ffded" - integrity sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA== - dependencies: - "@cnakazawa/watch" "^1.0.3" - anymatch "^2.0.0" - capture-exit "^2.0.0" - exec-sh "^0.3.2" - execa "^1.0.0" - fb-watchman "^2.0.0" - micromatch "^3.1.4" - minimist "^1.1.1" - walker "~1.0.5" - -sax@^1.2.1: - version "1.2.4" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -saxes@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/saxes/-/saxes-5.0.1.tgz#eebab953fa3b7608dbe94e5dadb15c888fa6696d" - integrity sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw== - dependencies: - xmlchars "^2.2.0" - -scheduler@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.2.tgz#4baee39436e34aa93b4874bddcbf0fe8b8b50e91" - integrity sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ== - dependencies: - loose-envify "^1.1.0" - object-assign "^4.1.1" - -"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@^7.2.1, semver@^7.3.2: - version "7.3.5" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7" - integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ== - dependencies: - lru-cache "^6.0.0" - -send@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" - integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== - dependencies: - debug "2.6.9" - depd "2.0.0" - destroy "1.2.0" - encodeurl "~1.0.2" - escape-html "~1.0.3" - etag "~1.8.1" - fresh "0.5.2" - http-errors "2.0.0" - mime "1.6.0" - ms "2.1.3" - on-finished "2.4.1" - range-parser "~1.2.1" - statuses "2.0.1" - -serialize-error@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" - integrity sha1-ULZ51WNc34Rme9yOWa9OW4HV9go= - -serve-static@^1.13.1: - version "1.15.0" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" - integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== - dependencies: - encodeurl "~1.0.2" - escape-html "~1.0.3" - parseurl "~1.3.3" - send "0.18.0" - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -setprototypeof@1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" - integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== - -shallow-clone@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/shallow-clone/-/shallow-clone-3.0.1.tgz#8f2981ad92531f55035b01fb230769a40e02efa3" - integrity sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== - dependencies: - kind-of "^6.0.2" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -shell-quote@1.6.1: - version "1.6.1" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" - integrity sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c= - dependencies: - array-filter "~0.0.0" - array-map "~0.0.0" - array-reduce "~0.0.0" - jsonify "~0.0.0" - -shell-quote@^1.6.1, shell-quote@^1.7.3: - version "1.7.3" - resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123" - integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw== - -shellwords@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" - integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww== - -side-channel@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" - integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== - dependencies: - call-bind "^1.0.0" - get-intrinsic "^1.0.2" - object-inspect "^1.9.0" - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -simple-plist@^1.1.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-1.3.1.tgz#16e1d8f62c6c9b691b8383127663d834112fb017" - integrity sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw== - dependencies: - bplist-creator "0.1.0" - bplist-parser "0.3.1" - plist "^3.0.5" - -sisteransi@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed" - integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== - -slash@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" - integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== - -slice-ansi@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" - integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== - dependencies: - ansi-styles "^3.2.0" - astral-regex "^1.0.0" - is-fullwidth-code-point "^2.0.0" - -slice-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" - integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - dependencies: - ansi-styles "^4.0.0" - astral-regex "^2.0.0" - is-fullwidth-code-point "^3.0.0" - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -source-map-resolve@^0.5.0: - version "0.5.3" - resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - dependencies: - atob "^2.1.2" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@^0.5.16, source-map-support@^0.5.6: - version "0.5.21" - resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f" - integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" - integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== - -source-map@^0.5.0, source-map@^0.5.6: - version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@^0.7.3: - version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - -spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.11" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95" - integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -stack-utils@^2.0.2: - version "2.0.5" - resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.5.tgz#d25265fca995154659dbbfba3b49254778d2fdd5" - integrity sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA== - dependencies: - escape-string-regexp "^2.0.0" - -stackframe@^1.1.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.1.tgz#1033a3473ee67f08e2f2fc8eba6aef4f845124e1" - integrity sha512-h88QkzREN/hy8eRdyNhhsO7RSJ5oyTqxxmmn0dzBIMUclZsjpfmrsg81vp8mjjAs2vAZ72nyWxRUwSwmh0e4xg== - -stacktrace-parser@^0.1.3: - version "0.1.10" - resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.10.tgz#29fb0cae4e0d0b85155879402857a1639eb6051a" - integrity sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg== - dependencies: - type-fest "^0.7.1" - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -statuses@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" - integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== - -statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stream-buffers@2.2.x: - version "2.2.0" - resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" - integrity sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ= - -string-length@^4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/string-length/-/string-length-4.0.2.tgz#a8a8dc7bd5c1a82b9b3c8b87e125f66871b6e57a" - integrity sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ== - dependencies: - char-regex "^1.0.2" - strip-ansi "^6.0.0" - -string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" - -string.prototype.matchall@^4.0.6: - version "4.0.7" - resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz#8e6ecb0d8a1fb1fda470d81acecb2dba057a481d" - integrity sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.19.1" - get-intrinsic "^1.1.1" - has-symbols "^1.0.3" - internal-slot "^1.0.3" - regexp.prototype.flags "^1.4.1" - side-channel "^1.0.4" - -string.prototype.trimend@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimstart@^1.0.4: - version "1.0.4" - resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -strip-ansi@^5.0.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== - dependencies: - ansi-regex "^5.0.1" - -strip-bom@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878" - integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-final-newline@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad" - integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== - -strip-json-comments@^3.1.0, strip-json-comments@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" - integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== - -sudo-prompt@^9.0.0: - version "9.2.1" - resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-9.2.1.tgz#77efb84309c9ca489527a4e749f287e6bdd52afd" - integrity sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw== - -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.0.0, supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -supports-color@^8.0.0: - version "8.1.1" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c" - integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== - dependencies: - has-flag "^4.0.0" - -supports-hyperlinks@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb" - integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ== - dependencies: - has-flag "^4.0.0" - supports-color "^7.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== - -symbol-tree@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -table@^6.0.9: - version "6.8.0" - resolved "https://registry.yarnpkg.com/table/-/table-6.8.0.tgz#87e28f14fa4321c3377ba286f07b79b281a3b3ca" - integrity sha512-s/fitrbVeEyHKFa7mFdkuQMWlH1Wgw/yEXMt5xACT4ZpzWFluehAxRtUUQKPuWhaLAWhFcVx6w3oC8VKaUfPGA== - dependencies: - ajv "^8.0.1" - lodash.truncate "^4.4.2" - slice-ansi "^4.0.0" - string-width "^4.2.3" - strip-ansi "^6.0.1" - -temp@0.8.3: - version "0.8.3" - resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59" - integrity sha1-4Ma8TSa5AxJEEOT+2BEDAU38H1k= - dependencies: - os-tmpdir "^1.0.0" - rimraf "~2.2.6" - -temp@^0.8.4: - version "0.8.4" - resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.4.tgz#8c97a33a4770072e0a05f919396c7665a7dd59f2" - integrity sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg== - dependencies: - rimraf "~2.6.2" - -terminal-link@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" - integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ== - dependencies: - ansi-escapes "^4.2.1" - supports-hyperlinks "^2.0.0" - -test-exclude@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e" - integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w== - dependencies: - "@istanbuljs/schema" "^0.1.2" - glob "^7.1.4" - minimatch "^3.0.4" - -text-table@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" - integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= - -throat@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b" - integrity sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA== - -through2@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - -tmpl@1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" - integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -toidentifier@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" - integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== - -tough-cookie@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4" - integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== - dependencies: - psl "^1.1.33" - punycode "^2.1.1" - universalify "^0.1.2" - -tr46@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-2.1.0.tgz#fa87aa81ca5d5941da8cbf1f9b749dc969a4e240" - integrity sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw== - dependencies: - punycode "^2.1.1" - -tr46@~0.0.3: - version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" - integrity sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o= - -tslib@^1.8.1: - version "1.14.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tslib@^2.0.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" - integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== - -tsutils@^3.17.1: - version "3.21.0" - resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623" - integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== - dependencies: - tslib "^1.8.1" - -type-check@^0.4.0, type-check@~0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" - integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== - dependencies: - prelude-ls "^1.2.1" - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-detect@4.0.8: - version "4.0.8" - resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" - integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== - -type-fest@^0.20.2: - version "0.20.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - -type-fest@^0.21.3: - version "0.21.3" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37" - integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== - -type-fest@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== - -type-fest@^0.7.1: - version "0.7.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48" - integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg== - -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== - -typedarray-to-buffer@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" - integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== - dependencies: - is-typedarray "^1.0.0" - -uglify-es@^3.1.9: - version "3.3.9" - resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.9.tgz#0c1c4f0700bed8dbc124cdb304d2592ca203e677" - integrity sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ== - dependencies: - commander "~2.13.0" - source-map "~0.6.1" - -unbox-primitive@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471" - integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw== - dependencies: - function-bind "^1.1.1" - has-bigints "^1.0.1" - has-symbols "^1.0.2" - which-boxed-primitive "^1.0.2" - -unicode-canonical-property-names-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc" - integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== - -unicode-match-property-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3" - integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== - dependencies: - unicode-canonical-property-names-ecmascript "^2.0.0" - unicode-property-aliases-ecmascript "^2.0.0" - -unicode-match-property-value-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714" - integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw== - -unicode-property-aliases-ecmascript@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8" - integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ== - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -universalify@^0.1.0, universalify@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -uri-js@^4.2.2: - version "4.4.1" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - dependencies: - punycode "^2.1.0" - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -use-subscription@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/use-subscription/-/use-subscription-1.6.0.tgz#86ace4f60675a4c360712975c4933ac95c7e7f35" - integrity sha512-0Y/cTLlZfw547tJhJMoRA16OUbVqRm6DmvGpiGbmLST6BIA5KU5cKlvlz8DVMrACnWpyEjCkgmhLatthP4jUbA== - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -uuid@^7.0.3: - version "7.0.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" - integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== - -uuid@^8.3.0: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== - -v8-compile-cache@^2.0.3: - version "2.3.0" - resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee" - integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA== - -v8-to-istanbul@^7.0.0: - version "7.1.2" - resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz#30898d1a7fa0c84d225a2c1434fb958f290883c1" - integrity sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow== - dependencies: - "@types/istanbul-lib-coverage" "^2.0.1" - convert-source-map "^1.6.0" - source-map "^0.7.3" - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -vary@~1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" - integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw= - -vlq@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/vlq/-/vlq-1.0.1.tgz#c003f6e7c0b4c1edd623fd6ee50bbc0d6a1de468" - integrity sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w== - -w3c-hr-time@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd" - integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - dependencies: - browser-process-hrtime "^1.0.0" - -w3c-xmlserializer@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz#3e7104a05b75146cc60f564380b7f683acf1020a" - integrity sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA== - dependencies: - xml-name-validator "^3.0.0" - -walker@^1.0.7, walker@~1.0.5: - version "1.0.8" - resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.8.tgz#bd498db477afe573dc04185f011d3ab8a8d7653f" - integrity sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ== - dependencies: - makeerror "1.0.12" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -webidl-conversions@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" - integrity sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE= - -webidl-conversions@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff" - integrity sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA== - -webidl-conversions@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514" - integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w== - -whatwg-encoding@^1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - -whatwg-fetch@^3.0.0: - version "3.6.2" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz#dced24f37f2624ed0281725d51d0e2e3fe677f8c" - integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA== - -whatwg-mimetype@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - -whatwg-url@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" - integrity sha1-lmRU6HZUYuN2RNNib2dCzotwll0= - dependencies: - tr46 "~0.0.3" - webidl-conversions "^3.0.0" - -whatwg-url@^8.0.0, whatwg-url@^8.5.0: - version "8.7.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77" - integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg== - dependencies: - lodash "^4.7.0" - tr46 "^2.1.0" - webidl-conversions "^6.1.0" - -which-boxed-primitive@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6" - integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== - dependencies: - is-bigint "^1.0.1" - is-boolean-object "^1.1.0" - is-number-object "^1.0.4" - is-string "^1.0.5" - is-symbol "^1.0.3" - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -which@^2.0.1, which@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== - dependencies: - isexe "^2.0.0" - -word-wrap@^1.2.3, word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -wrap-ansi@^6.2.0: - version "6.2.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53" - integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -write-file-atomic@^2.3.0: - version "2.4.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.3.tgz#1fd2e9ae1df3e75b8d8c367443c692d4ca81f481" - integrity sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== - dependencies: - graceful-fs "^4.1.11" - imurmurhash "^0.1.4" - signal-exit "^3.0.2" - -write-file-atomic@^3.0.0: - version "3.0.3" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8" - integrity sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q== - dependencies: - imurmurhash "^0.1.4" - is-typedarray "^1.0.0" - signal-exit "^3.0.2" - typedarray-to-buffer "^3.1.5" - -ws@^6.1.4: - version "6.2.2" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e" - integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw== - dependencies: - async-limiter "~1.0.0" - -ws@^7, ws@^7.4.6, ws@^7.5.1: - version "7.5.7" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67" - integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A== - -xcode@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/xcode/-/xcode-3.0.1.tgz#3efb62aac641ab2c702458f9a0302696146aa53c" - integrity sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA== - dependencies: - simple-plist "^1.1.0" - uuid "^7.0.3" - -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xmlbuilder@^9.0.7: - version "9.0.7" - resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" - integrity sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0= - -xmlchars@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - -xmldoc@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/xmldoc/-/xmldoc-1.1.2.tgz#6666e029fe25470d599cd30e23ff0d1ed50466d7" - integrity sha512-ruPC/fyPNck2BD1dpz0AZZyrEwMOrWTO5lDdIXS91rs3wtm4j+T8Rp2o+zoOYkkAxJTZRPOSnOGei1egoRmKMQ== - dependencies: - sax "^1.2.1" - -xtend@~4.0.1: - version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.3" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf" - integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ== - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yargs-parser@^18.1.2: - version "18.1.3" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" - integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs@^15.1.0, yargs@^15.3.1, yargs@^15.4.1: - version "15.4.1" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" - integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A== - dependencies: - cliui "^6.0.0" - decamelize "^1.2.0" - find-up "^4.1.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^4.2.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^18.1.2"